﻿2025-08-20T21:58:34.0227945Z Current runner version: '2.328.0'
2025-08-20T21:58:34.0255339Z ##[group]Runner Image Provisioner
2025-08-20T21:58:34.0256801Z Hosted Compute Agent
2025-08-20T21:58:34.0257445Z Version: 20250818.377
2025-08-20T21:58:34.0258067Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:58:34.0258823Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:58:34.0259617Z ##[endgroup]
2025-08-20T21:58:34.0260161Z ##[group]Operating System
2025-08-20T21:58:34.0260808Z Ubuntu
2025-08-20T21:58:34.0261313Z 24.04.2
2025-08-20T21:58:34.0261778Z LTS
2025-08-20T21:58:34.0262335Z ##[endgroup]
2025-08-20T21:58:34.0262887Z ##[group]Runner Image
2025-08-20T21:58:34.0263489Z Image: ubuntu-24.04
2025-08-20T21:58:34.0264041Z Version: 20250818.1.0
2025-08-20T21:58:34.0265082Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:58:34.0266780Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:58:34.0267861Z ##[endgroup]
2025-08-20T21:58:34.0269746Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:58:34.0271902Z Attestations: write
2025-08-20T21:58:34.0272648Z Contents: write
2025-08-20T21:58:34.0273225Z Metadata: read
2025-08-20T21:58:34.0273802Z Packages: write
2025-08-20T21:58:34.0274354Z ##[endgroup]
2025-08-20T21:58:34.0276849Z Secret source: Actions
2025-08-20T21:58:34.0277803Z Prepare workflow directory
2025-08-20T21:58:34.0644986Z Prepare all required actions
2025-08-20T21:58:34.0686371Z Getting action download info
2025-08-20T21:58:34.5305647Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:58:39.9818318Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:58:41.0244048Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:58:41.1333050Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:58:42.0338532Z Getting action download info
2025-08-20T21:58:42.2184346Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:58:42.9598646Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:58:43.8390287Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/phantun/official)
2025-08-20T21:58:43.8963654Z ##[group]Run ##Presets
2025-08-20T21:58:43.8964058Z [36;1m##Presets[0m
2025-08-20T21:58:43.8964286Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:43.8964509Z [36;1m#-------------#[0m
2025-08-20T21:58:43.8964828Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:58:43.8965244Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:58:43.8965610Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.8965929Z [36;1m  fi[0m
2025-08-20T21:58:43.8966232Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:58:43.8966623Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:58:43.8966974Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.8967250Z [36;1m  fi[0m
2025-08-20T21:58:43.8967504Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:58:43.8967906Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:58:43.8968352Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.8968631Z [36;1m  fi[0m
2025-08-20T21:58:43.8968875Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:58:43.8969415Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:58:43.8970003Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:58:43.8970306Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:58:43.8970629Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.8970906Z [36;1m     else[0m
2025-08-20T21:58:43.8971163Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.8971474Z [36;1m     fi[0m
2025-08-20T21:58:43.8971664Z [36;1m  fi[0m
2025-08-20T21:58:43.8971846Z [36;1mfi[0m
2025-08-20T21:58:43.9045030Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:43.9045686Z env:
2025-08-20T21:58:43.9046514Z   GH_TOKEN: ***
2025-08-20T21:58:43.9046830Z ##[endgroup]
2025-08-20T21:58:43.9352938Z ##[group]Run ##Presets
2025-08-20T21:58:43.9353412Z [36;1m##Presets[0m
2025-08-20T21:58:43.9353718Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:43.9354248Z [36;1m#-------------#[0m
2025-08-20T21:58:43.9354619Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:58:43.9355217Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:58:43.9355886Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:58:43.9356376Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:58:43.9356891Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:58:43.9357394Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:58:43.9357819Z [36;1m  exit 1[0m
2025-08-20T21:58:43.9358174Z [36;1mfi[0m
2025-08-20T21:58:43.9397490Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:43.9397851Z env:
2025-08-20T21:58:43.9398341Z   RO_GHTOKEN: ***
2025-08-20T21:58:43.9398787Z   RO_GLTOKEN: ***
2025-08-20T21:58:43.9400248Z   MINISIGN_KEY: ***
2025-08-20T21:58:43.9464785Z ##[endgroup]
2025-08-20T21:58:43.9610097Z ##[group]Run ##Presets
2025-08-20T21:58:43.9610493Z [36;1m##Presets[0m
2025-08-20T21:58:43.9610708Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:43.9610927Z [36;1m#-------------#[0m
2025-08-20T21:58:43.9611141Z [36;1m##Host Triplet[0m
2025-08-20T21:58:43.9611431Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:58:43.9611765Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:58:43.9612087Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:58:43.9612397Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:58:43.9612694Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:58:43.9613030Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:58:43.9613353Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:58:43.9613677Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:58:43.9613949Z [36;1m   fi[0m
2025-08-20T21:58:43.9614245Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:58:43.9614581Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:58:43.9614884Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:58:43.9615210Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:58:43.9615493Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:58:43.9615719Z [36;1m fi[0m
2025-08-20T21:58:43.9615988Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9616372Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9616742Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9617088Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9617356Z [36;1m##Debug[0m
2025-08-20T21:58:43.9617565Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:58:43.9617824Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:58:43.9618045Z [36;1m else[0m
2025-08-20T21:58:43.9618242Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:58:43.9618643Z [36;1m fi[0m
2025-08-20T21:58:43.9618861Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9619360Z [36;1m##Docker Platform[0m
2025-08-20T21:58:43.9619645Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:58:43.9619967Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:58:43.9620296Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:58:43.9620635Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:58:43.9620951Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:58:43.9621275Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:58:43.9621590Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:58:43.9621907Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:58:43.9622157Z [36;1m fi[0m
2025-08-20T21:58:43.9622437Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9622858Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9623185Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:58:43.9623662Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/phantun/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:58:43.9624168Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:58:43.9624474Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9624778Z [36;1m##Logs[0m
2025-08-20T21:58:43.9624986Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:58:43.9625347Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:58:43.9625580Z [36;1m else[0m
2025-08-20T21:58:43.9625779Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:58:43.9626040Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:58:43.9626286Z [36;1m fi[0m
2025-08-20T21:58:43.9626708Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9627096Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9627440Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:58:43.9627794Z [36;1m PKG_FAMILY_LOCAL="$(echo "phantun" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:58:43.9628178Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:58:43.9628500Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9628817Z [36;1m##Rebuild[0m
2025-08-20T21:58:43.9629247Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:58:43.9629574Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:58:43.9629825Z [36;1m else[0m
2025-08-20T21:58:43.9630028Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:58:43.9630269Z [36;1m fi[0m
2025-08-20T21:58:43.9630523Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9630838Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:58:43.9631253Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:58:43.9631802Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:58:43.9632622Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:58:43.9633339Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:58:43.9633700Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:58:43.9634132Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:58:43.9634553Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:58:43.9634927Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9635218Z [36;1m    exit 1[0m
2025-08-20T21:58:43.9635420Z [36;1m   else[0m
2025-08-20T21:58:43.9635624Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:58:43.9636097Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9636430Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:58:43.9636763Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:58:43.9637104Z [36;1m      #check if supported[0m
2025-08-20T21:58:43.9637481Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:58:43.9638007Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:58:43.9638430Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:58:43.9638765Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9639281Z [36;1m         exit 1[0m
2025-08-20T21:58:43.9639500Z [36;1m       fi[0m
2025-08-20T21:58:43.9639715Z [36;1m      #get build system[0m
2025-08-20T21:58:43.9640104Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:58:43.9640493Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:58:43.9640779Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9641134Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:58:43.9641478Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9641802Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9642134Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:58:43.9642472Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9642798Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:43.9643076Z [36;1m       fi[0m
2025-08-20T21:58:43.9643400Z [36;1m     fi[0m
2025-08-20T21:58:43.9643619Z [36;1m   fi[0m
2025-08-20T21:58:43.9643824Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:58:43.9683232Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:43.9683507Z ##[endgroup]
2025-08-20T21:58:44.6571213Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:58:44.6571821Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:58:44.6572069Z 
2025-08-20T21:58:44.8432159Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:58:44.8432722Z 100  5318  100  5318    0     0  28322      0 --:--:-- --:--:-- --:--:-- 28438
2025-08-20T21:58:44.8447363Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:58:44.8674873Z ##[group]Run ##Presets
2025-08-20T21:58:44.8675187Z [36;1m##Presets[0m
2025-08-20T21:58:44.8675406Z [36;1mset +x ; set +e[0m
2025-08-20T21:58:44.8675627Z [36;1m#-------------#[0m
2025-08-20T21:58:44.8675833Z [36;1m##Debug?[0m
2025-08-20T21:58:44.8676096Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:58:44.8676399Z [36;1m  set -x[0m
2025-08-20T21:58:44.8676590Z [36;1mfi[0m
2025-08-20T21:58:44.8676779Z [36;1m#-------------#[0m
2025-08-20T21:58:44.8676993Z [36;1m##CoreUtils[0m
2025-08-20T21:58:44.8677205Z [36;1msudo apt update -y[0m
2025-08-20T21:58:44.8677560Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:58:44.8678562Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:58:44.8679730Z [36;1m##tmp[0m
2025-08-20T21:58:44.8680020Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:58:44.8680398Z [36;1m#GH ENV[0m
2025-08-20T21:58:44.8680629Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:44.8681113Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:44.8681382Z [36;1m#-------------#[0m
2025-08-20T21:58:44.8681610Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:58:44.8681857Z [36;1msudo apt update -y[0m
2025-08-20T21:58:44.8682102Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:58:44.8682362Z [36;1m##Setup Minisign[0m
2025-08-20T21:58:44.8682602Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:58:44.8683037Z [36;1mecho "***[0m
2025-08-20T21:58:44.8684287Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:58:44.8684586Z [36;1m##User-Agent[0m
2025-08-20T21:58:44.8685329Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:58:44.8686137Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:58:44.8725486Z shell: /usr/bin/bash -e {0}
2025-08-20T21:58:44.8725744Z env:
2025-08-20T21:58:44.8725932Z   CROSS_COMPILING: NO
2025-08-20T21:58:44.8726145Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:58:44.8726381Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:58:44.8726619Z   ON_QEMU: NO
2025-08-20T21:58:44.8726801Z   DEBUG: 0
2025-08-20T21:58:44.8726988Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:58:44.8727221Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:58:44.8727516Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T21:58:44.8727834Z   KEEP_LOGS: YES
2025-08-20T21:58:44.8728037Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:58:44.8728263Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T21:58:44.8728486Z   SBUILD_REBUILD: false
2025-08-20T21:58:44.8729329Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:58:44.8730235Z   BUILD_SYS: docker://rust
2025-08-20T21:58:44.8730465Z   BUILD_ON_HOST: FALSE
2025-08-20T21:58:44.8730661Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:58:44.8730867Z ##[endgroup]
2025-08-20T21:58:44.8892595Z 
2025-08-20T21:58:44.8893034Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:58:44.8893679Z 
2025-08-20T21:58:44.9447395Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:58:44.9820719Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:58:44.9840225Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:58:44.9948562Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:58:44.9955014Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:58:45.0298026Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:58:45.0365846Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:58:45.1257076Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:58:45.1406854Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:58:45.1440053Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:58:45.1471434Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:58:45.1555627Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:58:45.1617316Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:58:45.1654744Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:58:45.1758046Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:58:45.1801106Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:58:45.1819946Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:58:45.2373440Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:58:45.2398418Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:58:45.2421829Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:58:45.2438546Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:58:45.2666697Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:58:45.2736451Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:58:45.2779189Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:58:45.2822131Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:58:45.2861951Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:58:45.2892811Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:58:45.2946972Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:58:45.3112241Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:58:45.3141734Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:58:45.3157532Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:58:45.4013669Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:58:45.4106780Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:58:45.4197547Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:58:49.7486066Z Fetched 10.6 MB in 1s (8224 kB/s)
2025-08-20T21:58:50.5656379Z Reading package lists...
2025-08-20T21:58:50.7608371Z Building dependency tree...
2025-08-20T21:58:50.7615937Z Reading state information...
2025-08-20T21:58:50.7797707Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:58:50.7909927Z 
2025-08-20T21:58:50.7910459Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:58:50.7910813Z 
2025-08-20T21:58:50.8038480Z Reading package lists...
2025-08-20T21:58:51.0277733Z Building dependency tree...
2025-08-20T21:58:51.0285851Z Reading state information...
2025-08-20T21:58:51.2665743Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:58:51.2666288Z bc set to manually installed.
2025-08-20T21:58:51.2666730Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:58:51.2667544Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:58:51.2668243Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:58:51.2669312Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:58:51.2670124Z The following additional packages will be installed:
2025-08-20T21:58:51.2670994Z   libtime-duration-perl
2025-08-20T21:58:51.2998662Z The following NEW packages will be installed:
2025-08-20T21:58:51.3009851Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:58:51.3250504Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:58:51.3525371Z Need to get 616 kB of archives.
2025-08-20T21:58:51.3526290Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:58:51.3527163Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:58:51.4447612Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:58:51.5103133Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:58:51.5747510Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:58:51.6407677Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:58:51.9729592Z Fetched 616 kB in 0s (1689 kB/s)
2025-08-20T21:58:51.9953416Z Selecting previously unselected package fdupes.
2025-08-20T21:58:52.0166834Z (Reading database ... 
2025-08-20T21:58:52.0167625Z (Reading database ... 5%
2025-08-20T21:58:52.0168119Z (Reading database ... 10%
2025-08-20T21:58:52.0168597Z (Reading database ... 15%
2025-08-20T21:58:52.0169443Z (Reading database ... 20%
2025-08-20T21:58:52.0169961Z (Reading database ... 25%
2025-08-20T21:58:52.0170413Z (Reading database ... 30%
2025-08-20T21:58:52.0170833Z (Reading database ... 35%
2025-08-20T21:58:52.0171309Z (Reading database ... 40%
2025-08-20T21:58:52.0171761Z (Reading database ... 45%
2025-08-20T21:58:52.0172176Z (Reading database ... 50%
2025-08-20T21:58:52.0280471Z (Reading database ... 55%
2025-08-20T21:58:52.0600637Z (Reading database ... 60%
2025-08-20T21:58:52.0855904Z (Reading database ... 65%
2025-08-20T21:58:52.1101969Z (Reading database ... 70%
2025-08-20T21:58:52.1305694Z (Reading database ... 75%
2025-08-20T21:58:52.1568722Z (Reading database ... 80%
2025-08-20T21:58:52.2030396Z (Reading database ... 85%
2025-08-20T21:58:52.2440302Z (Reading database ... 90%
2025-08-20T21:58:52.3012177Z (Reading database ... 95%
2025-08-20T21:58:52.3012689Z (Reading database ... 100%
2025-08-20T21:58:52.3013192Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:58:52.3061323Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:58:52.3082943Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:58:52.3335181Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:58:52.3469381Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:58:52.3480270Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:58:52.3732126Z Selecting previously unselected package moreutils.
2025-08-20T21:58:52.3883485Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:58:52.3893095Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:58:52.4262010Z Selecting previously unselected package dos2unix.
2025-08-20T21:58:52.4425346Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:58:52.4460331Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:58:52.5542993Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:58:52.5576651Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:58:52.5609356Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:58:52.5637173Z Setting up moreutils (0.69-1) ...
2025-08-20T21:58:52.5672137Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:01.6845036Z 
2025-08-20T21:59:01.6845761Z Running kernel seems to be up-to-date.
2025-08-20T21:59:01.6846205Z 
2025-08-20T21:59:01.6846393Z Restarting services...
2025-08-20T21:59:01.6920802Z 
2025-08-20T21:59:01.6921476Z Service restarts being deferred:
2025-08-20T21:59:01.6922597Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:59:01.6922985Z 
2025-08-20T21:59:01.6923679Z No containers need to be restarted.
2025-08-20T21:59:01.6929611Z 
2025-08-20T21:59:01.6929838Z No user sessions are running outdated binaries.
2025-08-20T21:59:01.6930201Z 
2025-08-20T21:59:01.6930527Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:59:02.9226472Z Reading package lists...
2025-08-20T21:59:03.1362382Z Building dependency tree...
2025-08-20T21:59:03.1370635Z Reading state information...
2025-08-20T21:59:03.3807471Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:59:03.3808150Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:59:03.3808683Z apt-utils set to manually installed.
2025-08-20T21:59:03.3810126Z ca-certificates is already the newest version (20240203).
2025-08-20T21:59:03.3810914Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:59:03.3811532Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:59:03.3812135Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:59:03.3812752Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:59:03.3813353Z moreutils is already the newest version (0.69-1).
2025-08-20T21:59:03.3813946Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:59:03.3814550Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:59:03.3815079Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:59:03.3815620Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:59:03.3816098Z tmux set to manually installed.
2025-08-20T21:59:03.3816579Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:59:03.3817136Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:59:03.3817645Z The following additional packages will be installed:
2025-08-20T21:59:03.3818127Z   python3-software-properties
2025-08-20T21:59:03.3818500Z Recommended packages:
2025-08-20T21:59:03.3818808Z   unattended-upgrades
2025-08-20T21:59:03.4130471Z The following NEW packages will be installed:
2025-08-20T21:59:03.4131009Z   rename
2025-08-20T21:59:03.4142439Z The following packages will be upgraded:
2025-08-20T21:59:03.4143079Z   python3-software-properties software-properties-common
2025-08-20T21:59:03.4357305Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:59:03.4605707Z Need to get 64.7 kB of archives.
2025-08-20T21:59:03.4606382Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:59:03.4607015Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:59:03.5444314Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:59:03.6148096Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:59:03.6812076Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:59:03.9644264Z Fetched 64.7 kB in 0s (279 kB/s)
2025-08-20T21:59:03.9944713Z (Reading database ... 
2025-08-20T21:59:03.9945332Z (Reading database ... 5%
2025-08-20T21:59:03.9945777Z (Reading database ... 10%
2025-08-20T21:59:03.9946160Z (Reading database ... 15%
2025-08-20T21:59:03.9946559Z (Reading database ... 20%
2025-08-20T21:59:03.9947579Z (Reading database ... 25%
2025-08-20T21:59:03.9948013Z (Reading database ... 30%
2025-08-20T21:59:03.9948897Z (Reading database ... 35%
2025-08-20T21:59:03.9949602Z (Reading database ... 40%
2025-08-20T21:59:03.9949993Z (Reading database ... 45%
2025-08-20T21:59:03.9950360Z (Reading database ... 50%
2025-08-20T21:59:04.0065196Z (Reading database ... 55%
2025-08-20T21:59:04.0110678Z (Reading database ... 60%
2025-08-20T21:59:04.0139295Z (Reading database ... 65%
2025-08-20T21:59:04.0187758Z (Reading database ... 70%
2025-08-20T21:59:04.0221366Z (Reading database ... 75%
2025-08-20T21:59:04.0260804Z (Reading database ... 80%
2025-08-20T21:59:04.0434225Z (Reading database ... 85%
2025-08-20T21:59:04.0557294Z (Reading database ... 90%
2025-08-20T21:59:04.0872888Z (Reading database ... 95%
2025-08-20T21:59:04.0873347Z (Reading database ... 100%
2025-08-20T21:59:04.0873879Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:59:04.0918836Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:59:04.2321668Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:59:04.3024326Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:59:04.4007996Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:59:04.4310448Z Selecting previously unselected package rename.
2025-08-20T21:59:04.4457531Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:59:04.4469738Z Unpacking rename (2.02-1) ...
2025-08-20T21:59:04.4925529Z Setting up rename (2.02-1) ...
2025-08-20T21:59:04.5001404Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:59:04.5034532Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:59:04.6381065Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:59:04.7434221Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:59:08.9712303Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:59:10.8990365Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:59:10.9281373Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:59:10.9297827Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:59:10.9313230Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:59:10.9324258Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:59:10.9341549Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:59:11.0101621Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:59:12.2066594Z Reading package lists...
2025-08-20T21:59:12.4145500Z Building dependency tree...
2025-08-20T21:59:12.4152235Z Reading state information...
2025-08-20T21:59:12.4320542Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:59:12.4474726Z 
2025-08-20T21:59:12.4475484Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:59:12.4476003Z 
2025-08-20T21:59:12.5022861Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:59:12.5474071Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:59:12.5487332Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:59:12.5503830Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:59:12.5512229Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:59:12.5521989Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:59:12.5526903Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:59:13.8256980Z Reading package lists...
2025-08-20T21:59:14.0405813Z Building dependency tree...
2025-08-20T21:59:14.0413452Z Reading state information...
2025-08-20T21:59:14.0731302Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:59:14.0858583Z 
2025-08-20T21:59:14.0860206Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:59:14.0860645Z 
2025-08-20T21:59:14.1008574Z Reading package lists...
2025-08-20T21:59:14.3466407Z Building dependency tree...
2025-08-20T21:59:14.3474338Z Reading state information...
2025-08-20T21:59:14.5464013Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:59:14.5974368Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:59:14.6299797Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:59:14.6830497Z ##[group]Run ##Presets
2025-08-20T21:59:14.6830796Z [36;1m##Presets[0m
2025-08-20T21:59:14.6831011Z [36;1mset +x ; set +e[0m
2025-08-20T21:59:14.6831227Z [36;1m#-------------#[0m
2025-08-20T21:59:14.6831435Z [36;1m##Debug?[0m
2025-08-20T21:59:14.6831687Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:59:14.6831993Z [36;1m  set -x[0m
2025-08-20T21:59:14.6832188Z [36;1mfi[0m
2025-08-20T21:59:14.6832375Z [36;1m#-------------#[0m
2025-08-20T21:59:14.6832829Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:59:14.6833450Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:59:14.6834053Z [36;1msudo service procps restart[0m
2025-08-20T21:59:14.6834331Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:59:14.6874538Z shell: /usr/bin/bash -e {0}
2025-08-20T21:59:14.6874789Z env:
2025-08-20T21:59:14.6875015Z   CROSS_COMPILING: NO
2025-08-20T21:59:14.6875234Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:59:14.6894987Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:59:14.6895296Z   ON_QEMU: NO
2025-08-20T21:59:14.6895500Z   DEBUG: 0
2025-08-20T21:59:14.6895698Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:59:14.6895939Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:59:14.6896247Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T21:59:14.6896570Z   KEEP_LOGS: YES
2025-08-20T21:59:14.6896771Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:59:14.6896994Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T21:59:14.6897240Z   SBUILD_REBUILD: false
2025-08-20T21:59:14.6897808Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:59:14.6898435Z   BUILD_SYS: docker://rust
2025-08-20T21:59:14.6898676Z   BUILD_ON_HOST: FALSE
2025-08-20T21:59:14.6898884Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:59:14.6899300Z   SYSTMP: /tmp
2025-08-20T21:59:14.6899502Z   GHA_MODE: MATRIX
2025-08-20T21:59:14.6899943Z   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:59:14.6900424Z ##[endgroup]
2025-08-20T21:59:14.7027504Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:59:14.7101831Z 0
2025-08-20T21:59:14.7421506Z vm.max_map_count = 262144
2025-08-20T21:59:14.7421937Z fs.inotify.max_user_watches = 655360
2025-08-20T21:59:14.7422267Z fs.inotify.max_user_instances = 1280
2025-08-20T21:59:14.7422568Z vm.mmap_rnd_bits = 28
2025-08-20T21:59:14.7493990Z ##[group]Run ##Presets
2025-08-20T21:59:14.7494321Z [36;1m##Presets[0m
2025-08-20T21:59:14.7494536Z [36;1mset +x ; set +e[0m
2025-08-20T21:59:14.7494770Z [36;1m#-------------#[0m
2025-08-20T21:59:14.7494976Z [36;1m##Debug?[0m
2025-08-20T21:59:14.7495232Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:59:14.7495533Z [36;1m  set -x[0m
2025-08-20T21:59:14.7495730Z [36;1mfi[0m
2025-08-20T21:59:14.7495918Z [36;1m#-------------#[0m
2025-08-20T21:59:14.7496124Z [36;1m##Main[0m
2025-08-20T21:59:14.7496343Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:59:14.7497046Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:59:14.7497771Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:59:14.7498149Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:59:14.7498432Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:59:14.7498691Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:59:14.7499486Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:59:14.7499846Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:59:14.7500160Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:59:14.7500492Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:59:14.7500794Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:59:14.7501133Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:59:14.7501510Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:59:14.7501802Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:59:14.7502070Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:59:14.7502366Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:59:14.7502656Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:59:14.7502938Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:59:14.7503228Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:59:14.7503726Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:59:14.7504040Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:59:14.7504344Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:59:14.7504656Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:59:14.7504967Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:59:14.7505263Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:59:14.7505566Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:59:14.7505841Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:59:14.7506196Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:59:14.7506652Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:59:14.7507123Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:59:14.7507595Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:59:14.7507946Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:59:14.7508289Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:59:14.7509106Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:59:14.7509923Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:59:14.7510455Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:59:14.7510732Z [36;1m else[0m
2025-08-20T21:59:14.7511226Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:59:14.7511602Z [36;1m fi[0m
2025-08-20T21:59:14.7511852Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:59:14.7512253Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:59:14.7512677Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7513076Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7513473Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7513874Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7514285Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7514695Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7515111Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:59:14.7515529Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:59:14.7515849Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:59:14.7555275Z shell: /usr/bin/bash -e {0}
2025-08-20T21:59:14.7555519Z env:
2025-08-20T21:59:14.7555707Z   CROSS_COMPILING: NO
2025-08-20T21:59:14.7555929Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:59:14.7556164Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:59:14.7556387Z   ON_QEMU: NO
2025-08-20T21:59:14.7556584Z   DEBUG: 0
2025-08-20T21:59:14.7556779Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:59:14.7557019Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:59:14.7557316Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T21:59:14.7557620Z   KEEP_LOGS: YES
2025-08-20T21:59:14.7557818Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:59:14.7558036Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T21:59:14.7558255Z   SBUILD_REBUILD: false
2025-08-20T21:59:14.7558804Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:59:14.7559607Z   BUILD_SYS: docker://rust
2025-08-20T21:59:14.7560012Z   BUILD_ON_HOST: FALSE
2025-08-20T21:59:14.7560218Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:59:14.7560421Z   SYSTMP: /tmp
2025-08-20T21:59:14.7560608Z   GHA_MODE: MATRIX
2025-08-20T21:59:14.7561044Z   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:59:14.7561729Z   GHCR_TOKEN: ***
2025-08-20T21:59:14.7562014Z   GITHUB_TOKEN: ***
2025-08-20T21:59:14.7562246Z   GITLAB_TOKEN: ***
2025-08-20T21:59:14.7563347Z   MINISIGN_KEY: ***
2025-08-20T21:59:14.7563539Z ##[endgroup]
2025-08-20T21:59:14.8192021Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:59:14.9188247Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:59:14.9189180Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:59:14.9189519Z 
2025-08-20T21:59:14.9630316Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:59:14.9631096Z 100  5318  100  5318    0     0   117k      0 --:--:-- --:--:-- --:--:--  118k
2025-08-20T21:59:14.9648695Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T21:59:14.9743590Z 
2025-08-20T21:59:14.9744143Z [+] Building [/tmp/tmp.aJPqtqGS5l/SBUILD_INPUT] Locally
2025-08-20T21:59:14.9744588Z 
2025-08-20T21:59:14.9758457Z '/tmp/tmp.aJPqtqGS5l/SBUILD_INPUT' -> '/tmp/pkgforge/6t9jaMTg4_build.yaml'
2025-08-20T21:59:15.0883152Z 
2025-08-20T21:59:15.0883673Z [+] Passwordless sudo is Configured
2025-08-20T21:59:15.1675329Z 
2025-08-20T21:59:15.1690471Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:59:15.1690915Z 
2025-08-20T21:59:15.2198033Z 
2025-08-20T21:59:15.2199962Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:59:15.2200376Z 
2025-08-20T21:59:15.2200393Z 
2025-08-20T21:59:15.2200633Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:59:15.2200945Z 
2025-08-20T21:59:15.2569875Z [+] Installing: 7z -> 7z
2025-08-20T21:59:15.7989544Z [+] Installing: actionlint -> actionlint
2025-08-20T21:59:16.3928181Z [+] Installing: anew -> anew
2025-08-20T21:59:16.9474253Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:59:17.5013949Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:59:17.9979638Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:59:18.4958102Z [+] Installing: archey -> archey
2025-08-20T21:59:19.1098751Z [+] Installing: aria2 -> aria2c
2025-08-20T21:59:19.7251869Z [+] Installing: askalono -> askalono
2025-08-20T21:59:20.2871999Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:59:21.0135497Z [+] Installing: b3sum -> b3sum
2025-08-20T21:59:21.5487186Z [+] Installing: bita -> bita
2025-08-20T21:59:22.1259337Z [+] Installing: btop -> btop
2025-08-20T21:59:22.6792319Z [+] Installing: chafa -> chafa
2025-08-20T21:59:23.3018425Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:59:23.9499780Z [+] Installing: croc -> croc
2025-08-20T21:59:24.5388708Z [+] Installing: csvtk -> csvtk
2025-08-20T21:59:25.1368157Z [+] Installing: cutlines -> cutlines
2025-08-20T21:59:25.3266097Z curl: (22) The requested URL returned error: 404
2025-08-20T21:59:25.3309886Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:59:25.3310781Z [+] Installing: dbin -> dbin
2025-08-20T21:59:25.9286706Z [+] Installing: dasel -> dasel
2025-08-20T21:59:26.2108644Z [+] Installing: delta -> delta
2025-08-20T21:59:26.7674113Z [+] Installing: ds -> ds
2025-08-20T21:59:27.2717056Z curl: (22) The requested URL returned error: 404
2025-08-20T21:59:27.2766861Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:59:27.2767623Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:59:27.7650624Z [+] Installing: duf -> duf
2025-08-20T21:59:28.3060843Z [+] Installing: duplicut -> duplicut
2025-08-20T21:59:28.8484590Z [+] Installing: dust -> dust
2025-08-20T21:59:29.3825351Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:59:29.9554603Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:59:30.5220053Z [+] Installing: dysk -> dysk
2025-08-20T21:59:31.0654647Z [+] Installing: eget -> eget
2025-08-20T21:59:31.4111808Z [+] Installing: epoch -> epoch
2025-08-20T21:59:31.9572657Z [+] Installing: faketty -> faketty
2025-08-20T21:59:32.4782107Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:59:33.0074149Z [+] Installing: freeze -> freeze
2025-08-20T21:59:33.6009136Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:59:34.1280072Z [+] Installing: gdu -> gdu
2025-08-20T21:59:34.4554303Z [+] Installing: gh -> gh
2025-08-20T21:59:34.8457413Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:59:35.2156460Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:59:35.7607103Z [+] Installing: glab -> glab
2025-08-20T21:59:36.4308038Z [+] Installing: glow -> glow
2025-08-20T21:59:37.0562570Z [+] Installing: httpx -> httpx
2025-08-20T21:59:37.7234910Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:59:38.3498767Z [+] Installing: husarnet -> husarnet
2025-08-20T21:59:38.8291834Z curl: (22) The requested URL returned error: 404
2025-08-20T21:59:38.8340432Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:59:38.8342984Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:59:39.2921130Z curl: (22) The requested URL returned error: 404
2025-08-20T21:59:39.2973058Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:59:39.2973807Z [+] Installing: imgcat -> imgcat
2025-08-20T21:59:39.8517324Z [+] Installing: jc -> jc
2025-08-20T21:59:40.2070089Z [+] Installing: jq -> jq
2025-08-20T21:59:40.7652945Z [+] Installing: logdy -> logdy
2025-08-20T21:59:41.1173255Z [+] Installing: micro -> micro
2025-08-20T21:59:41.4127508Z [+] Installing: miniserve -> miniserve
2025-08-20T21:59:41.9986188Z [+] Installing: minisign -> minisign
2025-08-20T21:59:42.5219315Z [+] Installing: ncdu -> ncdu
2025-08-20T21:59:43.0510024Z [+] Installing: notify -> notify
2025-08-20T21:59:43.6591179Z [+] Installing: ouch -> ouch
2025-08-20T21:59:44.2299999Z [+] Installing: oras -> oras
2025-08-20T21:59:44.8820796Z [+] Installing: pipetty -> pipetty
2025-08-20T21:59:45.3795027Z [+] Installing: pixterm -> pixterm
2025-08-20T21:59:45.9455758Z [+] Installing: qsv -> qsv
2025-08-20T21:59:46.5526873Z [+] Installing: rclone -> rclone
2025-08-20T21:59:47.2409371Z [+] Installing: ripgrep -> rg
2025-08-20T21:59:47.8334124Z [+] Installing: rga -> rga
2025-08-20T21:59:48.4007750Z [+] Installing: rsync -> rsync
2025-08-20T21:59:48.6596368Z [+] Installing: script -> script
2025-08-20T21:59:49.1707319Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:59:49.7742898Z [+] Installing: soar -> soar
2025-08-20T21:59:50.3439156Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:59:50.6176412Z [+] Installing: sstrip -> sstrip
2025-08-20T21:59:51.1208342Z [+] Installing: strace -> strace
2025-08-20T21:59:51.6522530Z [+] Installing: sttr -> sttr
2025-08-20T21:59:52.2245699Z [+] Installing: tailscale -> tailscale
2025-08-20T21:59:52.5559863Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:59:54.4922898Z [+] Installing: taplo -> taplo
2025-08-20T21:59:55.0657931Z [+] Installing: tldr -> tldr
2025-08-20T21:59:55.6890660Z [+] Installing: tldr -> tealdeer
2025-08-20T21:59:55.9903484Z [+] Installing: tmux -> tmux
2025-08-20T21:59:56.5311286Z [+] Installing: tok -> tok
2025-08-20T21:59:57.0664582Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:59:57.7056552Z [+] Installing: trurl -> trurl
2025-08-20T21:59:58.2742874Z [+] Installing: tss -> tss
2025-08-20T21:59:58.7787938Z [+] Installing: ulexec -> ulexec
2025-08-20T21:59:59.3880517Z [+] Installing: unfurl -> unfurl
2025-08-20T21:59:59.9617305Z [+] Installing: upx -> upx
2025-08-20T22:00:00.4958241Z [+] Installing: validtoml -> validtoml
2025-08-20T22:00:01.0507308Z [+] Installing: wget -> wget
2025-08-20T22:00:01.6175700Z [+] Installing: wget2 -> wget2
2025-08-20T22:00:02.2083195Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:00:02.7891787Z [+] Installing: xq -> xq
2025-08-20T22:00:03.3609715Z [+] Installing: xz -> xz
2025-08-20T22:00:03.8793105Z [+] Installing: unxz -> unxz
2025-08-20T22:00:04.3918898Z [+] Installing: yq -> yq
2025-08-20T22:00:04.7058705Z [+] Installing: yj -> yj
2025-08-20T22:00:05.2985380Z [+] Installing: zapper -> zapper
2025-08-20T22:00:05.5997199Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:00:06.1315818Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:00:06.6098228Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:06.6144408Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:00:06.6145321Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:00:07.1108677Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:07.1152299Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:00:07.1153134Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:00:07.6510521Z curl: (22) The requested URL returned error: 404
2025-08-20T22:00:07.6559054Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:00:07.6560098Z [+] Installing: zstd -> zstd
2025-08-20T22:00:08.1743815Z [+] Creating symlinks...
2025-08-20T22:00:08.1843328Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:00:08.1947989Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:00:08.2054755Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:00:08.2162814Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:00:08.2277143Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:00:08.2388857Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:00:08.2497603Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:00:08.2606416Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:00:08.2709130Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:00:08.2808382Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:00:08.2905302Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:00:08.3004610Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:00:08.3103592Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:00:08.3200033Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:00:08.3295087Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:00:08.3392257Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:00:08.3486732Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:00:08.3523555Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:00:08.3614807Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:00:08.3729317Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:00:08.3837886Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:00:08.3879807Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:00:08.3980607Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:00:08.4095023Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:00:08.4204464Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:00:08.4307542Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:00:08.4416462Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:00:08.4522382Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:00:08.4632787Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:00:08.4756833Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:00:08.4867748Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:00:08.4977167Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:00:08.5085668Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:00:08.5189719Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:00:08.5294509Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:00:08.5398304Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:00:08.5501737Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:00:08.5607528Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:00:08.5713428Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:00:08.5820281Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:00:08.5927069Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:00:08.6033817Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:00:08.6143078Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:00:08.6251667Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:00:08.6292029Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:00:08.6321293Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:00:08.6420749Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:00:08.6530216Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:00:08.6638276Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:00:08.6744952Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:00:08.6851270Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:00:08.6961417Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:00:08.7081479Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:00:08.7203655Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:00:08.7320585Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:00:08.7437742Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:00:08.7551868Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:00:08.7662202Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:00:08.7773901Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:00:08.7899956Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:00:08.8018888Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:00:08.8129554Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:00:08.8240069Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:00:08.8348357Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:00:08.8456433Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:00:08.8565208Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:00:08.8669341Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:00:08.8774456Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:00:08.8882673Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:00:08.8989200Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:00:08.9098389Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:00:08.9208580Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:00:08.9309175Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:00:08.9407213Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:00:08.9503479Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:00:08.9604391Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:00:08.9713103Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:00:08.9823698Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:00:08.9931584Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:00:09.0038137Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:00:09.0146492Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:00:09.0255231Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:00:09.0383969Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:00:09.0513559Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:00:09.0634943Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:00:09.0756816Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:00:09.0880016Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:00:09.0998380Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:00:09.1114530Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:00:09.1229572Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:00:09.1344876Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:00:09.1466004Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:00:09.1589393Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:00:09.1708090Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:00:09.1824059Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:00:09.1866018Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:00:09.1897299Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:00:09.1928745Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:00:09.2027969Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:00:09.2056461Z 
2025-08-20T22:00:09.2057156Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:00:09.2057817Z 
2025-08-20T22:00:09.2073670Z 
2025-08-20T22:00:09.2178283Z 
2025-08-20T22:00:09.2179134Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:00:09.2179614Z 
2025-08-20T22:00:09.2179787Z [+] Installation completed!
2025-08-20T22:00:09.2255041Z 
2025-08-20T22:00:09.2255313Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:00:09.6693766Z github.com
2025-08-20T22:00:09.6694720Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:00:09.6695447Z   - Active account: true
2025-08-20T22:00:09.6695933Z   - Git operations protocol: https
2025-08-20T22:00:09.6696513Z   - Token: ghp_************************************
2025-08-20T22:00:09.6697869Z   - 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-20T22:00:09.6699227Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:00:09.6699829Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:00:09.9071537Z Limit: 5000, Remaining: 4941, Reset: 2025-08-20 22:27:57 +0000 UTC (27m47s)
2025-08-20T22:00:09.9081042Z 
2025-08-20T22:00:09.9081216Z [+] GHCR_TOKEN is Exported
2025-08-20T22:00:09.9118614Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:00:17.7670140Z Login Succeeded
2025-08-20T22:00:17.7680595Z 
2025-08-20T22:00:17.7680744Z [+] GITLAB is Exported
2025-08-20T22:00:17.8011100Z [git remote -v]
2025-08-20T22:00:18.0987320Z gitlab.com
2025-08-20T22:00:18.0988266Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:00:18.0989554Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:00:18.0990379Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:00:18.0991088Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:00:18.0991758Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:00:18.0992228Z   ✓ Token found: **************************
2025-08-20T22:00:18.0992426Z 
2025-08-20T22:00:18.0992986Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:00:18.0993880Z [git remote -v]
2025-08-20T22:00:18.1007919Z 2025/08/20 22:00:18 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:00:18.1008809Z git: exit status 128]
2025-08-20T22:00:18.3765143Z 
2025-08-20T22:00:18.3765225Z 
2025-08-20T22:00:18.3766155Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:00:18 PM)
2025-08-20T22:00:18.3766850Z 
2025-08-20T22:00:18.3766856Z 
2025-08-20T22:00:18.3767002Z [+] USER = runner
2025-08-20T22:00:18.3767342Z [+] HOME = /home/runner
2025-08-20T22:00:18.3770140Z [+] 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-20T22:00:18.3773423Z 
2025-08-20T22:00:18.4362649Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:00:18.4742596Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:00:18.4773766Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:00:18.4787062Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:00:18.4797766Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:00:18.4866069Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:00:18.5003426Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:00:19.7947493Z Reading package lists...
2025-08-20T22:00:19.8288713Z Reading package lists...
2025-08-20T22:00:20.0922551Z Building dependency tree...
2025-08-20T22:00:20.0931680Z Reading state information...
2025-08-20T22:00:20.4298376Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:00:20.4299417Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:00:20.4299993Z ca-certificates is already the newest version (20240203).
2025-08-20T22:00:20.4300597Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:00:20.4301185Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:00:20.4301731Z moreutils is already the newest version (0.69-1).
2025-08-20T22:00:20.4302402Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:00:20.4303130Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:00:20.4304100Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:00:20.5013197Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:00:20.5377313Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:00:20.5393849Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:00:20.5414357Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:00:20.5436818Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:00:20.7708545Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:00:20.7830744Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:00:21.7803448Z Reading package lists...
2025-08-20T22:00:21.8124036Z Reading package lists...
2025-08-20T22:00:21.9739902Z Building dependency tree...
2025-08-20T22:00:21.9746889Z Reading state information...
2025-08-20T22:00:22.2351913Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:00:22.2352608Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:00:22.2353184Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:00:22.2353869Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:00:22.2354480Z ca-certificates is already the newest version (20240203).
2025-08-20T22:00:22.2355067Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:00:22.2355618Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:00:22.2356126Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:00:22.2356641Z gawk set to manually installed.
2025-08-20T22:00:22.2357105Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:00:22.2357672Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:00:22.2358238Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:00:22.2358835Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:00:22.2359649Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:00:22.2371844Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:00:22.2372815Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:00:22.2373388Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:00:22.2373974Z The following additional packages will be installed:
2025-08-20T22:00:22.2374675Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:00:22.2375438Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:00:22.2376172Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:00:22.2376902Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:00:22.2377618Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:00:22.2378269Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:00:22.2381526Z Suggested packages:
2025-08-20T22:00:22.2382062Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:00:22.2382868Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:00:22.2383707Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:00:22.2384553Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:00:22.2385364Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:00:22.2386143Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:00:22.2386786Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:00:22.2688140Z The following NEW packages will be installed:
2025-08-20T22:00:22.2689130Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:00:22.2691993Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:00:22.2693369Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:00:22.2694271Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:00:22.2695167Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:00:22.2702514Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:00:22.2705333Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:00:22.2958357Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:00:22.2958866Z Need to get 27.5 MB of archives.
2025-08-20T22:00:22.2959673Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:00:22.2960406Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:00:22.3793353Z 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-20T22:00:22.6833014Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:00:22.9419163Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:00:23.0696202Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:00:23.1350052Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:00:23.2008666Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:00:23.3337240Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:00:23.4610185Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:00:23.5940912Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:00:23.6605300Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:00:24.1904727Z 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-20T22:00:24.2598489Z 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-20T22:00:24.3877377Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:00:24.4524060Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:00:24.5165858Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:00:24.6224753Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:00:24.6868103Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:00:24.9974850Z 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-20T22:00:25.0636591Z 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-20T22:00:25.1319741Z 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-20T22:00:25.1952459Z 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-20T22:00:25.2593935Z 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-20T22:00:25.3913294Z 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-20T22:00:25.4559921Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:00:25.5223471Z 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-20T22:00:25.5865664Z 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-20T22:00:25.7787659Z 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-20T22:00:25.8434162Z 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-20T22:00:25.9101480Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:00:25.9754560Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:00:26.0402324Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:00:26.1050381Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:00:26.1698386Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:00:26.3659463Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:00:26.4912848Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:00:26.6184700Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:00:26.8936937Z Preconfiguring packages ...
2025-08-20T22:00:26.9577370Z Fetched 27.5 MB in 4s (6336 kB/s)
2025-08-20T22:00:26.9805131Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:00:26.9860318Z (Reading database ... 
2025-08-20T22:00:26.9860798Z (Reading database ... 5%
2025-08-20T22:00:26.9861214Z (Reading database ... 10%
2025-08-20T22:00:26.9861601Z (Reading database ... 15%
2025-08-20T22:00:26.9862259Z (Reading database ... 20%
2025-08-20T22:00:26.9862517Z (Reading database ... 25%
2025-08-20T22:00:26.9862754Z (Reading database ... 30%
2025-08-20T22:00:26.9862993Z (Reading database ... 35%
2025-08-20T22:00:26.9863227Z (Reading database ... 40%
2025-08-20T22:00:26.9863463Z (Reading database ... 45%
2025-08-20T22:00:26.9863712Z (Reading database ... 50%
2025-08-20T22:00:26.9889644Z (Reading database ... 55%
2025-08-20T22:00:27.0009438Z (Reading database ... 60%
2025-08-20T22:00:27.0035104Z (Reading database ... 65%
2025-08-20T22:00:27.0080120Z (Reading database ... 70%
2025-08-20T22:00:27.0111670Z (Reading database ... 75%
2025-08-20T22:00:27.0149188Z (Reading database ... 80%
2025-08-20T22:00:27.0323621Z (Reading database ... 85%
2025-08-20T22:00:27.0454888Z (Reading database ... 90%
2025-08-20T22:00:27.0762506Z (Reading database ... 95%
2025-08-20T22:00:27.0762849Z (Reading database ... 100%
2025-08-20T22:00:27.0763276Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:00:27.0809651Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:00:27.1017200Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:00:27.2529302Z Selecting previously unselected package poppler-data.
2025-08-20T22:00:27.2671439Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:00:27.2685548Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:00:27.4015652Z Selecting previously unselected package b3sum.
2025-08-20T22:00:27.4157891Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:00:27.4170816Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:00:27.4464070Z Selecting previously unselected package build-essential.
2025-08-20T22:00:27.4603960Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:00:27.4621335Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:00:27.4862176Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:00:27.5003240Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:00:27.5029257Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:00:27.5296058Z Selecting previously unselected package ccache.
2025-08-20T22:00:27.5437145Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:00:27.5451038Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:00:27.5805250Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:00:27.5953025Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:00:27.5964998Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:00:27.6276285Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:00:27.6430874Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:00:27.6443367Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:00:27.6791947Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:00:27.6930852Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:00:27.6944736Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:00:27.7293095Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:00:27.7432763Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:00:27.8093324Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:00:27.9097661Z Selecting previously unselected package libgs-common.
2025-08-20T22:00:27.9239212Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:00:27.9301086Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:27.9715832Z Selecting previously unselected package libgs10-common.
2025-08-20T22:00:27.9854275Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:00:27.9868542Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:28.0589256Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:00:28.0731082Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:00:28.0741569Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:00:28.0980575Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:00:28.1122011Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:00:28.1132615Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:00:28.1408660Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:00:28.1550689Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:00:28.1563112Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:00:28.1836806Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:00:28.1988604Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:00:28.2000737Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:00:28.2259598Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:00:28.2411769Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:00:28.2425932Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:28.3515455Z Selecting previously unselected package ghostscript.
2025-08-20T22:00:28.3665216Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:00:28.3676548Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:28.4037384Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:00:28.4189676Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:00:28.4202075Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:00:28.5776102Z Selecting previously unselected package imagemagick.
2025-08-20T22:00:28.5929999Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:00:28.5942381Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:00:28.6200217Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:00:28.6352008Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:00:28.6364326Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:00:28.6669385Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:00:28.6827057Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:00:28.6838847Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:00:28.7189687Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:00:28.7337809Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:00:28.7347453Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:00:28.7643837Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:00:28.7790040Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:00:28.7800183Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:00:28.8068423Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:00:28.8212003Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:00:28.8222322Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:00:28.8470993Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:00:28.8612674Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:00:28.8623087Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:00:28.9052082Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:00:28.9195148Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:00:28.9206643Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:00:28.9445135Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:00:28.9588052Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:00:28.9597949Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:00:28.9917226Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:00:29.0066079Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:00:29.0075626Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:00:29.0358591Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:00:29.0509431Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:00:29.0520406Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:00:29.0756932Z Selecting previously unselected package libtool-bin.
2025-08-20T22:00:29.0901119Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:00:29.0911798Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:00:29.1174526Z Selecting previously unselected package lzip.
2025-08-20T22:00:29.1318601Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:00:29.1332705Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:00:29.1595574Z Selecting previously unselected package netpbm.
2025-08-20T22:00:29.1748741Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:00:29.1757493Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:00:29.3576408Z Selecting previously unselected package musl:amd64.
2025-08-20T22:00:29.3718137Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:00:29.3732952Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:00:29.4035632Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:00:29.4175623Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:00:29.4185373Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:00:29.4842621Z Selecting previously unselected package musl-tools.
2025-08-20T22:00:29.4978665Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:00:29.4987288Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:00:29.5418066Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:00:29.6643790Z 
2025-08-20T22:00:29.6644330Z Creating config file /etc/papersize with new version
2025-08-20T22:00:29.7057587Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:00:29.7079548Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:00:29.7112009Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:00:29.7149264Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:00:29.7175316Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:29.7199307Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:00:29.7224179Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:00:29.7247105Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:00:29.7357242Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:00:29.7379649Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:00:29.7401665Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:00:29.7463788Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:00:29.7511120Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:00:29.7558435Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:00:29.7582179Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:00:29.7606807Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:00:29.7635026Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:00:29.7659538Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:00:29.7680641Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:00:29.7752604Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:00:29.7800465Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:00:29.7859862Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:00:29.7905316Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:00:29.7959580Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:00:29.8006236Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:00:29.8063113Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:00:29.8108540Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:00:29.8169972Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:00:29.8216605Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:00:29.8275924Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:00:29.8322414Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:00:29.8379719Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:00:29.8426983Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:00:29.8485653Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:00:29.8533747Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:00:29.8593277Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:00:29.8640588Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:00:29.8704509Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:00:29.8754077Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:00:29.8814971Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:00:29.8863857Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:00:29.8887802Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:00:29.8925044Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:00:29.8978738Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:00:29.9006930Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:00:29.9239645Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:00:29.9264920Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:00:29.9294185Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:00:29.9321674Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:00:29.9349819Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:00:29.9760410Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:00:29.9789298Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:00:29.9837032Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:00:29.9872641Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:00:29.9901047Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:00:29.9924352Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:00:29.9947203Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:00:30.1414568Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:00:30.1446991Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:30.1484614Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:30.1517132Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:00:30.1597686Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:00:30.2594143Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:00:30.4223002Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:00:30.9885106Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:00:31.0184244Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:00:37.6282484Z Reading package lists...
2025-08-20T22:00:37.8535696Z Building dependency tree...
2025-08-20T22:00:37.8544624Z Reading state information...
2025-08-20T22:00:38.0808176Z autoconf is already the newest version (2.71-3).
2025-08-20T22:00:38.0808738Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:00:38.0809527Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:00:38.0809978Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:00:38.0810459Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:00:38.0810925Z ca-certificates is already the newest version (20240203).
2025-08-20T22:00:38.0811348Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:00:38.0811752Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:00:38.0812539Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:00:38.0812985Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:00:38.0813431Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:00:38.0813859Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:00:38.0814239Z patch set to manually installed.
2025-08-20T22:00:38.0814612Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:00:38.0815051Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:00:38.0815523Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:00:38.0815898Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:00:38.0816226Z Suggested packages:
2025-08-20T22:00:38.0816443Z   scons-doc
2025-08-20T22:00:38.1011137Z The following NEW packages will be installed:
2025-08-20T22:00:38.1026941Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:00:38.1247851Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:00:38.1248266Z Need to get 15.8 MB of archives.
2025-08-20T22:00:38.1248593Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:00:38.1249259Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:00:38.2109265Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:00:38.3380216Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:00:38.4024080Z 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-20T22:00:39.0386311Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:00:39.1685949Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:00:39.4589470Z Fetched 15.8 MB in 1s (14.9 MB/s)
2025-08-20T22:00:39.4784970Z Selecting previously unselected package autopoint.
2025-08-20T22:00:39.4844237Z (Reading database ... 
2025-08-20T22:00:39.4844727Z (Reading database ... 5%
2025-08-20T22:00:39.4845474Z (Reading database ... 10%
2025-08-20T22:00:39.4845756Z (Reading database ... 15%
2025-08-20T22:00:39.4846053Z (Reading database ... 20%
2025-08-20T22:00:39.4846308Z (Reading database ... 25%
2025-08-20T22:00:39.4846560Z (Reading database ... 30%
2025-08-20T22:00:39.4846819Z (Reading database ... 35%
2025-08-20T22:00:39.4847075Z (Reading database ... 40%
2025-08-20T22:00:39.4847330Z (Reading database ... 45%
2025-08-20T22:00:39.4847576Z (Reading database ... 50%
2025-08-20T22:00:39.4873871Z (Reading database ... 55%
2025-08-20T22:00:39.4994386Z (Reading database ... 60%
2025-08-20T22:00:39.5020328Z (Reading database ... 65%
2025-08-20T22:00:39.5064696Z (Reading database ... 70%
2025-08-20T22:00:39.5096592Z (Reading database ... 75%
2025-08-20T22:00:39.5132480Z (Reading database ... 80%
2025-08-20T22:00:39.5300605Z (Reading database ... 85%
2025-08-20T22:00:39.5414664Z (Reading database ... 90%
2025-08-20T22:00:39.5768728Z (Reading database ... 95%
2025-08-20T22:00:39.5769581Z (Reading database ... 100%
2025-08-20T22:00:39.5770150Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:00:39.5821771Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:00:39.5832302Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:00:39.6098476Z Selecting previously unselected package clang.
2025-08-20T22:00:39.6241208Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:00:39.6249380Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:00:39.6480507Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:00:39.6627320Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:00:39.6636106Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:00:40.1059623Z Selecting previously unselected package scons.
2025-08-20T22:00:40.1203076Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:00:40.1211810Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:00:40.1870191Z Selecting previously unselected package byacc.
2025-08-20T22:00:40.2013831Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:00:40.2024022Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:00:40.2447274Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:00:40.2500648Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:00:40.2584257Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:00:40.2814445Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:00:40.7203785Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:00:40.7232063Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:00:44.9150467Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:00:46.7184238Z Reading package lists...
2025-08-20T22:00:46.9476193Z Building dependency tree...
2025-08-20T22:00:46.9484052Z Reading state information...
2025-08-20T22:00:47.2752321Z The following additional packages will be installed:
2025-08-20T22:00:47.2753105Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:00:47.2753799Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:00:47.2754686Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:00:47.2755559Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:00:47.2756430Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:00:47.2757211Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:00:47.2758014Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:00:47.2758788Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:00:47.2760179Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:00:47.2767994Z Suggested packages:
2025-08-20T22:00:47.2768453Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:00:47.2769768Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:00:47.2770543Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:00:47.2771458Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:00:47.2772275Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:00:47.2773077Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:00:47.2773915Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:00:47.2774839Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:00:47.2775529Z   wdiff-doc
2025-08-20T22:00:47.2775918Z Recommended packages:
2025-08-20T22:00:47.2776545Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:00:47.2777325Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:00:47.2778169Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:00:47.2779293Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:00:47.3028738Z The following NEW packages will be installed:
2025-08-20T22:00:47.3031739Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:00:47.3032589Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:00:47.3034740Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:00:47.3035919Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:00:47.3036655Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:00:47.3037269Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:00:47.3038226Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:00:47.3040463Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:00:47.3047860Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:00:47.3290185Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:00:47.3290588Z Need to get 2417 kB of archives.
2025-08-20T22:00:47.3290930Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:00:47.3291319Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:00:47.4117875Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:00:47.4769722Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:00:47.5413951Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:00:47.6068729Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:00:47.6709507Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:00:47.7354648Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:00:47.8005180Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:00:47.8647791Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:00:47.9295371Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:00:47.9936810Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:00:48.0583395Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:00:48.1231775Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:00:48.1881495Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:00:48.2538290Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:00:48.3185429Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:00:48.3831363Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:00:48.4479752Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:00:48.5177051Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:00:48.5858910Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:00:48.6505077Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:00:48.7151637Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:00:48.8418753Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:00:48.9109896Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:00:48.9761176Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:00:49.0407226Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:00:49.1057750Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:00:49.1705274Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:00:49.2371938Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:00:49.3042614Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:00:49.3696791Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:00:49.7959275Z Fetched 2417 kB in 2s (1108 kB/s)
2025-08-20T22:00:49.8153022Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:00:49.8208659Z (Reading database ... 
2025-08-20T22:00:49.8209306Z (Reading database ... 5%
2025-08-20T22:00:49.8209692Z (Reading database ... 10%
2025-08-20T22:00:49.8210081Z (Reading database ... 15%
2025-08-20T22:00:49.8213257Z (Reading database ... 20%
2025-08-20T22:00:49.8214119Z (Reading database ... 25%
2025-08-20T22:00:49.8214860Z (Reading database ... 30%
2025-08-20T22:00:49.8215493Z (Reading database ... 35%
2025-08-20T22:00:49.8215831Z (Reading database ... 40%
2025-08-20T22:00:49.8216119Z (Reading database ... 45%
2025-08-20T22:00:49.8216381Z (Reading database ... 50%
2025-08-20T22:00:49.8238140Z (Reading database ... 55%
2025-08-20T22:00:49.8346457Z (Reading database ... 60%
2025-08-20T22:00:49.8369986Z (Reading database ... 65%
2025-08-20T22:00:49.8410005Z (Reading database ... 70%
2025-08-20T22:00:49.8438504Z (Reading database ... 75%
2025-08-20T22:00:49.8472087Z (Reading database ... 80%
2025-08-20T22:00:49.8632188Z (Reading database ... 85%
2025-08-20T22:00:49.8744671Z (Reading database ... 90%
2025-08-20T22:00:49.9082242Z (Reading database ... 95%
2025-08-20T22:00:49.9082797Z (Reading database ... 100%
2025-08-20T22:00:49.9083272Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:00:49.9128808Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:00:49.9139480Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:00:49.9367801Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:00:49.9510321Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:00:49.9521514Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:00:49.9742783Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:00:49.9885971Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:00:49.9895481Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:00:50.0156400Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:00:50.0308464Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:00:50.0319228Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:00:50.0557079Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:00:50.0713592Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:00:50.0725347Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:00:50.0966887Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:00:50.1106192Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:00:50.1117132Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:00:50.1345560Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:00:50.1486055Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:00:50.1496672Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:00:50.1725888Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:00:50.1869554Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:00:50.1878244Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:00:50.2094158Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:00:50.2235180Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:00:50.2246656Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:00:50.2494124Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:00:50.2642699Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:00:50.2653453Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:00:50.2899740Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:00:50.3048211Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:00:50.3057476Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:00:50.3289091Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:00:50.3435501Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:00:50.3444196Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:00:50.3688813Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:00:50.3840616Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:00:50.3853604Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:00:50.4099926Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:00:50.4256865Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:00:50.4264725Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:00:50.4486941Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:00:50.4629455Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:00:50.4638120Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:00:50.4892355Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:00:50.5033883Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:00:50.5046924Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:00:50.5277125Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:00:50.5421050Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:00:50.5431274Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:00:50.6007652Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:00:50.6156698Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:00:50.6168296Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:00:50.6420633Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:00:50.6561039Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:00:50.6575563Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:00:50.6794299Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:00:50.6935317Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:00:50.6943979Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:00:50.7178773Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:00:50.7322521Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:00:50.7371124Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:00:50.7828289Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:00:50.7977064Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:00:50.7986228Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:00:50.8267019Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:00:50.8410093Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:00:50.8419686Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:00:50.8655738Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:00:50.8798189Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:00:50.8806685Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:00:50.9039279Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:00:50.9182590Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:00:50.9195164Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:00:50.9422301Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:00:50.9564922Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:00:50.9581974Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:00:50.9827781Z Selecting previously unselected package libwww-perl.
2025-08-20T22:00:50.9972214Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:00:50.9980967Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:00:51.0298431Z Selecting previously unselected package patchutils.
2025-08-20T22:00:51.0440290Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:00:51.0451869Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:00:51.0731642Z Selecting previously unselected package wdiff.
2025-08-20T22:00:51.0875268Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:00:51.0886140Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:00:51.1162976Z Selecting previously unselected package devscripts.
2025-08-20T22:00:51.1305000Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:00:51.1507019Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:00:51.2808403Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:00:51.2838392Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:00:51.2863999Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:00:51.2885541Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:00:51.2906693Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:00:51.2947371Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:00:51.2970620Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:00:51.2993562Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:00:51.3023149Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:00:51.3052400Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:00:51.3080926Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:00:51.3104538Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:00:51.3129228Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:00:51.3157345Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:00:51.3181555Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:00:51.3204075Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:00:51.3232918Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:00:51.3258413Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:00:51.3284043Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:00:51.3307988Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:00:51.3337765Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:00:51.3360706Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:00:51.3388845Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:00:51.3412758Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:00:51.3434474Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:00:51.3456449Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:00:51.3476796Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:00:51.3515567Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:00:51.3546150Z Setting up devscripts (2.23.7) ...
2025-08-20T22:00:51.4822622Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:00:51.4852669Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:00:56.4881016Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:00:58.2851013Z Reading package lists...
2025-08-20T22:00:58.4947967Z Building dependency tree...
2025-08-20T22:00:58.4956179Z Reading state information...
2025-08-20T22:00:58.7423822Z The following additional packages will be installed:
2025-08-20T22:00:58.7436916Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:00:58.7447406Z Suggested packages:
2025-08-20T22:00:58.7447843Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:00:58.7607609Z The following NEW packages will be installed:
2025-08-20T22:00:58.7616676Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:00:58.7798872Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:00:58.7799782Z Need to get 13.6 MB of archives.
2025-08-20T22:00:58.7800365Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:00:58.7801130Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:00:58.8708235Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:00:58.9381066Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:00:59.0066704Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:00:59.2570633Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:01:00.0519385Z Fetched 13.6 MB in 1s (13.7 MB/s)
2025-08-20T22:01:00.0720793Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:01:00.0777822Z (Reading database ... 
2025-08-20T22:01:00.0778266Z (Reading database ... 5%
2025-08-20T22:01:00.0778659Z (Reading database ... 10%
2025-08-20T22:01:00.0779222Z (Reading database ... 15%
2025-08-20T22:01:00.0779610Z (Reading database ... 20%
2025-08-20T22:01:00.0779990Z (Reading database ... 25%
2025-08-20T22:01:00.0780359Z (Reading database ... 30%
2025-08-20T22:01:00.0780726Z (Reading database ... 35%
2025-08-20T22:01:00.0781119Z (Reading database ... 40%
2025-08-20T22:01:00.0781489Z (Reading database ... 45%
2025-08-20T22:01:00.0781860Z (Reading database ... 50%
2025-08-20T22:01:00.0803049Z (Reading database ... 55%
2025-08-20T22:01:00.0909544Z (Reading database ... 60%
2025-08-20T22:01:00.0933399Z (Reading database ... 65%
2025-08-20T22:01:00.0973194Z (Reading database ... 70%
2025-08-20T22:01:00.1000608Z (Reading database ... 75%
2025-08-20T22:01:00.1035254Z (Reading database ... 80%
2025-08-20T22:01:00.1190192Z (Reading database ... 85%
2025-08-20T22:01:00.1295317Z (Reading database ... 90%
2025-08-20T22:01:00.1589835Z (Reading database ... 95%
2025-08-20T22:01:00.1590306Z (Reading database ... 100%
2025-08-20T22:01:00.1590871Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:01:00.1636723Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:01:00.1658323Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:01:00.1933659Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:01:00.2076415Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:01:00.2087370Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:01:00.2376057Z Selecting previously unselected package cmake-data.
2025-08-20T22:01:00.2519423Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:01:00.2594456Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:01:00.8246100Z Selecting previously unselected package cmake.
2025-08-20T22:01:00.8402721Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:01:00.8411227Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:01:01.0331538Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:01:01.0354238Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:01:01.0374939Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:01:01.0450923Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:01:01.0482427Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:05.5121905Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:01:06.1005486Z 
2025-08-20T22:01:06.1006202Z Running kernel seems to be up-to-date.
2025-08-20T22:01:06.1006593Z 
2025-08-20T22:01:06.1006716Z Restarting services...
2025-08-20T22:01:06.1071128Z 
2025-08-20T22:01:06.1071788Z Service restarts being deferred:
2025-08-20T22:01:06.1081083Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:01:06.1081480Z 
2025-08-20T22:01:06.1081696Z No containers need to be restarted.
2025-08-20T22:01:06.1082014Z 
2025-08-20T22:01:06.1082151Z No user sessions are running outdated binaries.
2025-08-20T22:01:06.1082350Z 
2025-08-20T22:01:06.1082552Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:01:07.2423343Z Reading package lists...
2025-08-20T22:01:07.4691809Z Building dependency tree...
2025-08-20T22:01:07.4701315Z Reading state information...
2025-08-20T22:01:07.6999787Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:01:07.7000261Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:01:07.7000629Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:01:07.7000992Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:01:07.7001335Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:01:07.7001695Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:01:07.7002100Z ca-certificates is already the newest version (20240203).
2025-08-20T22:01:07.7002498Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:01:07.7002873Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:01:07.7003245Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:01:07.7003601Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:01:07.7003960Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:01:07.7004377Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:01:07.7004815Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:01:07.7005181Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:01:07.7005853Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:01:07.7006420Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:01:07.7006979Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:01:07.7007510Z musl is already the newest version (1.2.4-2).
2025-08-20T22:01:07.7008000Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:01:07.7008551Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:01:07.7009393Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:01:07.7010031Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:01:07.7010613Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:01:07.7011204Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:01:07.7011844Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:07.7236842Z Reading package lists...
2025-08-20T22:01:07.9400731Z Building dependency tree...
2025-08-20T22:01:07.9409352Z Reading state information...
2025-08-20T22:01:08.2185691Z autoconf is already the newest version (2.71-3).
2025-08-20T22:01:08.2186220Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:01:08.2186681Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:01:08.2187118Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:01:08.2187569Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:01:08.2188022Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:01:08.2188460Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:01:08.2188873Z ca-certificates is already the newest version (20240203).
2025-08-20T22:01:08.2189799Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:01:08.2190214Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:01:08.2190601Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:01:08.2191011Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:01:08.2191414Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:01:08.2191826Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:01:08.2192239Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:01:08.2192715Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:01:08.2193301Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:01:08.2193946Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:01:08.2194556Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:01:08.2195089Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:01:08.2196176Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:01:08.2196797Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:08.2433318Z Reading package lists...
2025-08-20T22:01:08.4490660Z Building dependency tree...
2025-08-20T22:01:08.4498872Z Reading state information...
2025-08-20T22:01:08.7338094Z devscripts is already the newest version (2.23.7).
2025-08-20T22:01:08.7338527Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:08.7583088Z Reading package lists...
2025-08-20T22:01:08.9744125Z Building dependency tree...
2025-08-20T22:01:08.9753334Z Reading state information...
2025-08-20T22:01:09.3240828Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:01:09.3241574Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:09.3511417Z Reading package lists...
2025-08-20T22:01:09.5725178Z Building dependency tree...
2025-08-20T22:01:09.5734853Z Reading state information...
2025-08-20T22:01:09.8452125Z Suggested packages:
2025-08-20T22:01:09.8452558Z   binutils-doc
2025-08-20T22:01:09.8806596Z The following NEW packages will be installed:
2025-08-20T22:01:09.8820922Z   binutils-aarch64-linux-gnu
2025-08-20T22:01:09.9094595Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:09.9357470Z Need to get 3711 kB of archives.
2025-08-20T22:01:09.9358082Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:01:09.9358647Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:01:10.0208686Z 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-20T22:01:10.6201586Z Fetched 3711 kB in 0s (8999 kB/s)
2025-08-20T22:01:10.6407739Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:01:10.6466832Z (Reading database ... 
2025-08-20T22:01:10.6467281Z (Reading database ... 5%
2025-08-20T22:01:10.6467670Z (Reading database ... 10%
2025-08-20T22:01:10.6468089Z (Reading database ... 15%
2025-08-20T22:01:10.6468469Z (Reading database ... 20%
2025-08-20T22:01:10.6468850Z (Reading database ... 25%
2025-08-20T22:01:10.6469409Z (Reading database ... 30%
2025-08-20T22:01:10.6469790Z (Reading database ... 35%
2025-08-20T22:01:10.6470150Z (Reading database ... 40%
2025-08-20T22:01:10.6470517Z (Reading database ... 45%
2025-08-20T22:01:10.6470881Z (Reading database ... 50%
2025-08-20T22:01:10.6492059Z (Reading database ... 55%
2025-08-20T22:01:10.6600898Z (Reading database ... 60%
2025-08-20T22:01:10.6629178Z (Reading database ... 65%
2025-08-20T22:01:10.6676846Z (Reading database ... 70%
2025-08-20T22:01:10.6709787Z (Reading database ... 75%
2025-08-20T22:01:10.6751221Z (Reading database ... 80%
2025-08-20T22:01:10.6928296Z (Reading database ... 85%
2025-08-20T22:01:10.7054860Z (Reading database ... 90%
2025-08-20T22:01:10.7430349Z (Reading database ... 95%
2025-08-20T22:01:10.7430709Z (Reading database ... 100%
2025-08-20T22:01:10.7431420Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:01:10.7481872Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:01:10.7528166Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:01:10.9129774Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:01:10.9162553Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:01:10.9312920Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:16.9950880Z Reading package lists...
2025-08-20T22:01:17.2098668Z Building dependency tree...
2025-08-20T22:01:17.2107119Z Reading state information...
2025-08-20T22:01:17.5243867Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:01:17.5244675Z The following additional packages will be installed:
2025-08-20T22:01:17.5245474Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:01:17.5246512Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:01:17.5247584Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:01:17.5248150Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:01:17.5248670Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:01:17.5249423Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:01:17.5250069Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:01:17.5250706Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:01:17.5251260Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:01:17.5251779Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:01:17.5252307Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:01:17.5252869Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:01:17.5253647Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:01:17.5254257Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:01:17.5255114Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:01:17.5255710Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:01:17.5256328Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:01:17.5256834Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:01:17.5257343Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:01:17.5257833Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:01:17.5258289Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:01:17.5258674Z   linux-libc-dev-armhf-cross
2025-08-20T22:01:17.5265218Z Suggested packages:
2025-08-20T22:01:17.5265786Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:01:17.5266626Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:01:17.5847091Z The following NEW packages will be installed:
2025-08-20T22:01:17.5847806Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:01:17.5848626Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:01:17.5849719Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:01:17.5850571Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:01:17.5851404Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:01:17.5852158Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:01:17.5852829Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:01:17.5853647Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:01:17.5854897Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:01:17.5855780Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:01:17.5858076Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:01:17.5859113Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:01:17.5860132Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:01:17.5860962Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:01:17.5861708Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:01:17.5862456Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:01:17.5863151Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:01:17.5863906Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:01:17.5864620Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:01:17.5865321Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:01:17.5866052Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:01:17.5866827Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:01:17.5867506Z   linux-libc-dev-armhf-cross
2025-08-20T22:01:17.6075742Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:17.6076358Z Need to get 171 MB of archives.
2025-08-20T22:01:17.6076915Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:01:17.6077571Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:01:17.6896578Z 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-20T22:01:17.7558887Z 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-20T22:01:18.2125628Z 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-20T22:01:18.2778750Z 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-20T22:01:18.8250563Z 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-20T22:01:18.8892159Z 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-20T22:01:19.4759774Z 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-20T22:01:19.5399498Z 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-20T22:01:19.6043095Z 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-20T22:01:19.6686328Z 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-20T22:01:19.7334943Z 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-20T22:01:19.7976562Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:01:19.9870934Z 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-20T22:01:20.0550834Z 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-20T22:01:20.1226448Z 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-20T22:01:20.1869772Z 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-20T22:01:20.2611614Z 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-20T22:01:20.3878497Z 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-20T22:01:20.4557272Z 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-20T22:01:20.5842038Z 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-20T22:01:20.7176491Z 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-20T22:01:20.7852080Z 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-20T22:01:20.8523299Z 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-20T22:01:21.1070406Z 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-20T22:01:21.8634524Z 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-20T22:01:22.0504818Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:01:22.2408113Z 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-20T22:01:22.4969445Z 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-20T22:01:23.1029438Z 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-20T22:01:23.4223934Z 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-20T22:01:23.4926160Z 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-20T22:01:23.5583625Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:01:23.7495430Z 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-20T22:01:23.8166850Z 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-20T22:01:23.8826881Z 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-20T22:01:23.9515063Z 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-20T22:01:24.5766944Z 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-20T22:01:24.7058786Z 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-20T22:01:24.8569642Z 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-20T22:01:24.9889175Z 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-20T22:01:25.7874223Z 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-20T22:01:25.9841051Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:01:26.1782236Z 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-20T22:01:26.4381738Z 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-20T22:01:27.0735464Z 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-20T22:01:27.3899657Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:01:27.5819583Z 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-20T22:01:27.6508711Z 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-20T22:01:27.7158499Z 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-20T22:01:27.7794353Z 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-20T22:01:28.0450424Z 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-20T22:01:28.1733727Z 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-20T22:01:28.3620508Z 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-20T22:01:28.5015518Z 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-20T22:01:29.3316379Z 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-20T22:01:29.5207028Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:01:29.7139324Z 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-20T22:01:29.9706573Z 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-20T22:01:30.4962353Z 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-20T22:01:30.5597889Z 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-20T22:01:30.6240332Z 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-20T22:01:30.6874430Z 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-20T22:01:30.7514934Z 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-20T22:01:30.8166033Z 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-20T22:01:31.1631122Z Fetched 171 MB in 13s (12.9 MB/s)
2025-08-20T22:01:31.1834671Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:01:31.1893505Z (Reading database ... 
2025-08-20T22:01:31.1893984Z (Reading database ... 5%
2025-08-20T22:01:31.1894374Z (Reading database ... 10%
2025-08-20T22:01:31.1894752Z (Reading database ... 15%
2025-08-20T22:01:31.1894999Z (Reading database ... 20%
2025-08-20T22:01:31.1895236Z (Reading database ... 25%
2025-08-20T22:01:31.1895469Z (Reading database ... 30%
2025-08-20T22:01:31.1895691Z (Reading database ... 35%
2025-08-20T22:01:31.1895911Z (Reading database ... 40%
2025-08-20T22:01:31.1896126Z (Reading database ... 45%
2025-08-20T22:01:31.1896342Z (Reading database ... 50%
2025-08-20T22:01:31.1917817Z (Reading database ... 55%
2025-08-20T22:01:31.2025589Z (Reading database ... 60%
2025-08-20T22:01:31.2049856Z (Reading database ... 65%
2025-08-20T22:01:31.2090794Z (Reading database ... 70%
2025-08-20T22:01:31.2119544Z (Reading database ... 75%
2025-08-20T22:01:31.2157392Z (Reading database ... 80%
2025-08-20T22:01:31.2319891Z (Reading database ... 85%
2025-08-20T22:01:31.2430251Z (Reading database ... 90%
2025-08-20T22:01:31.2753798Z (Reading database ... 95%
2025-08-20T22:01:31.2754173Z (Reading database ... 100%
2025-08-20T22:01:31.2754583Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:01:31.2803680Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:31.2814595Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:31.3046914Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:01:31.3195824Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:31.3229907Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:31.4784102Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:01:31.4942380Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:31.4953145Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:31.5211233Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:01:31.5359943Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:31.5396610Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:31.6905184Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:01:31.7065953Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:31.7074967Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:31.7332597Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:01:31.7489423Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:31.7526299Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:31.8975877Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:01:31.9124946Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:01:31.9135105Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:31.9357173Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:01:31.9505448Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:01:31.9515048Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:31.9752595Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:01:31.9901644Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:01:31.9914158Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:32.0154138Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:01:32.0307964Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.0316903Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.0562019Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:01:32.0711441Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.0723086Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.0971106Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:01:32.1121912Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:32.1133734Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:32.1584934Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:01:32.1737244Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.1745641Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.1982667Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:01:32.2127552Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.2145215Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.2388317Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:01:32.2534163Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.2543802Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.2769500Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:01:32.2918700Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.2929607Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.3166938Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:01:32.3317610Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.3329628Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.3676988Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:01:32.3823751Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.3834504Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.4098857Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:01:32.4245875Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.4254521Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.4583100Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:01:32.4729338Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.4737855Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.5086907Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:01:32.5233365Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.5242209Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.5499252Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:01:32.5644650Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.5653456Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.5931542Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:01:32.6078263Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:32.6087715Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:32.7059217Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:01:32.7206275Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:32.7240118Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:33.0138529Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:01:33.0288010Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:01:33.0298107Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:33.2299690Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:01:33.2447751Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:33.2459712Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:33.3699150Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:01:33.3847648Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:33.3860535Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:33.6141978Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:01:33.6291448Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:33.6328312Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:33.7991148Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:01:33.8152999Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:01:33.8177951Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:01:33.9178635Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:01:33.9326219Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:33.9335766Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:33.9565622Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:01:33.9714416Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:33.9724187Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:33.9957775Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:01:34.0109564Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:34.0119565Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:34.0504677Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:01:34.0658730Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.0667799Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.0902630Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:01:34.1052741Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.1062387Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.1351248Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:01:34.1495000Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.1504288Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.1722431Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:01:34.1874539Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.1886231Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.2542303Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:01:34.2706703Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.2716015Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.3062420Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:01:34.3214077Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.3224553Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.3607943Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:01:34.3756931Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:34.3765842Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.4355404Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:01:34.4497856Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:34.4530605Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:34.7266042Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:01:34.7414936Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:01:34.7423175Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:34.9598468Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:01:34.9747592Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:34.9756313Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:35.1009290Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:01:35.1170637Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.1186198Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.3343442Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:01:35.3498504Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:35.3536238Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.5022957Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:01:35.5163752Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:01:35.5189851Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:01:35.6155783Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:01:35.6297216Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:35.6462271Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:35.6885945Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:01:35.7038241Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.7053335Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.7279375Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:01:35.7428138Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.7440230Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.7684430Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:01:35.7838260Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.7848178Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.8073099Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:01:35.8223491Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.8235688Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.8870506Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:01:35.9015463Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.9028519Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.9337594Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:01:35.9483772Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:35.9494233Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:35.9875744Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:01:36.0023910Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:36.0034567Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:36.0580640Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:01:36.0730159Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:36.0771677Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:36.3497361Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:01:36.3651096Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:01:36.3661498Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:36.5634594Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:01:36.5794062Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:01:36.5804744Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:36.7055428Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:01:36.7206908Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:01:36.7232173Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:36.9385274Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:01:36.9539534Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:01:36.9574854Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.1129715Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:01:37.1279678Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:01:37.1292876Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.1523541Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:01:37.1680113Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:01:37.1691677Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.1916532Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:01:37.2067583Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:01:37.2077149Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:37.2305804Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:01:37.2454942Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:01:37.2464575Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:37.2673168Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:01:37.2821764Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:01:37.2833163Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.3053113Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:01:37.3196955Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:01:37.3206775Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.3668010Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:01:37.3692930Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:37.3715427Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.3737743Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.3761948Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.3950889Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:37.3976343Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4002175Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:37.4025292Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:37.4051269Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4077665Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:01:37.4120920Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:37.4143989Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4172514Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4197015Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4221916Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:37.4257995Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:01:37.4291473Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4318538Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4354308Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4382522Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4412115Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4436910Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4466651Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4489160Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4516983Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4540910Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4567562Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4593507Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4613699Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:37.4636343Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4659321Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:01:37.4686060Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4710346Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4737557Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4762267Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.4789616Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:37.4818010Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4841799Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4869965Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4897949Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4928911Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.4958280Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.4983714Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5013517Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5036022Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5062393Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5086879Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5115851Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5142627Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5171459Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5197341Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:37.5224930Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5252601Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5279885Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5307358Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5330156Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5351734Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:01:37.5391900Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.5415700Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5439771Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:01:37.5462271Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.5486041Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.5509276Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:01:37.5540074Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:01:37.5559942Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:01:37.5658409Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:42.0051100Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:01:43.9566899Z Reading package lists...
2025-08-20T22:01:44.2122564Z Building dependency tree...
2025-08-20T22:01:44.2132276Z Reading state information...
2025-08-20T22:01:44.4604519Z The following additional packages will be installed:
2025-08-20T22:01:44.4605790Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:01:44.4617919Z   libpcap0.8-dev
2025-08-20T22:01:44.4992152Z The following NEW packages will be installed:
2025-08-20T22:01:44.4994319Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:01:44.5005757Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:01:44.5253142Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:44.5505917Z Need to get 1613 kB of archives.
2025-08-20T22:01:44.5506498Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:01:44.5506907Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:01:44.7159503Z 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-20T22:01:44.7871448Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:01:44.8623895Z 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-20T22:01:44.9286628Z 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-20T22:01:44.9971772Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:01:45.1299730Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:01:45.2552967Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:01:45.3194393Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:01:45.6229669Z Fetched 1613 kB in 1s (2067 kB/s)
2025-08-20T22:01:45.6444658Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:01:45.6505082Z (Reading database ... 
2025-08-20T22:01:45.6505555Z (Reading database ... 5%
2025-08-20T22:01:45.6505952Z (Reading database ... 10%
2025-08-20T22:01:45.6506328Z (Reading database ... 15%
2025-08-20T22:01:45.6506703Z (Reading database ... 20%
2025-08-20T22:01:45.6507080Z (Reading database ... 25%
2025-08-20T22:01:45.6507476Z (Reading database ... 30%
2025-08-20T22:01:45.6507843Z (Reading database ... 35%
2025-08-20T22:01:45.6508797Z (Reading database ... 40%
2025-08-20T22:01:45.6509388Z (Reading database ... 45%
2025-08-20T22:01:45.6509762Z (Reading database ... 50%
2025-08-20T22:01:45.6615226Z (Reading database ... 55%
2025-08-20T22:01:45.6636331Z (Reading database ... 60%
2025-08-20T22:01:45.6659676Z (Reading database ... 65%
2025-08-20T22:01:45.6701453Z (Reading database ... 70%
2025-08-20T22:01:45.6724720Z (Reading database ... 75%
2025-08-20T22:01:45.6766520Z (Reading database ... 80%
2025-08-20T22:01:45.6909303Z (Reading database ... 85%
2025-08-20T22:01:45.7007057Z (Reading database ... 90%
2025-08-20T22:01:45.7294387Z (Reading database ... 95%
2025-08-20T22:01:45.7294829Z (Reading database ... 100%
2025-08-20T22:01:45.7295351Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:01:45.7340441Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:01:45.7351619Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:01:45.7948638Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:01:45.8105110Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:01:45.8130881Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:01:45.8374892Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:01:45.8536088Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:01:45.8545524Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:45.8998058Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:01:45.9144903Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:01:45.9159249Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:45.9434308Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:01:45.9583689Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:01:45.9601445Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:01:46.0335658Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:01:46.0501221Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:01:46.0546732Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:01:46.0960989Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:01:46.1113704Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:01:46.1123270Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:01:46.1384988Z Selecting previously unselected package pcaputils.
2025-08-20T22:01:46.1538822Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:01:46.1587941Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:01:46.2087741Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:01:46.2136179Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:01:46.3891564Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:46.3916355Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:01:46.4038184Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:01:46.7153246Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:01:46.7181765Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:01:46.7239963Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:01:46.7416964Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:01:51.5400861Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:01:51.5732619Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:01:51.5762892Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:01:53.4399351Z Reading package lists...
2025-08-20T22:01:53.6550817Z Building dependency tree...
2025-08-20T22:01:53.6561033Z Reading state information...
2025-08-20T22:01:53.7092079Z Reading package lists...
2025-08-20T22:01:53.9450109Z Building dependency tree...
2025-08-20T22:01:53.9459335Z Reading state information...
2025-08-20T22:01:54.2323206Z The following additional packages will be installed:
2025-08-20T22:01:54.2333046Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:01:54.2343043Z Suggested packages:
2025-08-20T22:01:54.2343567Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:01:54.2344066Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:01:54.2544287Z The following NEW packages will be installed:
2025-08-20T22:01:54.2545227Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:01:54.2554124Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:01:54.2750802Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:01:54.2751622Z Need to get 800 kB of archives.
2025-08-20T22:01:54.2752308Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:01:54.2753620Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:01:54.3557414Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:01:54.4250378Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:01:54.4937013Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:01:54.5815186Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:01:54.6520457Z 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-20T22:01:54.7160991Z 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-20T22:01:54.7903586Z 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-20T22:01:54.8555100Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:01:54.9362743Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:01:55.2176167Z Fetched 800 kB in 1s (1190 kB/s)
2025-08-20T22:01:55.2392688Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:01:55.2451591Z (Reading database ... 
2025-08-20T22:01:55.2452022Z (Reading database ... 5%
2025-08-20T22:01:55.2452423Z (Reading database ... 10%
2025-08-20T22:01:55.2452816Z (Reading database ... 15%
2025-08-20T22:01:55.2453191Z (Reading database ... 20%
2025-08-20T22:01:55.2453570Z (Reading database ... 25%
2025-08-20T22:01:55.2453934Z (Reading database ... 30%
2025-08-20T22:01:55.2454866Z (Reading database ... 35%
2025-08-20T22:01:55.2455539Z (Reading database ... 40%
2025-08-20T22:01:55.2455944Z (Reading database ... 45%
2025-08-20T22:01:55.2456324Z (Reading database ... 50%
2025-08-20T22:01:55.2556430Z (Reading database ... 55%
2025-08-20T22:01:55.2577598Z (Reading database ... 60%
2025-08-20T22:01:55.2599885Z (Reading database ... 65%
2025-08-20T22:01:55.2642582Z (Reading database ... 70%
2025-08-20T22:01:55.2670754Z (Reading database ... 75%
2025-08-20T22:01:55.2710084Z (Reading database ... 80%
2025-08-20T22:01:55.2854665Z (Reading database ... 85%
2025-08-20T22:01:55.2959777Z (Reading database ... 90%
2025-08-20T22:01:55.3267024Z (Reading database ... 95%
2025-08-20T22:01:55.3267644Z (Reading database ... 100%
2025-08-20T22:01:55.3268462Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:01:55.3316388Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:01:55.3338449Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:01:55.3592940Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:01:55.3745752Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:01:55.3755132Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:01:55.4027131Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:01:55.4183423Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:01:55.4194506Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:01:55.5126085Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:01:55.5282371Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:01:55.5294086Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:01:55.5611056Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:01:55.5764542Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:01:55.5774656Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:01:55.6057627Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:01:55.6206234Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:01:55.6215309Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:01:55.6514298Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:01:55.6666128Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:01:55.6676564Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:01:55.6932046Z Selecting previously unselected package lzma.
2025-08-20T22:01:55.7086454Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:01:55.7096200Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:01:55.7376997Z Selecting previously unselected package lzma-dev.
2025-08-20T22:01:55.7529345Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:01:55.7540210Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:01:55.8052915Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:01:55.8086035Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:01:55.8118492Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:01:55.8151766Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:01:55.8179280Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:01:55.8246669Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:01:55.8280799Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:01:55.8357377Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:01:55.8389902Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:01:55.8412690Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:01:55.8449934Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:01:55.8617180Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:00.3682715Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:02:01.0392908Z 
2025-08-20T22:02:01.0393791Z Running kernel seems to be up-to-date.
2025-08-20T22:02:01.0394104Z 
2025-08-20T22:02:01.0394208Z Restarting services...
2025-08-20T22:02:01.0455277Z 
2025-08-20T22:02:01.0455594Z Service restarts being deferred:
2025-08-20T22:02:01.0457184Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:02:01.0457506Z 
2025-08-20T22:02:01.0457609Z No containers need to be restarted.
2025-08-20T22:02:01.0457794Z 
2025-08-20T22:02:01.0457924Z No user sessions are running outdated binaries.
2025-08-20T22:02:01.0458135Z 
2025-08-20T22:02:01.0458322Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:02:02.3128604Z Reading package lists...
2025-08-20T22:02:02.5490575Z Building dependency tree...
2025-08-20T22:02:02.5499652Z Reading state information...
2025-08-20T22:02:02.9028592Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:02:02.9029920Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:02:02.9030741Z inetutils-telnet set to manually installed.
2025-08-20T22:02:02.9031343Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:02:02.9031830Z The following additional packages will be installed:
2025-08-20T22:02:02.9032182Z   tcpd update-inetd
2025-08-20T22:02:02.9187418Z The following packages will be REMOVED:
2025-08-20T22:02:02.9195951Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:02:02.9197085Z The following NEW packages will be installed:
2025-08-20T22:02:02.9197575Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:02:02.9198015Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:02:02.9204040Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:02:02.9376896Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:02:02.9377415Z Need to get 698 kB of archives.
2025-08-20T22:02:02.9377905Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:02:02.9378628Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:02:03.0816457Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:02:03.2913957Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:02:03.3762238Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:02:03.4543333Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:02:03.5473589Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:02:03.6656911Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:02:03.7619322Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:02:03.8520952Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:02:03.9344381Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:02:04.0120177Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:02:04.1021441Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:02:04.1982858Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:02:04.2873963Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:02:04.5774628Z Preconfiguring packages ...
2025-08-20T22:02:04.6858249Z Fetched 698 kB in 1s (508 kB/s)
2025-08-20T22:02:04.7055091Z (Reading database ... 
2025-08-20T22:02:04.7055583Z (Reading database ... 5%
2025-08-20T22:02:04.7055987Z (Reading database ... 10%
2025-08-20T22:02:04.7056371Z (Reading database ... 15%
2025-08-20T22:02:04.7056770Z (Reading database ... 20%
2025-08-20T22:02:04.7057139Z (Reading database ... 25%
2025-08-20T22:02:04.7057504Z (Reading database ... 30%
2025-08-20T22:02:04.7057863Z (Reading database ... 35%
2025-08-20T22:02:04.7058864Z (Reading database ... 40%
2025-08-20T22:02:04.7059434Z (Reading database ... 45%
2025-08-20T22:02:04.7059807Z (Reading database ... 50%
2025-08-20T22:02:04.7081854Z (Reading database ... 55%
2025-08-20T22:02:04.7188314Z (Reading database ... 60%
2025-08-20T22:02:04.7212154Z (Reading database ... 65%
2025-08-20T22:02:04.7257422Z (Reading database ... 70%
2025-08-20T22:02:04.7285937Z (Reading database ... 75%
2025-08-20T22:02:04.7332364Z (Reading database ... 80%
2025-08-20T22:02:04.7495242Z (Reading database ... 85%
2025-08-20T22:02:04.7606085Z (Reading database ... 90%
2025-08-20T22:02:04.7939522Z (Reading database ... 95%
2025-08-20T22:02:04.7940088Z (Reading database ... 100%
2025-08-20T22:02:04.7940847Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:02:04.7987847Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:02:04.8172046Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:04.8375978Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:02:05.2174152Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:02:05.2237340Z (Reading database ... 
2025-08-20T22:02:05.2237816Z (Reading database ... 5%
2025-08-20T22:02:05.2238239Z (Reading database ... 10%
2025-08-20T22:02:05.2238656Z (Reading database ... 15%
2025-08-20T22:02:05.2239155Z (Reading database ... 20%
2025-08-20T22:02:05.2239442Z (Reading database ... 25%
2025-08-20T22:02:05.2239697Z (Reading database ... 30%
2025-08-20T22:02:05.2239947Z (Reading database ... 35%
2025-08-20T22:02:05.2240196Z (Reading database ... 40%
2025-08-20T22:02:05.2240490Z (Reading database ... 45%
2025-08-20T22:02:05.2240739Z (Reading database ... 50%
2025-08-20T22:02:05.2263377Z (Reading database ... 55%
2025-08-20T22:02:05.2381265Z (Reading database ... 60%
2025-08-20T22:02:05.2407286Z (Reading database ... 65%
2025-08-20T22:02:05.2458135Z (Reading database ... 70%
2025-08-20T22:02:05.2488911Z (Reading database ... 75%
2025-08-20T22:02:05.2540037Z (Reading database ... 80%
2025-08-20T22:02:05.2710461Z (Reading database ... 85%
2025-08-20T22:02:05.2824910Z (Reading database ... 90%
2025-08-20T22:02:05.3227115Z (Reading database ... 95%
2025-08-20T22:02:05.3227635Z (Reading database ... 100%
2025-08-20T22:02:05.3228200Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:02:05.3275945Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.3320894Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.3586016Z Selecting previously unselected package tcpd.
2025-08-20T22:02:05.3745344Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:02:05.3754797Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:02:05.4025112Z Selecting previously unselected package update-inetd.
2025-08-20T22:02:05.4179520Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:02:05.4188476Z Unpacking update-inetd (4.53) ...
2025-08-20T22:02:05.4441613Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:02:05.4597841Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.4662140Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.4934401Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:02:05.5097858Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.5109783Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.5386421Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:02:05.5540009Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.5549772Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.5840397Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:02:05.5999811Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.6009606Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.6296788Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:02:05.6445833Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.6456642Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.6717024Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:02:05.6869697Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.6880334Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.7136101Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:02:05.7286210Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.7296301Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.7558811Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:02:05.7708864Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.7719373Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.8016516Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:02:05.8166924Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:02:05.8179263Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:02:05.8472205Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:02:05.8616263Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:02:05.8626110Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:02:05.9069109Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:02:05.9154386Z Setting up update-inetd (4.53) ...
2025-08-20T22:02:06.0135385Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:02:06.0203672Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:02:06.0224262Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:06.4313708Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:02:06.4314478Z 
2025-08-20T22:02:06.4314693Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:02:06.4315031Z 
2025-08-20T22:02:06.4315660Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:02:06.4316082Z 
2025-08-20T22:02:06.4316636Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:02:06.4317161Z 
2025-08-20T22:02:06.7473870Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:02:06.7561152Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:02:06.7631317Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:02:06.7653968Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:02:06.7687527Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:02:06.7716412Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:02:06.7744842Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:07.1697741Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:02:07.1698498Z 
2025-08-20T22:02:07.1699688Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:02:07.1700277Z 
2025-08-20T22:02:07.4956658Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:07.5955923Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:07.6709690Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:02:07.7406025Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:14.5414262Z Reading package lists...
2025-08-20T22:02:14.7616749Z Building dependency tree...
2025-08-20T22:02:14.7625920Z Reading state information...
2025-08-20T22:02:15.1052323Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:02:15.1052783Z iputils-tracepath set to manually installed.
2025-08-20T22:02:15.1053091Z The following packages will be REMOVED:
2025-08-20T22:02:15.1068185Z   inetutils-ping
2025-08-20T22:02:15.1070961Z The following NEW packages will be installed:
2025-08-20T22:02:15.1082234Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:02:15.1285565Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:02:15.1285957Z Need to get 71.5 kB of archives.
2025-08-20T22:02:15.1286293Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:02:15.1286715Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:02:15.2829646Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:02:15.3507819Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:02:15.4149391Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:02:15.7466053Z Fetched 71.5 kB in 0s (239 kB/s)
2025-08-20T22:02:15.7658280Z (Reading database ... 
2025-08-20T22:02:15.7658753Z (Reading database ... 5%
2025-08-20T22:02:15.7659468Z (Reading database ... 10%
2025-08-20T22:02:15.7659871Z (Reading database ... 15%
2025-08-20T22:02:15.7660253Z (Reading database ... 20%
2025-08-20T22:02:15.7660635Z (Reading database ... 25%
2025-08-20T22:02:15.7661011Z (Reading database ... 30%
2025-08-20T22:02:15.7661419Z (Reading database ... 35%
2025-08-20T22:02:15.7661787Z (Reading database ... 40%
2025-08-20T22:02:15.7663174Z (Reading database ... 45%
2025-08-20T22:02:15.7663570Z (Reading database ... 50%
2025-08-20T22:02:15.7777269Z (Reading database ... 55%
2025-08-20T22:02:15.7824319Z (Reading database ... 60%
2025-08-20T22:02:15.7852119Z (Reading database ... 65%
2025-08-20T22:02:15.7906050Z (Reading database ... 70%
2025-08-20T22:02:15.7941241Z (Reading database ... 75%
2025-08-20T22:02:15.7985259Z (Reading database ... 80%
2025-08-20T22:02:15.8156955Z (Reading database ... 85%
2025-08-20T22:02:15.8492538Z (Reading database ... 90%
2025-08-20T22:02:15.8603931Z (Reading database ... 95%
2025-08-20T22:02:15.8604454Z (Reading database ... 100%
2025-08-20T22:02:15.8604972Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:02:15.8650712Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:02:15.9152624Z Selecting previously unselected package iputils-ping.
2025-08-20T22:02:15.9214164Z (Reading database ... 
2025-08-20T22:02:15.9214744Z (Reading database ... 5%
2025-08-20T22:02:15.9215168Z (Reading database ... 10%
2025-08-20T22:02:15.9215570Z (Reading database ... 15%
2025-08-20T22:02:15.9215983Z (Reading database ... 20%
2025-08-20T22:02:15.9216374Z (Reading database ... 25%
2025-08-20T22:02:15.9216749Z (Reading database ... 30%
2025-08-20T22:02:15.9217115Z (Reading database ... 35%
2025-08-20T22:02:15.9217479Z (Reading database ... 40%
2025-08-20T22:02:15.9217843Z (Reading database ... 45%
2025-08-20T22:02:15.9218146Z (Reading database ... 50%
2025-08-20T22:02:15.9306435Z (Reading database ... 55%
2025-08-20T22:02:15.9345419Z (Reading database ... 60%
2025-08-20T22:02:15.9370533Z (Reading database ... 65%
2025-08-20T22:02:15.9416334Z (Reading database ... 70%
2025-08-20T22:02:15.9449398Z (Reading database ... 75%
2025-08-20T22:02:15.9491265Z (Reading database ... 80%
2025-08-20T22:02:15.9656213Z (Reading database ... 85%
2025-08-20T22:02:15.9982347Z (Reading database ... 90%
2025-08-20T22:02:16.0088379Z (Reading database ... 95%
2025-08-20T22:02:16.0088748Z (Reading database ... 100%
2025-08-20T22:02:16.0089425Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:02:16.0136153Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:02:16.0153635Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:16.0399265Z Selecting previously unselected package iputils-arping.
2025-08-20T22:02:16.0550179Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:02:16.0559260Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:16.0815045Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:02:16.0985225Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:02:16.0998670Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:16.1463190Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:16.1619820Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:16.1776436Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:02:16.1946972Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:22.6919451Z Reading package lists...
2025-08-20T22:02:22.9268050Z Building dependency tree...
2025-08-20T22:02:22.9277292Z Reading state information...
2025-08-20T22:02:23.1864474Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:02:23.1865482Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:02:23.2367259Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:02:24.5963598Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:02:25.1382391Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:26.2432343Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:02:26.3814887Z Collecting pip
2025-08-20T22:02:26.4471590Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:02:26.4624136Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:02:26.5160956Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 34.9 MB/s eta 0:00:00
2025-08-20T22:02:26.8073462Z Installing collected packages: pip
2025-08-20T22:02:27.5673728Z Successfully installed pip-25.2
2025-08-20T22:02:27.8756866Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:02:27.9286109Z Reading package lists...
2025-08-20T22:02:28.1591368Z Building dependency tree...
2025-08-20T22:02:28.1600041Z Reading state information...
2025-08-20T22:02:28.3653968Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:02:28.3654449Z pciutils set to manually installed.
2025-08-20T22:02:28.3654869Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:02:28.3655527Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:02:28.3656061Z python3-distro set to manually installed.
2025-08-20T22:02:28.3656526Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:02:28.3657005Z python3-netifaces set to manually installed.
2025-08-20T22:02:28.3657423Z The following additional packages will be installed:
2025-08-20T22:02:28.3657793Z   libsysfs2
2025-08-20T22:02:28.3662538Z Suggested packages:
2025-08-20T22:02:28.3662854Z   fancontrol read-edid i2c-tools
2025-08-20T22:02:28.3954327Z The following NEW packages will be installed:
2025-08-20T22:02:28.3957484Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:02:28.4163638Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:02:28.4406094Z Need to get 142 kB of archives.
2025-08-20T22:02:28.4406753Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:02:28.4407457Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:02:28.7348149Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:02:29.5156327Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:02:30.0087666Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:02:31.2830756Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:02:31.5767526Z Fetched 142 kB in 3s (49.6 kB/s)
2025-08-20T22:02:31.5977810Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:02:31.6040296Z (Reading database ... 
2025-08-20T22:02:31.6040788Z (Reading database ... 5%
2025-08-20T22:02:31.6041173Z (Reading database ... 10%
2025-08-20T22:02:31.6041563Z (Reading database ... 15%
2025-08-20T22:02:31.6041932Z (Reading database ... 20%
2025-08-20T22:02:31.6042304Z (Reading database ... 25%
2025-08-20T22:02:31.6042672Z (Reading database ... 30%
2025-08-20T22:02:31.6043068Z (Reading database ... 35%
2025-08-20T22:02:31.6043431Z (Reading database ... 40%
2025-08-20T22:02:31.6043791Z (Reading database ... 45%
2025-08-20T22:02:31.6044157Z (Reading database ... 50%
2025-08-20T22:02:31.6139676Z (Reading database ... 55%
2025-08-20T22:02:31.6180132Z (Reading database ... 60%
2025-08-20T22:02:31.6205536Z (Reading database ... 65%
2025-08-20T22:02:31.6253460Z (Reading database ... 70%
2025-08-20T22:02:31.6287142Z (Reading database ... 75%
2025-08-20T22:02:31.6329296Z (Reading database ... 80%
2025-08-20T22:02:31.6510330Z (Reading database ... 85%
2025-08-20T22:02:31.6866872Z (Reading database ... 90%
2025-08-20T22:02:31.6987940Z (Reading database ... 95%
2025-08-20T22:02:31.6988471Z (Reading database ... 100%
2025-08-20T22:02:31.6989400Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:02:31.7037082Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:02:31.7059306Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:02:31.7302713Z Selecting previously unselected package sysfsutils.
2025-08-20T22:02:31.7456761Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:02:31.7497165Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:02:31.7773297Z Selecting previously unselected package lm-sensors.
2025-08-20T22:02:31.7928136Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:02:31.8132265Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:02:31.8414176Z Selecting previously unselected package virt-what.
2025-08-20T22:02:31.8580338Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:02:31.8592931Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:02:31.9059695Z Setting up virt-what (1.25-2) ...
2025-08-20T22:02:31.9087722Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:02:31.9117021Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:02:32.3115398Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:02:32.3115866Z 
2025-08-20T22:02:32.3116520Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:02:32.3117366Z 
2025-08-20T22:02:32.6415897Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:02:33.0472683Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:02:33.0473532Z 
2025-08-20T22:02:33.0514031Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:37.9061982Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:02:39.6933292Z Reading package lists...
2025-08-20T22:02:39.9208755Z Building dependency tree...
2025-08-20T22:02:39.9218209Z Reading state information...
2025-08-20T22:02:40.2151046Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:02:40.2151648Z The following additional packages will be installed:
2025-08-20T22:02:40.2161196Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:02:40.2161711Z   xorg-sgml-doctools
2025-08-20T22:02:40.2175376Z Suggested packages:
2025-08-20T22:02:40.2175763Z   libxcb-doc
2025-08-20T22:02:40.2400239Z The following NEW packages will be installed:
2025-08-20T22:02:40.2405152Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:02:40.2417248Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:02:40.2417811Z   xcb xorg-sgml-doctools
2025-08-20T22:02:40.2711671Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:02:40.2712314Z Need to get 807 kB of archives.
2025-08-20T22:02:40.2712911Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:02:40.2713673Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:02:40.3554706Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:02:40.4197119Z 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-20T22:02:40.4887722Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:02:40.7080635Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:02:40.7727459Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:02:40.8370770Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:02:40.9027899Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:02:40.9725081Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:02:41.0363850Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:02:41.1001074Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:02:41.1641921Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:02:41.4734305Z Fetched 807 kB in 1s (892 kB/s)
2025-08-20T22:02:41.4947185Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:02:41.5012325Z (Reading database ... 
2025-08-20T22:02:41.5012768Z (Reading database ... 5%
2025-08-20T22:02:41.5013176Z (Reading database ... 10%
2025-08-20T22:02:41.5013554Z (Reading database ... 15%
2025-08-20T22:02:41.5013938Z (Reading database ... 20%
2025-08-20T22:02:41.5014915Z (Reading database ... 25%
2025-08-20T22:02:41.5015320Z (Reading database ... 30%
2025-08-20T22:02:41.5015702Z (Reading database ... 35%
2025-08-20T22:02:41.5016065Z (Reading database ... 40%
2025-08-20T22:02:41.5016427Z (Reading database ... 45%
2025-08-20T22:02:41.5016829Z (Reading database ... 50%
2025-08-20T22:02:41.5125638Z (Reading database ... 55%
2025-08-20T22:02:41.5149145Z (Reading database ... 60%
2025-08-20T22:02:41.5173926Z (Reading database ... 65%
2025-08-20T22:02:41.5222365Z (Reading database ... 70%
2025-08-20T22:02:41.5256563Z (Reading database ... 75%
2025-08-20T22:02:41.5300115Z (Reading database ... 80%
2025-08-20T22:02:41.5471914Z (Reading database ... 85%
2025-08-20T22:02:41.5807084Z (Reading database ... 90%
2025-08-20T22:02:41.5916848Z (Reading database ... 95%
2025-08-20T22:02:41.5917349Z (Reading database ... 100%
2025-08-20T22:02:41.5917955Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:02:41.5966042Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:02:41.5976809Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:02:41.6198122Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:02:41.6348160Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:02:41.6359278Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:02:41.6635397Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:02:41.6789967Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:02:41.6801079Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:02:41.7347342Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:02:41.7499787Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:02:41.7510796Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:02:41.7778699Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:02:41.7935881Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:02:41.7947164Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:02:41.8191536Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:02:41.8348227Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:02:41.8357803Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:41.8626144Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:02:41.8781593Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:02:41.8792827Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:41.9057590Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:02:41.9209818Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:02:41.9239095Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:41.9479620Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:02:41.9629287Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:02:41.9638232Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:41.9887073Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:02:42.0036915Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:02:42.0047525Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:42.0299982Z Selecting previously unselected package xcb.
2025-08-20T22:02:42.0451336Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:02:42.0462260Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:02:42.0955319Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:42.0982067Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:02:42.1012967Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:02:42.1059395Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:02:42.1110533Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:02:42.1258611Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:46.7782007Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:02:46.7873422Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:02:46.7902012Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:02:46.7931340Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:02:46.7959775Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:46.7994420Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:46.8028133Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:46.8065124Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:02:48.8734396Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:49.0735965Z Collecting build
2025-08-20T22:02:49.1295812Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:02:49.2530503Z Collecting cffi
2025-08-20T22:02:49.2631106Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:02:49.2858798Z Collecting scons
2025-08-20T22:02:49.2975647Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:02:49.3203049Z Collecting scuba
2025-08-20T22:02:49.3314701Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:02:49.4033124Z Collecting pytest
2025-08-20T22:02:49.4143591Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:02:49.4407252Z Collecting packaging>=19.1 (from build)
2025-08-20T22:02:49.4509878Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:02:49.4689504Z Collecting pyproject_hooks (from build)
2025-08-20T22:02:49.4796053Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:02:49.5041478Z Collecting pycparser (from cffi)
2025-08-20T22:02:49.5143295Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:02:49.5568430Z Collecting PyYAML (from scuba)
2025-08-20T22:02:49.5679643Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:02:49.5870486Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:02:49.6034098Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:02:49.6289747Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:02:49.6391609Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:02:49.6666079Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:02:49.6766920Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:49.6934175Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:02:49.7089352Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:02:49.7514178Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:02:49.7906937Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 107.7 MB/s  0:00:00
2025-08-20T22:02:49.8023737Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:02:49.8212299Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:02:49.8357735Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:02:49.8544581Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:02:49.8673187Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:02:49.8834204Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:49.8933891Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 137.7 MB/s  0:00:00
2025-08-20T22:02:49.9039358Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:02:49.9172042Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:02:49.9303623Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:02:49.9378137Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 110.4 MB/s  0:00:00
2025-08-20T22:02:50.0543488Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:02:51.8736770Z 
2025-08-20T22:02:51.8756084Z 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-20T22:02:52.2406944Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:52.4387360Z Collecting ansi2txt
2025-08-20T22:02:52.4942091Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:02:52.5244858Z Collecting pipx
2025-08-20T22:02:52.5351288Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:02:52.5617477Z Collecting scons
2025-08-20T22:02:52.5638717Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:02:52.5798731Z Collecting py2static
2025-08-20T22:02:52.5927257Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:02:52.6187413Z Collecting typer
2025-08-20T22:02:52.6293446Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:02:52.6658070Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:02:52.6761774Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:02:52.7026232Z Collecting packaging>=20 (from pipx)
2025-08-20T22:02:52.7039432Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:02:52.7291693Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:02:52.7399677Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:02:52.7630500Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:02:52.7732711Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:02:52.8280726Z Collecting pyinstaller (from py2static)
2025-08-20T22:02:52.8424701Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:02:52.8666811Z Collecting staticx (from py2static)
2025-08-20T22:02:52.8778104Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:02:52.9032625Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:02:52.9137220Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:52.9575706Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:02:52.9680232Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:02:52.9888757Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:02:52.9992923Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:02:53.0454013Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:02:53.0556897Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:02:53.0844403Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:02:53.0947365Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:02:53.1240677Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:02:53.1252752Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:53.1427829Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:02:53.1532957Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:02:53.2889884Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:02:53.3000261Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:02:53.3269329Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:02:53.3379295Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:02:53.3634010Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:02:53.3734498Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:02:53.4005364Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:02:53.4109648Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:02:53.4258349Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:02:53.4394375Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:02:53.4542301Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:02:53.4724442Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:02:53.4856000Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:02:53.4991143Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:02:53.5123343Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:02:53.5179762Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:02:53.5280354Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:02:53.5404407Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:02:53.5522132Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:53.5642690Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:02:53.5772284Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:02:53.5895473Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:02:53.6019632Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:02:53.6139447Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:02:53.6306928Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:02:53.6443158Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 45.8 MB/s  0:00:00
2025-08-20T22:02:53.6565493Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:02:53.6710727Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:53.6839495Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 95.3 MB/s  0:00:00
2025-08-20T22:02:53.6944838Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:02:53.7110411Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:02:53.7255217Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:02:53.8823075Z 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-20T22:02:54.7676600Z   Attempting uninstall: scons
2025-08-20T22:02:54.7765220Z     Found existing installation: SCons 4.9.1
2025-08-20T22:02:54.8157982Z     Uninstalling SCons-4.9.1:
2025-08-20T22:02:54.8236408Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:02:55.4609534Z   Attempting uninstall: pygments
2025-08-20T22:02:55.4695221Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:02:55.4934952Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:02:55.4963395Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:02:56.1908077Z   Attempting uninstall: packaging
2025-08-20T22:02:56.1992452Z     Found existing installation: packaging 25.0
2025-08-20T22:02:56.2019307Z     Uninstalling packaging-25.0:
2025-08-20T22:02:56.2028298Z       Successfully uninstalled packaging-25.0
2025-08-20T22:02:57.2558640Z 
2025-08-20T22:02:57.2589563Z 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-20T22:02:57.6192370Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:02:57.8168530Z Collecting build
2025-08-20T22:02:57.8181705Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:02:57.9174238Z Collecting cffi
2025-08-20T22:02:57.9188171Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:02:57.9376252Z Collecting scons
2025-08-20T22:02:57.9388017Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:02:57.9576635Z Collecting scuba
2025-08-20T22:02:57.9588178Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:02:58.0131015Z Collecting pytest
2025-08-20T22:02:58.0144087Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:02:58.0378610Z Collecting packaging>=19.1 (from build)
2025-08-20T22:02:58.0390826Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:02:58.0537398Z Collecting pyproject_hooks (from build)
2025-08-20T22:02:58.0549371Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:02:58.0708054Z Collecting pycparser (from cffi)
2025-08-20T22:02:58.0719783Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:02:58.1088747Z Collecting PyYAML (from scuba)
2025-08-20T22:02:58.1103213Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:02:58.1258599Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:02:58.1271124Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:02:58.1485613Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:02:58.1497367Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:02:58.1740216Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:02:58.1753253Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:02:58.1822260Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:02:58.1835017Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:02:58.1850582Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:02:58.1899511Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:02:58.1913692Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:02:58.1927818Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:02:58.1939381Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:02:58.1950197Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:02:58.1961360Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:02:58.1982217Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:02:58.1993235Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:02:58.2003597Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:02:58.3336110Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:02:58.3342553Z   Attempting uninstall: scons
2025-08-20T22:02:58.3431685Z     Found existing installation: SCons 4.9.1
2025-08-20T22:02:58.3821136Z     Uninstalling SCons-4.9.1:
2025-08-20T22:02:58.3899794Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:02:59.0368212Z   Attempting uninstall: PyYAML
2025-08-20T22:02:59.0465167Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:02:59.0496492Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:02:59.0505980Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:02:59.1109072Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:02:59.1197514Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:02:59.1215780Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:02:59.1223330Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:02:59.1346409Z   Attempting uninstall: pygments
2025-08-20T22:02:59.1430134Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:02:59.1663266Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:02:59.1691134Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:02:59.8386890Z   Attempting uninstall: pycparser
2025-08-20T22:02:59.8482171Z     Found existing installation: pycparser 2.22
2025-08-20T22:02:59.8508201Z     Uninstalling pycparser-2.22:
2025-08-20T22:02:59.8516670Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:02:59.9764195Z   Attempting uninstall: pluggy
2025-08-20T22:02:59.9854928Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:02:59.9882299Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:02:59.9890638Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:03:00.0088459Z   Attempting uninstall: packaging
2025-08-20T22:03:00.0178868Z     Found existing installation: packaging 25.0
2025-08-20T22:03:00.0203544Z     Uninstalling packaging-25.0:
2025-08-20T22:03:00.0211847Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:00.0619335Z   Attempting uninstall: iniconfig
2025-08-20T22:03:00.0706124Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:03:00.0723143Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:03:00.0730160Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:03:00.0816974Z   Attempting uninstall: scuba
2025-08-20T22:03:00.0905384Z     Found existing installation: scuba 2.14.1
2025-08-20T22:03:00.0929766Z     Uninstalling scuba-2.14.1:
2025-08-20T22:03:00.0939616Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:03:00.1164905Z   Attempting uninstall: pytest
2025-08-20T22:03:00.1255168Z     Found existing installation: pytest 8.4.1
2025-08-20T22:03:00.1323340Z     Uninstalling pytest-8.4.1:
2025-08-20T22:03:00.1600130Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:03:00.3967177Z   Attempting uninstall: cffi
2025-08-20T22:03:00.4058542Z     Found existing installation: cffi 1.17.1
2025-08-20T22:03:00.4085153Z     Uninstalling cffi-1.17.1:
2025-08-20T22:03:00.4327157Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:03:00.5040554Z   Attempting uninstall: build
2025-08-20T22:03:00.5121883Z     Found existing installation: build 1.3.0
2025-08-20T22:03:00.5147506Z     Uninstalling build-1.3.0:
2025-08-20T22:03:00.5159825Z       Successfully uninstalled build-1.3.0
2025-08-20T22:03:00.5365328Z 
2025-08-20T22:03:00.5396121Z 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-20T22:03:00.9057283Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:01.0972053Z Collecting ansi2txt
2025-08-20T22:03:01.0985760Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:03:01.1237860Z Collecting pipx
2025-08-20T22:03:01.1250729Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:03:01.1470098Z Collecting scons
2025-08-20T22:03:01.1493953Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:03:01.1659810Z Collecting py2static
2025-08-20T22:03:01.1672707Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:03:01.1895322Z Collecting typer
2025-08-20T22:03:01.1909262Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:03:01.2216411Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:03:01.2230651Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:03:01.2460536Z Collecting packaging>=20 (from pipx)
2025-08-20T22:03:01.2474300Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:03:01.2707725Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:03:01.2721720Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:03:01.2929880Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:03:01.2943374Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:03:01.3404320Z Collecting pyinstaller (from py2static)
2025-08-20T22:03:01.3419144Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:03:01.3630320Z Collecting staticx (from py2static)
2025-08-20T22:03:01.3644069Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:03:01.3876365Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:03:01.3890751Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:03:01.4332579Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:03:01.4346164Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:03:01.4529845Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:03:01.4542989Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:03:01.4965405Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:03:01.4978810Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:03:01.5206512Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:03:01.5219523Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:03:01.5504969Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:03:01.5518561Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:03:01.5675212Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:03:01.5686771Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:03:01.6886530Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:03:01.6900600Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:03:01.7138521Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:03:01.7151416Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:03:01.7378293Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:03:01.7391197Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:03:01.7637590Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:03:01.7649867Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:03:01.7692139Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:03:01.7703585Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:03:01.7715223Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:03:01.7758665Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:03:01.7769560Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:03:01.7780476Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:03:01.7791463Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:03:01.7802772Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:03:01.7813843Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:03:01.7824435Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:03:01.7836583Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:01.7856937Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:03:01.7867942Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:03:01.7878285Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:03:01.7888793Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:03:01.7899405Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:03:01.7909945Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:03:01.7926264Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:03:01.7939995Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:01.7959845Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:03:01.7970623Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:03:01.7982085Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:03:01.9533153Z 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-20T22:03:01.9538085Z   Attempting uninstall: pyelftools
2025-08-20T22:03:01.9622028Z     Found existing installation: pyelftools 0.32
2025-08-20T22:03:01.9678770Z     Uninstalling pyelftools-0.32:
2025-08-20T22:03:01.9698266Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:03:02.0846501Z   Attempting uninstall: altgraph
2025-08-20T22:03:02.0935880Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:03:02.0955258Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:03:02.0964235Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:03:02.1112569Z   Attempting uninstall: typing-extensions
2025-08-20T22:03:02.1200400Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:03:02.1218163Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:03:02.1468131Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:03:02.1738368Z   Attempting uninstall: staticx
2025-08-20T22:03:02.1827355Z     Found existing installation: staticx 0.14.1
2025-08-20T22:03:02.1854321Z     Uninstalling staticx-0.14.1:
2025-08-20T22:03:02.1865410Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:03:02.2082323Z   Attempting uninstall: shellingham
2025-08-20T22:03:02.2168468Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:03:02.2188255Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:03:02.2196286Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:03:02.2295917Z   Attempting uninstall: setuptools
2025-08-20T22:03:02.2386803Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:03:02.2677609Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:03:02.2970820Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:03:03.0215273Z   Attempting uninstall: scons
2025-08-20T22:03:03.0311400Z     Found existing installation: SCons 4.9.1
2025-08-20T22:03:03.0715788Z     Uninstalling SCons-4.9.1:
2025-08-20T22:03:03.0792436Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:03:03.7322383Z   Attempting uninstall: pygments
2025-08-20T22:03:03.7409792Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:03:03.7648337Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:03:03.7677040Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:03:04.4140068Z   Attempting uninstall: platformdirs
2025-08-20T22:03:04.4233533Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:03:04.4254696Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:03:04.4262766Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:03:04.4425245Z   Attempting uninstall: packaging
2025-08-20T22:03:04.4515057Z     Found existing installation: packaging 25.0
2025-08-20T22:03:04.4543443Z     Uninstalling packaging-25.0:
2025-08-20T22:03:04.4551802Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:04.4983076Z   Attempting uninstall: mdurl
2025-08-20T22:03:04.5073165Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:03:04.5091668Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:03:04.5098692Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:03:04.5194679Z   Attempting uninstall: click
2025-08-20T22:03:04.5279550Z     Found existing installation: click 8.2.1
2025-08-20T22:03:04.5304520Z     Uninstalling click-8.2.1:
2025-08-20T22:03:04.5312658Z       Successfully uninstalled click-8.2.1
2025-08-20T22:03:04.5939124Z   Attempting uninstall: argcomplete
2025-08-20T22:03:04.6028786Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:03:04.6059093Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:03:04.6071512Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:03:04.6310304Z   Attempting uninstall: ansi2txt
2025-08-20T22:03:04.6395139Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:03:04.6411526Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:03:04.6666457Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:03:04.6734027Z   Attempting uninstall: userpath
2025-08-20T22:03:04.6821899Z     Found existing installation: userpath 1.9.2
2025-08-20T22:03:04.6842269Z     Uninstalling userpath-1.9.2:
2025-08-20T22:03:04.6852446Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:03:04.6964317Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:03:04.7048556Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:03:04.7498121Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:03:04.7543044Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:03:05.0390988Z   Attempting uninstall: markdown-it-py
2025-08-20T22:03:05.0491305Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:03:05.0552009Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:03:05.0567261Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:03:05.1214871Z   Attempting uninstall: rich
2025-08-20T22:03:05.1308495Z     Found existing installation: rich 14.1.0
2025-08-20T22:03:05.1371630Z     Uninstalling rich-14.1.0:
2025-08-20T22:03:05.1382249Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:03:05.3236566Z   Attempting uninstall: pyinstaller
2025-08-20T22:03:05.3326410Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:03:05.3688813Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:03:05.3735069Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:03:05.7168112Z   Attempting uninstall: pipx
2025-08-20T22:03:05.7260241Z     Found existing installation: pipx 1.7.1
2025-08-20T22:03:05.7311570Z     Uninstalling pipx-1.7.1:
2025-08-20T22:03:05.7322753Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:03:05.7870948Z   Attempting uninstall: typer
2025-08-20T22:03:05.7967396Z     Found existing installation: typer 0.16.1
2025-08-20T22:03:05.7995564Z     Uninstalling typer-0.16.1:
2025-08-20T22:03:05.8006050Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:03:05.8408222Z   Attempting uninstall: py2static
2025-08-20T22:03:05.8489363Z     Found existing installation: py2static 0.0.1
2025-08-20T22:03:05.8509594Z     Uninstalling py2static-0.0.1:
2025-08-20T22:03:05.8520654Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:03:05.8608498Z 
2025-08-20T22:03:05.8638173Z 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-20T22:03:06.1973421Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:06.3188032Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:03:06.3193654Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-it8qrqrw
2025-08-20T22:03:06.3215905Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-it8qrqrw
2025-08-20T22:03:08.4965611Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:03:08.5012892Z   Installing build dependencies: started
2025-08-20T22:03:09.2793548Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:03:09.2802612Z   Getting requirements to build wheel: started
2025-08-20T22:03:09.6039182Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:03:09.6051878Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:03:09.8311271Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:03:10.0160166Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:03:10.0174510Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:03:10.0404435Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:03:10.0415215Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:03:10.0645067Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:03:10.0658382Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:03:10.0882866Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:03:10.0896576Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:03:10.0951091Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:03:10.0963239Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:03:10.0978697Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:03:10.0999599Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:03:10.1131362Z Building wheels for collected packages: pyinstaller
2025-08-20T22:03:10.1139918Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:03:10.7892857Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:03:10.7921933Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=1371d69cbd08a67b025429c1fb0c3112022693f3476845db47328d18aeb5c8b4
2025-08-20T22:03:10.7923628Z   Stored in directory: /tmp/pip-ephem-wheel-cache-x3aafulz/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:03:10.7967350Z Successfully built pyinstaller
2025-08-20T22:03:10.8902528Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:03:10.8908073Z   Attempting uninstall: altgraph
2025-08-20T22:03:10.8992663Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:03:10.9013725Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:03:10.9021417Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:03:10.9188817Z   Attempting uninstall: setuptools
2025-08-20T22:03:10.9280551Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:03:10.9576209Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:03:10.9880164Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:03:11.6827050Z   Attempting uninstall: packaging
2025-08-20T22:03:11.6909870Z     Found existing installation: packaging 25.0
2025-08-20T22:03:11.6948425Z     Uninstalling packaging-25.0:
2025-08-20T22:03:11.6956701Z       Successfully uninstalled packaging-25.0
2025-08-20T22:03:11.7354134Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:03:11.7438211Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:03:11.7882544Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:03:11.7927388Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:03:12.0760506Z   Attempting uninstall: pyinstaller
2025-08-20T22:03:12.0855607Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:03:12.1224762Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:03:12.1272266Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:03:12.4737357Z 
2025-08-20T22:03:12.4776903Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:03:12.8308798Z 6.15.0
2025-08-20T22:03:13.5256106Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:03:13.5267486Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:03:13.5267973Z 
2025-08-20T22:03:13.5268254Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:03:13.5268748Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:03:13.5269456Z installation.
2025-08-20T22:03:13.5269576Z 
2025-08-20T22:03:13.5269779Z If you installed the current Docker package using this script and are using it
2025-08-20T22:03:13.5270247Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:03:13.5270691Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:03:13.5271095Z files to match the parameters passed to the script.
2025-08-20T22:03:13.5271309Z 
2025-08-20T22:03:13.5271423Z You may press Ctrl+C now to abort this script.
2025-08-20T22:03:13.5443924Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:03:19.8560116Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:03:20.3375564Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:03:20.3402907Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:03:20.4031863Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:03:20.4051018Z + 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-20T22:03:20.4058612Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:03:21.8556161Z + 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-20T22:03:33.7069226Z 
2025-08-20T22:03:33.7069896Z Running kernel seems to be up-to-date.
2025-08-20T22:03:33.7070310Z 
2025-08-20T22:03:33.7070408Z Restarting services...
2025-08-20T22:03:33.7142166Z 
2025-08-20T22:03:33.7142605Z Service restarts being deferred:
2025-08-20T22:03:33.7143146Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:03:33.7143540Z 
2025-08-20T22:03:33.7144171Z No containers need to be restarted.
2025-08-20T22:03:33.7144462Z 
2025-08-20T22:03:33.7144660Z No user sessions are running outdated binaries.
2025-08-20T22:03:33.7145009Z 
2025-08-20T22:03:33.7145339Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:03:34.8592315Z + sh -c 'docker version'
2025-08-20T22:03:34.8764162Z Client: Docker Engine - Community
2025-08-20T22:03:34.8764693Z  Version:           28.3.3
2025-08-20T22:03:34.8765095Z  API version:       1.51
2025-08-20T22:03:34.8765501Z  Go version:        go1.24.5
2025-08-20T22:03:34.8765908Z  Git commit:        980b856
2025-08-20T22:03:34.8766321Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:03:34.8766781Z  OS/Arch:           linux/amd64
2025-08-20T22:03:34.8767147Z  Context:           default
2025-08-20T22:03:34.8767374Z 
2025-08-20T22:03:34.8767527Z Server: Docker Engine - Community
2025-08-20T22:03:34.8767896Z  Engine:
2025-08-20T22:03:34.8768189Z   Version:          28.3.3
2025-08-20T22:03:34.8768575Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:03:34.8769195Z   Go version:       go1.24.5
2025-08-20T22:03:34.8769552Z   Git commit:       bea959c
2025-08-20T22:03:34.8769930Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:03:34.8770334Z   OS/Arch:          linux/amd64
2025-08-20T22:03:34.8770710Z   Experimental:     false
2025-08-20T22:03:34.8771064Z  containerd:
2025-08-20T22:03:34.8771370Z   Version:          1.7.27
2025-08-20T22:03:34.8771805Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:03:34.8772261Z  runc:
2025-08-20T22:03:34.8772531Z   Version:          1.2.5
2025-08-20T22:03:34.8772901Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:03:34.8773618Z  docker-init:
2025-08-20T22:03:34.8773925Z   Version:          0.19.0
2025-08-20T22:03:34.8774295Z   GitCommit:        de40ad0
2025-08-20T22:03:34.8786033Z 
2025-08-20T22:03:34.8786257Z ================================================================================
2025-08-20T22:03:34.8786620Z 
2025-08-20T22:03:34.8787038Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:03:34.8787669Z Docker daemon in rootless mode for your user:
2025-08-20T22:03:34.8788009Z 
2025-08-20T22:03:34.8788192Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:03:34.8788527Z 
2025-08-20T22:03:34.8788869Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:03:34.8789542Z 
2025-08-20T22:03:34.8789547Z 
2025-08-20T22:03:34.8789896Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:03:34.8790492Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:03:34.8790761Z 
2025-08-20T22:03:34.8790969Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:03:34.8791424Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:03:34.8792106Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:03:34.8792450Z 
2025-08-20T22:03:34.8792552Z ================================================================================
2025-08-20T22:03:34.8792757Z 
2025-08-20T22:03:45.6461023Z ● docker.service - Docker Application Container Engine
2025-08-20T22:03:45.6461924Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:03:45.6462785Z      Active: active (running) since Wed 2025-08-20 22:03:35 UTC; 10s ago
2025-08-20T22:03:45.6463445Z TriggeredBy: ● docker.socket
2025-08-20T22:03:45.6464197Z        Docs: https://docs.docker.com
2025-08-20T22:03:45.6464592Z    Main PID: 19685 (dockerd)
2025-08-20T22:03:45.6464826Z       Tasks: 10
2025-08-20T22:03:45.6465044Z      Memory: 23.6M (peak: 26.1M)
2025-08-20T22:03:45.6465276Z         CPU: 345ms
2025-08-20T22:03:45.6465544Z      CGroup: /system.slice/docker.service
2025-08-20T22:03:45.6466406Z              └─19685 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:03:45.6466715Z 
2025-08-20T22:03:45.6467039Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.022538297Z" level=info msg="Loading containers: start."
2025-08-20T22:03:45.6468205Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.559706068Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ad0fd7e47177e72097d2df6ddf0193b87cf863f3373c6dd00b5d60a27a05d035], retrying...."
2025-08-20T22:03:45.6469718Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.592205079Z" level=info msg="Loading containers: done."
2025-08-20T22:03:45.6470837Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602210687Z" 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-20T22:03:45.6472198Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602291478Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:03:45.6473092Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602317947Z" level=info msg="Initializing buildkit"
2025-08-20T22:03:45.6473790Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.621446174Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:03:45.6474546Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.626520029Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:03:45.6475292Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.626580939Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:03:45.6476195Z Aug 20 22:03:35 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:03:45.6576338Z ● docker.service - Docker Application Container Engine
2025-08-20T22:03:45.6577151Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:03:45.6577957Z      Active: active (running) since Wed 2025-08-20 22:03:35 UTC; 10s ago
2025-08-20T22:03:45.6578603Z TriggeredBy: ● docker.socket
2025-08-20T22:03:45.6579203Z        Docs: https://docs.docker.com
2025-08-20T22:03:45.6579583Z    Main PID: 19685 (dockerd)
2025-08-20T22:03:45.6579811Z       Tasks: 10
2025-08-20T22:03:45.6580004Z      Memory: 23.6M (peak: 26.1M)
2025-08-20T22:03:45.6580235Z         CPU: 345ms
2025-08-20T22:03:45.6580474Z      CGroup: /system.slice/docker.service
2025-08-20T22:03:45.6580962Z              └─19685 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:03:45.6581266Z 
2025-08-20T22:03:45.6581578Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.022538297Z" level=info msg="Loading containers: start."
2025-08-20T22:03:45.6582750Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.559706068Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ad0fd7e47177e72097d2df6ddf0193b87cf863f3373c6dd00b5d60a27a05d035], retrying...."
2025-08-20T22:03:45.6583911Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.592205079Z" level=info msg="Loading containers: done."
2025-08-20T22:03:45.6585199Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602210687Z" 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-20T22:03:45.6586534Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602291478Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:03:45.6587425Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602317947Z" level=info msg="Initializing buildkit"
2025-08-20T22:03:45.6588123Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.621446174Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:03:45.6588855Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.626520029Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:03:45.6589882Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.626580939Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:03:45.6590549Z Aug 20 22:03:35 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:03:45.6792984Z ● docker.service - Docker Application Container Engine
2025-08-20T22:03:45.6793865Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:03:45.6794699Z      Active: active (running) since Wed 2025-08-20 22:03:35 UTC; 10s ago
2025-08-20T22:03:45.6795354Z TriggeredBy: ● docker.socket
2025-08-20T22:03:45.6795784Z        Docs: https://docs.docker.com
2025-08-20T22:03:45.6796205Z    Main PID: 19685 (dockerd)
2025-08-20T22:03:45.6796561Z       Tasks: 10
2025-08-20T22:03:45.6796846Z      Memory: 23.6M (peak: 26.1M)
2025-08-20T22:03:45.6797085Z         CPU: 345ms
2025-08-20T22:03:45.6797308Z      CGroup: /system.slice/docker.service
2025-08-20T22:03:45.6797816Z              └─19685 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:03:45.6798109Z 
2025-08-20T22:03:45.6798450Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.022538297Z" level=info msg="Loading containers: start."
2025-08-20T22:03:45.6799823Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.559706068Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count ad0fd7e47177e72097d2df6ddf0193b87cf863f3373c6dd00b5d60a27a05d035], retrying...."
2025-08-20T22:03:45.6801246Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.592205079Z" level=info msg="Loading containers: done."
2025-08-20T22:03:45.6802365Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602210687Z" 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-20T22:03:45.6803705Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602291478Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:03:45.6804607Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.602317947Z" level=info msg="Initializing buildkit"
2025-08-20T22:03:45.6805335Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.621446174Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:03:45.6806100Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.626520029Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:03:45.6806837Z Aug 20 22:03:35 pkrvmqc4gcfdwos dockerd[19685]: time="2025-08-20T22:03:35.626580939Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:03:45.6807501Z Aug 20 22:03:35 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:03:45.6923054Z Docker version 28.3.3, build 980b856
2025-08-20T22:03:45.7114575Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:03:46.6008296Z latest: Pulling from library/hello-world
2025-08-20T22:03:46.8047534Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:03:47.1938746Z 17eec7bbc9d7: Download complete
2025-08-20T22:03:47.1996237Z 17eec7bbc9d7: Pull complete
2025-08-20T22:03:47.2040111Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:03:47.2052618Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:03:47.3862648Z 
2025-08-20T22:03:47.3863852Z Hello from Docker!
2025-08-20T22:03:47.3864683Z This message shows that your installation appears to be working correctly.
2025-08-20T22:03:47.3865007Z 
2025-08-20T22:03:47.3865290Z To generate this message, Docker took the following steps:
2025-08-20T22:03:47.3865887Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:03:47.3866532Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:03:47.3867079Z     (amd64)
2025-08-20T22:03:47.3867580Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:03:47.3868282Z     executable that produces the output you are currently reading.
2025-08-20T22:03:47.3869195Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:03:47.3869805Z     to your terminal.
2025-08-20T22:03:47.3870049Z 
2025-08-20T22:03:47.3870366Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:03:47.3872008Z  $ docker run -it ubuntu bash
2025-08-20T22:03:47.3872488Z 
2025-08-20T22:03:47.3872770Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:03:47.3873548Z  https://hub.docker.com/
2025-08-20T22:03:47.3874005Z 
2025-08-20T22:03:47.3874198Z For more examples and ideas, visit:
2025-08-20T22:03:47.3874891Z  https://docs.docker.com/get-started/
2025-08-20T22:03:47.3875231Z 
2025-08-20T22:03:47.4833472Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:47.4834175Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:03:47.4834873Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:03:47.4835532Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:03:47.4836563Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:03:47.4837244Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:03:47.4838040Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:03:47.4838711Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:03:47.4839538Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:03:47.4840166Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:03:47.4840828Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:47.4841486Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:03:47.4842138Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:47.4842867Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:03:47.4843528Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:03:47.4843993Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:47.4844428Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:03:47.4844809Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:03:47.4845741Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:47.4846272Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:47.4846742Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:47.4847164Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:47.4847592Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:47.4848373Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:03:47.4849272Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:03:47.4850065Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:47.4850865Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:47.4851614Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:47.4852336Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:47.4853075Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:47.4853877Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:47.4854665Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:47.4855437Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:03:47.4856191Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:47.4856973Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:47.4857610Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:47.4858033Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:47.4858438Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:03:47.4858852Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:47.4859663Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:47.4860100Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:47.4860518Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:03:47.4860915Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:47.4861383Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:47.4861869Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:47.4862575Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:47.4863077Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:47.4863547Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:47.4863992Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:47.4864422Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:47.4864839Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:47.4865262Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:47.4865675Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:47.4866055Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:03:47.4866427Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:03:47.4866804Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:03:47.4867138Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:03:47.4867491Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:03:47.4867905Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:47.4868291Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:03:47.4868706Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:47.4869362Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:47.4869803Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:47.4870366Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:47.4870814Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:47.4871267Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:47.4871681Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:47.4872088Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:03:47.4872523Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:03:47.4873005Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:47.4873511Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:47.4873998Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:03:47.4874425Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:47.4874819Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:03:47.4875219Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:47.4875632Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:03:47.4876077Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:47.4876579Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:47.4877093Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:47.4877590Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:47.4878037Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:47.4878446Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:47.4878846Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:47.4879444Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:47.4880010Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:03:47.4880411Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:47.4880844Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:47.4881280Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:03:47.4881668Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:03:47.4882051Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:47.4882467Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:47.4882881Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:47.4883267Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:03:47.4883641Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:03:47.4884045Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:47.4884441Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:03:47.4884829Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:03:47.4885214Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:47.4885590Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:03:47.4886054Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:03:47.4886449Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:03:47.4886827Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:03:47.4887338Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:47.4887735Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:47.4888132Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:47.4888545Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:47.4889110Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:47.4889527Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:47.4889923Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:03:47.4890328Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:47.4890740Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:47.4891092Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:03:47.4891424Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:03:47.4891907Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:03:47.4892302Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:03:47.4892669Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:03:47.4893040Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:03:47.4893397Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:03:47.4893787Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:47.4894193Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:03:47.4894635Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:47.4895088Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:47.4895497Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:03:47.4895892Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:47.4896293Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:47.4896692Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:03:47.4897248Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:47.4897665Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:03:47.4898161Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:03:47.4898559Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:47.4899188Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:47.4899711Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:47.4900154Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:03:47.4900547Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:03:47.4900954Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:03:47.4901372Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:47.4901798Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:03:47.4902208Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:47.4902608Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:47.4903010Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:47.4903422Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:47.4903807Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:03:47.4904171Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:03:47.4904489Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:03:47.4904985Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:47.4905405Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:03:47.4905820Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:47.4906223Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:03:47.4906601Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:03:47.4906979Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:03:47.4907361Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:03:47.4907715Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:03:47.4908061Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:03:47.4908492Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:47.4909166Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:03:47.4909684Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:47.4910066Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:03:47.4910470Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:47.4910888Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:03:47.4911316Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:47.4911736Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:47.4912108Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:03:47.4912465Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:47.4912895Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:47.4913326Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:03:47.4913744Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:03:47.4914112Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:03:47.4914646Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:03:47.4915041Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:03:47.4915431Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:03:47.4915866Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:47.4916341Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:47.4916770Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:03:47.4917144Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:03:47.4917494Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:03:47.4917863Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:03:47.4918317Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:47.4918835Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:47.4921280Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:03:47.4921682Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:03:47.4922164Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:47.4922715Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:47.4923228Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:47.4923677Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:03:47.4924047Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:03:47.4924625Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:47.4925077Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:47.4925513Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:47.4925927Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:47.4926312Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:03:47.4926700Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:47.4927102Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:47.4935561Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:47.4936031Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:47.4936458Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:47.4936893Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:47.4937310Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:47.4938004Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:47.4938502Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:47.4939165Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:03:47.4939664Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:03:47.4940067Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:03:47.4940479Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:03:47.4940877Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:47.4941268Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:03:47.4941663Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:03:47.4942065Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:03:47.4942719Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:47.4943222Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:47.4943702Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:47.4944142Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:47.4944545Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:03:47.4944933Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:03:47.4945329Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:03:47.4945712Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:03:47.4946121Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:47.4946523Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:03:47.4946998Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:47.4947490Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:47.4947960Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:47.4948485Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:47.4949249Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:03:47.4949779Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:47.4950276Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:47.4950855Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:03:47.4951253Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:03:47.4951635Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:03:47.4952030Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:47.4952420Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:03:47.4952787Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:03:47.4953177Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:47.4953563Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:03:47.4953957Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:47.4954347Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:03:47.4954745Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:03:47.4955157Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:47.4955554Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:03:47.4955991Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:47.4956439Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:47.4956843Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:03:47.4957227Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:47.4957650Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:47.4958026Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:03:47.4958391Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:47.4958752Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:03:47.4959407Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:47.4959817Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:03:47.4960379Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:03:47.4960786Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:03:47.4961158Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:03:47.4961484Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:03:47.4961961Z 	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-20T22:03:47.4962491Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:03:47.4962873Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:03:47.4963260Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:47.4963641Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:03:47.4964057Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:47.4964504Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:47.4964947Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:47.4965390Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:47.4965805Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:47.4966215Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:03:47.4966639Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:47.4967069Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:47.4967471Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:03:47.4968115Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:47.4968627Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:47.4969257Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:47.4969715Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:47.4970138Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:47.4970714Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:47.4971350Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:47.4971870Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:47.4972294Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:03:47.4972739Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:47.4973206Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:47.4973620Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:03:47.4973999Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:03:47.4974490Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:03:47.4974944Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:03:47.4975403Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:47.4975781Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:03:47.4976155Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:03:47.4976552Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:47.4976947Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:47.4977329Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:03:47.4977707Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:03:47.4978073Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:03:47.4978619Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:47.4979244Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:47.4979628Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:03:47.4979992Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:47.4980357Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:03:47.4980729Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:47.4981105Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:03:47.4981473Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:03:47.4981843Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:03:47.4982227Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:03:47.4982591Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:03:47.4982966Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:47.4983408Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:47.4983827Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:03:47.4984201Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:03:47.4984595Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:47.4985058Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:47.4985467Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:03:47.4985835Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:03:47.4986362Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:03:47.4986747Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:03:47.4987057Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:03:47.4987368Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:03:47.4987725Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:03:47.4988086Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:47.4988457Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:03:47.4988826Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:03:47.4989288Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:03:47.4989638Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:03:47.4990035Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:47.4990459Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:47.4990869Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:47.4991274Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:47.4991671Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:47.4992090Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:47.4992598Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:47.4993224Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:47.4993854Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:47.4994401Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:47.4994888Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:47.4995347Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:47.4996006Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:47.4996640Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:47.4997208Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:47.4997705Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:47.4998160Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:03:47.4998538Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:03:47.4999024Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:47.4999525Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:47.4999928Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:47.5000334Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:03:47.5000724Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:47.5001116Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:03:47.5001501Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:47.5001890Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:03:47.5002269Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:03:47.5002648Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:47.5003024Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:03:47.5003554Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:47.5003965Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:03:47.5004393Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:47.5004812Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:47.5005179Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:03:47.5005576Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:47.5005995Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:47.5006413Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:47.5006857Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:47.5007294Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:47.5007671Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:03:47.5008051Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:47.5008444Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:47.5008816Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:03:47.5009325Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:47.5009720Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:03:47.5010111Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:03:47.5010501Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:03:47.5010870Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:03:47.5011233Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:03:47.5011789Z 	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-20T22:03:47.5012511Z 	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-20T22:03:47.5013324Z 	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-20T22:03:47.5014051Z 	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-20T22:03:47.5014581Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:47.5014974Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:47.5015352Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:03:47.5015731Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:47.5016109Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:03:47.5016479Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:03:47.5016857Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:47.5017250Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:03:47.5017640Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:03:47.5018019Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:03:47.5018412Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:03:47.5018795Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:03:47.5019423Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:03:47.5019861Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:03:47.5020274Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:03:47.5020821Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:47.5021247Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:03:47.5021656Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:03:47.5022055Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:03:47.5022453Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:03:47.5022837Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:03:47.5023232Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:03:47.5023646Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:03:47.5024052Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:03:47.5024457Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:47.5024863Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:03:47.5025260Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:47.5025697Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:47.5026134Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:47.5026546Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:03:47.5026996Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:47.5027464Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:47.5027880Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:47.5028257Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:03:47.5028646Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:03:47.5029166Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:47.5029587Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:47.5030136Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:03:47.5030523Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:03:47.5030918Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:47.5031394Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:47.5031870Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:47.5032275Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:47.5032686Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:47.5033146Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:47.5033603Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:47.5034085Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:47.5034584Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:47.5035038Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:47.5035487Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:47.5035891Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:03:47.5036303Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:47.5036732Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:47.5037128Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:03:47.5037651Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:47.5038075Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:47.5038484Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:03:47.5038896Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:47.5039581Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:47.5039985Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:47.5040368Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:03:47.5040744Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:03:47.5041109Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:03:47.5041507Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:47.5041935Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:47.5042404Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:47.5042864Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:47.5043274Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:47.5043719Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:47.5044153Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:47.5044562Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:47.5044978Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:47.5045345Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:03:47.5045724Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:03:47.5046129Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:47.5046530Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:47.5046917Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:47.5047414Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:03:47.5047738Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:03:47.5048101Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:03:47.5048615Z 	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-20T22:03:47.5049269Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:47.5049658Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:47.5050040Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:47.5050440Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:47.5050862Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:47.5051276Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:47.5051689Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:03:47.5052110Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:47.5052524Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:03:47.5052905Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:03:47.5053273Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:03:47.5053642Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:03:47.5054029Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:47.5054461Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:47.5055030Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:47.5055446Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:03:47.5055877Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:47.5056324Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:47.5056731Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:47.5057107Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:03:47.5057469Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:03:47.5057838Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:47.5058218Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:47.5058602Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:47.5059295Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:47.5059735Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:47.5060204Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:47.5060649Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:03:47.5061034Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:47.5061422Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:03:47.5061816Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:47.5062211Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:03:47.5062594Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:03:47.5062973Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:03:47.5063428Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:47.5063928Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:47.5064497Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:03:47.5064881Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:03:47.5065262Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:47.5065672Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:47.5066076Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:03:47.5066456Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:03:47.5066863Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:47.5067259Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:03:47.5067624Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:03:47.5067987Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:03:47.5068391Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:47.5068824Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:03:47.5069459Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:03:47.5069853Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:03:47.5070301Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:47.5070744Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:03:47.5071168Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:47.5071571Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:03:47.5072232Z 	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-20T22:03:47.5072761Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:03:47.5073083Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:03:47.5073434Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:47.5073854Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:03:47.5074291Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:47.5074817Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:47.5075406Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:47.5076022Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:47.5076682Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:47.5077341Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:47.5077981Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:47.5078613Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:47.5079509Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:47.5080007Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:47.5080464Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:47.5080909Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:03:47.5081343Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:47.5081828Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:47.5082265Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:47.5082836Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:03:47.5083213Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:47.5083600Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:47.5083992Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:03:47.5084409Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:47.5084862Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:03:47.5085238Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:03:47.5085636Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:47.5086112Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:03:47.5086614Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:03:47.5087120Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:47.5087612Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:47.5088109Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:47.5088596Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:47.5089314Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:03:47.5089754Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:03:47.5090177Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:47.5090728Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:47.5091158Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:47.5091584Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:03:47.5092025Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:47.5092462Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:47.5092855Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:03:47.5093246Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:47.5093628Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:03:47.5094016Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:47.5094454Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:47.5094907Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:03:47.5095315Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:47.5095734Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:47.5096169Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:47.5096626Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:47.5097081Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:47.5097524Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:47.5097931Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:03:47.5098316Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:47.5098712Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:03:47.5099399Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:03:47.5099796Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:47.5100343Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:47.5100753Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:03:47.5101188Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:47.5101665Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:47.5102092Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:03:47.5102502Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:47.5102906Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:03:47.5103214Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:03:47.5103544Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:03:47.5103941Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:47.5104361Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:47.5104763Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:03:47.5105168Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:47.5105602Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:47.5106058Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:47.5106496Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:03:47.5106895Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:47.5107302Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:03:47.5108040Z 	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-20T22:03:47.5108647Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:47.5109356Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:03:47.5109818Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:47.5110266Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:47.5110693Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:47.5111103Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:47.5111503Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:47.5111896Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:47.5112306Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:47.5112711Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:47.5113102Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:47.5113504Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:47.5113920Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:47.5114303Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:03:47.5114718Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:47.5115187Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:47.5115616Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:03:47.5116002Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:03:47.5116391Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:03:47.5116786Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:03:47.5117322Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:03:47.5117702Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:47.5118135Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:47.5118590Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:47.5119254Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:03:47.5119684Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:03:47.5120095Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:03:47.5120486Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:03:47.5120877Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:03:47.5121263Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:03:47.5121669Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:03:47.5122127Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:47.5122590Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:47.5123018Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:47.5123433Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:47.5123845Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:03:47.5124271Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:47.5124667Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:03:47.5125169Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:03:47.5125507Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:03:47.5125826Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:03:47.5126210Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:47.5126597Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:03:47.5126963Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:03:47.5127353Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:47.5127758Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:47.5128153Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:03:47.5128523Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:03:47.5128880Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:03:47.5129597Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:03:47.5130012Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:47.5130404Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:03:47.5130778Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:47.5131143Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:03:47.5131533Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:47.5131925Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:03:47.5132281Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:03:47.5132664Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:47.5133061Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:47.5133446Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:03:47.5133830Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:47.5134213Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:03:47.5134759Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:47.5135169Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:47.5135598Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:47.5136008Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:03:47.5136372Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:03:47.5136732Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:03:47.5137084Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:03:47.5137515Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:47.5138026Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:47.5138534Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:47.5139266Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:47.5139807Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:47.5140248Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:03:47.5140638Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:47.5141037Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:47.5141432Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:47.5141832Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:47.5142359Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:47.5142761Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:47.5143143Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:03:47.5143551Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:47.5144001Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:47.5144440Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:47.5144828Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:03:47.5145241Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:47.5145671Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:47.5146053Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:03:47.5146409Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:03:47.5146810Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:47.5147275Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:47.5147718Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:03:47.5148134Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:47.5148545Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:03:47.5148882Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:03:47.5149298Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:03:47.5149662Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:03:47.5150151Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:03:47.5421572Z [+] Installing Go for linux-amd64...
2025-08-20T22:03:48.5085449Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:03:48.5086103Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:03:48.5088332Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:03:51.2854916Z [+] Downloading Go go1.25.0...
2025-08-20T22:03:51.2917890Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:03:51.2918637Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:03:51.2918885Z 
2025-08-20T22:03:51.3960581Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:03:51.3961236Z 100    80  100    80    0     0    766      0 --:--:-- --:--:-- --:--:--   769
2025-08-20T22:03:51.5194277Z 
2025-08-20T22:03:51.5195187Z 100    75  100    75    0     0    329      0 --:--:-- --:--:-- --:--:--   329
2025-08-20T22:03:51.7182181Z 
2025-08-20T22:03:52.1965677Z   0 56.8M    0  5503    0     0  12901      0  1:17:04 --:--:--  1:17:04 12901
2025-08-20T22:03:52.1966356Z 100 56.8M  100 56.8M    0     0  62.8M      0 --:--:-- --:--:-- --:--:--  119M
2025-08-20T22:03:52.2000209Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:03:53.5932920Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:03:53.5933565Z [+] GOROOT: /home/runner/.go
2025-08-20T22:03:53.5934027Z [+] GOPATH: /home/runner/go
2025-08-20T22:03:53.5934632Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:03:53.6095294Z go version go1.25.0 linux/amd64
2025-08-20T22:03:53.6492438Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:53.6493240Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:03:53.6493866Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:03:53.6494624Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:03:53.6495035Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:03:53.6495781Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:03:53.6496206Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:03:53.6496589Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:03:53.6497061Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:03:53.6497402Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:03:53.6497873Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:53.6498279Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:03:53.6498669Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:53.6499729Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:03:53.6500149Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:03:53.6500555Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:53.6500966Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:03:53.6501335Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:03:53.6501729Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:53.6502189Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:53.6502636Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:53.6503264Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:53.6503821Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:53.6504225Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:03:53.6504865Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:03:53.6505555Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:53.6506289Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:53.6507105Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:53.6508146Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:53.6508590Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:53.6509465Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:53.6509912Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:53.6510350Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:03:53.6510773Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:53.6511223Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:53.6511661Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:53.6512075Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:53.6512818Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:03:53.6513554Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:53.6514258Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:53.6514971Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:53.6515385Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:03:53.6515783Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:53.6516239Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:53.6516713Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:53.6517366Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:53.6518404Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:53.6520448Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:53.6521050Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:53.6521580Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:53.6522070Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:53.6522511Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:53.6523012Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:53.6523481Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:03:53.6523900Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:03:53.6524300Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:03:53.6524722Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:03:53.6525155Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:03:53.6525650Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:53.6526045Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:03:53.6526473Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:53.6526989Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:53.6527489Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:53.6527908Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:53.6528344Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:53.6528783Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:53.6529415Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:53.6529820Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:03:53.6530442Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:03:53.6531024Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:53.6531533Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:53.6532013Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:03:53.6532430Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:53.6532819Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:03:53.6533210Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:53.6533618Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:03:53.6534061Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:53.6534552Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:53.6535058Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:53.6535551Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:53.6535987Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:53.6536387Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:53.6536779Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:53.6537181Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:53.6537579Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:03:53.6538111Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:53.6538550Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:53.6539169Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:03:53.6539564Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:03:53.6539940Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:53.6540346Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:53.6540747Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:53.6541121Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:03:53.6541485Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:03:53.6541874Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:53.6542267Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:03:53.6542628Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:03:53.6543010Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:53.6543393Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:03:53.6543759Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:03:53.6544151Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:03:53.6544519Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:03:53.6544885Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:53.6545264Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:53.6545656Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:53.6546055Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:53.6546446Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:53.6546826Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:53.6547345Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:03:53.6547739Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:53.6548139Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:53.6548481Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:03:53.6548812Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:03:53.6549395Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:03:53.6549759Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:03:53.6550122Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:03:53.6550492Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:03:53.6550849Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:03:53.6551231Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:53.6551637Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:03:53.6552076Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:53.6552527Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:53.6552928Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:03:53.6553321Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:53.6553711Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:53.6554103Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:03:53.6554508Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:53.6555073Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:03:53.6555465Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:03:53.6555863Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:53.6556281Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:53.6556723Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:53.6557153Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:03:53.6557536Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:03:53.6557925Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:03:53.6558339Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:53.6558747Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:03:53.6559402Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:53.6559796Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:53.6560196Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:53.6560603Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:53.6560982Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:03:53.6561342Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:03:53.6561650Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:03:53.6561974Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:53.6562376Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:03:53.6562778Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:53.6563173Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:03:53.6563548Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:03:53.6563917Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:03:53.6564453Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:03:53.6572680Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:03:53.6573275Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:03:53.6573754Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:53.6574242Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:03:53.6574669Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:53.6575060Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:03:53.6575460Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:53.6575897Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:03:53.6576330Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:53.6576764Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:53.6577125Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:03:53.6577494Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:53.6577923Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:53.6578359Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:03:53.6578777Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:03:53.6579414Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:03:53.6579772Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:03:53.6580341Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:03:53.6580757Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:03:53.6581203Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:53.6581682Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:53.6582109Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:03:53.6582499Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:03:53.6582855Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:03:53.6583219Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:03:53.6583671Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:53.6584187Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:53.6584646Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:03:53.6585030Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:03:53.6585504Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:53.6586048Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:53.6586552Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:53.6586994Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:03:53.6587366Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:03:53.6587759Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:53.6588180Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:53.6588604Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:53.6589146Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:53.6589531Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:03:53.6590075Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:53.6590483Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:53.6590888Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:53.6591288Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:53.6591688Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:53.6592084Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:53.6592499Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:53.6592950Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:53.6593422Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:53.6593854Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:03:53.6594232Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:03:53.6594603Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:03:53.6595007Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:03:53.6595392Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:53.6595777Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:03:53.6596162Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:03:53.6596558Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:03:53.6596983Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:53.6597575Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:53.6598046Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:53.6598461Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:53.6598852Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:03:53.6599353Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:03:53.6599732Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:03:53.6600107Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:03:53.6600496Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:53.6600883Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:03:53.6601336Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:53.6601825Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:53.6602290Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:53.6602812Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:53.6603324Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:03:53.6603823Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:53.6604318Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:53.6604757Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:03:53.6605126Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:03:53.6605497Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:03:53.6605882Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:53.6606264Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:03:53.6606630Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:03:53.6607148Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:53.6607536Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:03:53.6607924Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:53.6608310Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:03:53.6608693Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:03:53.6609213Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:53.6609616Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:03:53.6610052Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:53.6610506Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:53.6610902Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:03:53.6611290Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:53.6611711Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:53.6612092Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:03:53.6612454Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:53.6612809Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:03:53.6613180Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:53.6613571Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:03:53.6613954Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:03:53.6614476Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:03:53.6614857Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:03:53.6615184Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:03:53.6615661Z 	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-20T22:03:53.6616189Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:03:53.6616567Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:03:53.6616951Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:53.6617324Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:03:53.6617735Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:53.6618177Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:53.6618618Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:53.6619370Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:53.6619795Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:53.6620208Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:03:53.6620633Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:53.6621050Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:53.6621447Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:03:53.6621877Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:53.6622370Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:53.6622869Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:53.6623324Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:53.6623738Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:53.6624294Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:53.6624778Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:53.6625268Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:53.6625682Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:03:53.6626123Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:53.6626576Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:53.6626981Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:03:53.6627349Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:03:53.6627726Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:03:53.6628112Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:03:53.6628501Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:53.6628874Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:03:53.6629366Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:03:53.6629760Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:53.6630144Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:53.6630517Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:03:53.6630895Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:03:53.6631259Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:03:53.6631644Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:53.6632159Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:53.6632537Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:03:53.6632918Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:53.6633279Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:03:53.6633649Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:53.6634026Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:03:53.6634393Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:03:53.6634759Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:03:53.6635148Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:03:53.6635512Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:03:53.6635891Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:53.6636330Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:53.6636742Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:03:53.6637117Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:03:53.6637501Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:53.6637932Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:53.6638336Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:03:53.6638702Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:03:53.6639331Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:03:53.6639702Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:03:53.6640007Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:03:53.6640323Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:03:53.6640686Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:03:53.6641041Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:53.6641559Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:03:53.6641930Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:03:53.6642283Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:03:53.6642621Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:03:53.6643011Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:53.6643425Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:53.6643830Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:53.6644231Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:53.6644635Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:53.6645057Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:53.6645573Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:53.6646201Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:53.6646834Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:53.6647387Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:53.6647864Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:53.6648319Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:53.6649133Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:53.6649783Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:53.6650362Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:53.6650856Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:53.6651302Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:03:53.6651680Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:03:53.6652053Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:53.6652434Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:53.6652821Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:53.6653217Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:03:53.6653611Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:53.6653999Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:03:53.6654390Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:53.6654774Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:03:53.6655147Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:03:53.6655526Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:53.6655900Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:03:53.6656296Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:53.6656689Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:03:53.6657105Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:53.6657527Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:53.6657893Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:03:53.6658427Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:53.6658845Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:53.6659506Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:53.6659955Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:53.6660385Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:53.6660763Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:03:53.6661139Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:53.6661524Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:53.6661899Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:03:53.6662292Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:53.6662684Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:03:53.6663075Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:03:53.6663464Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:03:53.6663829Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:03:53.6664195Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:03:53.6664748Z 	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-20T22:03:53.6665466Z 	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-20T22:03:53.6666317Z 	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-20T22:03:53.6666998Z 	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-20T22:03:53.6667539Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:53.6667927Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:53.6668303Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:03:53.6668681Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:53.6669235Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:03:53.6669602Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:03:53.6669984Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:53.6670368Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:03:53.6670755Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:03:53.6671136Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:03:53.6671529Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:03:53.6671906Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:03:53.6672300Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:03:53.6672715Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:03:53.6673113Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:03:53.6673515Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:53.6673923Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:03:53.6674317Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:03:53.6674704Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:03:53.6675089Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:03:53.6675610Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:03:53.6675999Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:03:53.6676407Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:03:53.6676805Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:03:53.6677208Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:53.6677606Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:03:53.6677993Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:53.6678426Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:53.6678865Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:53.6679393Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:03:53.6679840Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:53.6680305Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:53.6680714Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:53.6681086Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:03:53.6681474Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:03:53.6681891Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:53.6682309Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:53.6682725Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:03:53.6683233Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:03:53.6683650Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:53.6684134Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:53.6684613Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:53.6685017Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:53.6685432Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:53.6685891Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:53.6686342Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:53.6686823Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:53.6687318Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:53.6687769Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:53.6688205Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:53.6688614Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:03:53.6689140Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:53.6689566Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:53.6689958Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:03:53.6690353Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:53.6690787Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:53.6691205Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:03:53.6691628Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:53.6692055Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:53.6692458Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:53.6692979Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:03:53.6693357Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:03:53.6693732Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:03:53.6694131Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:53.6694561Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:53.6695023Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:53.6695481Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:53.6695898Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:53.6696340Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:53.6696762Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:53.6697179Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:53.6697593Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:53.6697962Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:03:53.6698334Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:03:53.6698736Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:53.6699372Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:53.6699753Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:53.6700090Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:03:53.6700552Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:03:53.6700927Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:03:53.6701445Z 	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-20T22:03:53.6701968Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:53.6702353Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:53.6702735Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:53.6703137Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:53.6703552Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:53.6703965Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:53.6704369Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:03:53.6704800Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:53.6705212Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:03:53.6705594Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:03:53.6705964Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:03:53.6706333Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:03:53.6706718Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:53.6707148Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:53.6707584Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:53.6707983Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:03:53.6708408Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:53.6708851Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:53.6709400Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:53.6710010Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:03:53.6710377Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:03:53.6710749Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:53.6711127Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:53.6711513Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:53.6711923Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:53.6712349Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:53.6712817Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:53.6713263Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:03:53.6713651Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:53.6714047Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:03:53.6714438Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:53.6714827Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:03:53.6715208Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:03:53.6715589Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:03:53.6716041Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:53.6716545Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:53.6716967Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:03:53.6717463Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:03:53.6717853Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:53.6718266Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:53.6718667Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:03:53.6719318Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:03:53.6719737Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:53.6720126Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:03:53.6720483Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:03:53.6720846Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:03:53.6721266Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:53.6721699Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:03:53.6722083Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:03:53.6722476Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:03:53.6722930Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:53.6723370Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:03:53.6723796Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:53.6724191Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:03:53.6724716Z 	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-20T22:03:53.6725245Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:03:53.6725562Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:03:53.6728119Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:53.6728831Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:03:53.6729811Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:53.6730943Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:53.6731956Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:53.6732959Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:53.6733858Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:53.6734554Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:53.6735211Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:53.6735851Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:53.6736449Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:53.6736944Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:53.6737396Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:53.6737839Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:03:53.6738269Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:53.6738743Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:53.6739477Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:53.6739870Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:03:53.6740434Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:53.6740846Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:53.6741234Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:03:53.6741660Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:53.6742088Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:03:53.6742460Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:03:53.6742860Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:53.6743333Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:03:53.6743836Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:03:53.6744335Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:53.6744829Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:53.6745318Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:53.6745809Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:53.6746260Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:03:53.6746684Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:03:53.6747104Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:53.6747521Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:53.6747940Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:53.6748357Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:03:53.6748805Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:53.6749446Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:53.6749982Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:03:53.6750370Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:53.6750746Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:03:53.6751132Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:53.6751572Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:53.6752016Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:03:53.6752418Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:53.6752833Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:53.6753263Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:53.6753716Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:53.6754168Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:53.6754606Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:53.6755011Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:03:53.6755390Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:53.6755783Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:03:53.6756162Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:03:53.6756540Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:53.6756941Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:53.6757462Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:03:53.6757906Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:53.6758383Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:53.6758807Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:03:53.6759477Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:53.6759887Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:03:53.6760200Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:03:53.6760531Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:03:53.6760922Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:53.6761324Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:53.6761717Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:03:53.6762115Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:53.6762548Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:53.6763003Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:53.6763466Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:03:53.6763860Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:53.6764263Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:03:53.6764816Z 	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-20T22:03:53.6765404Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:53.6765867Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:03:53.6766316Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:53.6766758Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:53.6767341Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:53.6767747Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:53.6768143Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:53.6768532Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:53.6769078Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:53.6769547Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:53.6769950Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:53.6770357Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:53.6770768Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:53.6771155Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:03:53.6771579Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:53.6772048Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:53.6772475Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:03:53.6772856Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:03:53.6773235Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:03:53.6773628Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:03:53.6774011Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:03:53.6774533Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:53.6774985Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:53.6775443Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:53.6775857Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:03:53.6776258Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:03:53.6776662Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:03:53.6777047Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:03:53.6777428Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:03:53.6777825Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:03:53.6778235Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:03:53.6778702Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:53.6779455Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:53.6779897Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:53.6780319Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:53.6780725Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:03:53.6781152Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:53.6781551Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:03:53.6781918Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:03:53.6782242Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:03:53.6782558Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:03:53.6782943Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:53.6783337Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:03:53.6783704Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:03:53.6784233Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:53.6784641Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:53.6785037Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:03:53.6785399Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:03:53.6785758Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:03:53.6786140Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:03:53.6786549Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:53.6786932Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:03:53.6787305Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:53.6787675Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:03:53.6788066Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:53.6788462Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:03:53.6788818Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:03:53.6789479Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:53.6789882Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:53.6790265Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:03:53.6790645Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:53.6791027Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:03:53.6791417Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:53.6791947Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:53.6792386Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:53.6792801Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:03:53.6793156Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:03:53.6793515Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:03:53.6793866Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:03:53.6794293Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:53.6794800Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:53.6795277Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:53.6795760Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:53.6796264Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:53.6796705Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:03:53.6797099Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:53.6797496Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:53.6797888Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:53.6798282Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:53.6798672Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:53.6799328Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:53.6799715Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:03:53.6800112Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:53.6800565Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:53.6801003Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:53.6801522Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:03:53.6801945Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:53.6802373Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:53.6802762Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:03:53.6803122Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:03:53.6803516Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:53.6803975Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:53.6804406Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:03:53.6804824Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:53.6805235Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:03:53.6805568Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:03:53.6805850Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:03:53.6806211Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:03:53.6806701Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:03:53.9090028Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:54.1055990Z Collecting meson
2025-08-20T22:03:54.1690307Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:03:54.2087830Z Collecting ninja
2025-08-20T22:03:54.2198749Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:03:54.2450408Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:03:54.2932052Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 36.5 MB/s  0:00:00
2025-08-20T22:03:54.3048696Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:03:54.3984888Z Installing collected packages: ninja, meson
2025-08-20T22:03:55.1627757Z 
2025-08-20T22:03:55.1657005Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:03:55.4787473Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:03:55.5889356Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:03:55.6666693Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:03:56.1971138Z 1.8.4
2025-08-20T22:03:56.2336253Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:03:56.2604355Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:56.2605134Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:03:56.2605660Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:03:56.2606092Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:03:56.2606719Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:03:56.2607141Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:03:56.2607539Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:03:56.2607937Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:03:56.2608321Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:03:56.2608677Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:03:56.2609388Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:56.2609820Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:03:56.2610238Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:56.2610674Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:03:56.2611479Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:03:56.2612298Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:56.2613022Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:03:56.2613486Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:03:56.2613871Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:56.2614534Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:56.2615298Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:56.2615993Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:56.2616763Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:56.2617493Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:03:56.2618133Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:03:56.2618838Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:56.2619875Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:56.2620649Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:56.2621132Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:56.2621575Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:56.2622000Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:56.2622430Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:56.2623093Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:03:56.2623541Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:56.2624002Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:56.2624447Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:56.2624856Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:56.2625255Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:03:56.2625671Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:56.2626093Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:56.2626511Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:56.2626917Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:03:56.2627317Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:56.2627780Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:56.2628262Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:56.2628730Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:56.2629432Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:56.2629886Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:56.2630313Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:56.2630736Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:56.2631146Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:56.2631559Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:56.2631966Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:56.2632339Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:03:56.2632862Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:03:56.2633235Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:03:56.2633565Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:03:56.2633919Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:03:56.2634330Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:56.2634704Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:03:56.2635114Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:56.2635552Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:56.2635978Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:56.2636388Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:56.2636820Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:56.2637254Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:56.2637659Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:56.2638056Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:03:56.2638477Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:03:56.2639118Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:56.2639736Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:56.2640352Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:03:56.2640787Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:56.2641179Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:03:56.2641577Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:56.2641983Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:03:56.2642429Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:56.2642932Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:56.2643435Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:56.2643933Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:56.2644375Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:56.2644778Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:56.2645172Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:56.2645583Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:56.2645985Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:03:56.2646370Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:56.2646796Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:56.2647224Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:03:56.2647613Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:03:56.2647991Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:56.2648406Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:56.2648814Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:56.2649553Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:03:56.2650088Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:03:56.2650488Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:56.2650884Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:03:56.2651244Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:03:56.2651629Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:56.2652002Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:03:56.2652372Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:03:56.2652756Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:03:56.2653127Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:03:56.2653503Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:56.2653883Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:56.2654278Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:56.2654680Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:56.2655073Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:56.2655452Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:56.2655833Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:03:56.2656230Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:56.2656638Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:56.2656988Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:03:56.2657446Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:03:56.2657820Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:03:56.2665001Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:03:56.2665454Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:03:56.2665859Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:03:56.2666245Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:03:56.2666645Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:56.2667063Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:03:56.2667520Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:56.2667979Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:56.2668394Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:03:56.2668843Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:56.2669553Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:56.2669955Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:03:56.2670367Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:56.2670780Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:03:56.2671163Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:03:56.2671557Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:56.2671977Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:56.2672432Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:56.2672867Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:03:56.2673263Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:03:56.2673661Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:03:56.2674271Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:56.2674690Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:03:56.2675098Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:56.2675501Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:56.2675906Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:56.2676314Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:56.2676723Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:03:56.2677101Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:03:56.2677432Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:03:56.2677762Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:56.2678167Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:03:56.2678579Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:56.2679201Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:03:56.2679628Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:03:56.2680015Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:03:56.2680409Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:03:56.2680765Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:03:56.2681112Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:03:56.2681695Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:56.2682642Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:03:56.2683386Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:56.2684107Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:03:56.2684670Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:56.2685129Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:03:56.2685568Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:56.2685995Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:56.2686367Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:03:56.2686737Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:56.2687161Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:56.2687608Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:03:56.2688027Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:03:56.2688407Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:03:56.2688756Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:03:56.2689452Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:03:56.2689860Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:03:56.2690295Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:56.2690776Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:56.2691202Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:03:56.2691581Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:03:56.2691946Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:03:56.2692313Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:03:56.2692770Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:56.2693479Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:56.2693931Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:03:56.2694319Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:03:56.2694789Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:56.2695337Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:56.2695843Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:56.2696282Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:03:56.2696652Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:03:56.2697043Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:56.2697469Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:56.2697892Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:56.2698301Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:56.2698680Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:03:56.2699260Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:56.2699677Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:56.2700084Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:56.2700490Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:56.2701069Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:56.2701836Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:56.2702574Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:56.2703298Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:56.2703772Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:56.2704210Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:03:56.2704594Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:03:56.2704975Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:03:56.2705380Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:03:56.2705763Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:56.2706166Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:03:56.2706556Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:03:56.2706954Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:03:56.2707383Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:56.2707860Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:56.2708315Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:56.2708722Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:56.2709345Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:03:56.2709738Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:03:56.2710248Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:03:56.2710633Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:03:56.2711026Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:56.2711414Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:03:56.2712060Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:56.2712563Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:56.2713038Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:56.2713567Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:56.2714085Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:03:56.2714588Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:56.2715090Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:56.2715537Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:03:56.2715919Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:03:56.2716300Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:03:56.2716689Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:56.2717080Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:03:56.2717451Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:03:56.2717841Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:56.2718228Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:03:56.2718622Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:56.2719236Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:03:56.2719755Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:03:56.2720181Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:56.2720580Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:03:56.2721006Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:56.2721447Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:56.2721849Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:03:56.2722232Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:56.2722741Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:56.2723122Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:03:56.2723484Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:56.2723846Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:03:56.2724219Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:56.2724614Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:03:56.2724997Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:03:56.2725399Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:03:56.2725771Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:03:56.2726097Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:03:56.2726572Z 	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-20T22:03:56.2727104Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:03:56.2727483Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:03:56.2727867Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:56.2728248Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:03:56.2728664Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:56.2729441Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:56.2729882Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:56.2730317Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:56.2730730Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:56.2731137Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:03:56.2731561Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:56.2731977Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:56.2732378Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:03:56.2732814Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:56.2733310Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:56.2733822Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:56.2734271Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:56.2734686Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:56.2735093Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:56.2735573Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:56.2736061Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:56.2736476Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:03:56.2737048Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:56.2737525Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:56.2737949Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:03:56.2738327Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:03:56.2738697Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:03:56.2739260Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:03:56.2739662Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:56.2740037Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:03:56.2740411Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:03:56.2740799Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:56.2741184Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:56.2741562Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:03:56.2741944Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:03:56.2742310Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:03:56.2742696Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:56.2743092Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:56.2743465Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:03:56.2743832Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:56.2744194Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:03:56.2744567Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:56.2744947Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:03:56.2745323Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:03:56.2745688Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:03:56.2746077Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:03:56.2746563Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:03:56.2746943Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:56.2747392Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:56.2747812Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:03:56.2748184Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:03:56.2748575Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:56.2749238Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:56.2749655Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:03:56.2750030Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:03:56.2750404Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:03:56.2750776Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:03:56.2751083Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:03:56.2751392Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:03:56.2751747Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:03:56.2752117Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:56.2752489Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:03:56.2752858Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:03:56.2753209Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:03:56.2753548Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:03:56.2754117Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:56.2754548Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:56.2754958Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:56.2755361Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:56.2755756Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:56.2756174Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:56.2756684Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:56.2757312Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:56.2757945Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:56.2758506Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:56.2759213Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:56.2759688Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:56.2760215Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:56.2760843Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:56.2761415Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:56.2761924Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:56.2762375Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:03:56.2762752Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:03:56.2763137Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:56.2763514Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:56.2764037Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:56.2764437Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:03:56.2764823Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:56.2765213Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:03:56.2765599Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:56.2765992Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:03:56.2766372Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:03:56.2766753Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:56.2767137Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:03:56.2767538Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:56.2767936Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:03:56.2768361Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:56.2768824Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:56.2769358Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:03:56.2769756Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:56.2770174Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:56.2770593Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:56.2771038Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:56.2771589Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:56.2771978Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:03:56.2772358Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:56.2772749Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:56.2773120Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:03:56.2773516Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:56.2773911Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:03:56.2774304Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:03:56.2774691Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:03:56.2775064Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:03:56.2775431Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:03:56.2775991Z 	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-20T22:03:56.2776719Z 	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-20T22:03:56.2777404Z 	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-20T22:03:56.2778073Z 	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-20T22:03:56.2778603Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:56.2779113Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:56.2779497Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:03:56.2779878Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:56.2780264Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:03:56.2780631Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:03:56.2781136Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:56.2781524Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:03:56.2781903Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:03:56.2782283Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:03:56.2782671Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:03:56.2783050Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:03:56.2783439Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:03:56.2783852Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:03:56.2784259Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:03:56.2784660Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:56.2785071Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:03:56.2785466Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:03:56.2785854Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:03:56.2786242Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:03:56.2786619Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:03:56.2787009Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:03:56.2787421Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:03:56.2787823Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:03:56.2788336Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:56.2788746Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:03:56.2789247Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:56.2789686Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:56.2790128Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:56.2790533Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:03:56.2790977Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:56.2791439Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:56.2791847Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:56.2792221Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:03:56.2792609Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:03:56.2793013Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:56.2793432Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:56.2793842Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:03:56.2794226Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:03:56.2794619Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:56.2795093Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:56.2795571Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:56.2795976Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:56.2796395Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:56.2796857Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:56.2797314Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:56.2797925Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:56.2798415Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:56.2798867Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:56.2799411Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:56.2799828Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:03:56.2800228Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:56.2800655Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:56.2801042Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:03:56.2801433Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:56.2801849Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:56.2802261Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:03:56.2802671Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:56.2803098Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:56.2803497Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:56.2803878Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:03:56.2804249Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:03:56.2804613Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:03:56.2805011Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:56.2805572Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:56.2806040Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:56.2806505Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:56.2806915Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:56.2807353Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:56.2807782Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:56.2808194Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:56.2808606Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:56.2809073Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:03:56.2809449Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:03:56.2809854Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:56.2810250Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:56.2810634Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:56.2810970Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:03:56.2811288Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:03:56.2811649Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:03:56.2812159Z 	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-20T22:03:56.2812686Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:56.2813071Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:56.2813450Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:56.2813860Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:56.2814281Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:56.2814831Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:56.2815240Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:03:56.2815655Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:56.2816089Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:03:56.2816466Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:03:56.2816838Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:03:56.2817205Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:03:56.2817586Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:56.2818015Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:56.2818450Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:56.2818855Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:03:56.2819379Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:56.2819820Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:56.2820218Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:56.2820591Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:03:56.2820949Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:03:56.2821312Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:56.2821686Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:56.2822180Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:56.2822598Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:56.2823017Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:56.2823486Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:56.2823929Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:03:56.2824312Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:56.2824703Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:03:56.2825096Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:56.2825490Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:03:56.2825876Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:03:56.2826254Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:03:56.2826705Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:56.2827205Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:56.2827635Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:03:56.2828006Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:03:56.2828381Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:56.2828786Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:56.2829295Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:03:56.2829673Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:03:56.2830074Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:56.2830463Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:03:56.2830822Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:03:56.2831184Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:03:56.2831716Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:56.2832145Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:03:56.2832540Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:03:56.2832935Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:03:56.2833382Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:56.2833823Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:03:56.2834250Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:56.2834649Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:03:56.2835172Z 	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-20T22:03:56.2835698Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:03:56.2836017Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:03:56.2836363Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:56.2836780Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:03:56.2837215Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:56.2837744Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:56.2838336Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:56.2839054Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:56.2839834Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:56.2840500Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:56.2841133Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:56.2841761Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:56.2842353Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:56.2842844Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:56.2843292Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:56.2843736Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:03:56.2844172Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:56.2844649Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:56.2845090Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:56.2845475Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:03:56.2845848Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:56.2846234Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:56.2846617Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:03:56.2847032Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:56.2847451Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:03:56.2847821Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:03:56.2848217Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:56.2848690Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:03:56.2849408Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:03:56.2849903Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:56.2850394Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:56.2850886Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:56.2851386Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:56.2851850Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:03:56.2852300Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:03:56.2852744Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:56.2853183Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:56.2853610Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:56.2854037Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:03:56.2854484Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:56.2854927Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:56.2855326Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:03:56.2855720Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:56.2856105Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:03:56.2856495Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:56.2857058Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:56.2857526Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:03:56.2857938Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:56.2858357Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:56.2858793Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:56.2859355Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:56.2859814Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:56.2860257Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:56.2860669Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:03:56.2861057Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:56.2861459Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:03:56.2861842Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:03:56.2862232Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:56.2862644Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:56.2863053Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:03:56.2863491Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:56.2863973Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:56.2864400Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:03:56.2864812Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:56.2865216Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:03:56.2865530Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:03:56.2865857Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:03:56.2866245Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:56.2866780Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:56.2867185Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:03:56.2867588Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:56.2868026Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:56.2868481Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:56.2869037Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:03:56.2869438Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:56.2869850Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:03:56.2870407Z 	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-20T22:03:56.2871008Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:56.2871472Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:03:56.2871922Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:56.2872368Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:56.2872799Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:56.2873213Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:56.2873613Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:56.2874119Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:56.2874535Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:56.2874944Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:56.2875329Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:56.2875725Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:56.2876135Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:56.2876520Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:03:56.2876941Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:56.2877412Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:56.2877842Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:03:56.2878232Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:03:56.2878617Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:03:56.2879131Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:03:56.2879523Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:03:56.2879904Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:56.2880339Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:56.2880796Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:56.2881226Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:03:56.2881637Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:03:56.2882046Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:03:56.2882440Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:03:56.2882835Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:03:56.2883230Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:03:56.2883809Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:03:56.2884262Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:56.2884726Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:56.2885161Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:56.2885573Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:56.2885985Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:03:56.2886420Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:56.2886824Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:03:56.2887200Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:03:56.2887529Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:03:56.2887848Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:03:56.2888227Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:56.2888613Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:03:56.2889074Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:03:56.2889460Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:56.2889868Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:56.2890264Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:03:56.2890633Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:03:56.2891133Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:03:56.2891545Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:03:56.2891949Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:56.2892338Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:03:56.2892709Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:56.2893075Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:03:56.2893471Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:56.2893864Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:03:56.2894226Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:03:56.2894611Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:56.2895010Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:56.2895399Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:03:56.2895785Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:56.2896174Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:03:56.2896565Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:56.2896972Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:56.2897405Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:56.2897821Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:03:56.2898192Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:03:56.2898552Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:03:56.2898899Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:03:56.2899444Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:56.2899950Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:56.2900548Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:56.2901031Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:56.2901532Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:56.2901976Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:03:56.2902366Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:56.2902760Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:56.2903160Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:56.2903554Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:56.2903949Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:56.2904339Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:56.2904730Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:03:56.2905130Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:56.2905578Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:56.2906018Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:56.2906406Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:03:56.2906816Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:56.2907249Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:56.2907634Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:03:56.2908107Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:03:56.2908515Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:56.2909074Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:56.2909516Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:03:56.2909933Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:56.2910348Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:03:56.2910682Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:03:56.2910975Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:03:56.2911337Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:03:56.2911831Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:03:56.4213146Z info: downloading installer
2025-08-20T22:03:56.7150442Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:03:56.7151111Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:03:56.7151806Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:03:56.7152578Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:03:56.7331141Z info: profile set to 'default'
2025-08-20T22:03:56.7331673Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:03:56.7332127Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:03:56.8039792Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:03:56.8441210Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:03:56.8441709Z 
2025-08-20T22:03:56.8539842Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:03:56.8540363Z 
2025-08-20T22:03:56.8540367Z 
2025-08-20T22:03:56.8540495Z Rust is installed now. Great!
2025-08-20T22:03:56.8540673Z 
2025-08-20T22:03:56.8540873Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:03:56.8542000Z environment variable. This has not been done automatically.
2025-08-20T22:03:56.8542423Z 
2025-08-20T22:03:56.8542638Z To configure your current shell, you need to source
2025-08-20T22:03:56.8543180Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:03:56.8543520Z 
2025-08-20T22:03:56.8543835Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:03:56.8544557Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:03:56.8545121Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:03:56.8545614Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:03:56.8901378Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:03:56.9239795Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:03:56.9240304Z 
2025-08-20T22:03:56.9339264Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:03:56.9339796Z 
2025-08-20T22:03:56.9860897Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:03:57.0621706Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:03:57.0904827Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:03:57.0905521Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:03:57.0906381Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:03:57.0907048Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:03:57.0907714Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:03:57.0908361Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:03:57.0909189Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:03:57.0909756Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:03:57.0910412Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:03:57.0910796Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:03:57.0911185Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:03:57.0911589Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:03:57.0911982Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:03:57.0912396Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:03:57.0912796Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:03:57.0913209Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:03:57.0913620Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:03:57.0913991Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:03:57.0914384Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:03:57.0915164Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:03:57.0915928Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:03:57.0916610Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:03:57.0917357Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:03:57.0918025Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:03:57.0918615Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:03:57.0919576Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:03:57.0920105Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:03:57.0920540Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:03:57.0920961Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:03:57.0921386Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:03:57.0922027Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:03:57.0922452Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:03:57.0922883Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:03:57.0923306Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:03:57.0923797Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:03:57.0924243Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:03:57.0924650Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:03:57.0925046Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:03:57.0925461Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:03:57.0925884Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:03:57.0926306Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:03:57.0926705Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:03:57.0927099Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:03:57.0927557Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:03:57.0928034Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:03:57.0928505Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:03:57.0929257Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:03:57.0930047Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:03:57.0931015Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:03:57.0931781Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:03:57.0932265Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:03:57.0932692Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:03:57.0933096Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:03:57.0933474Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:03:57.0933840Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:03:57.0934212Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:03:57.0934542Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:03:57.0934893Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:03:57.0935304Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:03:57.0935688Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:03:57.0936104Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:03:57.0936536Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:03:57.0936954Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:03:57.0937360Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:03:57.0937787Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:03:57.0938222Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:03:57.0938625Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:03:57.0939249Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:03:57.0939681Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:03:57.0940152Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:03:57.0948219Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:03:57.0948834Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:03:57.0949496Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:03:57.0949937Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:03:57.0950350Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:03:57.0950765Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:03:57.0951217Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:03:57.0951733Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:03:57.0952244Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:03:57.0952754Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:03:57.0953214Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:03:57.0953627Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:03:57.0954025Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:03:57.0954444Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:03:57.0954852Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:03:57.0955242Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:03:57.0955672Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:03:57.0956380Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:03:57.0956865Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:03:57.0957456Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:03:57.0957876Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:03:57.0958555Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:03:57.0959385Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:03:57.0960023Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:03:57.0960725Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:03:57.0961426Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:03:57.0962060Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:03:57.0962668Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:03:57.0963061Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:03:57.0963439Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:03:57.0963845Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:03:57.0964225Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:03:57.0964609Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:03:57.0964995Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:03:57.0965390Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:03:57.0965799Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:03:57.0966207Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:03:57.0966589Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:03:57.0966972Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:03:57.0967374Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:03:57.0967974Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:03:57.0968326Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:03:57.0968662Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:03:57.0969298Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:03:57.0969889Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:03:57.0970276Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:03:57.0970658Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:03:57.0971022Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:03:57.0971408Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:03:57.0971819Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:03:57.0972263Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:03:57.0972726Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:03:57.0973137Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:03:57.0973531Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:03:57.0973935Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:03:57.0974482Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:03:57.0974939Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:03:57.0975423Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:03:57.0976125Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:03:57.0977057Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:03:57.0977816Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:03:57.0978290Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:03:57.0978750Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:03:57.0979361Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:03:57.0979768Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:03:57.0980191Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:03:57.0980606Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:03:57.0981024Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:03:57.0981424Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:03:57.0981834Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:03:57.0982249Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:03:57.0982644Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:03:57.0983022Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:03:57.0983344Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:03:57.0983684Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:03:57.0984094Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:03:57.0984499Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:03:57.0984897Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:03:57.0985269Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:03:57.0985658Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:03:57.0986048Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:03:57.0986411Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:03:57.0986957Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:03:57.0987396Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:03:57.0987851Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:03:57.0988569Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:03:57.0989405Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:03:57.0990118Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:03:57.0990871Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:03:57.0991629Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:03:57.0992396Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:03:57.0992862Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:03:57.0993247Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:03:57.0993680Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:03:57.0994258Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:03:57.0994686Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:03:57.0995057Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:03:57.0995406Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:03:57.0996009Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:03:57.0996721Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:03:57.0997725Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:03:57.0998337Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:03:57.0998783Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:03:57.0999472Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:03:57.0999844Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:03:57.1000212Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:03:57.1000666Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:03:57.1001474Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:03:57.1002264Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:03:57.1002947Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:03:57.1003526Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:03:57.1004082Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:03:57.1004584Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:03:57.1005029Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:03:57.1005405Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:03:57.1005797Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:03:57.1006215Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:03:57.1006638Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:03:57.1007048Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:03:57.1007435Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:03:57.1007816Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:03:57.1008235Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:03:57.1008833Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:03:57.1009513Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:03:57.1009919Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:03:57.1010316Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:03:57.1010711Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:03:57.1011141Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:03:57.1011613Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:03:57.1012062Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:03:57.1012444Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:03:57.1012833Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:03:57.1013248Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:03:57.1013641Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:03:57.1014030Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:03:57.1014421Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:03:57.1014817Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:03:57.1015244Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:03:57.1015853Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:03:57.1016409Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:03:57.1017033Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:03:57.1017800Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:03:57.1018499Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:03:57.1019376Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:03:57.1019814Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:03:57.1020216Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:03:57.1020609Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:03:57.1021195Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:03:57.1021701Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:03:57.1022175Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:03:57.1022945Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:03:57.1023937Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:03:57.1024844Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:03:57.1025747Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:03:57.1026528Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:03:57.1027180Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:03:57.1027614Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:03:57.1028006Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:03:57.1028388Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:03:57.1028750Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:03:57.1029388Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:03:57.1029779Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:03:57.1030357Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:03:57.1030749Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:03:57.1031133Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:03:57.1031537Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:03:57.1031926Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:03:57.1032346Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:03:57.1032790Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:03:57.1033182Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:03:57.1033562Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:03:57.1033982Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:03:57.1034363Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:03:57.1034722Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:03:57.1035076Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:03:57.1035449Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:03:57.1035839Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:03:57.1036216Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:03:57.1036615Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:03:57.1036985Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:03:57.1037311Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:03:57.1037901Z 	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-20T22:03:57.1038438Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:03:57.1038819Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:03:57.1039392Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:03:57.1039771Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:03:57.1040181Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:03:57.1040629Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:03:57.1041059Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:03:57.1041495Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:03:57.1041909Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:03:57.1042318Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:03:57.1042737Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:03:57.1043161Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:03:57.1043557Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:03:57.1043992Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:03:57.1044486Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:03:57.1044984Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:03:57.1045436Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:03:57.1045849Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:03:57.1046258Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:03:57.1046737Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:03:57.1047365Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:03:57.1047781Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:03:57.1048217Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:03:57.1048676Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:03:57.1049320Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:03:57.1049695Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:03:57.1050062Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:03:57.1050449Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:03:57.1050844Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:03:57.1051217Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:03:57.1051581Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:03:57.1051978Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:03:57.1052365Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:03:57.1052734Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:03:57.1053113Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:03:57.1053476Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:03:57.1053857Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:03:57.1054245Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:03:57.1054612Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:03:57.1055103Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:03:57.1055483Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:03:57.1055860Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:03:57.1056240Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:03:57.1056608Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:03:57.1056968Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:03:57.1057359Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:03:57.1057716Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:03:57.1058098Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:03:57.1058533Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:03:57.1059123Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:03:57.1059594Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:03:57.1059986Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:03:57.1060414Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:03:57.1060816Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:03:57.1061184Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:03:57.1061555Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:03:57.1061916Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:03:57.1062220Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:03:57.1062527Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:03:57.1062888Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:03:57.1063247Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:03:57.1063623Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:03:57.1063984Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:03:57.1064527Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:03:57.1064870Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:03:57.1065262Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:03:57.1065671Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:03:57.1066072Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:03:57.1066471Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:03:57.1066864Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:03:57.1067286Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:03:57.1067803Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:03:57.1068435Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:03:57.1069261Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:03:57.1069813Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:03:57.1070296Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:03:57.1070754Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:03:57.1071279Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:03:57.1071900Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:03:57.1072587Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:03:57.1073101Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:03:57.1073558Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:03:57.1073933Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:03:57.1074315Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:03:57.1074691Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:03:57.1075074Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:03:57.1075469Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:03:57.1075858Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:03:57.1076246Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:03:57.1076635Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:03:57.1077023Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:03:57.1077399Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:03:57.1077780Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:03:57.1078154Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:03:57.1078550Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:03:57.1079122Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:03:57.1079556Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:03:57.1079971Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:03:57.1080340Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:03:57.1080918Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:03:57.1081605Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:03:57.1082339Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:03:57.1083403Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:03:57.1084172Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:03:57.1084566Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:03:57.1084959Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:03:57.1085359Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:03:57.1085735Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:03:57.1086134Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:03:57.1086531Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:03:57.1086921Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:03:57.1087314Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:03:57.1087693Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:03:57.1088058Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:03:57.1088614Z 	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-20T22:03:57.1089686Z 	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-20T22:03:57.1090383Z 	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-20T22:03:57.1091044Z 	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-20T22:03:57.1091754Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:03:57.1092166Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:03:57.1092552Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:03:57.1092932Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:03:57.1093309Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:03:57.1093672Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:03:57.1094054Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:03:57.1094452Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:03:57.1094841Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:03:57.1095228Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:03:57.1095622Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:03:57.1096006Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:03:57.1096411Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:03:57.1096831Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:03:57.1097232Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:03:57.1097638Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:03:57.1098042Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:03:57.1098441Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:03:57.1098830Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:03:57.1099424Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:03:57.1099810Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:03:57.1100196Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:03:57.1100604Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:03:57.1101147Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:03:57.1101545Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:03:57.1101941Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:03:57.1102329Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:03:57.1102755Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:03:57.1103193Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:03:57.1103597Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:03:57.1104044Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:03:57.1104511Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:03:57.1104929Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:03:57.1105299Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:03:57.1105678Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:03:57.1106097Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:03:57.1106505Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:03:57.1106907Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:03:57.1107292Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:03:57.1107693Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:03:57.1108287Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:03:57.1108772Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:03:57.1109378Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:03:57.1109796Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:03:57.1110250Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:03:57.1110708Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:03:57.1111212Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:03:57.1111709Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:03:57.1112180Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:03:57.1112631Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:03:57.1113038Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:03:57.1113447Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:03:57.1113899Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:03:57.1114297Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:03:57.1114684Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:03:57.1115097Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:03:57.1115509Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:03:57.1115919Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:03:57.1116344Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:03:57.1116746Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:03:57.1117130Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:03:57.1117497Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:03:57.1117998Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:03:57.1118393Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:03:57.1118818Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:03:57.1119464Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:03:57.1119923Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:03:57.1120329Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:03:57.1120771Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:03:57.1121200Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:03:57.1121615Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:03:57.1122027Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:03:57.1122394Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:03:57.1122768Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:03:57.1123165Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:03:57.1123558Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:03:57.1123973Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:03:57.1124306Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:03:57.1124620Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:03:57.1124978Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:03:57.1125611Z 	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-20T22:03:57.1126143Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:03:57.1126531Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:03:57.1126915Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:03:57.1127314Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:03:57.1127735Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:03:57.1128147Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:03:57.1128550Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:03:57.1129150Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:03:57.1129622Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:03:57.1130004Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:03:57.1130379Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:03:57.1130750Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:03:57.1131129Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:03:57.1131554Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:03:57.1131987Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:03:57.1132384Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:03:57.1132807Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:03:57.1133252Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:03:57.1133650Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:03:57.1134025Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:03:57.1134379Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:03:57.1134875Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:03:57.1135258Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:03:57.1135637Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:03:57.1136045Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:03:57.1136461Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:03:57.1136924Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:03:57.1137371Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:03:57.1137751Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:03:57.1138138Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:03:57.1138527Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:03:57.1139058Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:03:57.1139457Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:03:57.1139832Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:03:57.1140276Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:03:57.1140769Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:03:57.1141193Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:03:57.1141570Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:03:57.1141944Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:03:57.1142465Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:03:57.1142869Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:03:57.1143246Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:03:57.1143653Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:03:57.1144038Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:03:57.1144395Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:03:57.1144756Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:03:57.1145158Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:03:57.1145581Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:03:57.1145964Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:03:57.1146358Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:03:57.1146806Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:03:57.1147250Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:03:57.1147678Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:03:57.1148075Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:03:57.1148596Z 	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-20T22:03:57.1149212Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:03:57.1149534Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:03:57.1149884Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:03:57.1150300Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:03:57.1150727Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:03:57.1151253Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:03:57.1151968Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:03:57.1152583Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:03:57.1153237Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:03:57.1153884Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:03:57.1154512Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:03:57.1155138Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:03:57.1155729Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:03:57.1156224Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:03:57.1156674Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:03:57.1157114Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:03:57.1157551Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:03:57.1158029Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:03:57.1158464Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:03:57.1158847Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:03:57.1159324Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:03:57.1159704Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:03:57.1160198Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:03:57.1160625Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:03:57.1161048Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:03:57.1161417Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:03:57.1161811Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:03:57.1162273Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:03:57.1162765Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:03:57.1163248Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:03:57.1163737Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:03:57.1164228Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:03:57.1164715Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:03:57.1165175Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:03:57.1165597Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:03:57.1166012Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:03:57.1166431Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:03:57.1166844Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:03:57.1167915Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:03:57.1168374Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:03:57.1168817Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:03:57.1169350Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:03:57.1169746Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:03:57.1170313Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:03:57.1170699Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:03:57.1171141Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:03:57.1171590Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:03:57.1172001Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:03:57.1172420Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:03:57.1172856Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:03:57.1173314Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:03:57.1173771Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:03:57.1174214Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:03:57.1174628Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:03:57.1175012Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:03:57.1175412Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:03:57.1175792Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:03:57.1176172Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:03:57.1176581Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:03:57.1176990Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:03:57.1177430Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:03:57.1178036Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:03:57.1178471Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:03:57.1178893Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:03:57.1179469Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:03:57.1179780Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:03:57.1180109Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:03:57.1180498Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:03:57.1180903Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:03:57.1181292Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:03:57.1181694Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:03:57.1182133Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:03:57.1182591Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:03:57.1183014Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:03:57.1183415Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:03:57.1183828Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:03:57.1184381Z 	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-20T22:03:57.1184969Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:03:57.1185429Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:03:57.1185877Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:03:57.1186328Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:03:57.1186760Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:03:57.1187185Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:03:57.1187725Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:03:57.1188116Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:03:57.1188523Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:03:57.1189071Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:03:57.1189465Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:03:57.1189863Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:03:57.1190272Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:03:57.1190663Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:03:57.1191079Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:03:57.1191553Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:03:57.1191993Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:03:57.1192381Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:03:57.1192761Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:03:57.1193159Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:03:57.1193546Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:03:57.1193923Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:03:57.1194356Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:03:57.1194984Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:03:57.1195407Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:03:57.1195813Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:03:57.1196219Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:03:57.1196609Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:03:57.1196987Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:03:57.1197377Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:03:57.1197787Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:03:57.1198242Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:03:57.1198702Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:03:57.1199292Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:03:57.1199697Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:03:57.1200106Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:03:57.1200541Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:03:57.1200941Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:03:57.1201311Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:03:57.1201637Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:03:57.1201949Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:03:57.1202329Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:03:57.1202712Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:03:57.1203072Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:03:57.1203458Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:03:57.1203863Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:03:57.1204382Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:03:57.1204750Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:03:57.1205114Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:03:57.1205503Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:03:57.1205910Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:03:57.1206293Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:03:57.1206662Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:03:57.1207033Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:03:57.1207428Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:03:57.1207828Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:03:57.1208190Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:03:57.1208577Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:03:57.1209122Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:03:57.1209515Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:03:57.1209899Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:03:57.1210285Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:03:57.1210677Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:03:57.1211086Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:03:57.1211517Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:03:57.1212071Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:03:57.1212448Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:03:57.1212820Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:03:57.1213175Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:03:57.1213608Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:03:57.1214111Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:03:57.1214591Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:03:57.1215067Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:03:57.1215575Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:03:57.1216022Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:03:57.1216418Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:03:57.1216819Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:03:57.1217225Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:03:57.1217628Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:03:57.1218017Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:03:57.1218413Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:03:57.1218793Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:03:57.1219375Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:03:57.1219828Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:03:57.1220270Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:03:57.1220663Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:03:57.1221077Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:03:57.1221668Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:03:57.1222059Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:03:57.1222424Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:03:57.1222830Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:03:57.1223292Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:03:57.1223773Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:03:57.1224197Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:03:57.1224613Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:03:57.1224950Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:03:57.1225237Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:03:57.1225602Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:03:57.1226099Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:03:57.1226466Z 
2025-08-20T22:03:57.1226470Z 
2025-08-20T22:03:57.1226855Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:03:57 PM)
2025-08-20T22:03:57.1227242Z 
2025-08-20T22:03:57.1227245Z 
2025-08-20T22:03:57.1227249Z 
2025-08-20T22:03:57.1227330Z [+] Continue : YES
2025-08-20T22:03:57.1227454Z 
2025-08-20T22:03:57.1227699Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:03:57.1761000Z 
2025-08-20T22:03:57.1761587Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:03:57 PM) UTC
2025-08-20T22:03:57.1761889Z 
2025-08-20T22:03:57.1780431Z 
2025-08-20T22:03:57.1780638Z [+] Total RECIPES :: 1
2025-08-20T22:03:57.1780802Z 
2025-08-20T22:03:57.1860725Z 
2025-08-20T22:03:57.1861684Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml (1/1)
2025-08-20T22:03:57.1862290Z 
2025-08-20T22:03:57.3463332Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:03:57.3476520Z mode of '/tmp/pkgforge/6t9jaMTg4_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:03:57.3527656Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/phantun/official [Provided]
2025-08-20T22:03:57.3528418Z [+] Setting '.pkg_family' --> phantun [Provided]
2025-08-20T22:03:57.3541584Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:03:57.3547718Z [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-20T22:03:57.3579309Z [00:00:00.003]➜  
2025-08-20T22:03:57.3579985Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:03:57.3580482Z [00:00:00.003]➜  
2025-08-20T22:03:57.3625102Z [00:00:00.008]➜  
2025-08-20T22:03:57.3625953Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:03:57.3626712Z [00:00:00.008]➜  
2025-08-20T22:03:57.3708806Z [00:00:00.016]➜  
2025-08-20T22:03:57.3710553Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/phantun/static.official.source.yaml) --> /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:03:57 PM) UTC]
2025-08-20T22:03:57.3711665Z [00:00:00.016]➜  
2025-08-20T22:03:57.3711884Z [00:00:00.016]➜  
2025-08-20T22:03:57.3712093Z [00:00:00.016]➜  
2025-08-20T22:03:57.3712446Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:03:57.3719247Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:03:57.3720499Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:03:57.3721471Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:03:57.3721730Z [00:00:00.017]➜  
2025-08-20T22:03:57.3721977Z [00:00:00.017]➜  pkg: "phantun"
2025-08-20T22:03:57.3724154Z [00:00:00.017]➜  pkg_id: "github.com.dndx.phantun"
2025-08-20T22:03:57.3725711Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:03:57.3726221Z [00:00:00.017]➜  category:
2025-08-20T22:03:57.3726862Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:03:57.3727184Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:03:57.3727822Z [00:00:00.017]➜  description: "Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs"
2025-08-20T22:03:57.3728433Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:03:57.3728717Z [00:00:00.017]➜    archlinux:
2025-08-20T22:03:57.3729237Z [00:00:00.017]➜      aur:
2025-08-20T22:03:57.3729650Z [00:00:00.017]➜        - "phantun"
2025-08-20T22:03:57.3730145Z [00:00:00.017]➜  homepage:
2025-08-20T22:03:57.3730704Z [00:00:00.017]➜    - "https://github.com/dndx/phantun"
2025-08-20T22:03:57.3731047Z [00:00:00.017]➜  license:
2025-08-20T22:03:57.3731301Z [00:00:00.017]➜    - "Apache"  
2025-08-20T22:03:57.3731568Z [00:00:00.017]➜  maintainer:
2025-08-20T22:03:57.3731917Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:03:57.3732269Z [00:00:00.017]➜  note:
2025-08-20T22:03:57.3732584Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:03:57.3733170Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/dndx/phantun"  
2025-08-20T22:03:57.3733616Z [00:00:00.017]➜  repology:
2025-08-20T22:03:57.3733866Z [00:00:00.017]➜    - "phantun"
2025-08-20T22:03:57.3734124Z [00:00:00.017]➜  src_url:
2025-08-20T22:03:57.3734625Z [00:00:00.017]➜    - "https://github.com/dndx/phantun"
2025-08-20T22:03:57.3734974Z [00:00:00.017]➜  tag:
2025-08-20T22:03:57.3735230Z [00:00:00.017]➜    - "proxy"
2025-08-20T22:03:57.3735492Z [00:00:00.017]➜  x_exec:
2025-08-20T22:03:57.3735760Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:03:57.3736039Z [00:00:00.017]➜    host:
2025-08-20T22:03:57.3736292Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:03:57.3736778Z [00:00:00.018]➜      - "x86_64-Linux"
2025-08-20T22:03:57.3737284Z [00:00:00.018]➜    shell: "bash"
2025-08-20T22:03:57.3737553Z [00:00:00.018]➜    pkgver: |
2025-08-20T22:03:57.3737859Z [00:00:00.018]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:03:57.3738788Z [00:00:00.018]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/dndx/phantun" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:03:57.3740718Z [00:00:00.018]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:03:57.3750768Z [00:00:00.018]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:03:57.3751421Z [00:00:00.018]➜    run: |
2025-08-20T22:03:57.3751694Z [00:00:00.018]➜      #Build
2025-08-20T22:03:57.3752355Z [00:00:00.018]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:03:57.3753134Z [00:00:00.018]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:03:57.3753745Z [00:00:00.018]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:03:57.3754268Z [00:00:00.018]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:03:57.3754716Z [00:00:00.018]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:03:57.3755104Z [00:00:00.018]➜        bash -l -c '
2025-08-20T22:03:57.3755395Z [00:00:00.018]➜        #Setup ENV
2025-08-20T22:03:57.3755812Z [00:00:00.018]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:03:57.3756607Z [00:00:00.018]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:03:57.3757065Z [00:00:00.018]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:03:57.3757739Z [00:00:00.018]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:03:57.3758324Z [00:00:00.018]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:03:57.3758692Z [00:00:00.018]➜             export RUST_TARGET
2025-08-20T22:03:57.3759218Z [00:00:00.018]➜           else
2025-08-20T22:03:57.3759574Z [00:00:00.018]➜             rustc -Vv ; exit 1
2025-08-20T22:03:57.3759867Z [00:00:00.018]➜           fi
2025-08-20T22:03:57.3760114Z [00:00:00.018]➜         else
2025-08-20T22:03:57.3760485Z [00:00:00.018]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:03:57.3760902Z [00:00:00.018]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:03:57.3761223Z [00:00:00.018]➜         fi
2025-08-20T22:03:57.3761487Z [00:00:00.018]➜         RUST_FLAGS=()
2025-08-20T22:03:57.3761846Z [00:00:00.018]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:03:57.3762277Z [00:00:00.018]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:03:57.3762728Z [00:00:00.018]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:03:57.3763150Z [00:00:00.018]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:03:57.3763469Z [00:00:00.018]➜         fi
2025-08-20T22:03:57.3763766Z [00:00:00.018]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:03:57.3764129Z [00:00:00.018]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:03:57.3764647Z [00:00:00.018]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:03:57.3765020Z [00:00:00.018]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:03:57.3765378Z [00:00:00.018]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:03:57.3765742Z [00:00:00.018]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:03:57.3766093Z [00:00:00.018]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:03:57.3766493Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:03:57.3766900Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:03:57.3767279Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:03:57.3767649Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:03:57.3768038Z [00:00:00.018]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:03:57.3768427Z [00:00:00.018]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:03:57.3768744Z [00:00:00.018]➜        #Build
2025-08-20T22:03:57.3769704Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/dndx/phantun" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:03:57.3770279Z [00:00:00.018]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:03:57.3770657Z [00:00:00.018]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:03:57.3771331Z [00:00:00.018]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:03:57.3771956Z [00:00:00.018]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:03:57.3772519Z [00:00:00.018]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:03:57.3773126Z [00:00:00.018]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:03:57.3773756Z [00:00:00.018]➜        #Copy
2025-08-20T22:03:57.3775365Z [00:00:00.018]➜         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-20T22:03:57.3777546Z [00:00:00.018]➜         ( 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-20T22:03:57.3778280Z [00:00:00.018]➜        #Strip 
2025-08-20T22:03:57.3778893Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:03:57.3779997Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:03:57.3780850Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:03:57.3781602Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:03:57.3782350Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:03:57.3783083Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T22:03:57.3783457Z [00:00:00.018]➜        '
2025-08-20T22:03:57.3783780Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T22:03:57.3784223Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:03:57.3784921Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:03:57.3786239Z [00:00:00.018]➜       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-20T22:03:57.3787192Z [00:00:00.018]➜  
2025-08-20T22:03:57.3787646Z [00:00:00.018]➜  
2025-08-20T22:03:57.3788104Z [00:00:00.018]➜  ###################################################################
2025-08-20T22:03:57.3788434Z [00:00:00.018]➜  
2025-08-20T22:03:57.3788747Z [00:00:00.018]➜  
2025-08-20T22:03:57.3789242Z [00:00:00.018]➜  
2025-08-20T22:03:57.3789838Z [00:00:00.019]➜  '/tmp/pkgforge/6t9jaMTg4_build.yaml' -> '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:03:58.8834345Z [00:00:01.529]➜  '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.static.version' -> '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.version'
2025-08-20T22:03:58.8890374Z [00:00:01.534]➜  [+] Version: HEAD-869c794-250314T224601 ('.x_exec.pkgver') [/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.static.version]
2025-08-20T22:03:58.9056722Z [00:00:01.551]➜  [+] Progs: phantun
2025-08-20T22:03:59.2779152Z [00:00:01.923]➜  
2025-08-20T22:03:59.2779808Z [00:00:01.923]➜  [-] Missing packages. Found: 
2025-08-20T22:03:59.2780400Z [00:00:01.923]➜  [+] Expected: phantun
2025-08-20T22:03:59.2780950Z [00:00:01.923]➜  [+] Continuing with build...
2025-08-20T22:03:59.2781449Z [00:00:01.923]➜  
2025-08-20T22:03:59.7007614Z [00:00:02.346]➜  
2025-08-20T22:03:59.7007913Z [00:00:02.346]➜  
2025-08-20T22:03:59.7102991Z [00:00:02.356]➜  + mkdir -pv /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:03:59.7127083Z [00:00:02.358]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=phantun -e PKG_ID=github.com.dndx.phantun -e PKG_TYPE=static -e PKG_VER=HEAD-869c794-250314T224601 -e PKGVER=HEAD-869c794-250314T224601 -e SBUILD_PKG=phantun.static -e SBUILD_PKGVER=HEAD-869c794-250314T224601 --volume /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:03:59.7129408Z [00:00:02.358]➜    #Setup ENV
2025-08-20T22:03:59.7129893Z [00:00:02.358]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:03:59.7130435Z [00:00:02.358]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:03:59.7131186Z [00:00:02.358]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:03:59.7131918Z [00:00:02.358]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:03:59.7132565Z [00:00:02.358]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:03:59.7132955Z [00:00:02.358]➜         export RUST_TARGET
2025-08-20T22:03:59.7133273Z [00:00:02.358]➜       else
2025-08-20T22:03:59.7133561Z [00:00:02.358]➜         rustc -Vv ; exit 1
2025-08-20T22:03:59.7133859Z [00:00:02.358]➜       fi
2025-08-20T22:03:59.7134111Z [00:00:02.358]➜     else
2025-08-20T22:03:59.7134475Z [00:00:02.358]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:03:59.7134925Z [00:00:02.358]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:03:59.7135254Z [00:00:02.358]➜     fi
2025-08-20T22:03:59.7135513Z [00:00:02.358]➜     RUST_FLAGS=()
2025-08-20T22:03:59.7135906Z [00:00:02.358]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:03:59.7136373Z [00:00:02.358]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:03:59.7136916Z [00:00:02.358]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:03:59.7137364Z [00:00:02.358]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:03:59.7137687Z [00:00:02.358]➜     fi
2025-08-20T22:03:59.7137980Z [00:00:02.358]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:03:59.7138335Z [00:00:02.358]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:03:59.7138665Z [00:00:02.358]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:03:59.7139265Z [00:00:02.358]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:03:59.7139833Z [00:00:02.358]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:03:59.7140221Z [00:00:02.358]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:03:59.7140558Z [00:00:02.358]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:03:59.7140946Z [00:00:02.358]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:03:59.7141342Z [00:00:02.358]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:03:59.7141708Z [00:00:02.358]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:03:59.7142060Z [00:00:02.358]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:03:59.7142437Z [00:00:02.358]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:03:59.7142814Z [00:00:02.358]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:03:59.7143107Z [00:00:02.358]➜    #Build
2025-08-20T22:03:59.7143631Z [00:00:02.358]➜     git clone --filter "blob:none" --quiet "https://github.com/dndx/phantun" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:03:59.7144164Z [00:00:02.358]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:03:59.7144524Z [00:00:02.358]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:03:59.7145179Z [00:00:02.358]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:03:59.7145803Z [00:00:02.358]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:03:59.7146348Z [00:00:02.358]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:03:59.7146940Z [00:00:02.358]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:03:59.7147321Z [00:00:02.358]➜    #Copy
2025-08-20T22:03:59.7148289Z [00:00:02.358]➜     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-20T22:03:59.7149853Z [00:00:02.358]➜     ( 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-20T22:03:59.7150605Z [00:00:02.358]➜    #Strip 
2025-08-20T22:03:59.7151113Z [00:00:02.358]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:03:59.7151820Z [00:00:02.358]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:03:59.7152519Z [00:00:02.358]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:03:59.7153130Z [00:00:02.358]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:03:59.7153698Z [00:00:02.358]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:03:59.7154141Z [00:00:02.358]➜     popd &>/dev/null
2025-08-20T22:03:59.7154405Z [00:00:02.358]➜    '
2025-08-20T22:04:00.5310235Z [00:00:03.176]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:04:00.7353020Z [00:00:03.380]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:04:00.7353754Z [00:00:03.381]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:04:00.7354194Z [00:00:03.381]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:04:00.7354611Z [00:00:03.381]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:04:00.7355014Z [00:00:03.381]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:04:00.7355416Z [00:00:03.381]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:04:00.7355800Z [00:00:03.381]➜  eb4a15147d73: Waiting
2025-08-20T22:04:00.7356247Z [00:00:03.381]➜  1eff1cf6af24: Waiting
2025-08-20T22:04:00.7356626Z [00:00:03.381]➜  73d19b2d2e73: Waiting
2025-08-20T22:04:01.0002946Z [00:00:03.645]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:04:01.0003663Z [00:00:03.645]➜  bffca73cb30c: Download complete
2025-08-20T22:04:01.0130407Z [00:00:03.658]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:04:01.0131318Z [00:00:03.658]➜  74f0d3ee81d8: Download complete
2025-08-20T22:04:01.0597905Z [00:00:03.705]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:04:01.0598595Z [00:00:03.705]➜  d62bb7eb03b5: Download complete
2025-08-20T22:04:01.1644397Z [00:00:03.810]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:04:01.3410691Z [00:00:03.986]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:04:01.3414813Z [00:00:03.986]➜  1eff1cf6af24: Download complete
2025-08-20T22:04:01.5162255Z [00:00:04.161]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:04:01.5164034Z [00:00:04.161]➜  eb4a15147d73: Download complete
2025-08-20T22:04:02.6094229Z [00:00:05.255]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:04:03.5862894Z [00:00:06.231]➜  bffca73cb30c: Pull complete
2025-08-20T22:04:15.3111063Z [00:00:17.956]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:04:15.3111846Z [00:00:17.956]➜  73d19b2d2e73: Download complete
2025-08-20T22:05:29.0528791Z [00:01:31.698]➜  73d19b2d2e73: Pull complete
2025-08-20T22:05:34.2942493Z [00:01:36.939]➜  eb4a15147d73: Pull complete
2025-08-20T22:05:34.3055060Z [00:01:36.951]➜  1eff1cf6af24: Pull complete
2025-08-20T22:05:34.3101992Z [00:01:36.955]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:05:34.3112923Z [00:01:36.957]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:05:34.5150415Z [00:01:37.160]➜  + mkdir -p /build-bins
2025-08-20T22:05:34.5170379Z [00:01:37.162]➜  ++ mktemp -d
2025-08-20T22:05:34.5186972Z [00:01:37.164]➜  + pushd /tmp/tmp.JHeqZJxHEO
2025-08-20T22:05:34.5190329Z [00:01:37.164]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:05:34.5190823Z [00:01:37.164]➜  + source /root/.cargo/env
2025-08-20T22:05:34.5191317Z [00:01:37.164]➜  ++ case ":${PATH}:" in
2025-08-20T22:05:34.5196544Z [00:01:37.165]➜  ++ uname -m
2025-08-20T22:05:34.5197417Z [00:01:37.165]➜  ++ tr -d '[:space:]'
2025-08-20T22:05:34.5215326Z [00:01:37.167]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T22:05:34.5217982Z [00:01:37.167]➜  ++ uname -m
2025-08-20T22:05:34.5234378Z [00:01:37.169]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:05:34.5235030Z [00:01:37.169]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:05:34.5235447Z [00:01:37.169]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T22:05:34.7581037Z [00:01:37.403]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T22:05:34.7611632Z [00:01:37.407]➜  + RUST_FLAGS=()
2025-08-20T22:05:34.7612233Z [00:01:37.407]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:05:34.7612740Z [00:01:37.407]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:05:34.7616463Z [00:01:37.407]➜  + echo x86_64-unknown-linux-musl
2025-08-20T22:05:34.7617277Z [00:01:37.407]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:05:34.7627665Z [00:01:37.408]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:05:34.7629969Z [00:01:37.408]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:05:34.7630624Z [00:01:37.408]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:05:34.7630980Z [00:01:37.408]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:05:34.7631335Z [00:01:37.408]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:05:34.7631689Z [00:01:37.408]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:05:34.7632102Z [00:01:37.408]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:05:34.7632581Z [00:01:37.408]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:05:34.7633107Z [00:01:37.408]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:05:34.7634607Z [00:01:37.409]➜  ++ which mold
2025-08-20T22:05:34.7657730Z [00:01:37.411]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:05:34.7659913Z [00:01:37.411]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:05:34.7660587Z [00:01:37.411]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:05:34.7661339Z [00:01:37.411]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:05:34.7664024Z [00:01:37.411]➜  + 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-20T22:05:34.7666759Z [00:01:37.411]➜  + 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-20T22:05:34.7668160Z [00:01:37.412]➜  + git clone --filter blob:none --quiet https://github.com/dndx/phantun ./TEMPREPO
2025-08-20T22:05:35.7798145Z [00:01:38.425]➜  + cd ./TEMPREPO/
2025-08-20T22:05:35.7799145Z [00:01:38.425]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T22:05:35.7799720Z [00:01:38.425]➜  
2025-08-20T22:05:35.7800308Z [00:01:38.425]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T22:05:35.7801864Z [00:01:38.425]➜  [+] 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-20T22:05:35.7803178Z [00:01:38.425]➜  
2025-08-20T22:05:35.7804654Z [00:01:38.425]➜  + 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-20T22:05:35.7806480Z [00:01:38.425]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:05:35.7808579Z [00:01:38.426]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:05:35.7810356Z [00:01:38.426]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:05:35.7834037Z [00:01:38.429]➜  ++ nproc
2025-08-20T22:05:35.7850963Z [00:01:38.430]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:05:36.1848099Z [00:01:38.830]➜      Updating crates.io index
2025-08-20T22:05:36.7537026Z [00:01:39.399]➜   Downloading crates ...
2025-08-20T22:05:36.9513344Z [00:01:39.597]➜    Downloaded anstyle-query v1.1.2
2025-08-20T22:05:36.9586921Z [00:01:39.604]➜    Downloaded anstream v0.6.18
2025-08-20T22:05:36.9727972Z [00:01:39.618]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T22:05:36.9756186Z [00:01:39.621]➜    Downloaded either v1.15.0
2025-08-20T22:05:36.9782483Z [00:01:39.624]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T22:05:36.9821226Z [00:01:39.627]➜    Downloaded futures-core v0.3.31
2025-08-20T22:05:36.9851390Z [00:01:39.630]➜    Downloaded scopeguard v1.2.0
2025-08-20T22:05:36.9875641Z [00:01:39.633]➜    Downloaded memoffset v0.9.1
2025-08-20T22:05:36.9907017Z [00:01:39.636]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:05:36.9978624Z [00:01:39.643]➜    Downloaded tokio-macros v2.5.0
2025-08-20T22:05:37.0038885Z [00:01:39.649]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:05:37.0082168Z [00:01:39.654]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T22:05:37.0127295Z [00:01:39.658]➜    Downloaded tokio-tun v0.13.2
2025-08-20T22:05:37.0175502Z [00:01:39.663]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:05:37.0216337Z [00:01:39.667]➜    Downloaded syn v2.0.100
2025-08-20T22:05:37.0425570Z [00:01:39.688]➜    Downloaded neli-proc-macros v0.1.4
2025-08-20T22:05:37.0444429Z [00:01:39.690]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:05:37.0534596Z [00:01:39.699]➜    Downloaded regex v1.11.1
2025-08-20T22:05:37.0733314Z [00:01:39.719]➜    Downloaded lock_api v0.4.12
2025-08-20T22:05:37.0753753Z [00:01:39.721]➜    Downloaded ipnetwork v0.20.0
2025-08-20T22:05:37.0787075Z [00:01:39.724]➜    Downloaded serde v1.0.219
2025-08-20T22:05:37.0832109Z [00:01:39.728]➜    Downloaded libc v0.2.171
2025-08-20T22:05:37.1177300Z [00:01:39.763]➜    Downloaded syn v1.0.109
2025-08-20T22:05:37.1307782Z [00:01:39.776]➜    Downloaded internet-checksum v0.2.1
2025-08-20T22:05:37.1318699Z [00:01:39.777]➜    Downloaded smallvec v1.14.0
2025-08-20T22:05:37.1348756Z [00:01:39.780]➜    Downloaded tokio-util v0.7.14
2025-08-20T22:05:37.1448234Z [00:01:39.790]➜    Downloaded quote v1.0.40
2025-08-20T22:05:37.1487344Z [00:01:39.794]➜    Downloaded pnet_macros v0.35.0
2025-08-20T22:05:37.1536947Z [00:01:39.799]➜    Downloaded tokio v1.44.1
2025-08-20T22:05:37.2104434Z [00:01:39.856]➜    Downloaded pnet_datalink v0.35.0
2025-08-20T22:05:37.2129354Z [00:01:39.858]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T22:05:37.2211602Z [00:01:39.867]➜    Downloaded nanorand v0.7.0
2025-08-20T22:05:37.2247622Z [00:01:39.870]➜    Downloaded humantime v2.2.0
2025-08-20T22:05:37.2268317Z [00:01:39.872]➜    Downloaded zerocopy v0.8.23
2025-08-20T22:05:37.2671654Z [00:01:39.913]➜    Downloaded glob v0.3.2
2025-08-20T22:05:37.2693569Z [00:01:39.915]➜    Downloaded clap_builder v4.5.32
2025-08-20T22:05:37.2776691Z [00:01:39.923]➜    Downloaded nix v0.29.0
2025-08-20T22:05:37.2920004Z [00:01:39.937]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:05:37.2986802Z [00:01:39.944]➜    Downloaded termcolor v1.4.1
2025-08-20T22:05:37.3004989Z [00:01:39.946]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T22:05:37.3024023Z [00:01:39.948]➜    Downloaded pnet_macros_support v0.35.0
2025-08-20T22:05:37.3040436Z [00:01:39.949]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:05:37.3232398Z [00:01:39.969]➜    Downloaded memchr v2.7.4
2025-08-20T22:05:37.3306033Z [00:01:39.976]➜    Downloaded pnet_base v0.35.0
2025-08-20T22:05:37.3318533Z [00:01:39.977]➜    Downloaded mio v1.0.3
2025-08-20T22:05:37.3400860Z [00:01:39.985]➜    Downloaded pnet v0.35.0
2025-08-20T22:05:37.3437436Z [00:01:39.989]➜    Downloaded num_cpus v1.16.0
2025-08-20T22:05:37.3481610Z [00:01:39.994]➜    Downloaded getrandom v0.3.1
2025-08-20T22:05:37.3527409Z [00:01:39.998]➜    Downloaded spin v0.9.8
2025-08-20T22:05:37.3559936Z [00:01:40.001]➜    Downloaded socket2 v0.5.8
2025-08-20T22:05:37.3583150Z [00:01:40.004]➜    Downloaded signal-hook-registry v1.4.2
2025-08-20T22:05:37.3597828Z [00:01:40.005]➜    Downloaded rand_core v0.9.3
2025-08-20T22:05:37.3618061Z [00:01:40.007]➜    Downloaded proc-macro2 v1.0.94
2025-08-20T22:05:37.3654959Z [00:01:40.011]➜    Downloaded pnet_sys v0.35.0
2025-08-20T22:05:37.3668547Z [00:01:40.012]➜    Downloaded pnet_packet v0.35.0
2025-08-20T22:05:37.3702837Z [00:01:40.016]➜    Downloaded parking_lot v0.12.3
2025-08-20T22:05:37.3736695Z [00:01:40.019]➜    Downloaded neli v0.6.5
2025-08-20T22:05:37.3776379Z [00:01:40.023]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:05:37.3789530Z [00:01:40.024]➜    Downloaded is-terminal v0.4.16
2025-08-20T22:05:37.3803878Z [00:01:40.026]➜    Downloaded flume v0.11.1
2025-08-20T22:05:37.3850754Z [00:01:40.030]➜    Downloaded clap v4.5.32
2025-08-20T22:05:37.3985183Z [00:01:40.044]➜    Downloaded bytes v1.10.1
2025-08-20T22:05:37.4041970Z [00:01:40.050]➜    Downloaded strsim v0.11.1
2025-08-20T22:05:37.4059525Z [00:01:40.051]➜    Downloaded rand_chacha v0.9.0
2025-08-20T22:05:37.4077974Z [00:01:40.053]➜    Downloaded rand v0.9.0
2025-08-20T22:05:37.4130646Z [00:01:40.058]➜    Downloaded log v0.4.26
2025-08-20T22:05:37.4163419Z [00:01:40.062]➜    Downloaded getrandom v0.2.15
2025-08-20T22:05:37.4204443Z [00:01:40.066]➜    Downloaded bitflags v2.9.0
2025-08-20T22:05:37.4264238Z [00:01:40.072]➜    Downloaded thiserror v2.0.12
2025-08-20T22:05:37.4355581Z [00:01:40.081]➜    Downloaded pretty_env_logger v0.5.0
2025-08-20T22:05:37.4367007Z [00:01:40.082]➜    Downloaded pnet_transport v0.35.0
2025-08-20T22:05:37.4380282Z [00:01:40.083]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T22:05:37.4410195Z [00:01:40.086]➜    Downloaded no-std-net v0.6.0
2025-08-20T22:05:37.4435585Z [00:01:40.089]➜    Downloaded env_logger v0.10.2
2025-08-20T22:05:37.4477259Z [00:01:40.093]➜    Downloaded autocfg v1.4.0
2025-08-20T22:05:37.4503925Z [00:01:40.096]➜    Downloaded futures-sink v0.3.31
2025-08-20T22:05:37.4515630Z [00:01:40.097]➜    Downloaded colorchoice v1.0.3
2025-08-20T22:05:37.4529495Z [00:01:40.098]➜    Downloaded clap_lex v0.7.4
2025-08-20T22:05:37.4545502Z [00:01:40.100]➜    Downloaded cfg-if v1.0.0
2025-08-20T22:05:37.4562298Z [00:01:40.102]➜    Downloaded byteorder v1.5.0
2025-08-20T22:05:37.4585713Z [00:01:40.104]➜    Downloaded anstyle v1.0.10
2025-08-20T22:05:37.5115021Z [00:01:40.157]➜     Compiling libc v0.2.171
2025-08-20T22:05:37.5115880Z [00:01:40.157]➜     Compiling proc-macro2 v1.0.94
2025-08-20T22:05:37.5116672Z [00:01:40.157]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:05:37.5117558Z [00:01:40.157]➜     Compiling cfg-if v1.0.0
2025-08-20T22:05:37.5118224Z [00:01:40.157]➜     Compiling autocfg v1.4.0
2025-08-20T22:05:37.5123511Z [00:01:40.157]➜       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.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6ca61babbc2fbcff -C extra-filename=-abcfa61d53035d8d --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:37.5147148Z [00:01:40.159]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7585621120af5767 -C extra-filename=-ad922fe68dc3537f --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:37.5158683Z [00:01:40.159]➜       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.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:37.5167165Z [00:01:40.159]➜       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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d53c5f606114e86 -C extra-filename=-48aa38da72696c47 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:37.5236154Z [00:01:40.166]➜       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.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=65eb1f540075f234 -C extra-filename=-a7a6efab12b145f7 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7 -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:37.6486945Z [00:01:40.294]➜     Compiling memchr v2.7.4
2025-08-20T22:05:37.6492817Z [00:01:40.294]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=dda0decf739a647c -C extra-filename=-5943794461f05041 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:37.7996342Z [00:01:40.445]➜     Compiling scopeguard v1.2.0
2025-08-20T22:05:37.8023469Z [00:01:40.447]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=72b18601c633bc5d -C extra-filename=-fca9edb259fbe444 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:37.8981720Z [00:01:40.543]➜     Compiling parking_lot_core v0.9.10
2025-08-20T22:05:37.8993785Z [00:01:40.544]➜       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/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e0c14aaa81846915 -C extra-filename=-fccac97e9e7e581c --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:38.2678608Z [00:01:40.913]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build-script-build`
2025-08-20T22:05:38.2731315Z [00:01:40.918]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:05:38.2800700Z [00:01:40.925]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e4148d411a39024d -C extra-filename=-6e8c13dee0a493bc --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:38.2947152Z [00:01:40.940]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build-script-build`
2025-08-20T22:05:38.3536893Z [00:01:40.997]➜       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.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7f1a215e44cd2fd7 -C extra-filename=-42535a235a27277d --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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(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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:05:38.3699893Z [00:01:41.015]➜     Compiling lock_api v0.4.12
2025-08-20T22:05:38.3708649Z [00:01:41.016]➜       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/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=d00a475af4416568 -C extra-filename=-716af1141cc35f0a --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T22:05:38.5253936Z [00:01:41.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.94/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=df7859e7e1f377c7 -C extra-filename=-b56464e6caa1efb3 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:05:38.7217620Z [00:01:41.367]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build`
2025-08-20T22:05:38.8235388Z [00:01:41.468]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ae607d51b745d259 -C extra-filename=-96fa317258d3c23c --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.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 has_const_fn_trait_bound`
2025-08-20T22:05:39.2095599Z [00:01:41.855]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:05:39.2105433Z [00:01:41.855]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=858caf7323a916e5 -C extra-filename=-e265cc11e5425c03 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta --cap-lints allow`
2025-08-20T22:05:39.3345621Z [00:01:41.980]➜     Compiling no-std-net v0.6.0
2025-08-20T22:05:39.3356241Z [00:01:41.980]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name no_std_net --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/no-std-net-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("i128", "serde", "std", "unstable_ip"))' -C metadata=c98042b4b9293780 -C extra-filename=-94558f37e338cf70 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:39.4320016Z [00:01:42.077]➜     Compiling pnet_base v0.35.0
2025-08-20T22:05:39.4333160Z [00:01:42.078]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_base --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_base-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0a73f8ffac859c10 -C extra-filename=-0d2bacb766c928db --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern no_std_net=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-94558f37e338cf70.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-20T22:05:39.8862376Z [00:01:42.531]➜     Compiling quote v1.0.40
2025-08-20T22:05:39.8881109Z [00:01:42.533]➜       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=d785e9514829372d -C extra-filename=-7a4649a2f4d3160e --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rmeta --cap-lints allow`
2025-08-20T22:05:40.1430402Z [00:01:42.788]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build`
2025-08-20T22:05:40.1519888Z [00:01:42.797]➜     Compiling smallvec v1.14.0
2025-08-20T22:05:40.1553108Z [00:01:42.800]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=77a6d4a1be4af27c -C extra-filename=-d8fe11a973953527 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:40.4848128Z [00:01:43.130]➜     Compiling syn v2.0.100
2025-08-20T22:05:40.4863662Z [00:01:43.131]➜       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.100/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=90c6f35d9d05c954 -C extra-filename=-75cdfa37ae49fdf9 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rmeta --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rmeta --extern unicode_ident=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T22:05:40.8860382Z [00:01:43.531]➜     Compiling serde v1.0.219
2025-08-20T22:05:40.8869292Z [00:01:43.531]➜       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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=67c2003ee1596c4a -C extra-filename=-73a4cd4857c66ddd --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:41.5112903Z [00:01:44.156]➜     Compiling getrandom v0.3.1
2025-08-20T22:05:41.5122811Z [00:01:44.157]➜       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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=3d00523001c02559 -C extra-filename=-eb72febf06ec81c2 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2 -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:41.9225227Z [00:01:44.568]➜     Compiling zerocopy v0.8.23
2025-08-20T22:05:41.9232001Z [00:01:44.568]➜       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/zerocopy-0.8.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=698c276dcce99b4d -C extra-filename=-ec68f32e3d0bb995 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995 -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:42.7660982Z [00:01:45.411]➜     Compiling regex-automata v0.4.9
2025-08-20T22:05:42.7677316Z [00:01:45.412]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=2ecb200e20806b5f -C extra-filename=-ca2be0475c79c0ad --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta --extern memchr=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta --extern regex_syntax=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta --cap-lints allow`
2025-08-20T22:05:43.6810573Z [00:01:46.325]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=cda0ff2ba0552602 -C extra-filename=-228be672edcd1269 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern smallvec=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d8fe11a973953527.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-20T22:05:44.2458679Z [00:01:46.891]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build-script-build`
2025-08-20T22:05:44.3135051Z [00:01:46.959]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build-script-build`
2025-08-20T22:05:44.3190041Z [00:01:46.964]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build-script-build`
2025-08-20T22:05:44.3601068Z [00:01:47.005]➜     Compiling memoffset v0.9.1
2025-08-20T22:05:44.3629201Z [00:01:47.008]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=e631e0b87e6d364f -C extra-filename=-2ac49e57480ccfbc --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T22:05:44.6446481Z [00:01:47.290]➜     Compiling cfg_aliases v0.2.1
2025-08-20T22:05:44.6454891Z [00:01:47.290]➜       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.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:44.6656259Z [00:01:47.310]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=675cde4c35d51458 -C extra-filename=-af737d3bb6c5afa3 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:44.7135163Z [00:01:47.359]➜     Compiling nix v0.29.0
2025-08-20T22:05:44.7146872Z [00:01:47.359]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="ioctl"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6a0903627fedfa87 -C extra-filename=-75a30f1a563118cd --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:05:44.8565238Z [00:01:47.502]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build-script-build`
2025-08-20T22:05:45.0113128Z [00:01:47.655]➜       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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c172692d8a91b7fa -C extra-filename=-96e4a561e96726c6 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(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-20T22:05:45.6384720Z [00:01:48.282]➜       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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=fbfde18403c94d40 -C extra-filename=-553f3b8b3cbf4ec9 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:05:46.0714974Z [00:01:48.716]➜       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=a37eb4b0cc9abf74 -C extra-filename=-8ab7bce475b3df61 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.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-20T22:05:47.0651718Z [00:01:49.709]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=7bef41906538b3af -C extra-filename=-08e863e665c8abee --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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 zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
2025-08-20T22:05:51.1073976Z [00:01:53.753]➜     Compiling regex v1.11.1
2025-08-20T22:05:51.1094305Z [00:01:53.753]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=4f02de56d5f3827b -C extra-filename=-d1160b9f7eb978f8 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta --extern memchr=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta --extern regex_automata=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_automata-ca2be0475c79c0ad.rmeta --extern regex_syntax=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta --cap-lints allow`
2025-08-20T22:05:51.4915897Z [00:01:54.137]➜     Compiling tokio-macros v2.5.0
2025-08-20T22:05:51.4923609Z [00:01:54.137]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c37ae6fe4272fe2a -C extra-filename=-3b6cd5ca2a56bca2 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib --extern syn=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:05:52.0527302Z [00:01:54.698]➜     Compiling parking_lot v0.12.3
2025-08-20T22:05:52.0539408Z [00:01:54.698]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=9a037e57c2ee483c -C extra-filename=-6a6b67237d617d8b --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta --extern parking_lot_core=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-228be672edcd1269.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-20T22:05:52.2383883Z [00:01:54.884]➜     Compiling pnet_macros v0.35.0
2025-08-20T22:05:52.2393406Z [00:01:54.884]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_macros-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "travis"))' -C metadata=911a0713918ecfa2 -C extra-filename=-aff6a61c53825970 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib --extern regex=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex-d1160b9f7eb978f8.rlib --extern syn=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:05:53.3049563Z [00:01:55.950]➜     Compiling socket2 v0.5.8
2025-08-20T22:05:53.3060294Z [00:01:55.950]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=b3bf6486546407a3 -C extra-filename=-5fae3438f343a612 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:05:53.3374829Z [00:01:55.983]➜     Compiling signal-hook-registry v1.4.2
2025-08-20T22:05:53.3386757Z [00:01:55.983]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4d97e67ff4269b -C extra-filename=-9e140f72855ead82 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:05:53.5396187Z [00:01:56.185]➜     Compiling pnet_sys v0.35.0
2025-08-20T22:05:53.5407494Z [00:01:56.185]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_sys-0.35.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=c1dd3399dd33a22f -C extra-filename=-0ea42d4f0707af66 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:05:53.9527232Z [00:01:56.598]➜     Compiling mio v1.0.3
2025-08-20T22:05:53.9540771Z [00:01:56.598]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=0a548274954d1509 -C extra-filename=-2634e82270f54e87 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:05:54.3440461Z [00:01:56.989]➜     Compiling pnet_macros_support v0.35.0
2025-08-20T22:05:54.3451019Z [00:01:56.989]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_macros_support --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_macros_support-0.35.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=dc21ece95d922d7c -C extra-filename=-efe33e5bc81e27e7 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.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-20T22:05:54.3689574Z [00:01:57.014]➜     Compiling pin-project-lite v0.2.16
2025-08-20T22:05:54.3711661Z [00:01:57.015]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729b543ad9cc4564 -C extra-filename=-2a91682787be765b --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:54.4593818Z [00:01:57.105]➜     Compiling bytes v1.10.1
2025-08-20T22:05:54.4605247Z [00:01:57.105]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=1799e42690c2fcef -C extra-filename=-670ef56d94852b53 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:54.5673646Z [00:01:57.212]➜       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="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=8a1790ad87c1d8e6 -C extra-filename=-751087b8d5de963b --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:54.8952748Z [00:01:57.540]➜     Compiling thiserror v2.0.12
2025-08-20T22:05:54.8967197Z [00:01:57.541]➜       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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8de9efd3f69aad22 -C extra-filename=-e0105bd0feb67a5a --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:54.9585792Z [00:01:57.603]➜       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.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:55.1392375Z [00:01:57.784]➜     Compiling utf8parse v0.2.2
2025-08-20T22:05:55.1404780Z [00:01:57.785]➜       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.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:55.2542592Z [00:01:57.899]➜     Compiling syn v1.0.109
2025-08-20T22:05:55.2553271Z [00:01:57.900]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=fa70231b07578712 -C extra-filename=-10ed9c5674fd9906 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906 -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:05:55.5102887Z [00:01:58.155]➜     Compiling log v0.4.26
2025-08-20T22:05:55.5135993Z [00:01:58.158]➜       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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=67a240a557c4ef5b -C extra-filename=-acce355d4dd28cdf --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:05:55.6637693Z [00:01:58.309]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T22:05:55.7825211Z [00:01:58.428]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build-script-build`
2025-08-20T22:05:55.8485059Z [00:01:58.494]➜     Compiling anstyle-parse v0.2.6
2025-08-20T22:05:55.8532136Z [00:01:58.496]➜       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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=a26fefb9509ef7c6 -C extra-filename=-84b7b16131790355 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.JHeqZJxHEO/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-20T22:05:55.8727501Z [00:01:58.518]➜     Compiling tokio v1.44.1
2025-08-20T22:05:55.8747699Z [00:01:58.518]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e2d5c746be005fab -C extra-filename=-105129fa3b2af6a5 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern mio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-2634e82270f54e87.rmeta --extern parking_lot=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6a6b67237d617d8b.rmeta --extern pin_project_lite=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern signal_hook_registry=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-9e140f72855ead82.rmeta --extern socket2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rmeta --extern tokio_macros=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libtokio_macros-3b6cd5ca2a56bca2.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-20T22:05:55.9796223Z [00:01:58.625]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build-script-build`
2025-08-20T22:05:56.0409581Z [00:01:58.686]➜     Compiling pnet_packet v0.35.0
2025-08-20T22:05:56.0463415Z [00:01:58.690]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_packet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_packet-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4246d46afa71108f -C extra-filename=-17d441f6e7e1aa71 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rmeta --extern pnet_macros=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libpnet_macros-aff6a61c53825970.so --extern pnet_macros_support=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-efe33e5bc81e27e7.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-20T22:05:56.2180791Z [00:01:58.863]➜     Compiling ipnetwork v0.20.0
2025-08-20T22:05:56.2197842Z [00:01:58.864]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ipnetwork --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=a31d4c31485981d6 -C extra-filename=-2c9976ad26c8e712 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-96e4a561e96726c6.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-20T22:05:56.4687975Z [00:01:59.114]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T22:05:56.4712482Z [00:01:59.116]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=2cfe14867ae23b42 -C extra-filename=-6fd2786dff2e68a4 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-08e863e665c8abee.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-20T22:05:56.9250542Z [00:01:59.569]➜     Compiling thiserror-impl v2.0.12
2025-08-20T22:05:56.9261559Z [00:01:59.571]➜       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.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=4b9e0e9189177983 -C extra-filename=-fb70b6a50ef848fb --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib --extern syn=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:05:57.7883891Z [00:02:00.432]➜       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=408c3cf7d06cdf7c -C extra-filename=-a11b56e28eb82443 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta --extern memchr=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --extern regex_syntax=/tmp/tmp.JHeqZJxHEO/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-20T22:06:00.5132160Z [00:02:03.158]➜     Compiling serde_derive v1.0.219
2025-08-20T22:06:00.5140592Z [00:02:03.158]➜       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=9b3d8ee4fcaca405 -C extra-filename=-d0ab1f552aff8bf4 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib --extern syn=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:03.5890730Z [00:02:06.234]➜     Compiling rand_core v0.9.3
2025-08-20T22:06:03.5906772Z [00:02:06.235]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=6669a092c34082ea -C extra-filename=-f234a009a053a5f9 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-553f3b8b3cbf4ec9.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-20T22:06:04.1743570Z [00:02:06.820]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build-script-build`
2025-08-20T22:06:04.1874833Z [00:02:06.832]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memoffset --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=89647340f03b1ec9 -C extra-filename=-4df20e2f117bcf1a --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
2025-08-20T22:06:04.3139354Z [00:02:06.959]➜     Compiling getrandom v0.2.15
2025-08-20T22:06:04.3153440Z [00:02:06.960]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=0b1c9e34c9ea3667 -C extra-filename=-2543fd537a8a5fd0 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:06:04.6453219Z [00:02:07.290]➜     Compiling pnet v0.35.0
2025-08-20T22:06:04.6462343Z [00:02:07.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/pnet-0.35.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="ipnetwork"' --cfg 'feature="pnet_datalink"' --cfg 'feature="pnet_sys"' --cfg 'feature="pnet_transport"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("appveyor", "benchmark", "default", "ipnetwork", "netmap", "pcap", "pnet_datalink", "pnet_sys", "pnet_transport", "serde", "std", "travis"))' -C metadata=5e20f0f75c6c6355 -C extra-filename=-11a1b7d9a53bf90d --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:05.0491431Z [00:02:07.694]➜     Compiling colorchoice v1.0.3
2025-08-20T22:06:05.0532011Z [00:02:07.695]➜       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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b53deb8e8365cf69 -C extra-filename=-9c0c5e2325c68bf1 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:05.2347298Z [00:02:07.880]➜     Compiling futures-sink v0.3.31
2025-08-20T22:06:05.2361988Z [00:02:07.881]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5478862778d8cbf5 -C extra-filename=-ba70156f7f504e46 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:05.4098112Z [00:02:08.055]➜     Compiling anstyle-query v1.1.2
2025-08-20T22:06:05.4147450Z [00:02:08.056]➜       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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2da9fc26301fad64 -C extra-filename=-51ee185e4c4ff5f7 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:05.5490306Z [00:02:08.194]➜     Compiling anstyle v1.0.10
2025-08-20T22:06:05.5541168Z [00:02:08.195]➜       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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dee8ea37fc1f0ae4 -C extra-filename=-1f0bef145d35d1a2 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:06.0276480Z [00:02:08.673]➜     Compiling bitflags v2.9.0
2025-08-20T22:06:06.0289359Z [00:02:08.673]➜       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.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=00842e4c9ce99393 -C extra-filename=-1a751bdef796b136 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:06.7238436Z [00:02:09.369]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:06:06.7288772Z [00:02:09.370]➜       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.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:06.8146339Z [00:02:09.460]➜     Compiling futures-core v0.3.31
2025-08-20T22:06:06.8203826Z [00:02:09.465]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=a44d1b15f606f41a -C extra-filename=-801ef539ae6de109 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:06.8334961Z [00:02:09.479]➜     Compiling anstream v0.6.18
2025-08-20T22:06:06.8426778Z [00:02:09.484]➜       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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=a416aa1dca3b1a23 -C extra-filename=-3b02f3262b9455ba --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern anstyle_parse=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta --extern anstyle_query=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta --extern colorchoice=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta --extern is_terminal_polyfill=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.JHeqZJxHEO/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-20T22:06:06.9922046Z [00:02:09.635]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="ioctl"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3a4a4eba9a55fc8d -C extra-filename=-ebbbe0c03cfb68c6 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-1a751bdef796b136.rmeta --extern cfg_if=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern memoffset=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-4df20e2f117bcf1a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
2025-08-20T22:06:07.9097466Z [00:02:10.555]➜       Running `/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build-script-build`
2025-08-20T22:06:07.9181006Z [00:02:10.563]➜     Compiling nanorand v0.7.0
2025-08-20T22:06:07.9205746Z [00:02:10.565]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nanorand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=fee374e7291161b3 -C extra-filename=-3ad425180f0476c2 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2543fd537a8a5fd0.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-20T22:06:08.6285666Z [00:02:11.274]➜     Compiling rand_chacha v0.9.0
2025-08-20T22:06:08.6299669Z [00:02:11.274]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=0e05e526be3509c8 -C extra-filename=-c2ae1863353d53df --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-6fd2786dff2e68a4.rmeta --extern rand_core=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-f234a009a053a5f9.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-20T22:06:09.8756557Z [00:02:12.520]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c996f86e10aadad3 -C extra-filename=-3ebe97a1b87a3d71 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde_derive-d0ab1f552aff8bf4.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:06:10.5918168Z [00:02:13.237]➜     Compiling pnet_transport v0.35.0
2025-08-20T22:06:10.5963604Z [00:02:13.240]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_transport --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_transport-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf08e08d0cdcf348 -C extra-filename=-3edb05618cf42164 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern pnet_base=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rmeta --extern pnet_packet=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-17d441f6e7e1aa71.rmeta --extern pnet_sys=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.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-20T22:06:10.7423623Z [00:02:13.385]➜       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=f1755dd3b05222d4 -C extra-filename=-7d8d5a5392416a44 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta --extern memchr=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta --extern regex_automata=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rmeta --extern regex_syntax=/tmp/tmp.JHeqZJxHEO/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-20T22:06:11.3646700Z [00:02:14.009]➜       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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8f27ce3e19e1676 -C extra-filename=-a404876ca9523791 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libthiserror_impl-fb70b6a50ef848fb.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-20T22:06:11.5293361Z [00:02:14.174]➜     Compiling pnet_datalink v0.35.0
2025-08-20T22:06:11.5310831Z [00:02:14.175]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_datalink --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_datalink-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "netmap", "netmap_sys", "pcap", "serde", "std"))' -C metadata=aec331e8a1d17cb2 -C extra-filename=-76116c4696f78623 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern ipnetwork=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnetwork-2c9976ad26c8e712.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern pnet_base=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rmeta --extern pnet_sys=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.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-20T22:06:12.4182267Z [00:02:15.063]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a856325bdb1c56ae -C extra-filename=-8f7f5f474e2cb708 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rmeta --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rmeta --extern unicode_ident=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T22:06:13.8749162Z [00:02:16.520]➜     Compiling is-terminal v0.4.16
2025-08-20T22:06:13.8790330Z [00:02:16.523]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dbbc9a8b983ac5f -C extra-filename=-ee777146a8c3546d --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:06:14.0144161Z [00:02:16.660]➜     Compiling spin v0.9.8
2025-08-20T22:06:14.0156266Z [00:02:16.660]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name spin --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=e63f89e68c183330 -C extra-filename=-b85184a54a5ea3de --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern lock_api_crate=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.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-20T22:06:14.1753449Z [00:02:16.820]➜     Compiling termcolor v1.4.1
2025-08-20T22:06:14.1767926Z [00:02:16.821]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd33d7bc27f502da -C extra-filename=-4917630bb7378cbb --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:14.5245854Z [00:02:17.170]➜     Compiling either v1.15.0
2025-08-20T22:06:14.5256655Z [00:02:17.170]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=1ec21bf19b04827c -C extra-filename=-741e9522f84177c1 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:06:14.9689813Z [00:02:17.614]➜     Compiling humantime v2.2.0
2025-08-20T22:06:14.9709101Z [00:02:17.614]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name humantime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bad0292e4739bfb6 -C extra-filename=-aed975c38708e121 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:15.1644897Z [00:02:17.810]➜     Compiling clap_lex v0.7.4
2025-08-20T22:06:15.1710359Z [00:02:17.811]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16da0b25eaa5905 -C extra-filename=-dcd7393b65521364 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:15.6714868Z [00:02:18.317]➜     Compiling strsim v0.11.1
2025-08-20T22:06:15.6727878Z [00:02:18.317]➜       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.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:15.6911460Z [00:02:18.336]➜     Compiling env_logger v0.10.2
2025-08-20T22:06:15.6930081Z [00:02:18.337]➜       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.10.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="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=8f13f3d42f48b963 -C extra-filename=-1f9edc9ad2990276 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern humantime=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta --extern is_terminal=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-ee777146a8c3546d.rmeta --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rmeta --extern regex=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rmeta --extern termcolor=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.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-20T22:06:16.6333346Z [00:02:19.278]➜     Compiling clap_builder v4.5.32
2025-08-20T22:06:16.6368909Z [00:02:19.279]➜       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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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=397c0782b5497d51 -C extra-filename=-52e14095d013c438 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta --extern anstyle=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern clap_lex=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta --extern strsim=/tmp/tmp.JHeqZJxHEO/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-20T22:06:17.3593992Z [00:02:20.004]➜     Compiling flume v0.11.1
2025-08-20T22:06:17.3611189Z [00:02:20.004]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flume --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-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 --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=ba3a5efff838bb99 -C extra-filename=-d0b83c265f9c296b --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_sink=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-ba70156f7f504e46.rmeta --extern nanorand=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnanorand-3ad425180f0476c2.rmeta --extern spin1=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-b85184a54a5ea3de.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-20T22:06:18.0398355Z [00:02:20.684]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet-0.35.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="ipnetwork"' --cfg 'feature="pnet_datalink"' --cfg 'feature="pnet_sys"' --cfg 'feature="pnet_transport"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("appveyor", "benchmark", "default", "ipnetwork", "netmap", "pcap", "pnet_datalink", "pnet_sys", "pnet_transport", "serde", "std", "travis"))' -C metadata=0caef4f362dbde9c -C extra-filename=-03b98f41ef526dd1 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern ipnetwork=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnetwork-2c9976ad26c8e712.rmeta --extern pnet_base=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rmeta --extern pnet_datalink=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_datalink-76116c4696f78623.rmeta --extern pnet_packet=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-17d441f6e7e1aa71.rmeta --extern pnet_sys=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.rmeta --extern pnet_transport=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_transport-3edb05618cf42164.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-20T22:06:18.1156573Z [00:02:20.761]➜     Compiling tokio-tun v0.13.2
2025-08-20T22:06:18.1173540Z [00:02:20.761]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_tun --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tun-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54fc1155189eaed8 -C extra-filename=-18cb3477a49585f7 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern nix=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rmeta --extern thiserror=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-a404876ca9523791.rmeta --extern tokio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.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-20T22:06:18.2350334Z [00:02:20.880]➜     Compiling rand v0.9.0
2025-08-20T22:06:18.2367832Z [00:02:20.881]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=f826a528af3ea892 -C extra-filename=-36f01bb4c7599259 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2ae1863353d53df.rmeta --extern rand_core=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-f234a009a053a5f9.rmeta --extern zerocopy=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-08e863e665c8abee.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-20T22:06:19.2191145Z [00:02:21.864]➜     Compiling internet-checksum v0.2.1
2025-08-20T22:06:19.2201091Z [00:02:21.865]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name internet_checksum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=145cfd5b04faa62b -C extra-filename=-f0935baa1821e831 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:19.3425617Z [00:02:21.988]➜     Compiling byteorder v1.5.0
2025-08-20T22:06:19.3437589Z [00:02:21.988]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9168f21e057d5151 -C extra-filename=-0786838a65bbe90a --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/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-20T22:06:20.0123030Z [00:02:22.658]➜     Compiling fake-tcp v0.6.0 (/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp)
2025-08-20T22:06:20.0141499Z [00:02:22.658]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fake_tcp --edition=2021 fake-tcp/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=bddf2d6b331375e4 -C extra-filename=-ed0ee6a41bab4f86 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern flume=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-d0b83c265f9c296b.rmeta --extern internet_checksum=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinternet_checksum-f0935baa1821e831.rmeta --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rmeta --extern pnet=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet-03b98f41ef526dd1.rmeta --extern rand=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-36f01bb4c7599259.rmeta --extern tokio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rmeta --extern tokio_tun=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.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`
2025-08-20T22:06:20.1320912Z [00:02:22.777]➜     Compiling pretty_env_logger v0.5.0
2025-08-20T22:06:20.1332993Z [00:02:22.777]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pretty_env_logger --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_env_logger-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=057d405abf99959b -C extra-filename=-b8628e5fc00e8f34 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern env_logger=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-1f9edc9ad2990276.rmeta --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.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-20T22:06:20.3414299Z [00:02:22.987]➜     Compiling tokio-util v0.7.14
2025-08-20T22:06:20.3433203Z [00:02:22.987]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=58a8210c4908a78a -C extra-filename=-2094dfb074130c86 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern futures_core=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_sink=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-ba70156f7f504e46.rmeta --extern pin_project_lite=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern tokio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.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-20T22:06:20.5233047Z [00:02:23.169]➜     Compiling num_cpus v1.16.0
2025-08-20T22:06:20.5251559Z [00:02:23.170]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_cpus --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bb2a00f3360daf9 -C extra-filename=-f8804f5e82bcd325 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.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-20T22:06:20.5652709Z [00:02:23.210]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:06:20.5672515Z [00:02:23.213]➜     --> fake-tcp/src/packet.rs:130:29
2025-08-20T22:06:20.5673368Z [00:02:23.213]➜      |
2025-08-20T22:06:20.5677015Z [00:02:23.213]➜  130 | pub fn parse_ip_packet(buf: &Bytes) -> Option<(IPPacket, tcp::TcpPacket)> {
2025-08-20T22:06:20.5677997Z [00:02:23.213]➜      |                             ^^^^^^             --------  -------------- the same lifetime is hidden here
2025-08-20T22:06:20.5678698Z [00:02:23.213]➜      |                             |                  |
2025-08-20T22:06:20.5679571Z [00:02:23.213]➜      |                             |                  the same lifetime is hidden here
2025-08-20T22:06:20.5680278Z [00:02:23.213]➜      |                             the lifetime is elided here
2025-08-20T22:06:20.5680800Z [00:02:23.213]➜      |
2025-08-20T22:06:20.5681567Z [00:02:23.213]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:06:20.5682813Z [00:02:23.213]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:06:20.5683436Z [00:02:23.213]➜  help: use `'_` for type paths
2025-08-20T22:06:20.5683914Z [00:02:23.213]➜      |
2025-08-20T22:06:20.5688263Z [00:02:23.213]➜  130 | pub fn parse_ip_packet(buf: &Bytes) -> Option<(IPPacket<'_>, tcp::TcpPacket<'_>)> {
2025-08-20T22:06:20.5689328Z [00:02:23.213]➜      |                                                        ++++                ++++
2025-08-20T22:06:20.5689894Z [00:02:23.213]➜  
2025-08-20T22:06:21.8057914Z [00:02:24.451]➜     Compiling clap v4.5.32
2025-08-20T22:06:21.8111531Z [00:02:24.453]➜       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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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=5d085072f9878eb6 -C extra-filename=-28eabf47a94d5103 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-52e14095d013c438.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-20T22:06:23.9134542Z [00:02:26.559]➜  warning: `fake-tcp` (lib) generated 1 warning
2025-08-20T22:06:24.5040020Z [00:02:27.149]➜     Compiling neli-proc-macros v0.1.4
2025-08-20T22:06:24.5068706Z [00:02:27.151]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name neli_proc_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neli-proc-macros-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a666090eaa82f92e -C extra-filename=-99c7f1f864196616 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern either=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libeither-741e9522f84177c1.rlib --extern proc_macro2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib --extern quote=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib --extern serde=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde-3ebe97a1b87a3d71.rlib --extern syn=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-8f7f5f474e2cb708.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:06:26.3316205Z [00:02:28.977]➜     Compiling neli v0.6.5
2025-08-20T22:06:26.3324067Z [00:02:28.977]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name neli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/neli-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "netfilter", "tokio"))' -C metadata=cd158e65a56424db -C extra-filename=-ed381dd89eb546df --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta --extern libc=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rmeta --extern neli_proc_macros=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libneli_proc_macros-99c7f1f864196616.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-20T22:06:28.2715522Z [00:02:30.917]➜     Compiling phantun v0.7.0 (/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun)
2025-08-20T22:06:28.2731454Z [00:02:30.917]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name phantun --edition=2021 phantun/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=99e5d2c479819445 -C extra-filename=-99559f99bb0e500a --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rmeta --extern fake_tcp=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rmeta --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rmeta --extern neli=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rmeta --extern nix=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rmeta --extern num_cpus=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rmeta --extern pretty_env_logger=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rmeta --extern socket2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rmeta --extern tokio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rmeta --extern tokio_tun=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rmeta --extern tokio_util=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.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`
2025-08-20T22:06:29.6275440Z [00:02:32.272]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name server --edition=2021 phantun/src/bin/server.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=6414d5150df7b203 -C extra-filename=-c75d241d9e2f0a96 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rlib --extern fake_tcp=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rlib --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rlib --extern neli=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rlib --extern nix=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rlib --extern num_cpus=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rlib --extern phantun=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphantun-99559f99bb0e500a.rlib --extern pretty_env_logger=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rlib --extern socket2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rlib --extern tokio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rlib --extern tokio_tun=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rlib --extern tokio_util=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.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`
2025-08-20T22:06:29.6301304Z [00:02:32.272]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name client --edition=2021 phantun/src/bin/client.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=8043047630a4074e -C extra-filename=-2f9271fbf22a9d72 --out-dir /tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rlib --extern fake_tcp=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rlib --extern log=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rlib --extern neli=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rlib --extern nix=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rlib --extern num_cpus=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rlib --extern phantun=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphantun-99559f99bb0e500a.rlib --extern pretty_env_logger=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rlib --extern socket2=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rlib --extern tokio=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rlib --extern tokio_tun=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rlib --extern tokio_util=/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.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`
2025-08-20T22:06:57.7756986Z [00:03:00.421]➜      Finished `release` profile [optimized] target(s) in 1m 21s
2025-08-20T22:06:57.8213024Z [00:03:00.467]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:06:57.8230317Z [00:03:00.468]➜  ./target/x86_64-unknown-linux-musl/release/client.d
2025-08-20T22:06:57.8233269Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/server.d
2025-08-20T22:06:57.8237579Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/libfake_tcp.rlib
2025-08-20T22:06:57.8238443Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:06:57.8239870Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/server
2025-08-20T22:06:57.8240665Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/client
2025-08-20T22:06:57.8241919Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/libphantun.d
2025-08-20T22:06:57.8242972Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/libfake_tcp.d
2025-08-20T22:06:57.8243871Z [00:03:00.469]➜  ./target/x86_64-unknown-linux-musl/release/libphantun.rlib
2025-08-20T22:06:57.8245008Z [00:03:00.469]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:06:57.8246171Z [00:03:00.470]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:06:57.8247122Z [00:03:00.470]➜  + cut -d: -f1
2025-08-20T22:06:57.8254756Z [00:03:00.470]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:06:57.8260140Z [00:03:00.471]➜  + xargs realpath --no-symlinks
2025-08-20T22:06:57.9214791Z [00:03:00.567]➜  sending incremental file list
2025-08-20T22:06:57.9222209Z [00:03:00.568]➜  server
2025-08-20T22:06:57.9661078Z [00:03:00.611]➜  
2025-08-20T22:06:57.9661759Z [00:03:00.611]➜  sent 1.94M bytes  received 35 bytes  3.89M bytes/sec
2025-08-20T22:06:57.9662597Z [00:03:00.611]➜  total size is 1.94M  speedup is 1.00
2025-08-20T22:06:57.9678120Z [00:03:00.613]➜  sending incremental file list
2025-08-20T22:06:57.9687136Z [00:03:00.614]➜  client
2025-08-20T22:06:58.0123848Z [00:03:00.658]➜  
2025-08-20T22:06:58.0124420Z [00:03:00.658]➜  sent 1.96M bytes  received 35 bytes  3.93M bytes/sec
2025-08-20T22:06:58.0125086Z [00:03:00.658]➜  total size is 1.96M  speedup is 1.00
2025-08-20T22:06:58.1615091Z [00:03:00.807]➜  '/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T22:06:58.2133048Z [00:03:00.859]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:06:58.2302375Z [00:03:00.875]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:06:58.2305796Z [00:03:00.876]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:06:58.2623464Z [00:03:00.908]➜  copy from `/build-bins/server' [elf64-x86-64] to `/build-bins/stFdaMEo' [elf64-x86-64]
2025-08-20T22:06:58.3071756Z [00:03:00.952]➜  copy from `/build-bins/client' [elf64-x86-64] to `/build-bins/stDpNIPp' [elf64-x86-64]
2025-08-20T22:06:58.3606137Z [00:03:01.006]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:06:58.3636330Z [00:03:01.009]➜  
2025-08-20T22:06:58.3653258Z [00:03:01.011]➜  /build-bins/server
2025-08-20T22:06:58.3668060Z [00:03:01.012]➜  There are 31 section headers, starting at offset 0x1da0d8:
2025-08-20T22:06:58.3669706Z [00:03:01.012]➜  
2025-08-20T22:06:58.3670202Z [00:03:01.012]➜  Section Headers:
2025-08-20T22:06:58.3670860Z [00:03:01.012]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:06:58.3671651Z [00:03:01.012]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:06:58.3672382Z [00:03:01.012]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:06:58.3673149Z [00:03:01.012]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:06:58.3673987Z [00:03:01.012]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:06:58.3674624Z [00:03:01.012]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:06:58.3675113Z [00:03:01.012]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:06:58.3675563Z [00:03:01.012]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:06:58.3676030Z [00:03:01.012]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:06:58.3676490Z [00:03:01.012]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:06:58.3677175Z [00:03:01.012]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:06:58.3677627Z [00:03:01.012]➜         0000000000018138  0000000000000018   A       2     0     8
2025-08-20T22:06:58.3678083Z [00:03:01.012]➜    [ 5] .eh_frame         PROGBITS         00000000000183e8  000183e8
2025-08-20T22:06:58.3678536Z [00:03:01.012]➜         0000000000035124  0000000000000000   A       0     0     8
2025-08-20T22:06:58.3679723Z [00:03:01.012]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000004d50c  0004d50c
2025-08-20T22:06:58.3680215Z [00:03:01.012]➜         000000000000870c  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3680687Z [00:03:01.012]➜    [ 7] .gcc_except_table PROGBITS         0000000000055c18  00055c18
2025-08-20T22:06:58.3681176Z [00:03:01.012]➜         000000000000dfa8  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3681627Z [00:03:01.012]➜    [ 8] .rodata           PROGBITS         0000000000063bc0  00063bc0
2025-08-20T22:06:58.3682089Z [00:03:01.012]➜         0000000000013750  0000000000000000   A       0     0     32
2025-08-20T22:06:58.3682541Z [00:03:01.012]➜    [ 9] .rodata.cst16     PROGBITS         0000000000077310  00077310
2025-08-20T22:06:58.3682996Z [00:03:01.012]➜         0000000000000410  0000000000000010  AM       0     0     16
2025-08-20T22:06:58.3683447Z [00:03:01.012]➜    [10] .rodata.cst32     PROGBITS         0000000000077720  00077720
2025-08-20T22:06:58.3683891Z [00:03:01.012]➜         0000000000000280  0000000000000020  AM       0     0     16
2025-08-20T22:06:58.3684338Z [00:03:01.012]➜    [11] .rodata.cst4      PROGBITS         00000000000779a0  000779a0
2025-08-20T22:06:58.3684784Z [00:03:01.012]➜         0000000000000180  0000000000000004  AM       0     0     4
2025-08-20T22:06:58.3685446Z [00:03:01.012]➜    [12] .rodata.cst8      PROGBITS         0000000000077b20  00077b20
2025-08-20T22:06:58.3685933Z [00:03:01.012]➜         0000000000000310  0000000000000008  AM       0     0     8
2025-08-20T22:06:58.3686402Z [00:03:01.012]➜    [13] .rodata.str1.1    PROGBITS         0000000000077e30  00077e30
2025-08-20T22:06:58.3686862Z [00:03:01.012]➜         0000000000006054  0000000000000001 AMS       0     0     1
2025-08-20T22:06:58.3687321Z [00:03:01.012]➜    [14] .rodata.str1.8    PROGBITS         000000000007de88  0007de88
2025-08-20T22:06:58.3687778Z [00:03:01.012]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T22:06:58.3688214Z [00:03:01.012]➜    [15] .fini             PROGBITS         00000000000809e0  0007f9e0
2025-08-20T22:06:58.3688645Z [00:03:01.012]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:06:58.3689290Z [00:03:01.012]➜    [16] .init             PROGBITS         00000000000809e3  0007f9e3
2025-08-20T22:06:58.3689745Z [00:03:01.012]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:06:58.3690175Z [00:03:01.012]➜    [17] .text             PROGBITS         00000000000809f0  0007f9f0
2025-08-20T22:06:58.3690618Z [00:03:01.012]➜         0000000000145c0b  0000000000000000  AX       0     0     16
2025-08-20T22:06:58.3691062Z [00:03:01.012]➜    [18] .tdata            PROGBITS         00000000001c7600  001c5600
2025-08-20T22:06:58.3691492Z [00:03:01.012]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3691920Z [00:03:01.012]➜    [19] .tbss             NOBITS           00000000001c7670  001c5670
2025-08-20T22:06:58.3692351Z [00:03:01.012]➜         00000000000000b8  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3692792Z [00:03:01.012]➜    [20] .data.rel.ro      PROGBITS         00000000001c7670  001c5670
2025-08-20T22:06:58.3693235Z [00:03:01.012]➜         00000000000138e0  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3693702Z [00:03:01.012]➜    [21] .dynamic          DYNAMIC          00000000001daf50  001d8f50
2025-08-20T22:06:58.3694542Z [00:03:01.012]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:06:58.3695654Z [00:03:01.012]➜    [22] .fini_array       FINI_ARRAY       00000000001db0d0  001d90d0
2025-08-20T22:06:58.3696485Z [00:03:01.012]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3697014Z [00:03:01.012]➜    [23] .got.plt          PROGBITS         00000000001db0d8  001d90d8
2025-08-20T22:06:58.3697463Z [00:03:01.012]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3697913Z [00:03:01.012]➜    [24] .init_array       INIT_ARRAY       00000000001db0f0  001d90f0
2025-08-20T22:06:58.3698354Z [00:03:01.012]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3698788Z [00:03:01.013]➜    [25] .got              PROGBITS         00000000001db0f8  001d90f8
2025-08-20T22:06:58.3699432Z [00:03:01.013]➜         0000000000000378  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3699891Z [00:03:01.013]➜    [26] .relro_padding    NOBITS           00000000001db470  001d9470
2025-08-20T22:06:58.3700351Z [00:03:01.013]➜         0000000000000b90  0000000000000000  WA       0     0     1
2025-08-20T22:06:58.3700780Z [00:03:01.013]➜    [27] .data             PROGBITS         00000000001dc480  001d9480
2025-08-20T22:06:58.3701219Z [00:03:01.013]➜         0000000000000b20  0000000000000000  WA       0     0     32
2025-08-20T22:06:58.3701653Z [00:03:01.013]➜    [28] .bss              NOBITS           00000000001dcfa0  001d9fa0
2025-08-20T22:06:58.3702086Z [00:03:01.013]➜         00000000000018e8  0000000000000000  WA       0     0     32
2025-08-20T22:06:58.3702523Z [00:03:01.013]➜    [29] .common           NOBITS           00000000001de8a0  001d9fa0
2025-08-20T22:06:58.3702962Z [00:03:01.013]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T22:06:58.3703551Z [00:03:01.013]➜    [30] .shstrtab         STRTAB           0000000000000000  001d9fa0
2025-08-20T22:06:58.3704009Z [00:03:01.013]➜         0000000000000132  0000000000000000           0     0     1
2025-08-20T22:06:58.3704368Z [00:03:01.013]➜  Key to Flags:
2025-08-20T22:06:58.3704743Z [00:03:01.013]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:06:58.3705237Z [00:03:01.013]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:06:58.3705719Z [00:03:01.013]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:06:58.3706139Z [00:03:01.013]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:06:58.3706463Z [00:03:01.015]➜  
2025-08-20T22:06:58.3712958Z [00:03:01.017]➜  /build-bins/client
2025-08-20T22:06:58.3726135Z [00:03:01.018]➜  There are 31 section headers, starting at offset 0x1dee98:
2025-08-20T22:06:58.3726815Z [00:03:01.018]➜  
2025-08-20T22:06:58.3727386Z [00:03:01.018]➜  Section Headers:
2025-08-20T22:06:58.3728503Z [00:03:01.018]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:06:58.3729759Z [00:03:01.018]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:06:58.3730566Z [00:03:01.018]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:06:58.3731394Z [00:03:01.018]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:06:58.3732299Z [00:03:01.018]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:06:58.3733125Z [00:03:01.018]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:06:58.3733919Z [00:03:01.018]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:06:58.3734685Z [00:03:01.018]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:06:58.3735156Z [00:03:01.018]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:06:58.3735614Z [00:03:01.018]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:06:58.3736054Z [00:03:01.018]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:06:58.3736758Z [00:03:01.018]➜         00000000000184f8  0000000000000018   A       2     0     8
2025-08-20T22:06:58.3737228Z [00:03:01.018]➜    [ 5] .eh_frame         PROGBITS         00000000000187a8  000187a8
2025-08-20T22:06:58.3737690Z [00:03:01.018]➜         000000000003574c  0000000000000000   A       0     0     8
2025-08-20T22:06:58.3738141Z [00:03:01.018]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000004def4  0004def4
2025-08-20T22:06:58.3738590Z [00:03:01.018]➜         00000000000087ec  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3739517Z [00:03:01.018]➜    [ 7] .gcc_except_table PROGBITS         00000000000566e0  000566e0
2025-08-20T22:06:58.3740020Z [00:03:01.018]➜         000000000000e530  0000000000000000   A       0     0     4
2025-08-20T22:06:58.3740482Z [00:03:01.018]➜    [ 8] .rodata           PROGBITS         0000000000064c20  00064c20
2025-08-20T22:06:58.3740933Z [00:03:01.018]➜         0000000000013a90  0000000000000000   A       0     0     32
2025-08-20T22:06:58.3741401Z [00:03:01.018]➜    [ 9] .rodata.cst16     PROGBITS         00000000000786b0  000786b0
2025-08-20T22:06:58.3741855Z [00:03:01.018]➜         0000000000000400  0000000000000010  AM       0     0     16
2025-08-20T22:06:58.3742308Z [00:03:01.018]➜    [10] .rodata.cst32     PROGBITS         0000000000078ab0  00078ab0
2025-08-20T22:06:58.3742757Z [00:03:01.018]➜         0000000000000280  0000000000000020  AM       0     0     16
2025-08-20T22:06:58.3743202Z [00:03:01.018]➜    [11] .rodata.cst4      PROGBITS         0000000000078d30  00078d30
2025-08-20T22:06:58.3743648Z [00:03:01.018]➜         000000000000017c  0000000000000004  AM       0     0     4
2025-08-20T22:06:58.3744092Z [00:03:01.018]➜    [12] .rodata.cst8      PROGBITS         0000000000078eb0  00078eb0
2025-08-20T22:06:58.3744680Z [00:03:01.018]➜         0000000000000310  0000000000000008  AM       0     0     8
2025-08-20T22:06:58.3745151Z [00:03:01.018]➜    [13] .rodata.str1.1    PROGBITS         00000000000791c0  000791c0
2025-08-20T22:06:58.3745605Z [00:03:01.018]➜         000000000000619a  0000000000000001 AMS       0     0     1
2025-08-20T22:06:58.3746056Z [00:03:01.018]➜    [14] .rodata.str1.8    PROGBITS         000000000007f360  0007f360
2025-08-20T22:06:58.3746502Z [00:03:01.018]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T22:06:58.3746931Z [00:03:01.018]➜    [15] .fini             PROGBITS         0000000000081eb8  00080eb8
2025-08-20T22:06:58.3747365Z [00:03:01.018]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:06:58.3747793Z [00:03:01.018]➜    [16] .init             PROGBITS         0000000000081ebb  00080ebb
2025-08-20T22:06:58.3748224Z [00:03:01.018]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:06:58.3748656Z [00:03:01.018]➜    [17] .text             PROGBITS         0000000000081ec0  00080ec0
2025-08-20T22:06:58.3749350Z [00:03:01.018]➜         00000000001491cb  0000000000000000  AX       0     0     16
2025-08-20T22:06:58.3749969Z [00:03:01.018]➜    [18] .tdata            PROGBITS         00000000001cc090  001ca090
2025-08-20T22:06:58.3750411Z [00:03:01.018]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3750841Z [00:03:01.018]➜    [19] .tbss             NOBITS           00000000001cc100  001ca100
2025-08-20T22:06:58.3751274Z [00:03:01.018]➜         00000000000000b8  0000000000000000 WAT       0     0     8
2025-08-20T22:06:58.3751718Z [00:03:01.018]➜    [20] .data.rel.ro      PROGBITS         00000000001cc100  001ca100
2025-08-20T22:06:58.3752162Z [00:03:01.018]➜         0000000000013c10  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3752599Z [00:03:01.018]➜    [21] .dynamic          DYNAMIC          00000000001dfd10  001ddd10
2025-08-20T22:06:58.3753034Z [00:03:01.018]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:06:58.3753471Z [00:03:01.018]➜    [22] .fini_array       FINI_ARRAY       00000000001dfe90  001dde90
2025-08-20T22:06:58.3753917Z [00:03:01.018]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3754352Z [00:03:01.018]➜    [23] .got.plt          PROGBITS         00000000001dfe98  001dde98
2025-08-20T22:06:58.3754789Z [00:03:01.018]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3755732Z [00:03:01.018]➜    [24] .init_array       INIT_ARRAY       00000000001dfeb0  001ddeb0
2025-08-20T22:06:58.3756777Z [00:03:01.018]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:06:58.3757632Z [00:03:01.018]➜    [25] .got              PROGBITS         00000000001dfeb8  001ddeb8
2025-08-20T22:06:58.3758099Z [00:03:01.018]➜         0000000000000380  0000000000000000  WA       0     0     8
2025-08-20T22:06:58.3758716Z [00:03:01.018]➜    [26] .relro_padding    NOBITS           00000000001e0238  001de238
2025-08-20T22:06:58.3759492Z [00:03:01.018]➜         0000000000000dc8  0000000000000000  WA       0     0     1
2025-08-20T22:06:58.3759953Z [00:03:01.018]➜    [27] .data             PROGBITS         00000000001e1240  001de240
2025-08-20T22:06:58.3760518Z [00:03:01.018]➜         0000000000000b20  0000000000000000  WA       0     0     32
2025-08-20T22:06:58.3761322Z [00:03:01.018]➜    [28] .bss              NOBITS           00000000001e1d60  001ded60
2025-08-20T22:06:58.3762022Z [00:03:01.018]➜         0000000000001908  0000000000000000  WA       0     0     32
2025-08-20T22:06:58.3762467Z [00:03:01.018]➜    [29] .common           NOBITS           00000000001e3680  001ded60
2025-08-20T22:06:58.3762902Z [00:03:01.018]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T22:06:58.3763356Z [00:03:01.018]➜    [30] .shstrtab         STRTAB           0000000000000000  001ded60
2025-08-20T22:06:58.3763807Z [00:03:01.018]➜         0000000000000132  0000000000000000           0     0     1
2025-08-20T22:06:58.3764152Z [00:03:01.019]➜  Key to Flags:
2025-08-20T22:06:58.3764535Z [00:03:01.019]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:06:58.3765024Z [00:03:01.019]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:06:58.3765497Z [00:03:01.019]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:06:58.3765922Z [00:03:01.019]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:06:58.3766246Z [00:03:01.021]➜  
2025-08-20T22:06:58.3775502Z [00:03:01.023]➜  /build-bins/LICENSE
2025-08-20T22:06:58.3792139Z [00:03:01.025]➜  + file /build-bins/LICENSE /build-bins/client /build-bins/server
2025-08-20T22:06:58.4073577Z [00:03:01.053]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:06:58.4112006Z [00:03:01.056]➜  /build-bins/client:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:06:58.4113004Z [00:03:01.057]➜  /build-bins/server:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:06:58.4122764Z [00:03:01.058]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/client /build-bins/server
2025-08-20T22:06:58.4141587Z [00:03:01.060]➜  /build-bins/LICENSE:         10852 Bytes
2025-08-20T22:06:58.4142426Z [00:03:01.060]➜  /build-bins/client:         1963608 Bytes
2025-08-20T22:06:58.4144229Z [00:03:01.060]➜  /build-bins/server:         1943704 Bytes
2025-08-20T22:06:58.4147278Z [00:03:01.060]➜  + du /build-bins/LICENSE /build-bins/client /build-bins/server --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:06:58.4160989Z [00:03:01.061]➜  11K	2025-08-20 22:06:58.159602712 +0000	/build-bins/LICENSE
2025-08-20T22:06:58.4161776Z [00:03:01.061]➜  1.9M	2025-08-20 22:06:58.310602700 +0000	/build-bins/client
2025-08-20T22:06:58.4162573Z [00:03:01.061]➜  1.9M	2025-08-20 22:06:58.265602704 +0000	/build-bins/server
2025-08-20T22:06:58.4163962Z [00:03:01.062]➜  + popd
2025-08-20T22:06:58.4661474Z [00:03:01.111]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:06:58.4934719Z [00:03:01.139]➜  + '[' -s /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:06:58.4935839Z [00:03:01.139]➜  + cp -fv /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:06:58.4972609Z [00:03:01.143]➜  '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:06:58.4977720Z [00:03:01.143]➜  + find /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:06:58.4981186Z [00:03:01.143]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:06:58.4987019Z [00:03:01.144]➜  + xargs realpath --no-symlinks
2025-08-20T22:06:58.4987952Z [00:03:01.144]➜  + cut -d: -f1
2025-08-20T22:06:58.4991397Z [00:03:01.144]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:06:58.7053756Z [00:03:01.351]➜  sending incremental file list
2025-08-20T22:06:58.7061341Z [00:03:01.352]➜  server
2025-08-20T22:06:58.7494538Z [00:03:01.395]➜  
2025-08-20T22:06:58.7495051Z [00:03:01.395]➜  sent 1.94M bytes  received 35 bytes  3.89M bytes/sec
2025-08-20T22:06:58.7495519Z [00:03:01.395]➜  total size is 1.94M  speedup is 1.00
2025-08-20T22:06:58.7520174Z [00:03:01.397]➜  sending incremental file list
2025-08-20T22:06:58.7527942Z [00:03:01.398]➜  client
2025-08-20T22:06:58.7960516Z [00:03:01.441]➜  
2025-08-20T22:06:58.7961051Z [00:03:01.441]➜  sent 1.96M bytes  received 35 bytes  3.93M bytes/sec
2025-08-20T22:06:58.7961579Z [00:03:01.441]➜  total size is 1.96M  speedup is 1.00
2025-08-20T22:06:58.7975887Z [00:03:01.443]➜  
2025-08-20T22:06:59.3729940Z [00:03:02.018]➜  
2025-08-20T22:06:59.3865733Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.version' from runner:docker to runner:runner
2025-08-20T22:06:59.3867945Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:06:59.3870383Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:06:59.3872736Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images/packet-headers.png' from root:root to runner:runner
2025-08-20T22:06:59.3875423Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images/phantun-vs-udp2raw-benchmark-result.png' from root:root to runner:runner
2025-08-20T22:06:59.3878350Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images/traffic-flow.png' from root:root to runner:runner
2025-08-20T22:06:59.3880865Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images' from root:root to runner:runner
2025-08-20T22:06:59.3883143Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/Cargo.toml' from root:root to runner:runner
2025-08-20T22:06:59.3885475Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/README.md' from root:root to runner:runner
2025-08-20T22:06:59.3887895Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:06:59.3890587Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/bin/client.rs' from root:root to runner:runner
2025-08-20T22:06:59.3893033Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/bin/server.rs' from root:root to runner:runner
2025-08-20T22:06:59.3895407Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/bin' from root:root to runner:runner
2025-08-20T22:06:59.3898184Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/utils.rs' from root:root to runner:runner
2025-08-20T22:06:59.3900793Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/lib.rs' from root:root to runner:runner
2025-08-20T22:06:59.3903121Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src' from root:root to runner:runner
2025-08-20T22:06:59.3905441Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:06:59.3907695Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun' from root:root to runner:runner
2025-08-20T22:06:59.3910080Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:06:59.3912364Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:06:59.3914621Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:06:59.3916910Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/.dockerignore' from root:root to runner:runner
2025-08-20T22:06:59.3919397Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/Dockerfile' from root:root to runner:runner
2025-08-20T22:06:59.3921729Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/README.md' from root:root to runner:runner
2025-08-20T22:06:59.3924275Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/phantun.sh' from root:root to runner:runner
2025-08-20T22:06:59.3926670Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/docker-compose.yml' from root:root to runner:runner
2025-08-20T22:06:59.3929137Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T22:06:59.3931432Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/Cargo.toml' from root:root to runner:runner
2025-08-20T22:06:59.3933782Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/README.md' from root:root to runner:runner
2025-08-20T22:06:59.3936203Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:06:59.3938562Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/src/lib.rs' from root:root to runner:runner
2025-08-20T22:06:59.3941123Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/src/packet.rs' from root:root to runner:runner
2025-08-20T22:06:59.3943701Z [00:03:02.032]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/src' from root:root to runner:runner
2025-08-20T22:06:59.3946036Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:06:59.3948319Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp' from root:root to runner:runner
2025-08-20T22:06:59.3950777Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:06:59.3953207Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows/docker.yml' from root:root to runner:runner
2025-08-20T22:06:59.3955681Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:06:59.3958095Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows/rust.yml' from root:root to runner:runner
2025-08-20T22:06:59.3960649Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:06:59.3962864Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:06:59.3965290Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:06:59.3967804Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:06:59.3970780Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:06:59.3973268Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:06:59.3975700Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:06:59.3978238Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:06:59.3980927Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:06:59.3983413Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:06:59.3985894Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:06:59.3988344Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:06:59.3991157Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:06:59.3993687Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:06:59.3996228Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:06:59.3998772Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:06:59.4001388Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:06:59.4003699Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:06:59.4006073Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:06:59.4008528Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4011202Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:06:59.4013590Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:06:59.4016135Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:06:59.4018382Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4020803Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:06:59.4023077Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:06:59.4025374Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:06:59.4027766Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4030433Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:06:59.4032793Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:06:59.4035271Z [00:03:02.033]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:06:59.4037507Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:06:59.4039874Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:06:59.4042141Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:06:59.4044429Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:06:59.4046672Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:06:59.4049553Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.promisor' from root:root to runner:runner
2025-08-20T22:06:59.4052878Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.promisor' from root:root to runner:runner
2025-08-20T22:06:59.4055953Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.idx' from root:root to runner:runner
2025-08-20T22:06:59.4059218Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.rev' from root:root to runner:runner
2025-08-20T22:06:59.4062548Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.pack' from root:root to runner:runner
2025-08-20T22:06:59.4065648Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.rev' from root:root to runner:runner
2025-08-20T22:06:59.4068696Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.idx' from root:root to runner:runner
2025-08-20T22:06:59.4071972Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.pack' from root:root to runner:runner
2025-08-20T22:06:59.4074658Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:06:59.4076963Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:06:59.4079432Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:06:59.4081990Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:06:59.4084298Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:06:59.4086529Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:06:59.4088720Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:06:59.4091232Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:06:59.4093683Z [00:03:02.034]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:06:59.4096154Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:06:59.4098653Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:06:59.4101632Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4104712Z [00:03:02.035]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build_script_build-abcfa61d53035d8d' retained as runner:runner
2025-08-20T22:06:59.4107901Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build_script_build-abcfa61d53035d8d.d' from root:root to runner:runner
2025-08-20T22:06:59.4111317Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d' from root:root to runner:runner
2025-08-20T22:06:59.4114198Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4117339Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build_script_build-75a30f1a563118cd.d' from root:root to runner:runner
2025-08-20T22:06:59.4120635Z [00:03:02.035]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build_script_build-75a30f1a563118cd' retained as runner:runner
2025-08-20T22:06:59.4123527Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd' from root:root to runner:runner
2025-08-20T22:06:59.4126282Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/out' from root:root to runner:runner
2025-08-20T22:06:59.4129511Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/output' from root:root to runner:runner
2025-08-20T22:06:59.4132441Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4135446Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4138335Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4141466Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac' from root:root to runner:runner
2025-08-20T22:06:59.4144379Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4147537Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build_script_build-10ed9c5674fd9906.d' from root:root to runner:runner
2025-08-20T22:06:59.4150898Z [00:03:02.035]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build_script_build-10ed9c5674fd9906' retained as runner:runner
2025-08-20T22:06:59.4153745Z [00:03:02.035]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906' from root:root to runner:runner
2025-08-20T22:06:59.4156757Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4160724Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build_script_build-2ac49e57480ccfbc' retained as runner:runner
2025-08-20T22:06:59.4164038Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build_script_build-2ac49e57480ccfbc.d' from root:root to runner:runner
2025-08-20T22:06:59.4167099Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc' from root:root to runner:runner
2025-08-20T22:06:59.4170083Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/out' from root:root to runner:runner
2025-08-20T22:06:59.4172993Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/output' from root:root to runner:runner
2025-08-20T22:06:59.4175953Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4179418Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4182467Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4185344Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052' from root:root to runner:runner
2025-08-20T22:06:59.4188270Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4191559Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build_script_build-ec68f32e3d0bb995' retained as runner:runner
2025-08-20T22:06:59.4194778Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build_script_build-ec68f32e3d0bb995.d' from root:root to runner:runner
2025-08-20T22:06:59.4197790Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995' from root:root to runner:runner
2025-08-20T22:06:59.4200847Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4204006Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b.d' from root:root to runner:runner
2025-08-20T22:06:59.4207360Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b' retained as runner:runner
2025-08-20T22:06:59.4210351Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b' from root:root to runner:runner
2025-08-20T22:06:59.4213384Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build_script_build-eb72febf06ec81c2' from root:root to runner:runner
2025-08-20T22:06:59.4216405Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build-script-build' retained as runner:runner
2025-08-20T22:06:59.4218890Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build_script_build-eb72febf06ec81c2.d' from root:root to runner:runner
2025-08-20T22:06:59.4220808Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2' from root:root to runner:runner
2025-08-20T22:06:59.4222417Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4224385Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as runner:runner
2025-08-20T22:06:59.4226200Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' from root:root to runner:runner
2025-08-20T22:06:59.4227867Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T22:06:59.4230515Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4233343Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build_script_build-11a1b7d9a53bf90d' retained as runner:runner
2025-08-20T22:06:59.4235120Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build_script_build-11a1b7d9a53bf90d.d' from root:root to runner:runner
2025-08-20T22:06:59.4236691Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d' from root:root to runner:runner
2025-08-20T22:06:59.4238225Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4240126Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd' retained as runner:runner
2025-08-20T22:06:59.4242021Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd.d' from root:root to runner:runner
2025-08-20T22:06:59.4243603Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd' from root:root to runner:runner
2025-08-20T22:06:59.4245157Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4246882Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' from root:root to runner:runner
2025-08-20T22:06:59.4248610Z [00:03:02.036]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as runner:runner
2025-08-20T22:06:59.4250486Z [00:03:02.036]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T22:06:59.4252281Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/out' from root:root to runner:runner
2025-08-20T22:06:59.4253833Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/output' from root:root to runner:runner
2025-08-20T22:06:59.4255394Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4256987Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4258565Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4260347Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71' from root:root to runner:runner
2025-08-20T22:06:59.4261921Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4263677Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' from root:root to runner:runner
2025-08-20T22:06:59.4265394Z [00:03:02.037]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as runner:runner
2025-08-20T22:06:59.4266953Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T22:06:59.4268694Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4270630Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build_script_build-a7a6efab12b145f7.d' from root:root to runner:runner
2025-08-20T22:06:59.4272402Z [00:03:02.037]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build_script_build-a7a6efab12b145f7' retained as runner:runner
2025-08-20T22:06:59.4274014Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7' from root:root to runner:runner
2025-08-20T22:06:59.4275418Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:06:59.4276828Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-8f7f5f474e2cb708.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4278539Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_automata-ca2be0475c79c0ad.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4280408Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/tokio_macros-3b6cd5ca2a56bca2.d' from root:root to runner:runner
2025-08-20T22:06:59.4281902Z [00:03:02.037]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/syn-75cdfa37ae49fdf9.d' from root:root to runner:runner
2025-08-20T22:06:59.4283421Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde_derive-d0ab1f552aff8bf4.so' from root:root to runner:runner
2025-08-20T22:06:59.4284978Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4286554Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_automata-ca2be0475c79c0ad.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4288141Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libneli_proc_macros-99c7f1f864196616.so' from root:root to runner:runner
2025-08-20T22:06:59.4289925Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T22:06:59.4291457Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde-3ebe97a1b87a3d71.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4292977Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/proc_macro2-b56464e6caa1efb3.d' from root:root to runner:runner
2025-08-20T22:06:59.4294663Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' from root:root to runner:runner
2025-08-20T22:06:59.4296140Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/either-741e9522f84177c1.d' from root:root to runner:runner
2025-08-20T22:06:59.4297669Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4299612Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex-d1160b9f7eb978f8.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4301207Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4302736Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-8f7f5f474e2cb708.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4304280Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4306168Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4307750Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4309519Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/neli_proc_macros-99c7f1f864196616.d' from root:root to runner:runner
2025-08-20T22:06:59.4311088Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4312607Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/syn-8f7f5f474e2cb708.d' from root:root to runner:runner
2025-08-20T22:06:59.4314134Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libeither-741e9522f84177c1.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4315700Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libeither-741e9522f84177c1.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4317254Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4318813Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/thiserror_impl-fb70b6a50ef848fb.d' from root:root to runner:runner
2025-08-20T22:06:59.4320902Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/serde_derive-d0ab1f552aff8bf4.d' from root:root to runner:runner
2025-08-20T22:06:59.4322600Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex-d1160b9f7eb978f8.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4324175Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4325753Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libtokio_macros-3b6cd5ca2a56bca2.so' from root:root to runner:runner
2025-08-20T22:06:59.4327289Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4328832Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4330677Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/regex_syntax-6e8c13dee0a493bc.d' from root:root to runner:runner
2025-08-20T22:06:59.4332381Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libpnet_macros-aff6a61c53825970.so' from root:root to runner:runner
2025-08-20T22:06:59.4333931Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T22:06:59.4335481Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4337006Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/memchr-5943794461f05041.d' from root:root to runner:runner
2025-08-20T22:06:59.4338515Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/regex_automata-ca2be0475c79c0ad.d' from root:root to runner:runner
2025-08-20T22:06:59.4340270Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde-3ebe97a1b87a3d71.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4341807Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4343332Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/aho_corasick-e265cc11e5425c03.d' from root:root to runner:runner
2025-08-20T22:06:59.4344829Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/serde-3ebe97a1b87a3d71.d' from root:root to runner:runner
2025-08-20T22:06:59.4346297Z [00:03:02.038]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/regex-d1160b9f7eb978f8.d' from root:root to runner:runner
2025-08-20T22:06:59.4347918Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/quote-7a4649a2f4d3160e.d' from root:root to runner:runner
2025-08-20T22:06:59.4349685Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/pnet_macros-aff6a61c53825970.d' from root:root to runner:runner
2025-08-20T22:06:59.4351254Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4352824Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4354388Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4355904Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4357593Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libthiserror_impl-fb70b6a50ef848fb.so' from root:root to runner:runner
2025-08-20T22:06:59.4359397Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4360825Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:06:59.4362368Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.4364153Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4365906Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:06:59.4367659Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.4369541Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad' from root:root to runner:runner
2025-08-20T22:06:59.4371231Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T22:06:59.4373112Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4374834Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:06:59.4376544Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:06:59.4378170Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2' from root:root to runner:runner
2025-08-20T22:06:59.4380379Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4382193Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4383916Z [00:03:02.039]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4385993Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4387663Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d' from root:root to runner:runner
2025-08-20T22:06:59.4389528Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:06:59.4391261Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4392966Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.4394673Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.4396313Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03' from root:root to runner:runner
2025-08-20T22:06:59.4397981Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4400057Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4402217Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4403960Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4405606Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd' from root:root to runner:runner
2025-08-20T22:06:59.4407284Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-e8403eeb2764aeac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4409227Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-e8403eeb2764aeac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4410853Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-e8403eeb2764aeac' from root:root to runner:runner
2025-08-20T22:06:59.4412597Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:06:59.4414313Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:06:59.4416003Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4417716Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:06:59.4419458Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3' from root:root to runner:runner
2025-08-20T22:06:59.4421123Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4422882Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4424584Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4426300Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4428057Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906' from root:root to runner:runner
2025-08-20T22:06:59.4429962Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4431789Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/lib-neli_proc_macros' from root:root to runner:runner
2025-08-20T22:06:59.4433561Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/lib-neli_proc_macros.json' from root:root to runner:runner
2025-08-20T22:06:59.4435348Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/dep-lib-neli_proc_macros' from root:root to runner:runner
2025-08-20T22:06:59.4437025Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616' from root:root to runner:runner
2025-08-20T22:06:59.4439391Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/lib-pnet_macros' from root:root to runner:runner
2025-08-20T22:06:59.4441523Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/dep-lib-pnet_macros' from root:root to runner:runner
2025-08-20T22:06:59.4443234Z [00:03:02.040]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4444941Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/lib-pnet_macros.json' from root:root to runner:runner
2025-08-20T22:06:59.4446555Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970' from root:root to runner:runner
2025-08-20T22:06:59.4448194Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:06:59.4450013Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4451725Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:06:59.4453429Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:06:59.4455243Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4' from root:root to runner:runner
2025-08-20T22:06:59.4456933Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4459228Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4461043Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4462816Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4464790Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc' from root:root to runner:runner
2025-08-20T22:06:59.4466500Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/lib-quote.json' from root:root to runner:runner
2025-08-20T22:06:59.4468214Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4470257Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/lib-quote' from root:root to runner:runner
2025-08-20T22:06:59.4471878Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:06:59.4473431Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e' from root:root to runner:runner
2025-08-20T22:06:59.4475015Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:06:59.4476671Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4478360Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' from root:root to runner:runner
2025-08-20T22:06:59.4480416Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:06:59.4482403Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47' from root:root to runner:runner
2025-08-20T22:06:59.4483978Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/dep-lib-either' from root:root to runner:runner
2025-08-20T22:06:59.4486519Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/lib-either' from root:root to runner:runner
2025-08-20T22:06:59.4489654Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4492810Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/lib-either.json' from root:root to runner:runner
2025-08-20T22:06:59.4495738Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1' from root:root to runner:runner
2025-08-20T22:06:59.4498112Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4500117Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:06:59.4501902Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:06:59.4503636Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:06:59.4505288Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T22:06:59.4506884Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4508500Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4510226Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4511800Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/lib-syn.json' from root:root to runner:runner
2025-08-20T22:06:59.4513492Z [00:03:02.041]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708' from root:root to runner:runner
2025-08-20T22:06:59.4515121Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:06:59.4516869Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4518599Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:06:59.4520581Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:06:59.4522258Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb' from root:root to runner:runner
2025-08-20T22:06:59.4524055Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4525780Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.4527500Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.4529500Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:06:59.4531162Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc' from root:root to runner:runner
2025-08-20T22:06:59.4532935Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-ce0ab019c0dbd052/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4544450Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-ce0ab019c0dbd052/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4546247Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-ce0ab019c0dbd052' from root:root to runner:runner
2025-08-20T22:06:59.4548186Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4550525Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4552319Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4554092Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4555782Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995' from root:root to runner:runner
2025-08-20T22:06:59.4557447Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4559401Z [00:03:02.042]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4561284Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4563031Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4564915Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b' from root:root to runner:runner
2025-08-20T22:06:59.4567212Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.4568915Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:06:59.4570812Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4572446Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.4574004Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041' from root:root to runner:runner
2025-08-20T22:06:59.4576386Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4578731Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4580695Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4582463Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4584165Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2' from root:root to runner:runner
2025-08-20T22:06:59.4585873Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4587724Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4589815Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4591647Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4593382Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T22:06:59.4595054Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4596837Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4598549Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4600616Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4602252Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d' from root:root to runner:runner
2025-08-20T22:06:59.4603923Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4605857Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4607579Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4609479Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4611141Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd' from root:root to runner:runner
2025-08-20T22:06:59.4612702Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4614314Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4616033Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/lib-syn' from root:root to runner:runner
2025-08-20T22:06:59.4617613Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/lib-syn.json' from root:root to runner:runner
2025-08-20T22:06:59.4619380Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9' from root:root to runner:runner
2025-08-20T22:06:59.4620970Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:06:59.4622656Z [00:03:02.043]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4624367Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:06:59.4626066Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T22:06:59.4627675Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T22:06:59.4629881Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4631736Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4633868Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4635661Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4637353Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T22:06:59.4639311Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-00688ae61fe18f71/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4641194Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-00688ae61fe18f71/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4642994Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-00688ae61fe18f71' from root:root to runner:runner
2025-08-20T22:06:59.4644660Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4646474Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4648216Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4650837Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4652700Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T22:06:59.4654272Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.4655894Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4657562Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.4660210Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/lib-regex.json' from root:root to runner:runner
2025-08-20T22:06:59.4662015Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8' from root:root to runner:runner
2025-08-20T22:06:59.4663640Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.4665277Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/lib-serde.json' from root:root to runner:runner
2025-08-20T22:06:59.4666937Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4668567Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.4670299Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71' from root:root to runner:runner
2025-08-20T22:06:59.4672124Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4674010Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.4675790Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4677588Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.4679477Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7' from root:root to runner:runner
2025-08-20T22:06:59.4680970Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:06:59.4682267Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:06:59.4683639Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:06:59.4685157Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:06:59.4686798Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/client.d' from root:root to runner:runner
2025-08-20T22:06:59.4688273Z [00:03:02.044]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/server.d' from root:root to runner:runner
2025-08-20T22:06:59.4690079Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfake_tcp.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4691636Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:06:59.4693135Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/server' from root:root to runner:runner
2025-08-20T22:06:59.4694605Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/client' from root:root to runner:runner
2025-08-20T22:06:59.4696095Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libphantun.d' from root:root to runner:runner
2025-08-20T22:06:59.4697842Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/out' from root:root to runner:runner
2025-08-20T22:06:59.4699775Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/output' from root:root to runner:runner
2025-08-20T22:06:59.4701532Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4703325Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4705103Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4706792Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770' from root:root to runner:runner
2025-08-20T22:06:59.4708693Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/out' from root:root to runner:runner
2025-08-20T22:06:59.4710673Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/output' from root:root to runner:runner
2025-08-20T22:06:59.4712397Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4714482Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4716230Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4717900Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5' from root:root to runner:runner
2025-08-20T22:06:59.4719955Z [00:03:02.045]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_7ae6db89fd6c335d_0.ll' from root:root to runner:runner
2025-08-20T22:06:59.4721774Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out' from root:root to runner:runner
2025-08-20T22:06:59.4723477Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' from root:root to runner:runner
2025-08-20T22:06:59.4725351Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4727156Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4728913Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4731666Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T22:06:59.4733506Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/out' from root:root to runner:runner
2025-08-20T22:06:59.4735256Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/output' from root:root to runner:runner
2025-08-20T22:06:59.4737011Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4739329Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4742093Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4743812Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57' from root:root to runner:runner
2025-08-20T22:06:59.4745479Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/out' from root:root to runner:runner
2025-08-20T22:06:59.4747165Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/output' from root:root to runner:runner
2025-08-20T22:06:59.4748877Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4750854Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4752760Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4754431Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4' from root:root to runner:runner
2025-08-20T22:06:59.4756116Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/out' from root:root to runner:runner
2025-08-20T22:06:59.4757833Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' from root:root to runner:runner
2025-08-20T22:06:59.4759873Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4761698Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4763520Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4765224Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T22:06:59.4767047Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/out/autocfg_ef3c66fd6d8ab689_0.ll' from root:root to runner:runner
2025-08-20T22:06:59.4769234Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/out' from root:root to runner:runner
2025-08-20T22:06:59.4770964Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/output' from root:root to runner:runner
2025-08-20T22:06:59.4772715Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4774498Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4776276Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4777972Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7' from root:root to runner:runner
2025-08-20T22:06:59.4780041Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/out' from root:root to runner:runner
2025-08-20T22:06:59.4781829Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' from root:root to runner:runner
2025-08-20T22:06:59.4783625Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4785475Z [00:03:02.046]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4787289Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4789512Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T22:06:59.4791236Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/out' from root:root to runner:runner
2025-08-20T22:06:59.4792929Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/output' from root:root to runner:runner
2025-08-20T22:06:59.4794780Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4796559Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4798282Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4800293Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36' from root:root to runner:runner
2025-08-20T22:06:59.4801957Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/out' from root:root to runner:runner
2025-08-20T22:06:59.4803622Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/output' from root:root to runner:runner
2025-08-20T22:06:59.4805328Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/root-output' from root:root to runner:runner
2025-08-20T22:06:59.4807071Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.4808795Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/stderr' from root:root to runner:runner
2025-08-20T22:06:59.4811148Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c' from root:root to runner:runner
2025-08-20T22:06:59.4813045Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:06:59.4814656Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-96e4a561e96726c6.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4816526Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4818276Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4821210Z [00:03:02.047]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4823054Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4824819Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4826584Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-ba70156f7f504e46.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4828493Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-52e14095d013c438.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4830475Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-6fd2786dff2e68a4.d' from root:root to runner:runner
2025-08-20T22:06:59.4832170Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-801ef539ae6de109.d' from root:root to runner:runner
2025-08-20T22:06:59.4833857Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T22:06:59.4835562Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4837296Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4839329Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4841086Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-2543fd537a8a5fd0.d' from root:root to runner:runner
2025-08-20T22:06:59.4843079Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphantun-99559f99bb0e500a.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4844791Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_packet-17d441f6e7e1aa71.d' from root:root to runner:runner
2025-08-20T22:06:59.4846452Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spin-b85184a54a5ea3de.d' from root:root to runner:runner
2025-08-20T22:06:59.4848150Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4850102Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4851904Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-efe33e5bc81e27e7.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4853776Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnetwork-2c9976ad26c8e712.d' from root:root to runner:runner
2025-08-20T22:06:59.4855475Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' from root:root to runner:runner
2025-08-20T22:06:59.4857198Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-1a751bdef796b136.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4859089Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-1f9edc9ad2990276.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4860897Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-4917630bb7378cbb.d' from root:root to runner:runner
2025-08-20T22:06:59.4862627Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4864422Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4866108Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/server-c75d241d9e2f0a96.d' from root:root to runner:runner
2025-08-20T22:06:59.4867852Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4869952Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-94558f37e338cf70.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4871677Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d8fe11a973953527.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4873432Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-ba70156f7f504e46.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4875473Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4877192Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flume-d0b83c265f9c296b.d' from root:root to runner:runner
2025-08-20T22:06:59.4878889Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-f234a009a053a5f9.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4881236Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4883015Z [00:03:02.048]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4884772Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4886514Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnetwork-2c9976ad26c8e712.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4888293Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_transport-3edb05618cf42164.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4890278Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-a404876ca9523791.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4892062Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4893809Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-6a6b67237d617d8b.d' from root:root to runner:runner
2025-08-20T22:06:59.4895475Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-2634e82270f54e87.d' from root:root to runner:runner
2025-08-20T22:06:59.4897308Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4899210Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_cpus-f8804f5e82bcd325.d' from root:root to runner:runner
2025-08-20T22:06:59.4900982Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinternet_checksum-f0935baa1821e831.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4903547Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_transport-3edb05618cf42164.d' from root:root to runner:runner
2025-08-20T22:06:59.4905393Z [00:03:02.049]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/client-2f9271fbf22a9d72' retained as runner:runner
2025-08-20T22:06:59.4907032Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-36f01bb4c7599259.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4908903Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2ae1863353d53df.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4911062Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6a6b67237d617d8b.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4912976Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' from root:root to runner:runner
2025-08-20T22:06:59.4915582Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4917367Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-228be672edcd1269.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4919356Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4921043Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-ebbbe0c03cfb68c6.d' from root:root to runner:runner
2025-08-20T22:06:59.4922697Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-96e4a561e96726c6.d' from root:root to runner:runner
2025-08-20T22:06:59.4924345Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-105129fa3b2af6a5.d' from root:root to runner:runner
2025-08-20T22:06:59.4926215Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-4df20e2f117bcf1a.d' from root:root to runner:runner
2025-08-20T22:06:59.4927931Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' from root:root to runner:runner
2025-08-20T22:06:59.4929906Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4931665Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4933384Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4935103Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-6fd2786dff2e68a4.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4936972Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4938714Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4940589Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4942316Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4944035Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4945761Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-f234a009a053a5f9.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4947494Z [00:03:02.049]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-6fd2786dff2e68a4.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4949465Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-9e140f72855ead82.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4951379Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-c2ae1863353d53df.d' from root:root to runner:runner
2025-08-20T22:06:59.4953079Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' from root:root to runner:runner
2025-08-20T22:06:59.4954780Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-553f3b8b3cbf4ec9.d' from root:root to runner:runner
2025-08-20T22:06:59.4956470Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-d8fe11a973953527.d' from root:root to runner:runner
2025-08-20T22:06:59.4958183Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_macros_support-efe33e5bc81e27e7.d' from root:root to runner:runner
2025-08-20T22:06:59.4960126Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-17d441f6e7e1aa71.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4962010Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4963780Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4965514Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4967220Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_sys-0ea42d4f0707af66.d' from root:root to runner:runner
2025-08-20T22:06:59.4968902Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-b85184a54a5ea3de.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4970863Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a11b56e28eb82443.d' from root:root to runner:runner
2025-08-20T22:06:59.4972832Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-08e863e665c8abee.d' from root:root to runner:runner
2025-08-20T22:06:59.4974576Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-4df20e2f117bcf1a.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4976283Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/client-2f9271fbf22a9d72.d' from root:root to runner:runner
2025-08-20T22:06:59.4978244Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet-03b98f41ef526dd1.d' from root:root to runner:runner
2025-08-20T22:06:59.4980191Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_transport-3edb05618cf42164.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4981971Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-228be672edcd1269.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4983693Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_net-94558f37e338cf70.d' from root:root to runner:runner
2025-08-20T22:06:59.4985400Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6a6b67237d617d8b.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.4987100Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_tun-18cb3477a49585f7.d' from root:root to runner:runner
2025-08-20T22:06:59.4989085Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-553f3b8b3cbf4ec9.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4990866Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-9e140f72855ead82.d' from root:root to runner:runner
2025-08-20T22:06:59.4992585Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_base-0d2bacb766c928db.d' from root:root to runner:runner
2025-08-20T22:06:59.4994748Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-8ab7bce475b3df61.d' from root:root to runner:runner
2025-08-20T22:06:59.4996879Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rlib' from root:root to runner:runner
2025-08-20T22:06:59.4998600Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' from root:root to runner:runner
2025-08-20T22:06:59.5000559Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-17d441f6e7e1aa71.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5002281Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5004720Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-1a751bdef796b136.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5007177Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5009106Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-94558f37e338cf70.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5010875Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-4df20e2f117bcf1a.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5012596Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/humantime-aed975c38708e121.d' from root:root to runner:runner
2025-08-20T22:06:59.5014280Z [00:03:02.050]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal-ee777146a8c3546d.d' from root:root to runner:runner
2025-08-20T22:06:59.5015959Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' from root:root to runner:runner
2025-08-20T22:06:59.5017765Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-5fae3438f343a612.d' from root:root to runner:runner
2025-08-20T22:06:59.5019687Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-36f01bb4c7599259.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5021384Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5023044Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-36f01bb4c7599259.d' from root:root to runner:runner
2025-08-20T22:06:59.5024683Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-42535a235a27277d.d' from root:root to runner:runner
2025-08-20T22:06:59.5026327Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-7d8d5a5392416a44.d' from root:root to runner:runner
2025-08-20T22:06:59.5028012Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5029935Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pretty_env_logger-b8628e5fc00e8f34.d' from root:root to runner:runner
2025-08-20T22:06:59.5031664Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5033504Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-a404876ca9523791.d' from root:root to runner:runner
2025-08-20T22:06:59.5035181Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T22:06:59.5036866Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-96e4a561e96726c6.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5038487Z [00:03:02.051]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/server-c75d241d9e2f0a96' retained as runner:runner
2025-08-20T22:06:59.5040391Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnetwork-2c9976ad26c8e712.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5042078Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' from root:root to runner:runner
2025-08-20T22:06:59.5043889Z [00:03:02.051]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rlib' retained as runner:runner
2025-08-20T22:06:59.5045599Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_datalink-76116c4696f78623.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5047324Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5049186Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5050882Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-1a751bdef796b136.d' from root:root to runner:runner
2025-08-20T22:06:59.5052550Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/phantun-99559f99bb0e500a.d' from root:root to runner:runner
2025-08-20T22:06:59.5054239Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5056215Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5057984Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-efe33e5bc81e27e7.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5060124Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-52e14095d013c438.d' from root:root to runner:runner
2025-08-20T22:06:59.5062009Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-b85184a54a5ea3de.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5063779Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnanorand-3ad425180f0476c2.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5065491Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5067241Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinternet_checksum-f0935baa1821e831.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5069155Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-af737d3bb6c5afa3.d' from root:root to runner:runner
2025-08-20T22:06:59.5071135Z [00:03:02.051]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2543fd537a8a5fd0.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5072913Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5074660Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-52e14095d013c438.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5076402Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5078233Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5080951Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fake_tcp-ed0ee6a41bab4f86.d' from root:root to runner:runner
2025-08-20T22:06:59.5082679Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-20T22:06:59.5084421Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5086170Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5088257Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5090943Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5092699Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5094455Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnanorand-3ad425180f0476c2.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5096185Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-ee777146a8c3546d.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5097892Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5100026Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-ee777146a8c3546d.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5101827Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5103550Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_datalink-76116c4696f78623.d' from root:root to runner:runner
2025-08-20T22:06:59.5105253Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5106939Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-f234a009a053a5f9.d' from root:root to runner:runner
2025-08-20T22:06:59.5108617Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-2634e82270f54e87.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5110530Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-228be672edcd1269.d' from root:root to runner:runner
2025-08-20T22:06:59.5112265Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5114153Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5115867Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet-03b98f41ef526dd1.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5117559Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5119439Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' from root:root to runner:runner
2025-08-20T22:06:59.5121134Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet-03b98f41ef526dd1.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5122853Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5124722Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphantun-99559f99bb0e500a.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5126447Z [00:03:02.052]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5128167Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5130124Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5131814Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-96fa317258d3c23c.d' from root:root to runner:runner
2025-08-20T22:06:59.5133457Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-28eabf47a94d5103.d' from root:root to runner:runner
2025-08-20T22:06:59.5135140Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5136851Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5138554Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5140900Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-ba70156f7f504e46.d' from root:root to runner:runner
2025-08-20T22:06:59.5142583Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-1f9edc9ad2990276.d' from root:root to runner:runner
2025-08-20T22:06:59.5144303Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5146222Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-08e863e665c8abee.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5147907Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/neli-ed381dd89eb546df.d' from root:root to runner:runner
2025-08-20T22:06:59.5149801Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5151624Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-acce355d4dd28cdf.d' from root:root to runner:runner
2025-08-20T22:06:59.5153296Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-d0b83c265f9c296b.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5155048Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5156808Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-a404876ca9523791.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5158589Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-9e140f72855ead82.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5160597Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-1f9edc9ad2990276.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5163103Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5165010Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5166752Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_datalink-76116c4696f78623.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5168649Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' from root:root to runner:runner
2025-08-20T22:06:59.5170571Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-d0b83c265f9c296b.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5173297Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T22:06:59.5175074Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5176765Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-2634e82270f54e87.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5178451Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-20T22:06:59.5180602Z [00:03:02.053]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2543fd537a8a5fd0.rlib' from root:root to runner:runner
2025-08-20T22:06:59.5182361Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5184107Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5185886Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-553f3b8b3cbf4ec9.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5187594Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nanorand-3ad425180f0476c2.d' from root:root to runner:runner
2025-08-20T22:06:59.5189527Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-2094dfb074130c86.d' from root:root to runner:runner
2025-08-20T22:06:59.5191242Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' from root:root to runner:runner
2025-08-20T22:06:59.5192953Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2ae1863353d53df.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5194705Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/internet_checksum-f0935baa1821e831.d' from root:root to runner:runner
2025-08-20T22:06:59.5196626Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5198378Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-08e863e665c8abee.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5200405Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d8fe11a973953527.rmeta' from root:root to runner:runner
2025-08-20T22:06:59.5201994Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:06:59.5203489Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfake_tcp.d' from root:root to runner:runner
2025-08-20T22:06:59.5205206Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:06:59.5207178Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5209279Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:06:59.5211117Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:06:59.5212873Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364' from root:root to runner:runner
2025-08-20T22:06:59.5214672Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5216577Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.5218459Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:06:59.5220619Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:06:59.5222711Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980' from root:root to runner:runner
2025-08-20T22:06:59.5224885Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-42fd91e4f4418770/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5226951Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-42fd91e4f4418770/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5229189Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-42fd91e4f4418770' from root:root to runner:runner
2025-08-20T22:06:59.5231020Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.5232896Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5234889Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.5236778Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:06:59.5238572Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9' from root:root to runner:runner
2025-08-20T22:06:59.5240754Z [00:03:02.054]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-80cffc96fdeb05f5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5242773Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-80cffc96fdeb05f5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5245384Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-80cffc96fdeb05f5' from root:root to runner:runner
2025-08-20T22:06:59.5247384Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5249536Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T22:06:59.5251606Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core' from root:root to runner:runner
2025-08-20T22:06:59.5253755Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core.json' from root:root to runner:runner
2025-08-20T22:06:59.5256309Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109' from root:root to runner:runner
2025-08-20T22:06:59.5258158Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:06:59.5260389Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5262489Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:06:59.5264433Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:06:59.5266266Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1' from root:root to runner:runner
2025-08-20T22:06:59.5268078Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:06:59.5270223Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:06:59.5272076Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5273931Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:06:59.5275716Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T22:06:59.5277462Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' from root:root to runner:runner
2025-08-20T22:06:59.5279623Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5281446Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:06:59.5283257Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:06:59.5285000Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53' from root:root to runner:runner
2025-08-20T22:06:59.5286724Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/lib-mio.json' from root:root to runner:runner
2025-08-20T22:06:59.5288615Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:06:59.5290732Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5292525Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/lib-mio' from root:root to runner:runner
2025-08-20T22:06:59.5294216Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87' from root:root to runner:runner
2025-08-20T22:06:59.5295994Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:06:59.5297856Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5299977Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:06:59.5301892Z [00:03:02.055]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:06:59.5303909Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-20T22:06:59.5305907Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:06:59.5307779Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5310101Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:06:59.5312036Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:06:59.5313837Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438' from root:root to runner:runner
2025-08-20T22:06:59.5315772Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:06:59.5317628Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5319749Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:06:59.5321583Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api' from root:root to runner:runner
2025-08-20T22:06:59.5323333Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c' from root:root to runner:runner
2025-08-20T22:06:59.5326089Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5328194Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5330353Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T22:06:59.5332142Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/bin-client.json' from root:root to runner:runner
2025-08-20T22:06:59.5334759Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5337014Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/dep-bin-client' from root:root to runner:runner
2025-08-20T22:06:59.5338862Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/bin-client' from root:root to runner:runner
2025-08-20T22:06:59.5340937Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72' from root:root to runner:runner
2025-08-20T22:06:59.5342720Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/lib-tokio_tun' from root:root to runner:runner
2025-08-20T22:06:59.5344779Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5346686Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/lib-tokio_tun.json' from root:root to runner:runner
2025-08-20T22:06:59.5348556Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/dep-lib-tokio_tun' from root:root to runner:runner
2025-08-20T22:06:59.5350617Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7' from root:root to runner:runner
2025-08-20T22:06:59.5352434Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/dep-bin-server' from root:root to runner:runner
2025-08-20T22:06:59.5354302Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5356135Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/bin-server' from root:root to runner:runner
2025-08-20T22:06:59.5357958Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/bin-server.json' from root:root to runner:runner
2025-08-20T22:06:59.5360021Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96' from root:root to runner:runner
2025-08-20T22:06:59.5362001Z [00:03:02.056]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5363849Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/lib-neli' from root:root to runner:runner
2025-08-20T22:06:59.5365637Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/dep-lib-neli' from root:root to runner:runner
2025-08-20T22:06:59.5367433Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/lib-neli.json' from root:root to runner:runner
2025-08-20T22:06:59.5369403Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df' from root:root to runner:runner
2025-08-20T22:06:59.5371208Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/dep-lib-memoffset' from root:root to runner:runner
2025-08-20T22:06:59.5373217Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5375110Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/lib-memoffset.json' from root:root to runner:runner
2025-08-20T22:06:59.5376967Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/lib-memoffset' from root:root to runner:runner
2025-08-20T22:06:59.5378751Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a' from root:root to runner:runner
2025-08-20T22:06:59.5380802Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5382590Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/lib-libc' from root:root to runner:runner
2025-08-20T22:06:59.5384626Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:06:59.5386450Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/lib-libc.json' from root:root to runner:runner
2025-08-20T22:06:59.5388321Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d' from root:root to runner:runner
2025-08-20T22:06:59.5390544Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:06:59.5392412Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5394232Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' from root:root to runner:runner
2025-08-20T22:06:59.5396049Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:06:59.5397810Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2' from root:root to runner:runner
2025-08-20T22:06:59.5400023Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/lib-nanorand' from root:root to runner:runner
2025-08-20T22:06:59.5401912Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5403991Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/dep-lib-nanorand' from root:root to runner:runner
2025-08-20T22:06:59.5406534Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/lib-nanorand.json' from root:root to runner:runner
2025-08-20T22:06:59.5408342Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2' from root:root to runner:runner
2025-08-20T22:06:59.5410476Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:06:59.5412369Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:06:59.5415193Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:06:59.5417322Z [00:03:02.057]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5419455Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df' from root:root to runner:runner
2025-08-20T22:06:59.5421313Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:06:59.5423192Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:06:59.5425061Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5426903Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' from root:root to runner:runner
2025-08-20T22:06:59.5428826Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a' from root:root to runner:runner
2025-08-20T22:06:59.5430961Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.5432806Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:06:59.5434637Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5436445Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr' from root:root to runner:runner
2025-08-20T22:06:59.5438180Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3' from root:root to runner:runner
2025-08-20T22:06:59.5440273Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5442151Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:06:59.5444151Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/lib-thiserror' from root:root to runner:runner
2025-08-20T22:06:59.5445988Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:06:59.5447778Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791' from root:root to runner:runner
2025-08-20T22:06:59.5449988Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2ab96733c14cef57/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5452067Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2ab96733c14cef57/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5453929Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2ab96733c14cef57' from root:root to runner:runner
2025-08-20T22:06:59.5455936Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/dep-lib-internet_checksum' from root:root to runner:runner
2025-08-20T22:06:59.5457916Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5460112Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/lib-internet_checksum' from root:root to runner:runner
2025-08-20T22:06:59.5462103Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/lib-internet_checksum.json' from root:root to runner:runner
2025-08-20T22:06:59.5464277Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831' from root:root to runner:runner
2025-08-20T22:06:59.5466111Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.5467907Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/lib-serde.json' from root:root to runner:runner
2025-08-20T22:06:59.5470135Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5472200Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/lib-serde' from root:root to runner:runner
2025-08-20T22:06:59.5473925Z [00:03:02.058]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6' from root:root to runner:runner
2025-08-20T22:06:59.5475768Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:06:59.5477690Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5479905Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:06:59.5481985Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:06:59.5483869Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269' from root:root to runner:runner
2025-08-20T22:06:59.5486532Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:06:59.5488458Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5490653Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.5492562Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:06:59.5495269Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61' from root:root to runner:runner
2025-08-20T22:06:59.5497171Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/dep-lib-pnet_transport' from root:root to runner:runner
2025-08-20T22:06:59.5499375Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5501562Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/lib-pnet_transport.json' from root:root to runner:runner
2025-08-20T22:06:59.5503484Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/lib-pnet_transport' from root:root to runner:runner
2025-08-20T22:06:59.5505304Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164' from root:root to runner:runner
2025-08-20T22:06:59.5507132Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T22:06:59.5509272Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor.json' from root:root to runner:runner
2025-08-20T22:06:59.5511330Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5513193Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor' from root:root to runner:runner
2025-08-20T22:06:59.5514971Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb' from root:root to runner:runner
2025-08-20T22:06:59.5516761Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:06:59.5518599Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' from root:root to runner:runner
2025-08-20T22:06:59.5520757Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5522612Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:06:59.5524392Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba' from root:root to runner:runner
2025-08-20T22:06:59.5526173Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5528199Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:06:59.5530311Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:06:59.5532169Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:06:59.5533950Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee' from root:root to runner:runner
2025-08-20T22:06:59.5535837Z [00:03:02.059]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fefe5dc117d2dc4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5537954Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fefe5dc117d2dc4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5540035Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fefe5dc117d2dc4' from root:root to runner:runner
2025-08-20T22:06:59.5541844Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/dep-lib-is_terminal' from root:root to runner:runner
2025-08-20T22:06:59.5543945Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5545872Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/lib-is_terminal' from root:root to runner:runner
2025-08-20T22:06:59.5547753Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/lib-is_terminal.json' from root:root to runner:runner
2025-08-20T22:06:59.5549949Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d' from root:root to runner:runner
2025-08-20T22:06:59.5551766Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/lib-tokio_util' from root:root to runner:runner
2025-08-20T22:06:59.5553612Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T22:06:59.5555639Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5557506Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T22:06:59.5559514Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86' from root:root to runner:runner
2025-08-20T22:06:59.5561395Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/dep-lib-pretty_env_logger' from root:root to runner:runner
2025-08-20T22:06:59.5563564Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/lib-pretty_env_logger.json' from root:root to runner:runner
2025-08-20T22:06:59.5566363Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5568339Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/lib-pretty_env_logger' from root:root to runner:runner
2025-08-20T22:06:59.5570443Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34' from root:root to runner:runner
2025-08-20T22:06:59.5572460Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5575064Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/lib-smallvec' from root:root to runner:runner
2025-08-20T22:06:59.5576922Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:06:59.5578766Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:06:59.5580782Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527' from root:root to runner:runner
2025-08-20T22:06:59.5582716Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/lib-flume' from root:root to runner:runner
2025-08-20T22:06:59.5584525Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/dep-lib-flume' from root:root to runner:runner
2025-08-20T22:06:59.5586350Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5588167Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/lib-flume.json' from root:root to runner:runner
2025-08-20T22:06:59.5590307Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b' from root:root to runner:runner
2025-08-20T22:06:59.5592149Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.5594213Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5596169Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:06:59.5598089Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:06:59.5600161Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443' from root:root to runner:runner
2025-08-20T22:06:59.5601999Z [00:03:02.060]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:06:59.5603882Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:06:59.5605755Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5607614Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:06:59.5609817Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4' from root:root to runner:runner
2025-08-20T22:06:59.5611596Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:06:59.5613407Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5615203Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/lib-clap.json' from root:root to runner:runner
2025-08-20T22:06:59.5616983Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/lib-clap' from root:root to runner:runner
2025-08-20T22:06:59.5618689Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103' from root:root to runner:runner
2025-08-20T22:06:59.5620899Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/lib-num_cpus.json' from root:root to runner:runner
2025-08-20T22:06:59.5622742Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/lib-num_cpus' from root:root to runner:runner
2025-08-20T22:06:59.5624830Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5626683Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/dep-lib-num_cpus' from root:root to runner:runner
2025-08-20T22:06:59.5628445Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325' from root:root to runner:runner
2025-08-20T22:06:59.5630732Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5632817Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:06:59.5634860Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:06:59.5637056Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:06:59.5639144Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82' from root:root to runner:runner
2025-08-20T22:06:59.5640977Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:06:59.5642804Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5644616Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T22:06:59.5647776Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:06:59.5650417Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T22:06:59.5652218Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/lib-socket2' from root:root to runner:runner
2025-08-20T22:06:59.5654053Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5656641Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:06:59.5658903Z [00:03:02.061]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:06:59.5660939Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612' from root:root to runner:runner
2025-08-20T22:06:59.5662726Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5664572Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:06:59.5666567Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:06:59.5668374Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:06:59.5670501Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-20T22:06:59.5672241Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/dep-lib-nix' from root:root to runner:runner
2025-08-20T22:06:59.5674046Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5675809Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/lib-nix' from root:root to runner:runner
2025-08-20T22:06:59.5677694Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/lib-nix.json' from root:root to runner:runner
2025-08-20T22:06:59.5679642Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6' from root:root to runner:runner
2025-08-20T22:06:59.5681455Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5683400Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:06:59.5685321Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:06:59.5687240Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:06:59.5689290Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355' from root:root to runner:runner
2025-08-20T22:06:59.5691093Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/dep-lib-tokio' from root:root to runner:runner
2025-08-20T22:06:59.5693135Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5694932Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/lib-tokio' from root:root to runner:runner
2025-08-20T22:06:59.5696722Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/lib-tokio.json' from root:root to runner:runner
2025-08-20T22:06:59.5698460Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5' from root:root to runner:runner
2025-08-20T22:06:59.5700596Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5702649Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5704637Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T22:06:59.5706415Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.5708217Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5710334Z [00:03:02.062]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:06:59.5712137Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex.json' from root:root to runner:runner
2025-08-20T22:06:59.5713883Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44' from root:root to runner:runner
2025-08-20T22:06:59.5715646Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:06:59.5717494Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/lib-rand_core' from root:root to runner:runner
2025-08-20T22:06:59.5719829Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5721757Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:06:59.5723556Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9' from root:root to runner:runner
2025-08-20T22:06:59.5725996Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-17e9846437379ba7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5728309Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-17e9846437379ba7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5730444Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-17e9846437379ba7' from root:root to runner:runner
2025-08-20T22:06:59.5732360Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/lib-rand.json' from root:root to runner:runner
2025-08-20T22:06:59.5734706Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5736913Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/lib-rand' from root:root to runner:runner
2025-08-20T22:06:59.5738706Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:06:59.5740748Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259' from root:root to runner:runner
2025-08-20T22:06:59.5742570Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.5744461Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5746322Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/lib-getrandom' from root:root to runner:runner
2025-08-20T22:06:59.5748405Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:06:59.5750471Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0' from root:root to runner:runner
2025-08-20T22:06:59.5752442Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5754546Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5756465Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T22:06:59.5758223Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/lib-log' from root:root to runner:runner
2025-08-20T22:06:59.5760447Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/dep-lib-log' from root:root to runner:runner
2025-08-20T22:06:59.5762523Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5764496Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/lib-log.json' from root:root to runner:runner
2025-08-20T22:06:59.5766340Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf' from root:root to runner:runner
2025-08-20T22:06:59.5768323Z [00:03:02.063]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5770701Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:06:59.5772632Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/lib-bitflags' from root:root to runner:runner
2025-08-20T22:06:59.5774683Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:06:59.5776667Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136' from root:root to runner:runner
2025-08-20T22:06:59.5778590Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/lib-pnet.json' from root:root to runner:runner
2025-08-20T22:06:59.5780875Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5782774Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/lib-pnet' from root:root to runner:runner
2025-08-20T22:06:59.5784748Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/dep-lib-pnet' from root:root to runner:runner
2025-08-20T22:06:59.5786628Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1' from root:root to runner:runner
2025-08-20T22:06:59.5788563Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/lib-env_logger.json' from root:root to runner:runner
2025-08-20T22:06:59.5790807Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5792773Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/lib-env_logger' from root:root to runner:runner
2025-08-20T22:06:59.5794792Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T22:06:59.5805020Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276' from root:root to runner:runner
2025-08-20T22:06:59.5807662Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/lib-pnet_base' from root:root to runner:runner
2025-08-20T22:06:59.5810633Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/dep-lib-pnet_base' from root:root to runner:runner
2025-08-20T22:06:59.5812576Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5814471Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/lib-pnet_base.json' from root:root to runner:runner
2025-08-20T22:06:59.5816275Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db' from root:root to runner:runner
2025-08-20T22:06:59.5818295Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:06:59.5820491Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5822490Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:06:59.5824501Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:06:59.5826403Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T22:06:59.5828299Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T22:06:59.5830555Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:06:59.5832507Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5834439Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:06:59.5836440Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b' from root:root to runner:runner
2025-08-20T22:06:59.5838269Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5840372Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/lib-pnet_datalink' from root:root to runner:runner
2025-08-20T22:06:59.5842275Z [00:03:02.064]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/lib-pnet_datalink.json' from root:root to runner:runner
2025-08-20T22:06:59.5844172Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/dep-lib-pnet_datalink' from root:root to runner:runner
2025-08-20T22:06:59.5846129Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623' from root:root to runner:runner
2025-08-20T22:06:59.5847929Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/dep-lib-phantun' from root:root to runner:runner
2025-08-20T22:06:59.5849962Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5851816Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/lib-phantun.json' from root:root to runner:runner
2025-08-20T22:06:59.5853625Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/lib-phantun' from root:root to runner:runner
2025-08-20T22:06:59.5855378Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a' from root:root to runner:runner
2025-08-20T22:06:59.5857143Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/lib-no_std_net' from root:root to runner:runner
2025-08-20T22:06:59.5859183Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5861281Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/dep-lib-no_std_net' from root:root to runner:runner
2025-08-20T22:06:59.5863146Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/lib-no_std_net.json' from root:root to runner:runner
2025-08-20T22:06:59.5864969Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70' from root:root to runner:runner
2025-08-20T22:06:59.5866859Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-944b807d3b359a36/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5868881Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-944b807d3b359a36/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5870996Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-944b807d3b359a36' from root:root to runner:runner
2025-08-20T22:06:59.5873763Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/lib-pnet_macros_support.json' from root:root to runner:runner
2025-08-20T22:06:59.5877623Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/dep-lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T22:06:59.5881532Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5883992Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T22:06:59.5885868Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7' from root:root to runner:runner
2025-08-20T22:06:59.5887834Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5889911Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/lib-pnet_packet.json' from root:root to runner:runner
2025-08-20T22:06:59.5891797Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/lib-pnet_packet' from root:root to runner:runner
2025-08-20T22:06:59.5893831Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/dep-lib-pnet_packet' from root:root to runner:runner
2025-08-20T22:06:59.5895886Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71' from root:root to runner:runner
2025-08-20T22:06:59.5897835Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5899944Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/lib-futures_sink' from root:root to runner:runner
2025-08-20T22:06:59.5901854Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T22:06:59.5903929Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T22:06:59.5905778Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46' from root:root to runner:runner
2025-08-20T22:06:59.5907604Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime.json' from root:root to runner:runner
2025-08-20T22:06:59.5909677Z [00:03:02.065]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5911531Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime' from root:root to runner:runner
2025-08-20T22:06:59.5913379Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/dep-lib-humantime' from root:root to runner:runner
2025-08-20T22:06:59.5915149Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121' from root:root to runner:runner
2025-08-20T22:06:59.5916971Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:06:59.5918860Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5921105Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:06:59.5923025Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:06:59.5924852Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7' from root:root to runner:runner
2025-08-20T22:06:59.5926688Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:06:59.5928815Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5931028Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:06:59.5933112Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:06:59.5934970Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b' from root:root to runner:runner
2025-08-20T22:06:59.5936778Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/lib-ipnetwork.json' from root:root to runner:runner
2025-08-20T22:06:59.5938631Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/lib-ipnetwork' from root:root to runner:runner
2025-08-20T22:06:59.5940709Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5942567Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/dep-lib-ipnetwork' from root:root to runner:runner
2025-08-20T22:06:59.5944360Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712' from root:root to runner:runner
2025-08-20T22:06:59.5946809Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/lib-fake_tcp' from root:root to runner:runner
2025-08-20T22:06:59.5949231Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5951241Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/lib-fake_tcp.json' from root:root to runner:runner
2025-08-20T22:06:59.5953124Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/output-lib-fake_tcp' from root:root to runner:runner
2025-08-20T22:06:59.5954975Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/dep-lib-fake_tcp' from root:root to runner:runner
2025-08-20T22:06:59.5956740Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86' from root:root to runner:runner
2025-08-20T22:06:59.5958749Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ceae1184c3eee38c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:06:59.5961041Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ceae1184c3eee38c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:06:59.5962860Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ceae1184c3eee38c' from root:root to runner:runner
2025-08-20T22:06:59.5964653Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5966496Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/lib-pnet_sys.json' from root:root to runner:runner
2025-08-20T22:06:59.5968303Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/lib-pnet_sys' from root:root to runner:runner
2025-08-20T22:06:59.5970653Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/dep-lib-pnet_sys' from root:root to runner:runner
2025-08-20T22:06:59.5972443Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66' from root:root to runner:runner
2025-08-20T22:06:59.5974196Z [00:03:02.066]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/lib-spin.json' from root:root to runner:runner
2025-08-20T22:06:59.5976166Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:06:59.5977951Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/lib-spin' from root:root to runner:runner
2025-08-20T22:06:59.5980006Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/dep-lib-spin' from root:root to runner:runner
2025-08-20T22:06:59.5981742Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de' from root:root to runner:runner
2025-08-20T22:06:59.5983329Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:06:59.5984797Z [00:03:02.067]➜  ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libphantun.rlib' retained as runner:runner
2025-08-20T22:06:59.5986352Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:06:59.5987794Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:06:59.5989419Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:06:59.5990739Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:06:59.5991968Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:06:59.5993142Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:06:59.5994295Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO' from root:root to runner:runner
2025-08-20T22:06:59.5995565Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO' from root:root to runner:runner
2025-08-20T22:06:59.5996578Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:06:59.5997546Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/server' from runner:docker to runner:runner
2025-08-20T22:06:59.5998722Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/client' from runner:docker to runner:runner
2025-08-20T22:06:59.6000182Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:06:59.6001197Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:06:59.6002176Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:06:59.6003081Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:06:59.6004198Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/server' from runner:docker to runner:runner
2025-08-20T22:06:59.6005084Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/client' from runner:docker to runner:runner
2025-08-20T22:06:59.6006042Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.static.version' from runner:docker to runner:runner
2025-08-20T22:06:59.6006997Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:06:59.6007857Z [00:03:02.067]➜  changed ownership of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:06:59.6008756Z [00:03:02.077]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6010241Z [00:03:02.085]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6011461Z [00:03:02.093]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6012742Z [00:03:02.102]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images/packet-headers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6014179Z [00:03:02.110]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images/phantun-vs-udp2raw-benchmark-result.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6015592Z [00:03:02.118]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/images/traffic-flow.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6017612Z [00:03:02.126]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6019347Z [00:03:02.136]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6020657Z [00:03:02.145]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6021971Z [00:03:02.153]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/bin/client.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6023291Z [00:03:02.162]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/bin/server.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6024584Z [00:03:02.170]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6026014Z [00:03:02.178]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6027279Z [00:03:02.186]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/phantun/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6028509Z [00:03:02.194]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6029860Z [00:03:02.202]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6031115Z [00:03:02.210]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6032352Z [00:03:02.218]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6033617Z [00:03:02.225]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6034986Z [00:03:02.233]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6036177Z [00:03:02.240]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/phantun.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6037415Z [00:03:02.247]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/docker/docker-compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6087409Z [00:03:02.254]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6158458Z [00:03:02.261]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6227558Z [00:03:02.268]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6296880Z [00:03:02.275]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6365849Z [00:03:02.282]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/src/packet.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6433887Z [00:03:02.289]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/fake-tcp/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6501675Z [00:03:02.295]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6570952Z [00:03:02.302]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows/docker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6642157Z [00:03:02.309]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6711314Z [00:03:02.316]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.github/workflows/rust.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6781128Z [00:03:02.323]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6848774Z [00:03:02.330]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6917983Z [00:03:02.337]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.6985677Z [00:03:02.344]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7054745Z [00:03:02.351]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7124970Z [00:03:02.358]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7195597Z [00:03:02.365]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7264715Z [00:03:02.372]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7334143Z [00:03:02.379]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7402670Z [00:03:02.386]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7471199Z [00:03:02.392]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7539312Z [00:03:02.399]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7610523Z [00:03:02.406]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7677977Z [00:03:02.413]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7746484Z [00:03:02.420]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7816336Z [00:03:02.427]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7888404Z [00:03:02.434]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.7960553Z [00:03:02.441]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8029875Z [00:03:02.448]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8098828Z [00:03:02.455]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8166854Z [00:03:02.462]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8234719Z [00:03:02.469]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8308076Z [00:03:02.476]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8383478Z [00:03:02.484]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8460687Z [00:03:02.491]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8538913Z [00:03:02.499]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8615451Z [00:03:02.507]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8692522Z [00:03:02.514]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-396f590db002f61355e797bdc76e4a00024bbc4b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8768609Z [00:03:02.522]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8847171Z [00:03:02.530]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.8925598Z [00:03:02.538]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/objects/pack/pack-e13bb5f66187b653c3520a49f246a4048c708b7b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9001572Z [00:03:02.545]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9077246Z [00:03:02.553]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9153198Z [00:03:02.561]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9230165Z [00:03:02.568]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9306591Z [00:03:02.576]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9381712Z [00:03:02.583]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build_script_build-abcfa61d53035d8d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9462297Z [00:03:02.591]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/libc-abcfa61d53035d8d/build_script_build-abcfa61d53035d8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9546718Z [00:03:02.600]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9626580Z [00:03:02.608]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build_script_build-75a30f1a563118cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9702151Z [00:03:02.615]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/nix-75a30f1a563118cd/build_script_build-75a30f1a563118cd' retained as 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9778338Z [00:03:02.623]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9857605Z [00:03:02.631]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:06:59.9945397Z [00:03:02.640]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0041681Z [00:03:02.649]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-e8403eeb2764aeac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0132363Z [00:03:02.658]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0222553Z [00:03:02.667]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build_script_build-10ed9c5674fd9906.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0315478Z [00:03:02.677]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/syn-10ed9c5674fd9906/build_script_build-10ed9c5674fd9906' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0402453Z [00:03:02.685]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0486296Z [00:03:02.694]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build_script_build-2ac49e57480ccfbc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0568446Z [00:03:02.702]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/memoffset-2ac49e57480ccfbc/build_script_build-2ac49e57480ccfbc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0649443Z [00:03:02.710]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0731785Z [00:03:02.718]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0812794Z [00:03:02.726]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0894879Z [00:03:02.735]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-ce0ab019c0dbd052/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.0977446Z [00:03:02.743]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1056978Z [00:03:02.751]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build_script_build-ec68f32e3d0bb995' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1138687Z [00:03:02.759]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/zerocopy-ec68f32e3d0bb995/build_script_build-ec68f32e3d0bb995.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1222702Z [00:03:02.767]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1306123Z [00:03:02.776]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1407316Z [00:03:02.786]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1507957Z [00:03:02.796]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build_script_build-eb72febf06ec81c2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1604735Z [00:03:02.806]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1698321Z [00:03:02.815]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/getrandom-eb72febf06ec81c2/build_script_build-eb72febf06ec81c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1782252Z [00:03:02.823]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1864206Z [00:03:02.832]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.1944399Z [00:03:02.840]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2025570Z [00:03:02.848]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2102918Z [00:03:02.855]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build_script_build-11a1b7d9a53bf90d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2183298Z [00:03:02.863]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/pnet-11a1b7d9a53bf90d/build_script_build-11a1b7d9a53bf90d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2265998Z [00:03:02.872]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2345439Z [00:03:02.880]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2426993Z [00:03:02.888]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-73a4cd4857c66ddd/build_script_build-73a4cd4857c66ddd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2514881Z [00:03:02.897]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2592051Z [00:03:02.904]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2667649Z [00:03:02.912]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2741678Z [00:03:02.919]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2814076Z [00:03:02.927]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2886658Z [00:03:02.934]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.2959667Z [00:03:02.941]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/serde-00688ae61fe18f71/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3033257Z [00:03:02.949]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3106481Z [00:03:02.956]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3179948Z [00:03:02.963]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3252965Z [00:03:02.971]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3326056Z [00:03:02.978]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build_script_build-a7a6efab12b145f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3402706Z [00:03:02.985]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/build/proc-macro2-a7a6efab12b145f7/build_script_build-a7a6efab12b145f7' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3479915Z [00:03:02.993]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-8f7f5f474e2cb708.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3560913Z [00:03:03.001]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_automata-ca2be0475c79c0ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3643879Z [00:03:03.010]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/tokio_macros-3b6cd5ca2a56bca2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3718869Z [00:03:03.017]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/syn-75cdfa37ae49fdf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3793197Z [00:03:03.025]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde_derive-d0ab1f552aff8bf4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3864943Z [00:03:03.032]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.3936105Z [00:03:03.039]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_automata-ca2be0475c79c0ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4007316Z [00:03:03.046]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libneli_proc_macros-99c7f1f864196616.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4080350Z [00:03:03.053]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4152349Z [00:03:03.060]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde-3ebe97a1b87a3d71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4234852Z [00:03:03.069]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/proc_macro2-b56464e6caa1efb3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4316463Z [00:03:03.077]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4396950Z [00:03:03.085]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/either-741e9522f84177c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4479317Z [00:03:03.093]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4561803Z [00:03:03.101]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex-d1160b9f7eb978f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4642089Z [00:03:03.109]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4719928Z [00:03:03.117]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-8f7f5f474e2cb708.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4798290Z [00:03:03.125]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4877977Z [00:03:03.133]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.4956210Z [00:03:03.141]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5035035Z [00:03:03.149]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/neli_proc_macros-99c7f1f864196616.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5112860Z [00:03:03.156]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5189468Z [00:03:03.164]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/syn-8f7f5f474e2cb708.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5266566Z [00:03:03.172]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libeither-741e9522f84177c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5344640Z [00:03:03.180]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libeither-741e9522f84177c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5422962Z [00:03:03.187]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5502550Z [00:03:03.195]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/thiserror_impl-fb70b6a50ef848fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5584070Z [00:03:03.204]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/serde_derive-d0ab1f552aff8bf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5675967Z [00:03:03.213]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libregex-d1160b9f7eb978f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5760693Z [00:03:03.221]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5842312Z [00:03:03.229]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libtokio_macros-3b6cd5ca2a56bca2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.5922171Z [00:03:03.237]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6010871Z [00:03:03.246]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6099587Z [00:03:03.255]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/regex_syntax-6e8c13dee0a493bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6177889Z [00:03:03.263]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libpnet_macros-aff6a61c53825970.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6257164Z [00:03:03.271]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6338120Z [00:03:03.279]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6417810Z [00:03:03.287]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/memchr-5943794461f05041.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6497906Z [00:03:03.295]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/regex_automata-ca2be0475c79c0ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6574651Z [00:03:03.303]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libserde-3ebe97a1b87a3d71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6655028Z [00:03:03.311]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6733907Z [00:03:03.319]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/aho_corasick-e265cc11e5425c03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6812781Z [00:03:03.326]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/serde-3ebe97a1b87a3d71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6888566Z [00:03:03.334]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/regex-d1160b9f7eb978f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.6966920Z [00:03:03.342]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/quote-7a4649a2f4d3160e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7040461Z [00:03:03.349]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/pnet_macros-aff6a61c53825970.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7112458Z [00:03:03.357]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7184863Z [00:03:03.364]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libproc_macro2-b56464e6caa1efb3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7257491Z [00:03:03.371]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7328028Z [00:03:03.378]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libsyn-75cdfa37ae49fdf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7398755Z [00:03:03.385]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libthiserror_impl-fb70b6a50ef848fb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7468359Z [00:03:03.392]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/deps/libquote-7a4649a2f4d3160e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7540822Z [00:03:03.399]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7609617Z [00:03:03.406]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7679203Z [00:03:03.413]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7749918Z [00:03:03.420]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-automata-ca2be0475c79c0ad/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7820106Z [00:03:03.427]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7890083Z [00:03:03.434]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.7965490Z [00:03:03.442]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8035503Z [00:03:03.449]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/tokio-macros-3b6cd5ca2a56bca2/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8107470Z [00:03:03.456]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8177973Z [00:03:03.463]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8248614Z [00:03:03.470]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8318731Z [00:03:03.477]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/libc-abcfa61d53035d8d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8388371Z [00:03:03.484]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8456891Z [00:03:03.491]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8525518Z [00:03:03.498]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8596427Z [00:03:03.505]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8666318Z [00:03:03.512]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8735253Z [00:03:03.519]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8803388Z [00:03:03.526]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8873356Z [00:03:03.533]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/nix-75a30f1a563118cd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.8943228Z [00:03:03.540]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-e8403eeb2764aeac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9012599Z [00:03:03.546]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-e8403eeb2764aeac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9082397Z [00:03:03.553]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9151497Z [00:03:03.560]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9221269Z [00:03:03.567]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9290218Z [00:03:03.574]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-b56464e6caa1efb3/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9359928Z [00:03:03.581]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9430268Z [00:03:03.588]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9497476Z [00:03:03.595]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9568724Z [00:03:03.602]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-10ed9c5674fd9906/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9639922Z [00:03:03.609]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9708624Z [00:03:03.616]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/lib-neli_proc_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9783855Z [00:03:03.624]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/lib-neli_proc_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9857283Z [00:03:03.631]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/neli-proc-macros-99c7f1f864196616/dep-lib-neli_proc_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9928402Z [00:03:03.638]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:00.9999229Z [00:03:03.645]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/dep-lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0068805Z [00:03:03.652]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0144234Z [00:03:03.660]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet_macros-aff6a61c53825970/lib-pnet_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0224893Z [00:03:03.668]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0306021Z [00:03:03.676]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0385552Z [00:03:03.684]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0462703Z [00:03:03.691]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde_derive-d0ab1f552aff8bf4/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0537558Z [00:03:03.699]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0613092Z [00:03:03.707]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0686697Z [00:03:03.714]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0760702Z [00:03:03.721]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memoffset-2ac49e57480ccfbc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0836371Z [00:03:03.729]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0912967Z [00:03:03.737]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.0988451Z [00:03:03.744]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1063492Z [00:03:03.752]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/quote-7a4649a2f4d3160e/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1139790Z [00:03:03.759]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1214830Z [00:03:03.767]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1291562Z [00:03:03.774]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1369371Z [00:03:03.782]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1448754Z [00:03:03.790]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1532800Z [00:03:03.798]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1623091Z [00:03:03.807]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1706980Z [00:03:03.816]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/either-741e9522f84177c1/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1792319Z [00:03:03.824]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1876336Z [00:03:03.833]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.1956254Z [00:03:03.841]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2034461Z [00:03:03.849]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2110267Z [00:03:03.856]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2199162Z [00:03:03.865]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2286368Z [00:03:03.874]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2366041Z [00:03:03.882]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-8f7f5f474e2cb708/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2445530Z [00:03:03.890]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2524258Z [00:03:03.898]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2600889Z [00:03:03.905]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2680493Z [00:03:03.913]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-impl-fb70b6a50ef848fb/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2758592Z [00:03:03.921]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2836407Z [00:03:03.929]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2913439Z [00:03:03.936]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.2989944Z [00:03:03.944]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3066194Z [00:03:03.952]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-ce0ab019c0dbd052/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3143819Z [00:03:03.960]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-ce0ab019c0dbd052/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3220498Z [00:03:03.967]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3294798Z [00:03:03.975]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3371647Z [00:03:03.982]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3446421Z [00:03:03.990]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/zerocopy-ec68f32e3d0bb995/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3521446Z [00:03:03.997]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3595045Z [00:03:04.005]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3666868Z [00:03:04.012]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3737699Z [00:03:04.019]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3808084Z [00:03:04.026]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3878592Z [00:03:04.033]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.3949688Z [00:03:04.040]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4022039Z [00:03:04.047]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4093989Z [00:03:04.055]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4166684Z [00:03:04.062]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4237435Z [00:03:04.069]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4306893Z [00:03:04.076]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/getrandom-eb72febf06ec81c2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4377792Z [00:03:04.083]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4448815Z [00:03:04.090]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4519095Z [00:03:04.097]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4593219Z [00:03:04.105]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4664032Z [00:03:04.112]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4734485Z [00:03:04.119]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4803225Z [00:03:04.126]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4873931Z [00:03:04.133]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/pnet-11a1b7d9a53bf90d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.4945810Z [00:03:04.140]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5015963Z [00:03:04.147]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5085806Z [00:03:04.154]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5156041Z [00:03:04.161]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-73a4cd4857c66ddd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5226707Z [00:03:04.168]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5297261Z [00:03:04.175]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5367511Z [00:03:04.182]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5436615Z [00:03:04.189]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/syn-75cdfa37ae49fdf9/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5506685Z [00:03:04.196]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5576394Z [00:03:04.203]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5645360Z [00:03:04.210]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5714789Z [00:03:04.217]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5784391Z [00:03:04.224]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5852644Z [00:03:04.230]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5919937Z [00:03:04.237]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.5987509Z [00:03:04.244]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6058546Z [00:03:04.251]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-00688ae61fe18f71/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6134352Z [00:03:04.259]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-00688ae61fe18f71/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6213849Z [00:03:04.267]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6292866Z [00:03:04.274]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6373222Z [00:03:04.282]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6453694Z [00:03:04.290]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6535332Z [00:03:04.299]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6614572Z [00:03:04.307]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6693658Z [00:03:04.315]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6773691Z [00:03:04.322]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/regex-d1160b9f7eb978f8/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6855182Z [00:03:04.331]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.6940026Z [00:03:04.339]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7023637Z [00:03:04.348]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7106258Z [00:03:04.356]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/serde-3ebe97a1b87a3d71/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7189479Z [00:03:04.364]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7270865Z [00:03:04.372]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7353369Z [00:03:04.380]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7434509Z [00:03:04.389]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/release/.fingerprint/proc-macro2-a7a6efab12b145f7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7524541Z [00:03:04.398]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/client.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7614445Z [00:03:04.407]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/server.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7695150Z [00:03:04.415]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfake_tcp.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7775454Z [00:03:04.423]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7856615Z [00:03:04.431]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/server' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:01.7941138Z [00:03:04.439]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/client' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8023485Z [00:03:04.448]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libphantun.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8102289Z [00:03:04.455]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8185035Z [00:03:04.464]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8267902Z [00:03:04.472]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8351999Z [00:03:04.480]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-42fd91e4f4418770/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8439263Z [00:03:04.489]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8527177Z [00:03:04.498]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8614452Z [00:03:04.507]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8701802Z [00:03:04.515]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pnet-80cffc96fdeb05f5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8787389Z [00:03:04.524]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_7ae6db89fd6c335d_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8874868Z [00:03:04.533]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.8960745Z [00:03:04.541]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9042499Z [00:03:04.549]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9118306Z [00:03:04.557]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9190539Z [00:03:04.564]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9261917Z [00:03:04.571]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9332473Z [00:03:04.578]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9403487Z [00:03:04.586]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-2ab96733c14cef57/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9473496Z [00:03:04.593]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9542925Z [00:03:04.599]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9615834Z [00:03:04.607]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9686046Z [00:03:04.614]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fefe5dc117d2dc4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9757118Z [00:03:04.621]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9827035Z [00:03:04.628]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9896742Z [00:03:04.635]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:01.9965696Z [00:03:04.642]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0035658Z [00:03:04.649]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/out/autocfg_ef3c66fd6d8ab689_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0104136Z [00:03:04.656]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0173118Z [00:03:04.663]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0240670Z [00:03:04.669]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0309392Z [00:03:04.676]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-17e9846437379ba7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0378136Z [00:03:04.683]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0446309Z [00:03:04.690]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0513840Z [00:03:04.697]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0581569Z [00:03:04.703]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0650494Z [00:03:04.710]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0718475Z [00:03:04.717]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0786860Z [00:03:04.724]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0855233Z [00:03:04.731]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-944b807d3b359a36/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0924805Z [00:03:04.738]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.0993470Z [00:03:04.745]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1062716Z [00:03:04.751]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1130577Z [00:03:04.758]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-ceae1184c3eee38c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1201686Z [00:03:04.765]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-96e4a561e96726c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1272029Z [00:03:04.772]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1341811Z [00:03:04.779]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1412510Z [00:03:04.786]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:02.1481362Z [00:03:04.793]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1549871Z [00:03:04.800]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1617962Z [00:03:04.807]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-ba70156f7f504e46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1687300Z [00:03:04.814]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-52e14095d013c438.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1757164Z [00:03:04.821]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-6fd2786dff2e68a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1829935Z [00:03:04.828]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-801ef539ae6de109.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.1901081Z [00:03:04.835]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:02.1971104Z [00:03:04.842]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2051213Z [00:03:04.850]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2132666Z [00:03:04.858]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2217902Z [00:03:04.867]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-2543fd537a8a5fd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2299970Z [00:03:04.875]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphantun-99559f99bb0e500a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2382790Z [00:03:04.883]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_packet-17d441f6e7e1aa71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2469952Z [00:03:04.892]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spin-b85184a54a5ea3de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2555678Z [00:03:04.901]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2640937Z [00:03:04.909]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2725185Z [00:03:04.918]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-efe33e5bc81e27e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2807493Z [00:03:04.926]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnetwork-2c9976ad26c8e712.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.2893242Z [00:03:04.934]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:02.2979873Z [00:03:04.943]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-1a751bdef796b136.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3064359Z [00:03:04.952]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-1f9edc9ad2990276.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3151391Z [00:03:04.960]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-4917630bb7378cbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3232648Z [00:03:04.968]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3317081Z [00:03:04.977]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3399902Z [00:03:04.985]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/server-c75d241d9e2f0a96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3483838Z [00:03:04.993]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:02.3565505Z [00:03:05.002]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-94558f37e338cf70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3649280Z [00:03:05.010]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d8fe11a973953527.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3731486Z [00:03:05.018]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-ba70156f7f504e46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3811186Z [00:03:05.026]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:02.3892709Z [00:03:05.034]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flume-d0b83c265f9c296b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.3974612Z [00:03:05.043]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-f234a009a053a5f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4057209Z [00:03:05.051]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4135436Z [00:03:05.059]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4211633Z [00:03:05.066]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4283388Z [00:03:05.074]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnetwork-2c9976ad26c8e712.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4355910Z [00:03:05.081]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_transport-3edb05618cf42164.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4426000Z [00:03:05.088]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-a404876ca9523791.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4495792Z [00:03:05.095]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4568328Z [00:03:05.102]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-6a6b67237d617d8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4637661Z [00:03:05.109]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-2634e82270f54e87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4706310Z [00:03:05.116]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4774856Z [00:03:05.123]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_cpus-f8804f5e82bcd325.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4844284Z [00:03:05.130]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinternet_checksum-f0935baa1821e831.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4913877Z [00:03:05.137]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_transport-3edb05618cf42164.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.4982449Z [00:03:05.144]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/client-2f9271fbf22a9d72' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5051063Z [00:03:05.150]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-36f01bb4c7599259.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5119623Z [00:03:05.157]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2ae1863353d53df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5188517Z [00:03:05.164]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6a6b67237d617d8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5256376Z [00:03:05.171]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5325066Z [00:03:05.178]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5394667Z [00:03:05.185]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-228be672edcd1269.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5462879Z [00:03:05.192]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5530451Z [00:03:05.198]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-ebbbe0c03cfb68c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5598843Z [00:03:05.205]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-96e4a561e96726c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5666410Z [00:03:05.212]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-105129fa3b2af6a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5735363Z [00:03:05.219]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-4df20e2f117bcf1a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5804800Z [00:03:05.226]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5873868Z [00:03:05.233]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-8ab7bce475b3df61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.5941758Z [00:03:05.239]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6010009Z [00:03:05.246]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_tun-18cb3477a49585f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6077956Z [00:03:05.253]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-6fd2786dff2e68a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6145853Z [00:03:05.260]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:02.6214675Z [00:03:05.267]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6284181Z [00:03:05.274]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6352335Z [00:03:05.280]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6420078Z [00:03:05.287]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6487745Z [00:03:05.294]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-f234a009a053a5f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6556201Z [00:03:05.301]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-6fd2786dff2e68a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6625589Z [00:03:05.308]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-9e140f72855ead82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6694896Z [00:03:05.315]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-c2ae1863353d53df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6764052Z [00:03:05.322]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6833555Z [00:03:05.329]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-553f3b8b3cbf4ec9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6903777Z [00:03:05.336]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-d8fe11a973953527.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.6972720Z [00:03:05.342]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_macros_support-efe33e5bc81e27e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7039961Z [00:03:05.349]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-17d441f6e7e1aa71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7108615Z [00:03:05.356]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7177233Z [00:03:05.363]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7245476Z [00:03:05.370]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7314456Z [00:03:05.377]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_sys-0ea42d4f0707af66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7383421Z [00:03:05.384]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-b85184a54a5ea3de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7451691Z [00:03:05.390]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a11b56e28eb82443.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7519935Z [00:03:05.397]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-08e863e665c8abee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7590435Z [00:03:05.404]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-4df20e2f117bcf1a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7658142Z [00:03:05.411]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/client-2f9271fbf22a9d72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7726600Z [00:03:05.418]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet-03b98f41ef526dd1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7794907Z [00:03:05.425]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_transport-3edb05618cf42164.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7863561Z [00:03:05.432]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-228be672edcd1269.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.7937260Z [00:03:05.439]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_net-94558f37e338cf70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8021277Z [00:03:05.447]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6a6b67237d617d8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8108068Z [00:03:05.456]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_tun-18cb3477a49585f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8201353Z [00:03:05.465]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-553f3b8b3cbf4ec9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8292314Z [00:03:05.474]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-9e140f72855ead82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8375732Z [00:03:05.483]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_base-0d2bacb766c928db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8452235Z [00:03:05.490]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-8ab7bce475b3df61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8526284Z [00:03:05.498]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8605138Z [00:03:05.506]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8686519Z [00:03:05.514]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-17d441f6e7e1aa71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8768549Z [00:03:05.522]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-28eabf47a94d5103.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8849291Z [00:03:05.530]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-1a751bdef796b136.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.8929505Z [00:03:05.538]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9007902Z [00:03:05.546]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-94558f37e338cf70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9083750Z [00:03:05.554]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-4df20e2f117bcf1a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9160909Z [00:03:05.561]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/humantime-aed975c38708e121.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9235278Z [00:03:05.569]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal-ee777146a8c3546d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9313717Z [00:03:05.577]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9389876Z [00:03:05.584]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-5fae3438f343a612.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9464402Z [00:03:05.592]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-36f01bb4c7599259.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9541158Z [00:03:05.599]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-ebbbe0c03cfb68c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9616946Z [00:03:05.607]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-36f01bb4c7599259.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9689354Z [00:03:05.614]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-42535a235a27277d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9762865Z [00:03:05.622]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-7d8d5a5392416a44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9837234Z [00:03:05.629]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9911495Z [00:03:05.636]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pretty_env_logger-b8628e5fc00e8f34.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:02.9984691Z [00:03:05.644]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2094dfb074130c86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0056666Z [00:03:05.651]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-a404876ca9523791.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0127236Z [00:03:05.658]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.0202888Z [00:03:05.665]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-96e4a561e96726c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0285613Z [00:03:05.674]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/server-c75d241d9e2f0a96' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0366752Z [00:03:05.682]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnetwork-2c9976ad26c8e712.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0449812Z [00:03:05.690]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0532384Z [00:03:05.698]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfake_tcp-ed0ee6a41bab4f86.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0616766Z [00:03:05.707]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_datalink-76116c4696f78623.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0700399Z [00:03:05.715]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0781534Z [00:03:05.723]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0861758Z [00:03:05.731]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-1a751bdef796b136.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.0944714Z [00:03:05.740]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/phantun-99559f99bb0e500a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1029085Z [00:03:05.748]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1112015Z [00:03:05.756]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_sys-0ea42d4f0707af66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1191129Z [00:03:05.764]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-efe33e5bc81e27e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1265824Z [00:03:05.772]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-52e14095d013c438.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1339401Z [00:03:05.779]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-b85184a54a5ea3de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1412520Z [00:03:05.786]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnanorand-3ad425180f0476c2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1486175Z [00:03:05.794]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-acce355d4dd28cdf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1560372Z [00:03:05.801]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinternet_checksum-f0935baa1821e831.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1640320Z [00:03:05.809]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-af737d3bb6c5afa3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1720586Z [00:03:05.817]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2543fd537a8a5fd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1802952Z [00:03:05.825]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1881932Z [00:03:05.833]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-52e14095d013c438.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.1959742Z [00:03:05.841]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2037161Z [00:03:05.849]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7d8d5a5392416a44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2115235Z [00:03:05.857]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fake_tcp-ed0ee6a41bab4f86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2194461Z [00:03:05.865]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2274108Z [00:03:05.873]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2353027Z [00:03:05.880]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-0d2bacb766c928db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2433072Z [00:03:05.888]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2511833Z [00:03:05.896]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2591987Z [00:03:05.904]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2667866Z [00:03:05.912]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnanorand-3ad425180f0476c2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2741922Z [00:03:05.919]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-ee777146a8c3546d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2813720Z [00:03:05.927]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.2886276Z [00:03:05.934]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal-ee777146a8c3546d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.2956479Z [00:03:05.941]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3025820Z [00:03:05.948]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_datalink-76116c4696f78623.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3094852Z [00:03:05.955]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-f8804f5e82bcd325.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3164338Z [00:03:05.962]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-f234a009a053a5f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3234446Z [00:03:05.969]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-2634e82270f54e87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3302830Z [00:03:05.975]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-228be672edcd1269.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3370766Z [00:03:05.982]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3440190Z [00:03:05.989]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.3509117Z [00:03:05.996]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet-03b98f41ef526dd1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3577688Z [00:03:06.003]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-105129fa3b2af6a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3645824Z [00:03:06.010]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3714406Z [00:03:06.017]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet-03b98f41ef526dd1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3782607Z [00:03:06.023]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.3851877Z [00:03:06.030]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libphantun-99559f99bb0e500a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.3930177Z [00:03:06.038]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4009813Z [00:03:06.046]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4086357Z [00:03:06.054]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-af737d3bb6c5afa3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4164010Z [00:03:06.062]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-96fa317258d3c23c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4244045Z [00:03:06.070]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-28eabf47a94d5103.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4321074Z [00:03:06.077]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhumantime-aed975c38708e121.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4399886Z [00:03:06.085]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4478525Z [00:03:06.093]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4556415Z [00:03:06.101]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-ba70156f7f504e46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4640851Z [00:03:06.109]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-1f9edc9ad2990276.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4720009Z [00:03:06.117]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a11b56e28eb82443.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4799332Z [00:03:06.125]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-08e863e665c8abee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4877520Z [00:03:06.133]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/neli-ed381dd89eb546df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.4957320Z [00:03:06.141]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.5036694Z [00:03:06.149]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-acce355d4dd28cdf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5121877Z [00:03:06.157]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-d0b83c265f9c296b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5207867Z [00:03:06.166]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5288833Z [00:03:06.174]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-a404876ca9523791.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5369413Z [00:03:06.182]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-9e140f72855ead82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5446544Z [00:03:06.190]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-1f9edc9ad2990276.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5530034Z [00:03:06.198]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5617734Z [00:03:06.207]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-5fae3438f343a612.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5700263Z [00:03:06.215]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_datalink-76116c4696f78623.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5783096Z [00:03:06.223]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5866574Z [00:03:06.232]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflume-d0b83c265f9c296b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.5949380Z [00:03:06.240]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.6032519Z [00:03:06.248]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libneli-ed381dd89eb546df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6113843Z [00:03:06.257]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-2634e82270f54e87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6192919Z [00:03:06.264]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6268117Z [00:03:06.272]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2543fd537a8a5fd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6341277Z [00:03:06.279]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-42535a235a27277d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6412793Z [00:03:06.287]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpretty_env_logger-b8628e5fc00e8f34.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6483191Z [00:03:06.294]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-553f3b8b3cbf4ec9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6556018Z [00:03:06.301]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nanorand-3ad425180f0476c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6625775Z [00:03:06.308]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-2094dfb074130c86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6695497Z [00:03:06.315]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6765285Z [00:03:06.322]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2ae1863353d53df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6833720Z [00:03:06.329]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/internet_checksum-f0935baa1821e831.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6902024Z [00:03:06.335]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.6970119Z [00:03:06.342]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-08e863e665c8abee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7038433Z [00:03:06.349]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-d8fe11a973953527.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7106000Z [00:03:06.356]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libfake_tcp.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7175814Z [00:03:06.363]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7244635Z [00:03:06.370]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7312857Z [00:03:06.377]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7381961Z [00:03:06.383]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7451020Z [00:03:06.390]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.7519542Z [00:03:06.397]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.7587348Z [00:03:06.404]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.7656008Z [00:03:06.411]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.7727021Z [00:03:06.418]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-42fd91e4f4418770/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7795662Z [00:03:06.425]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-42fd91e4f4418770/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7864711Z [00:03:06.432]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.7933657Z [00:03:06.439]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8005101Z [00:03:06.446]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8073471Z [00:03:06.453]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-553f3b8b3cbf4ec9/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8143427Z [00:03:06.460]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-80cffc96fdeb05f5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8211608Z [00:03:06.466]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-80cffc96fdeb05f5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8280263Z [00:03:06.473]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8350025Z [00:03:06.480]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8417763Z [00:03:06.487]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8486637Z [00:03:06.494]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8555674Z [00:03:06.501]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8624717Z [00:03:06.508]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8692809Z [00:03:06.514]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8761425Z [00:03:06.521]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.8830965Z [00:03:06.528]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.8899519Z [00:03:06.535]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.8967717Z [00:03:06.542]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.9036491Z [00:03:06.549]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:03.9104295Z [00:03:06.556]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9173797Z [00:03:06.563]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9242077Z [00:03:06.569]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9309589Z [00:03:06.576]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9377769Z [00:03:06.583]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9445424Z [00:03:06.590]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9514866Z [00:03:06.597]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9585275Z [00:03:06.604]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-2634e82270f54e87/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9654992Z [00:03:06.611]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9723598Z [00:03:06.618]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9794751Z [00:03:06.625]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9879285Z [00:03:06.633]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:03.9965748Z [00:03:06.642]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0049442Z [00:03:06.650]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0129912Z [00:03:06.658]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0209419Z [00:03:06.666]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-52e14095d013c438/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0286518Z [00:03:06.674]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0363534Z [00:03:06.682]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0439471Z [00:03:06.689]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0514277Z [00:03:06.697]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0588549Z [00:03:06.704]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0663828Z [00:03:06.712]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0738684Z [00:03:06.719]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/bin-client.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0811291Z [00:03:06.726]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0884804Z [00:03:06.734]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/dep-bin-client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.0962768Z [00:03:06.741]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-2f9271fbf22a9d72/bin-client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1044469Z [00:03:06.750]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/lib-tokio_tun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1126624Z [00:03:06.758]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1206429Z [00:03:06.766]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/lib-tokio_tun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1285368Z [00:03:06.774]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-tun-18cb3477a49585f7/dep-lib-tokio_tun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1368006Z [00:03:06.782]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/dep-bin-server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1455261Z [00:03:06.791]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1541769Z [00:03:06.799]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/bin-server' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1630548Z [00:03:06.808]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-c75d241d9e2f0a96/bin-server.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1715880Z [00:03:06.817]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1802439Z [00:03:06.825]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/lib-neli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1887364Z [00:03:06.834]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/dep-lib-neli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.1974616Z [00:03:06.843]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/neli-ed381dd89eb546df/lib-neli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2060264Z [00:03:06.851]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/dep-lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2142306Z [00:03:06.859]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2227153Z [00:03:06.868]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/lib-memoffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2311544Z [00:03:06.876]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-4df20e2f117bcf1a/lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2396961Z [00:03:06.885]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2480488Z [00:03:06.893]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2567674Z [00:03:06.902]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2655340Z [00:03:06.911]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-42535a235a27277d/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2744925Z [00:03:06.920]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2833074Z [00:03:06.928]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.2920752Z [00:03:06.937]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3009883Z [00:03:06.946]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3093426Z [00:03:06.954]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/lib-nanorand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3167601Z [00:03:06.962]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3241258Z [00:03:06.969]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/dep-lib-nanorand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3311706Z [00:03:06.976]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nanorand-3ad425180f0476c2/lib-nanorand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3381896Z [00:03:06.983]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3452551Z [00:03:06.990]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3522953Z [00:03:06.998]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3591463Z [00:03:07.004]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2ae1863353d53df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3660743Z [00:03:07.011]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3730284Z [00:03:07.018]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3799120Z [00:03:07.025]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3868578Z [00:03:07.032]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.3938317Z [00:03:07.039]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4006866Z [00:03:07.046]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4076461Z [00:03:07.053]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4145237Z [00:03:07.060]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-af737d3bb6c5afa3/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4214740Z [00:03:07.067]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4283239Z [00:03:07.074]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4351611Z [00:03:07.080]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4419849Z [00:03:07.087]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-a404876ca9523791/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4489843Z [00:03:07.094]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2ab96733c14cef57/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4558077Z [00:03:07.101]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2ab96733c14cef57/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4630341Z [00:03:07.108]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/dep-lib-internet_checksum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4699289Z [00:03:07.115]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4767509Z [00:03:07.122]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/lib-internet_checksum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4836312Z [00:03:07.129]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/internet-checksum-f0935baa1821e831/lib-internet_checksum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4905212Z [00:03:07.136]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.4973755Z [00:03:07.143]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5042265Z [00:03:07.149]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5109403Z [00:03:07.156]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-96e4a561e96726c6/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5180078Z [00:03:07.163]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5248002Z [00:03:07.170]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5316652Z [00:03:07.177]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5385120Z [00:03:07.184]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-228be672edcd1269/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5455022Z [00:03:07.191]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5523848Z [00:03:07.198]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5593831Z [00:03:07.205]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5662341Z [00:03:07.211]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-8ab7bce475b3df61/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5732530Z [00:03:07.218]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/dep-lib-pnet_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5815309Z [00:03:07.227]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5897782Z [00:03:07.235]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/lib-pnet_transport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.5980072Z [00:03:07.243]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_transport-3edb05618cf42164/lib-pnet_transport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6060939Z [00:03:07.251]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6144631Z [00:03:07.260]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6225695Z [00:03:07.268]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6310340Z [00:03:07.276]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6391929Z [00:03:07.284]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6472547Z [00:03:07.292]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6557497Z [00:03:07.301]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6637192Z [00:03:07.309]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6711732Z [00:03:07.316]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6783943Z [00:03:07.324]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6855930Z [00:03:07.331]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6926997Z [00:03:07.338]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-08e863e665c8abee/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.6997036Z [00:03:07.345]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fefe5dc117d2dc4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7066827Z [00:03:07.352]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fefe5dc117d2dc4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7136491Z [00:03:07.359]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/dep-lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7205655Z [00:03:07.366]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7275239Z [00:03:07.373]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7343606Z [00:03:07.380]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-terminal-ee777146a8c3546d/lib-is_terminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7413270Z [00:03:07.387]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7481582Z [00:03:07.393]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7550501Z [00:03:07.400]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7618168Z [00:03:07.407]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2094dfb074130c86/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7688018Z [00:03:07.414]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/dep-lib-pretty_env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7756542Z [00:03:07.421]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/lib-pretty_env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7825268Z [00:03:07.428]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7893547Z [00:03:07.435]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pretty_env_logger-b8628e5fc00e8f34/lib-pretty_env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.7962803Z [00:03:07.441]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8033200Z [00:03:07.449]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8102364Z [00:03:07.455]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8170935Z [00:03:07.462]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-d8fe11a973953527/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8238887Z [00:03:07.469]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/lib-flume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8307844Z [00:03:07.476]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/dep-lib-flume' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8376795Z [00:03:07.483]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8445573Z [00:03:07.490]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flume-d0b83c265f9c296b/lib-flume.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8514670Z [00:03:07.497]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8584336Z [00:03:07.504]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8653436Z [00:03:07.511]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8722503Z [00:03:07.517]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a11b56e28eb82443/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8791370Z [00:03:07.524]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8859911Z [00:03:07.531]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8928870Z [00:03:07.538]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.8997567Z [00:03:07.545]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-6fd2786dff2e68a4/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9067125Z [00:03:07.552]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9136015Z [00:03:07.559]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9205900Z [00:03:07.566]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9273727Z [00:03:07.573]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-28eabf47a94d5103/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9343190Z [00:03:07.580]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/lib-num_cpus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9411725Z [00:03:07.586]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9479253Z [00:03:07.593]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9548100Z [00:03:07.600]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-f8804f5e82bcd325/dep-lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9620662Z [00:03:07.607]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9691478Z [00:03:07.614]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9761274Z [00:03:07.621]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9830272Z [00:03:07.628]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-9e140f72855ead82/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:04.9899581Z [00:03:07.635]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:04.9969173Z [00:03:07.642]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.0038613Z [00:03:07.649]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.0107300Z [00:03:07.656]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.0177480Z [00:03:07.663]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0246539Z [00:03:07.670]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0315194Z [00:03:07.677]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0383445Z [00:03:07.684]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-5fae3438f343a612/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0452188Z [00:03:07.690]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0521178Z [00:03:07.697]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0590146Z [00:03:07.704]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0660551Z [00:03:07.711]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0730752Z [00:03:07.718]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0799498Z [00:03:07.725]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0867758Z [00:03:07.732]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.0937465Z [00:03:07.739]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ebbbe0c03cfb68c6/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1006587Z [00:03:07.746]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1076199Z [00:03:07.753]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1145576Z [00:03:07.760]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1214778Z [00:03:07.767]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1283373Z [00:03:07.774]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1351586Z [00:03:07.780]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1419870Z [00:03:07.787]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1488211Z [00:03:07.794]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-105129fa3b2af6a5/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1556778Z [00:03:07.801]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1625315Z [00:03:07.808]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1697988Z [00:03:07.815]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1778148Z [00:03:07.823]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1858892Z [00:03:07.831]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.1941157Z [00:03:07.839]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7d8d5a5392416a44/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2021026Z [00:03:07.847]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2103046Z [00:03:07.855]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2181659Z [00:03:07.863]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2261728Z [00:03:07.871]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-f234a009a053a5f9/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2342806Z [00:03:07.879]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-17e9846437379ba7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2424578Z [00:03:07.888]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-17e9846437379ba7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2503957Z [00:03:07.896]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2583508Z [00:03:07.904]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2666649Z [00:03:07.912]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2756836Z [00:03:07.921]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-36f01bb4c7599259/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2836080Z [00:03:07.929]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2916717Z [00:03:07.937]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.2997081Z [00:03:07.945]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3075332Z [00:03:07.953]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2543fd537a8a5fd0/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3155472Z [00:03:07.961]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3237439Z [00:03:07.969]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3317458Z [00:03:07.977]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3409828Z [00:03:07.986]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3502331Z [00:03:07.995]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3586595Z [00:03:08.004]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-acce355d4dd28cdf/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3670924Z [00:03:08.012]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3753883Z [00:03:08.021]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3835032Z [00:03:08.029]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3915377Z [00:03:08.037]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-1a751bdef796b136/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.3996410Z [00:03:08.045]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/lib-pnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4075887Z [00:03:08.053]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4155117Z [00:03:08.061]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/lib-pnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4233820Z [00:03:08.069]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet-03b98f41ef526dd1/dep-lib-pnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4314318Z [00:03:08.077]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4392658Z [00:03:08.084]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4473360Z [00:03:08.093]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4553763Z [00:03:08.101]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-1f9edc9ad2990276/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4640422Z [00:03:08.109]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4720416Z [00:03:08.117]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/dep-lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4804019Z [00:03:08.125]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4882675Z [00:03:08.133]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-0d2bacb766c928db/lib-pnet_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.4967858Z [00:03:08.142]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.5047774Z [00:03:08.150]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.5127309Z [00:03:08.158]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.5205585Z [00:03:08.166]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/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-20T22:07:05.5285225Z [00:03:08.174]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5359634Z [00:03:08.181]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5433314Z [00:03:08.189]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5504988Z [00:03:08.196]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5576760Z [00:03:08.203]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5649389Z [00:03:08.210]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/lib-pnet_datalink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5720239Z [00:03:08.217]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/lib-pnet_datalink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5791186Z [00:03:08.224]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_datalink-76116c4696f78623/dep-lib-pnet_datalink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5862009Z [00:03:08.231]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/dep-lib-phantun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.5934508Z [00:03:08.239]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6005349Z [00:03:08.246]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/lib-phantun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6075325Z [00:03:08.253]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/phantun-99559f99bb0e500a/lib-phantun' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6145326Z [00:03:08.260]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6215030Z [00:03:08.267]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6284980Z [00:03:08.274]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/dep-lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6354652Z [00:03:08.281]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-94558f37e338cf70/lib-no_std_net.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6425459Z [00:03:08.288]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-944b807d3b359a36/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6494571Z [00:03:08.295]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-944b807d3b359a36/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6564886Z [00:03:08.302]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/lib-pnet_macros_support.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6634506Z [00:03:08.309]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/dep-lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6703203Z [00:03:08.316]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6772825Z [00:03:08.323]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-efe33e5bc81e27e7/lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6841852Z [00:03:08.329]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6910508Z [00:03:08.336]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/lib-pnet_packet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.6978456Z [00:03:08.343]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7047421Z [00:03:08.350]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-17d441f6e7e1aa71/dep-lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7116436Z [00:03:08.357]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7184838Z [00:03:08.364]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7253342Z [00:03:08.371]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7321787Z [00:03:08.377]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-ba70156f7f504e46/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7389718Z [00:03:08.384]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7457598Z [00:03:08.391]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7526707Z [00:03:08.398]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7594769Z [00:03:08.405]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/humantime-aed975c38708e121/dep-lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7668278Z [00:03:08.412]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7742545Z [00:03:08.419]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7818139Z [00:03:08.427]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7894740Z [00:03:08.435]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.7972567Z [00:03:08.442]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8050590Z [00:03:08.450]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8131158Z [00:03:08.458]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8210672Z [00:03:08.466]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6a6b67237d617d8b/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8288594Z [00:03:08.474]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/lib-ipnetwork.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8366058Z [00:03:08.482]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/lib-ipnetwork' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8444459Z [00:03:08.490]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8518697Z [00:03:08.497]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnetwork-2c9976ad26c8e712/dep-lib-ipnetwork' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8594356Z [00:03:08.505]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/lib-fake_tcp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8668742Z [00:03:08.512]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8749283Z [00:03:08.520]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/lib-fake_tcp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8829667Z [00:03:08.528]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/output-lib-fake_tcp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8907736Z [00:03:08.536]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fake-tcp-ed0ee6a41bab4f86/dep-lib-fake_tcp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.8987435Z [00:03:08.544]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ceae1184c3eee38c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9066765Z [00:03:08.552]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-ceae1184c3eee38c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9146317Z [00:03:08.560]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9224156Z [00:03:08.568]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/lib-pnet_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9302546Z [00:03:08.575]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/lib-pnet_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9380844Z [00:03:08.583]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_sys-0ea42d4f0707af66/dep-lib-pnet_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9459268Z [00:03:08.591]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/lib-spin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9539700Z [00:03:08.599]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9619182Z [00:03:08.607]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9696362Z [00:03:08.615]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-b85184a54a5ea3de/dep-lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9775994Z [00:03:08.623]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/release/libphantun.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9855614Z [00:03:08.631]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:05.9935608Z [00:03:08.639]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0015288Z [00:03:08.647]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.JHeqZJxHEO/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0093559Z [00:03:08.655]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/server' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0171456Z [00:03:08.662]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/client' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0250146Z [00:03:08.670]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0331188Z [00:03:08.678]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0407726Z [00:03:08.686]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0488085Z [00:03:08.694]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/server' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0564815Z [00:03:08.702]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/client' retained as 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0641274Z [00:03:08.709]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.0714692Z [00:03:08.717]➜  mode of '/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:07:06.1286191Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:07:06.1287196Z [00:03:08.774]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:07:07.2408255Z 
2025-08-20T22:07:07.2409588Z [+] Sanitizing /tmp/pkgforge/CL4lsBubA_SBUILD/BUILD.log ==> /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/phantun.static.log
2025-08-20T22:07:10.7854140Z 
2025-08-20T22:07:10.7855203Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/phantun/official]
2025-08-20T22:07:10.7855963Z [+] LOGS (Build Dir): /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:10.7856369Z 
2025-08-20T22:07:11.0128127Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:07:11.9672178Z ./BUILD_ARTIFACTS.tar : 31.01%   (   218 MiB =>   67.6 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:07:12.0143407Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:07:12.0184360Z 
2025-08-20T22:07:12.0185979Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml :: 00(Hr):03(Min):15(Sec)
2025-08-20T22:07:12.0187184Z 
2025-08-20T22:07:12.0201039Z 
2025-08-20T22:07:12.0201440Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:07:12 PM) UTC
2025-08-20T22:07:12.0201776Z 
2025-08-20T22:07:12.3041811Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:07:12.3089706Z ##[group]Run ##Presets
2025-08-20T22:07:12.3090053Z [36;1m##Presets[0m
2025-08-20T22:07:12.3090269Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:12.3090486Z [36;1m#-------------#[0m
2025-08-20T22:07:12.3090694Z [36;1m##Debug?[0m
2025-08-20T22:07:12.3090942Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:12.3091237Z [36;1m  set -x[0m
2025-08-20T22:07:12.3091424Z [36;1mfi[0m
2025-08-20T22:07:12.3091602Z [36;1m#-------------#[0m
2025-08-20T22:07:12.3091805Z [36;1m##Set ENV[0m
2025-08-20T22:07:12.3092044Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:07:12.3092491Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:07:12.3092899Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:07:12.3093349Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-"[0m
2025-08-20T22:07:12.3093863Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:07:12.3094268Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:07:12.3094719Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:07:12.3095070Z [36;1m fi[0m
2025-08-20T22:07:12.3095250Z [36;1m##Push[0m
2025-08-20T22:07:12.3095480Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:07:12.3095765Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:07:12.3096162Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:07:12.3096652Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:07:12.3097112Z [36;1m     ls -sh "/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:07:12.3097650Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:07:12.3097876Z [36;1m       {[0m
2025-08-20T22:07:12.3098072Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:07:12.3098422Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:07:12.3098894Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:07:12.3099545Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:07:12.3099982Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:07:12.3100406Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:07:12.3100796Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:07:12.3101181Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:07:12.3101573Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:07:12.3101970Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:07:12.3102374Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:07:12.3102863Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:07:12.3103385Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:07:12.3103844Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:07:12.3104273Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:07:12.3104701Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:07:12.3105180Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-phantun")[0m
2025-08-20T22:07:12.3105638Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:07:12.3106238Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:07:12.3106703Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:07:12.3107113Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:07:12.3107614Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:07:12.3108057Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:07:12.3108314Z [36;1m         #Check[0m
2025-08-20T22:07:12.3108882Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:07:12.3109832Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:07:12.3110196Z [36;1m            break[0m
2025-08-20T22:07:12.3110410Z [36;1m          else[0m
2025-08-20T22:07:12.3110819Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:07:12.3111251Z [36;1m          fi[0m
2025-08-20T22:07:12.3111471Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:07:12.3111733Z [36;1m        done[0m
2025-08-20T22:07:12.3111922Z [36;1m       }[0m
2025-08-20T22:07:12.3112128Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:07:12.3112381Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:07:12.3112950Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:07:12.3113698Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:07:12.3114265Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:07:12.3114535Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:07:12.3115124Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:07:12.3115830Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:07:12.3116342Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:07:12.3116740Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:07:12.3116981Z [36;1m           fi[0m
2025-08-20T22:07:12.3117178Z [36;1m       fi[0m
2025-08-20T22:07:12.3117364Z [36;1m   fi[0m
2025-08-20T22:07:12.3117541Z [36;1m fi[0m
2025-08-20T22:07:12.3117731Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:07:12.3218632Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:12.3218886Z env:
2025-08-20T22:07:12.3219217Z   CROSS_COMPILING: NO
2025-08-20T22:07:12.3219448Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:12.3219693Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:12.3219912Z   ON_QEMU: NO
2025-08-20T22:07:12.3220096Z   DEBUG: 0
2025-08-20T22:07:12.3220278Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:12.3220506Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:12.3220799Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:12.3221119Z   KEEP_LOGS: YES
2025-08-20T22:07:12.3221316Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:12.3221546Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:12.3221770Z   SBUILD_REBUILD: false
2025-08-20T22:07:12.3222316Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:12.3222893Z   BUILD_SYS: docker://rust
2025-08-20T22:07:12.3223112Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:12.3223314Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:12.3223518Z   SYSTMP: /tmp
2025-08-20T22:07:12.3223702Z   GHA_MODE: MATRIX
2025-08-20T22:07:12.3224328Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:12.3224867Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:12.3225193Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:12.3225580Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:12.3226058Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:12.3226444Z   PKG_TYPE: static
2025-08-20T22:07:12.3226643Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:12.3226853Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:12.3227460Z   GHCR_TOKEN: ***
2025-08-20T22:07:12.3227770Z   GITHUB_TOKEN: ***
2025-08-20T22:07:12.3228005Z   GITLAB_TOKEN: ***
2025-08-20T22:07:12.3229236Z   MINISIGN_KEY: ***
2025-08-20T22:07:12.3229434Z ##[endgroup]
2025-08-20T22:07:12.3326708Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:07:12.3337123Z 68M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:07:12.3352410Z total 4.5M
2025-08-20T22:07:12.3352757Z 4.0K CHECKSUM
2025-08-20T22:07:12.3353085Z 4.0K CHECKSUM.sig
2025-08-20T22:07:12.3353357Z  12K LICENSE
2025-08-20T22:07:12.3353548Z 4.0K LICENSE.sig
2025-08-20T22:07:12.3353748Z 8.0K SBUILD
2025-08-20T22:07:12.3353928Z 4.0K SBUILD.sig
2025-08-20T22:07:12.3354118Z 4.0K SBUILD_TEMP
2025-08-20T22:07:12.3354309Z 1.9M client
2025-08-20T22:07:12.3354489Z 4.0K client.sig
2025-08-20T22:07:12.3354694Z 696K phantun.static.log
2025-08-20T22:07:12.3354933Z 4.0K phantun.static.version
2025-08-20T22:07:12.3355189Z 4.0K phantun.static.version.sig
2025-08-20T22:07:12.3355454Z 4.0K phantun.version
2025-08-20T22:07:12.3355680Z 4.0K phantun.version.sig
2025-08-20T22:07:12.3355907Z 1.9M server
2025-08-20T22:07:12.3356094Z 4.0K server.sig
2025-08-20T22:07:12.3625919Z Error: "ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/phantun/official/phantun-srcbuild-"
2025-08-20T22:07:12.3628079Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:07:17.3692478Z Error: "ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/phantun/official/phantun-srcbuild-"
2025-08-20T22:07:17.3693999Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:07:17.3706431Z 
2025-08-20T22:07:17.3707080Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:17.3746988Z Error: "ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/phantun/official/phantun-srcbuild-"
2025-08-20T22:07:17.3747883Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:07:17.3748233Z 
2025-08-20T22:07:17.3804721Z ##[group]Run ##Presets
2025-08-20T22:07:17.3805216Z [36;1m##Presets[0m
2025-08-20T22:07:17.3805602Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:17.3806012Z [36;1m#-------------#[0m
2025-08-20T22:07:17.3806400Z [36;1m##Debug?[0m
2025-08-20T22:07:17.3806851Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:17.3807374Z [36;1m  set -x[0m
2025-08-20T22:07:17.3807716Z [36;1mfi[0m
2025-08-20T22:07:17.3808049Z [36;1m#-------------#[0m
2025-08-20T22:07:17.3808529Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:07:17.3810000Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:07:17.3860455Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:17.3860715Z env:
2025-08-20T22:07:17.3860904Z   CROSS_COMPILING: NO
2025-08-20T22:07:17.3861137Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:17.3861371Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:17.3861597Z   ON_QEMU: NO
2025-08-20T22:07:17.3861839Z   DEBUG: 0
2025-08-20T22:07:17.3862026Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:17.3862259Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:17.3862553Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:17.3862870Z   KEEP_LOGS: YES
2025-08-20T22:07:17.3863076Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:17.3863297Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:17.3863519Z   SBUILD_REBUILD: false
2025-08-20T22:07:17.3864071Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:17.3864653Z   BUILD_SYS: docker://rust
2025-08-20T22:07:17.3864876Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:17.3865077Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:17.3865273Z   SYSTMP: /tmp
2025-08-20T22:07:17.3865455Z   GHA_MODE: MATRIX
2025-08-20T22:07:17.3865932Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:17.3866459Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:17.3866781Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:17.3867171Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:17.3867651Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:17.3868033Z   PKG_TYPE: static
2025-08-20T22:07:17.3868229Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:17.3868435Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:17.3868643Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:17.3869139Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:17.3869540Z ##[endgroup]
2025-08-20T22:07:17.4030477Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:07:17.4030785Z with:
2025-08-20T22:07:17.4030995Z   name: Bincache_phantun_x86_64-Linux
2025-08-20T22:07:17.4031298Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:07:17.4031599Z   compression-level: 0
2025-08-20T22:07:17.4032010Z   retention-days: 30
2025-08-20T22:07:17.4032213Z   overwrite: true
2025-08-20T22:07:17.4032417Z   if-no-files-found: warn
2025-08-20T22:07:17.4032651Z   include-hidden-files: false
2025-08-20T22:07:17.4032870Z env:
2025-08-20T22:07:17.4033045Z   CROSS_COMPILING: NO
2025-08-20T22:07:17.4033257Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:17.4033490Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:17.4033709Z   ON_QEMU: NO
2025-08-20T22:07:17.4033886Z   DEBUG: 0
2025-08-20T22:07:17.4034070Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:17.4034292Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:17.4034584Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:17.4034933Z   KEEP_LOGS: YES
2025-08-20T22:07:17.4035133Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:17.4035354Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:17.4035573Z   SBUILD_REBUILD: false
2025-08-20T22:07:17.4036117Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:17.4036716Z   BUILD_SYS: docker://rust
2025-08-20T22:07:17.4036943Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:17.4037142Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:17.4037339Z   SYSTMP: /tmp
2025-08-20T22:07:17.4037521Z   GHA_MODE: MATRIX
2025-08-20T22:07:17.4037958Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:17.4038465Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:17.4038788Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:17.4039499Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:17.4039998Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:17.4040383Z   PKG_TYPE: static
2025-08-20T22:07:17.4040581Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:17.4040794Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:17.4041002Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:17.4041364Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:17.4041761Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:17.4041992Z ##[endgroup]
2025-08-20T22:07:17.6298047Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:07:17.6301401Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:07:17.6302236Z With the provided path, there will be 2 files uploaded
2025-08-20T22:07:17.8767667Z Artifact name is valid!
2025-08-20T22:07:17.8769218Z Root directory input is valid!
2025-08-20T22:07:17.9572561Z Beginning upload of artifact content to blob storage
2025-08-20T22:07:18.8613123Z Uploaded bytes 8388608
2025-08-20T22:07:18.8830621Z Uploaded bytes 16777216
2025-08-20T22:07:18.9467956Z Uploaded bytes 25165824
2025-08-20T22:07:18.9963788Z Uploaded bytes 33554432
2025-08-20T22:07:19.1537861Z Uploaded bytes 41943040
2025-08-20T22:07:19.1561365Z Uploaded bytes 50331648
2025-08-20T22:07:19.1982256Z Uploaded bytes 58720256
2025-08-20T22:07:19.2003305Z Uploaded bytes 67108864
2025-08-20T22:07:19.4023443Z Uploaded bytes 71920280
2025-08-20T22:07:19.4766338Z Finished uploading artifact content to blob storage!
2025-08-20T22:07:19.4769790Z SHA256 digest of uploaded artifact zip is 62eb4f1775ce47e13230ce1c2c2f31f6ceb3181ea285d63f83ecc3ac58a05223
2025-08-20T22:07:19.4770671Z Finalizing artifact upload
2025-08-20T22:07:19.6052754Z Artifact Bincache_phantun_x86_64-Linux.zip successfully finalized. Artifact ID 3813667062
2025-08-20T22:07:19.6054306Z Artifact Bincache_phantun_x86_64-Linux has been successfully uploaded! Final size is 71920280 bytes. Artifact ID is 3813667062
2025-08-20T22:07:19.6061044Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108910937/artifacts/3813667062
2025-08-20T22:07:19.6264108Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:07:19.6264451Z with:
2025-08-20T22:07:19.6264852Z   subject-name: phantun--
2025-08-20T22:07:19.6265598Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:07:19.6266397Z   show-summary: true
2025-08-20T22:07:19.6266624Z   push-to-registry: false
2025-08-20T22:07:19.6267040Z   github-token: ***
2025-08-20T22:07:19.6267249Z env:
2025-08-20T22:07:19.6267435Z   CROSS_COMPILING: NO
2025-08-20T22:07:19.6267654Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:19.6267889Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:19.6268112Z   ON_QEMU: NO
2025-08-20T22:07:19.6268294Z   DEBUG: 0
2025-08-20T22:07:19.6268484Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:19.6268718Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:19.6269332Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:19.6269696Z   KEEP_LOGS: YES
2025-08-20T22:07:19.6269903Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:19.6270137Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:19.6270361Z   SBUILD_REBUILD: false
2025-08-20T22:07:19.6270911Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:19.6271501Z   BUILD_SYS: docker://rust
2025-08-20T22:07:19.6271728Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:19.6271934Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:19.6272136Z   SYSTMP: /tmp
2025-08-20T22:07:19.6272328Z   GHA_MODE: MATRIX
2025-08-20T22:07:19.6272770Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:19.6273293Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:19.6273627Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:19.6274033Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:19.6274526Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:19.6274917Z   PKG_TYPE: static
2025-08-20T22:07:19.6275121Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:19.6275339Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:19.6275551Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:19.6275916Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:19.6276319Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:19.6276558Z ##[endgroup]
2025-08-20T22:07:19.6350441Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:07:19.6350903Z env:
2025-08-20T22:07:19.6351095Z   CROSS_COMPILING: NO
2025-08-20T22:07:19.6351325Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:19.6351571Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:19.6351796Z   ON_QEMU: NO
2025-08-20T22:07:19.6351981Z   DEBUG: 0
2025-08-20T22:07:19.6352181Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:19.6352415Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:19.6352715Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:19.6353043Z   KEEP_LOGS: YES
2025-08-20T22:07:19.6353247Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:19.6353473Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:19.6353700Z   SBUILD_REBUILD: false
2025-08-20T22:07:19.6354262Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:19.6354864Z   BUILD_SYS: docker://rust
2025-08-20T22:07:19.6355089Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:19.6355300Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:19.6355501Z   SYSTMP: /tmp
2025-08-20T22:07:19.6355692Z   GHA_MODE: MATRIX
2025-08-20T22:07:19.6356142Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:19.6356887Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:19.6357252Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:19.6357805Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:19.6358300Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:19.6358704Z   PKG_TYPE: static
2025-08-20T22:07:19.6358911Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:19.6359397Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:19.6359615Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:19.6359982Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:19.6360386Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:19.6360624Z ##[endgroup]
2025-08-20T22:07:20.4068425Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:07:20.4068770Z with:
2025-08-20T22:07:20.4070464Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:07:20.4071226Z   subject-name: phantun--
2025-08-20T22:07:20.4071536Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:07:20.4074199Z   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/17108910937/attempts/1"}}}
2025-08-20T22:07:20.4076801Z   push-to-registry: false
2025-08-20T22:07:20.4077038Z   show-summary: true
2025-08-20T22:07:20.4077484Z   github-token: ***
2025-08-20T22:07:20.4077694Z env:
2025-08-20T22:07:20.4077877Z   CROSS_COMPILING: NO
2025-08-20T22:07:20.4078099Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:20.4078334Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:20.4078564Z   ON_QEMU: NO
2025-08-20T22:07:20.4078749Z   DEBUG: 0
2025-08-20T22:07:20.4079144Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:20.4079406Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:20.4079714Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:20.4080033Z   KEEP_LOGS: YES
2025-08-20T22:07:20.4080238Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:20.4080464Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:20.4080701Z   SBUILD_REBUILD: false
2025-08-20T22:07:20.4081255Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:20.4081843Z   BUILD_SYS: docker://rust
2025-08-20T22:07:20.4082076Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:20.4082290Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:20.4082499Z   SYSTMP: /tmp
2025-08-20T22:07:20.4082689Z   GHA_MODE: MATRIX
2025-08-20T22:07:20.4083135Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:20.4083658Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:20.4083991Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:20.4084387Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:20.4084879Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:20.4085268Z   PKG_TYPE: static
2025-08-20T22:07:20.4085481Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:20.4085700Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:20.4086096Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:20.4086495Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:20.4087045Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:20.4087286Z ##[endgroup]
2025-08-20T22:07:22.1587417Z Attestation created for 16 subjects
2025-08-20T22:07:22.1591361Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:07:22.1592124Z -----BEGIN CERTIFICATE-----
2025-08-20T22:07:22.1592723Z MIIG7zCCBnSgAwIBAgIUBz/4Gqce2H7ef9z0Do30rj5fvTswCgYIKoZIzj0EAwMw
2025-08-20T22:07:22.1593571Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:07:22.1594474Z cm1lZGlhdGUwHhcNMjUwODIwMjIwNzIxWhcNMjUwODIwMjIxNzIxWjAAMFkwEwYH
2025-08-20T22:07:22.1594996Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEORyM9hWKshjNceXAn7DYumzZWOcZllCMviJQ
2025-08-20T22:07:22.1595482Z M4NCKHsZ+RK4B6OrX+n8MOxboEV/dIs3fB846N7jXatHxrLMnKOCBZMwggWPMA4G
2025-08-20T22:07:22.1595973Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUlwUP
2025-08-20T22:07:22.1596450Z ExImGfEJuXrVSqvWJAc19d4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:07:22.1596929Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:07:22.1597398Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:07:22.1597885Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:07:22.1598355Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:07:22.1599238Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:07:22.1599718Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:07:22.1600199Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:07:22.1600682Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:07:22.1601157Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:07:22.1601628Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:07:22.1602131Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:07:22.1602808Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:07:22.1603289Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:07:22.1603769Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:07:22.1604257Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:07:22.1604735Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:07:22.1605209Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:07:22.1605687Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:07:22.1606303Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:07:22.1606883Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:07:22.1607375Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:07:22.1608006Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:07:22.1608495Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:07:22.1609143Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4OTEwOTM3L2F0
2025-08-20T22:07:22.1609627Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:07:22.1610119Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJhbqG
2025-08-20T22:07:22.1610597Z AAAEAwBGMEQCIFWFIc+LJGYPi7D9Y6I8wEdTKaCkcQ+cTJluTZlFyECcAiAwYljr
2025-08-20T22:07:22.1611084Z pcjdjAHQ0usEygTimNE+mGgfJ7zmYDaDJCzoJjAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-20T22:07:22.1611544Z 5gZ74aCTUy4ilA/Tjr8xhRCz0VBcx0/g8WMA1cuotQYqKnvYYtOiaUiOFDASnb3m
2025-08-20T22:07:22.1611985Z AjEAiwUXgdKu7t22t8tEB8td8Ms1S5/7t7VcPG1yNyrp8cG8MqWutqQ+ee1jqcjj
2025-08-20T22:07:22.1612321Z SxQW
2025-08-20T22:07:22.1612507Z -----END CERTIFICATE-----
2025-08-20T22:07:22.1612661Z 
2025-08-20T22:07:22.1613244Z ##[endgroup]
2025-08-20T22:07:22.1613657Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:07:22.1614203Z https://search.sigstore.dev?logIndex=414489204
2025-08-20T22:07:22.1614564Z [36mAttestation uploaded to repository[39m
2025-08-20T22:07:22.1614903Z https://github.com/pkgforge/bincache/attestations/9875132
2025-08-20T22:07:22.2421784Z ##[group]Run ##Presets
2025-08-20T22:07:22.2422072Z [36;1m##Presets[0m
2025-08-20T22:07:22.2422292Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:22.2422512Z [36;1m#-------------#[0m
2025-08-20T22:07:22.2422724Z [36;1m##Debug?[0m
2025-08-20T22:07:22.2422975Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:22.2423278Z [36;1m  set -x[0m
2025-08-20T22:07:22.2423479Z [36;1mfi[0m
2025-08-20T22:07:22.2423666Z [36;1m#-------------#[0m
2025-08-20T22:07:22.2423981Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:07:22.2424530Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/phantun/official"[0m
2025-08-20T22:07:22.2424954Z [36;1m exit 1[0m
2025-08-20T22:07:22.2425158Z [36;1mfi[0m
2025-08-20T22:07:22.2472935Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:22.2473175Z env:
2025-08-20T22:07:22.2473368Z   CROSS_COMPILING: NO
2025-08-20T22:07:22.2473619Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:22.2473863Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:22.2474090Z   ON_QEMU: NO
2025-08-20T22:07:22.2474270Z   DEBUG: 0
2025-08-20T22:07:22.2474456Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:22.2474690Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:22.2474991Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:22.2475309Z   KEEP_LOGS: YES
2025-08-20T22:07:22.2475512Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:22.2475750Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:22.2475975Z   SBUILD_REBUILD: false
2025-08-20T22:07:22.2476526Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:22.2477116Z   BUILD_SYS: docker://rust
2025-08-20T22:07:22.2477357Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:22.2477563Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:22.2477768Z   SYSTMP: /tmp
2025-08-20T22:07:22.2477966Z   GHA_MODE: MATRIX
2025-08-20T22:07:22.2478415Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:22.2479085Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:22.2479422Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:22.2479819Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:22.2480314Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:22.2480709Z   PKG_TYPE: static
2025-08-20T22:07:22.2480944Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:22.2481162Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:22.2481375Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:22.2481743Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:22.2482149Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:22.2482388Z ##[endgroup]
2025-08-20T22:07:22.2568136Z ##[group]Run ##Presets
2025-08-20T22:07:22.2568419Z [36;1m##Presets[0m
2025-08-20T22:07:22.2568644Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:22.2568869Z [36;1m#-------------#[0m
2025-08-20T22:07:22.2569350Z [36;1m##Debug?[0m
2025-08-20T22:07:22.2569610Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:22.2569914Z [36;1m  set -x[0m
2025-08-20T22:07:22.2570107Z [36;1mfi[0m
2025-08-20T22:07:22.2570293Z [36;1m#-------------#[0m
2025-08-20T22:07:22.2570546Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:07:22.2571021Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/phantun/official"[0m
2025-08-20T22:07:22.2571443Z [36;1m exit 1[0m
2025-08-20T22:07:22.2571633Z [36;1mfi[0m
2025-08-20T22:07:22.2614718Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:22.2615133Z env:
2025-08-20T22:07:22.2615328Z   CROSS_COMPILING: NO
2025-08-20T22:07:22.2615591Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:22.2615836Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:22.2616065Z   ON_QEMU: NO
2025-08-20T22:07:22.2616250Z   DEBUG: 0
2025-08-20T22:07:22.2616439Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:22.2616675Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:22.2616985Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:22.2617306Z   KEEP_LOGS: YES
2025-08-20T22:07:22.2617510Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:22.2617739Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:22.2617964Z   SBUILD_REBUILD: false
2025-08-20T22:07:22.2618530Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:22.2619330Z   BUILD_SYS: docker://rust
2025-08-20T22:07:22.2619568Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:22.2619774Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:22.2619984Z   SYSTMP: /tmp
2025-08-20T22:07:22.2620174Z   GHA_MODE: MATRIX
2025-08-20T22:07:22.2620623Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:22.2621145Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:22.2621473Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:22.2621870Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:22.2622362Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:22.2622763Z   PKG_TYPE: static
2025-08-20T22:07:22.2622964Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:22.2623181Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:22.2623393Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:22.2623761Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:22.2624169Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:22.2624415Z ##[endgroup]
2025-08-20T22:07:22.2685839Z 
2025-08-20T22:07:22.2686315Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:22.2696403Z ##[error]Process completed with exit code 1.
2025-08-20T22:07:22.2735657Z ##[group]Run ##Presets
2025-08-20T22:07:22.2735930Z [36;1m##Presets[0m
2025-08-20T22:07:22.2736143Z [36;1mset +x ; set +e[0m
2025-08-20T22:07:22.2736362Z [36;1m#-------------#[0m
2025-08-20T22:07:22.2736579Z [36;1m##Debug?[0m
2025-08-20T22:07:22.2736834Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:07:22.2737143Z [36;1m  set -x[0m
2025-08-20T22:07:22.2737337Z [36;1mfi[0m
2025-08-20T22:07:22.2737524Z [36;1m#-------------#[0m
2025-08-20T22:07:22.2737875Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:07:22.2738295Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:07:22.2738610Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:07:22.2738892Z [36;1mfi[0m
2025-08-20T22:07:22.2782945Z shell: /usr/bin/bash -e {0}
2025-08-20T22:07:22.2783192Z env:
2025-08-20T22:07:22.2783384Z   CROSS_COMPILING: NO
2025-08-20T22:07:22.2783664Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:07:22.2783913Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:07:22.2784145Z   ON_QEMU: NO
2025-08-20T22:07:22.2784330Z   DEBUG: 0
2025-08-20T22:07:22.2784519Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:07:22.2784751Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:07:22.2785059Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/phantun/official
2025-08-20T22:07:22.2785390Z   KEEP_LOGS: YES
2025-08-20T22:07:22.2785595Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:07:22.2785823Z   PKG_FAMILY_LOCAL: phantun
2025-08-20T22:07:22.2786050Z   SBUILD_REBUILD: false
2025-08-20T22:07:22.2786613Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/phantun/static.official.source.yaml
2025-08-20T22:07:22.2787407Z   BUILD_SYS: docker://rust
2025-08-20T22:07:22.2787645Z   BUILD_ON_HOST: FALSE
2025-08-20T22:07:22.2787859Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:07:22.2788067Z   SYSTMP: /tmp
2025-08-20T22:07:22.2788265Z   GHA_MODE: MATRIX
2025-08-20T22:07:22.2788724Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:07:22.2789444Z   INPUT_SBUILD: /tmp/pkgforge/6t9jaMTg4_build.yaml
2025-08-20T22:07:22.2789785Z   BUILD_DIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml
2025-08-20T22:07:22.2790205Z   SBUILD_OUTDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:07:22.2790711Z   SBUILD_TMPDIR: /tmp/pkgforge/s47qUwe_6t9jaMTg4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:07:22.2791106Z   PKG_TYPE: static
2025-08-20T22:07:22.2791321Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:07:22.2791546Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:07:22.2791761Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:07:22.2792139Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/phantun/official/phantun-srcbuild-
2025-08-20T22:07:22.2792700Z   UTC_TIME: 2025_08_20T10_07_17_PM
2025-08-20T22:07:22.2793030Z ##[endgroup]
2025-08-20T22:07:22.2867012Z EXITED
2025-08-20T22:07:22.2910255Z Cleaning up orphan processes
