﻿2025-08-20T18:53:01.6409840Z Current runner version: '2.328.0'
2025-08-20T18:53:01.6434039Z ##[group]Runner Image Provisioner
2025-08-20T18:53:01.6435736Z Hosted Compute Agent
2025-08-20T18:53:01.6436321Z Version: 20250818.377
2025-08-20T18:53:01.6437202Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:53:01.6437992Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:53:01.6438626Z ##[endgroup]
2025-08-20T18:53:01.6439240Z ##[group]Operating System
2025-08-20T18:53:01.6439835Z Ubuntu
2025-08-20T18:53:01.6440323Z 24.04.2
2025-08-20T18:53:01.6440880Z LTS
2025-08-20T18:53:01.6441382Z ##[endgroup]
2025-08-20T18:53:01.6441921Z ##[group]Runner Image
2025-08-20T18:53:01.6442562Z Image: ubuntu-24.04
2025-08-20T18:53:01.6443106Z Version: 20250818.1.0
2025-08-20T18:53:01.6444167Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T18:53:01.6445718Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T18:53:01.6446974Z ##[endgroup]
2025-08-20T18:53:01.6448282Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:53:01.6450633Z Attestations: write
2025-08-20T18:53:01.6451238Z Contents: write
2025-08-20T18:53:01.6451761Z Metadata: read
2025-08-20T18:53:01.6452377Z Packages: write
2025-08-20T18:53:01.6452918Z ##[endgroup]
2025-08-20T18:53:01.6455027Z Secret source: Actions
2025-08-20T18:53:01.6455738Z Prepare workflow directory
2025-08-20T18:53:01.6774204Z Prepare all required actions
2025-08-20T18:53:01.6811248Z Getting action download info
2025-08-20T18:53:02.0531601Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T18:53:02.5011245Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T18:53:02.8617565Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T18:53:03.0491157Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T18:53:03.4005743Z Getting action download info
2025-08-20T18:53:03.5290647Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T18:53:03.7833599Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T18:53:04.0541869Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/binary-security-check/official)
2025-08-20T18:53:04.1264018Z ##[group]Run ##Presets
2025-08-20T18:53:04.1265035Z [36;1m##Presets[0m
2025-08-20T18:53:04.1265893Z [36;1mset +x ; set +e[0m
2025-08-20T18:53:04.1267075Z [36;1m#-------------#[0m
2025-08-20T18:53:04.1268235Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T18:53:04.1269706Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T18:53:04.1271119Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.1272305Z [36;1m  fi[0m
2025-08-20T18:53:04.1273366Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T18:53:04.1274905Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T18:53:04.1276335Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.1277634Z [36;1m  fi[0m
2025-08-20T18:53:04.1278668Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T18:53:04.1280185Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T18:53:04.1281581Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.1282758Z [36;1m  fi[0m
2025-08-20T18:53:04.1283778Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T18:53:04.1285226Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T18:53:04.1286975Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T18:53:04.1288188Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:53:04.1289532Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.1290707Z [36;1m     else[0m
2025-08-20T18:53:04.1291701Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.1292876Z [36;1m     fi[0m
2025-08-20T18:53:04.1293661Z [36;1m  fi[0m
2025-08-20T18:53:04.1294430Z [36;1mfi[0m
2025-08-20T18:53:04.1415190Z shell: /usr/bin/bash -e {0}
2025-08-20T18:53:04.1416410Z env:
2025-08-20T18:53:04.1417917Z   GH_TOKEN: ***
2025-08-20T18:53:04.1418865Z ##[endgroup]
2025-08-20T18:53:04.1748006Z ##[group]Run ##Presets
2025-08-20T18:53:04.1749073Z [36;1m##Presets[0m
2025-08-20T18:53:04.1750058Z [36;1mset +x ; set +e[0m
2025-08-20T18:53:04.1751181Z [36;1m#-------------#[0m
2025-08-20T18:53:04.1752343Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T18:53:04.1754297Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T18:53:04.1756276Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T18:53:04.1758073Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T18:53:04.1759783Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T18:53:04.1761467Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T18:53:04.1762904Z [36;1m  exit 1[0m
2025-08-20T18:53:04.1763833Z [36;1mfi[0m
2025-08-20T18:53:04.1803375Z shell: /usr/bin/bash -e {0}
2025-08-20T18:53:04.1804376Z env:
2025-08-20T18:53:04.1805569Z   RO_GHTOKEN: ***
2025-08-20T18:53:04.1806568Z   RO_GLTOKEN: ***
2025-08-20T18:53:04.1811162Z   MINISIGN_KEY: ***
2025-08-20T18:53:04.1812144Z ##[endgroup]
2025-08-20T18:53:04.2049141Z ##[group]Run ##Presets
2025-08-20T18:53:04.2050153Z [36;1m##Presets[0m
2025-08-20T18:53:04.2050977Z [36;1mset +x ; set +e[0m
2025-08-20T18:53:04.2051853Z [36;1m#-------------#[0m
2025-08-20T18:53:04.2052737Z [36;1m##Host Triplet[0m
2025-08-20T18:53:04.2053824Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:53:04.2055098Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T18:53:04.2056308Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:53:04.2057787Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T18:53:04.2058932Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T18:53:04.2060226Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T18:53:04.2061529Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T18:53:04.2062802Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T18:53:04.2063880Z [36;1m   fi[0m
2025-08-20T18:53:04.2064941Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:53:04.2066246Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T18:53:04.2067820Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:53:04.2069092Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T18:53:04.2070237Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T18:53:04.2071180Z [36;1m fi[0m
2025-08-20T18:53:04.2072264Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2073794Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2075278Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2076672Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2078000Z [36;1m##Debug[0m
2025-08-20T18:53:04.2078869Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T18:53:04.2079925Z [36;1m   export DEBUG="1"[0m
2025-08-20T18:53:04.2080849Z [36;1m else[0m
2025-08-20T18:53:04.2081655Z [36;1m   export DEBUG="0"[0m
2025-08-20T18:53:04.2082751Z [36;1m fi[0m
2025-08-20T18:53:04.2083632Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2084758Z [36;1m##Docker Platform[0m
2025-08-20T18:53:04.2085864Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T18:53:04.2087299Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T18:53:04.2088600Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T18:53:04.2089938Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T18:53:04.2091210Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T18:53:04.2092512Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T18:53:04.2093777Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T18:53:04.2095042Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T18:53:04.2096051Z [36;1m fi[0m
2025-08-20T18:53:04.2097395Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2099052Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2100351Z [36;1m##GHCRPKG_URL[0m
2025-08-20T18:53:04.2102316Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/binary-security-check/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:53:04.2104430Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T18:53:04.2105638Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2107020Z [36;1m##Logs[0m
2025-08-20T18:53:04.2107875Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T18:53:04.2108996Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T18:53:04.2109944Z [36;1m else[0m
2025-08-20T18:53:04.2110762Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T18:53:04.2111818Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T18:53:04.2112841Z [36;1m fi[0m
2025-08-20T18:53:04.2113987Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2115494Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2117043Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T18:53:04.2118635Z [36;1m PKG_FAMILY_LOCAL="$(echo "binary-security-check" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:53:04.2120311Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T18:53:04.2121569Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2122850Z [36;1m##Rebuild[0m
2025-08-20T18:53:04.2123735Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T18:53:04.2124841Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T18:53:04.2125884Z [36;1m else[0m
2025-08-20T18:53:04.2126881Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T18:53:04.2127894Z [36;1m fi[0m
2025-08-20T18:53:04.2128932Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2130199Z [36;1m ##SBUILD_URL[0m
2025-08-20T18:53:04.2131672Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T18:53:04.2133661Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T18:53:04.2137034Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T18:53:04.2139966Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:53:04.2141329Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T18:53:04.2142982Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T18:53:04.2144535Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T18:53:04.2145950Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2147353Z [36;1m    exit 1[0m
2025-08-20T18:53:04.2148326Z [36;1m   else[0m
2025-08-20T18:53:04.2149166Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T18:53:04.2150795Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2153086Z [36;1m    #Check for x_exec.host[0m
2025-08-20T18:53:04.2155280Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T18:53:04.2157805Z [36;1m      #check if supported[0m
2025-08-20T18:53:04.2160265Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T18:53:04.2163636Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T18:53:04.2166376Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T18:53:04.2168621Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2170592Z [36;1m         exit 1[0m
2025-08-20T18:53:04.2172047Z [36;1m       fi[0m
2025-08-20T18:53:04.2173462Z [36;1m      #get build system[0m
2025-08-20T18:53:04.2175887Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T18:53:04.2178674Z [36;1m       export BUILD_SYS[0m
2025-08-20T18:53:04.2180607Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2182919Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T18:53:04.2185191Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2187484Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2189681Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T18:53:04.2192000Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2194085Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.2196279Z [36;1m       fi[0m
2025-08-20T18:53:04.2197721Z [36;1m     fi[0m
2025-08-20T18:53:04.2198912Z [36;1m   fi[0m
2025-08-20T18:53:04.2200197Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T18:53:04.2240953Z shell: /usr/bin/bash -e {0}
2025-08-20T18:53:04.2241862Z ##[endgroup]
2025-08-20T18:53:04.7646554Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:53:04.7648568Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:53:04.7649490Z 
2025-08-20T18:53:04.8353997Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:53:04.8364225Z 100  5377  100  5377    0     0  74561      0 --:--:-- --:--:-- --:--:-- 74680
2025-08-20T18:53:04.8366930Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:53:04.8607511Z ##[group]Run ##Presets
2025-08-20T18:53:04.8608448Z [36;1m##Presets[0m
2025-08-20T18:53:04.8609282Z [36;1mset +x ; set +e[0m
2025-08-20T18:53:04.8610181Z [36;1m#-------------#[0m
2025-08-20T18:53:04.8611055Z [36;1m##Debug?[0m
2025-08-20T18:53:04.8612017Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:53:04.8613150Z [36;1m  set -x[0m
2025-08-20T18:53:04.8613922Z [36;1mfi[0m
2025-08-20T18:53:04.8614672Z [36;1m#-------------#[0m
2025-08-20T18:53:04.8615534Z [36;1m##CoreUtils[0m
2025-08-20T18:53:04.8616387Z [36;1msudo apt update -y[0m
2025-08-20T18:53:04.8617872Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T18:53:04.8621500Z [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-20T18:53:04.8624722Z [36;1m##tmp[0m
2025-08-20T18:53:04.8625787Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T18:53:04.8627256Z [36;1m#GH ENV[0m
2025-08-20T18:53:04.8628359Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.8629612Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.8630696Z [36;1m#-------------#[0m
2025-08-20T18:53:04.8631589Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T18:53:04.8632559Z [36;1msudo apt update -y[0m
2025-08-20T18:53:04.8633520Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T18:53:04.8634533Z [36;1m##Setup Minisign[0m
2025-08-20T18:53:04.8635484Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T18:53:04.8637095Z [36;1mecho "***[0m
2025-08-20T18:53:04.8641726Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T18:53:04.8642789Z [36;1m##User-Agent[0m
2025-08-20T18:53:04.8645379Z [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-20T18:53:04.8648371Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:04.8691719Z shell: /usr/bin/bash -e {0}
2025-08-20T18:53:04.8692626Z env:
2025-08-20T18:53:04.8693354Z   CROSS_COMPILING: NO
2025-08-20T18:53:04.8694208Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T18:53:04.8695134Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T18:53:04.8696039Z   ON_QEMU: NO
2025-08-20T18:53:04.8696924Z   DEBUG: 0
2025-08-20T18:53:04.8697694Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T18:53:04.8698631Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T18:53:04.8699927Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T18:53:04.8701269Z   KEEP_LOGS: YES
2025-08-20T18:53:04.8702050Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:53:04.8702979Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T18:53:04.8704016Z   SBUILD_REBUILD: false
2025-08-20T18:53:04.8706207Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:53:04.8708648Z   BUILD_SYS: docker://rust
2025-08-20T18:53:04.8709554Z   BUILD_ON_HOST: FALSE
2025-08-20T18:53:04.8710383Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:53:04.8711200Z ##[endgroup]
2025-08-20T18:53:04.9106492Z 
2025-08-20T18:53:04.9108274Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:53:04.9109474Z 
2025-08-20T18:53:05.0071401Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:53:05.0488207Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T18:53:05.0501349Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:53:05.0511313Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T18:53:05.0514640Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T18:53:05.0603777Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T18:53:05.0668113Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T18:53:05.2693172Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T18:53:05.2791853Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T18:53:05.2817517Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T18:53:05.3165351Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T18:53:05.3246438Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T18:53:05.3273034Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T18:53:05.3295874Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T18:53:05.3414829Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T18:53:05.3440941Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T18:53:05.3470042Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T18:53:05.3561728Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T18:53:05.3590810Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T18:53:05.3603167Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T18:53:05.4179964Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T18:53:05.4225401Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T18:53:05.4229774Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T18:53:05.4232982Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T18:53:05.4238965Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T18:53:05.4306353Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T18:53:05.4328367Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T18:53:05.4341643Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T18:53:05.4397924Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T18:53:05.4417137Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T18:53:05.4429147Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T18:53:05.4517678Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T18:53:05.4549365Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T18:53:05.4558936Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T18:53:11.5743508Z Fetched 10.6 MB in 1s (7668 kB/s)
2025-08-20T18:53:12.2453661Z Reading package lists...
2025-08-20T18:53:12.3788985Z Building dependency tree...
2025-08-20T18:53:12.3795512Z Reading state information...
2025-08-20T18:53:12.3928324Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:53:12.4044214Z 
2025-08-20T18:53:12.4044861Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:53:12.4045424Z 
2025-08-20T18:53:12.4172908Z Reading package lists...
2025-08-20T18:53:12.5684628Z Building dependency tree...
2025-08-20T18:53:12.5691017Z Reading state information...
2025-08-20T18:53:12.7140342Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:53:12.7141033Z bc set to manually installed.
2025-08-20T18:53:12.7145500Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:53:12.7146313Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T18:53:12.7147125Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:53:12.7147829Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:53:12.7148395Z The following additional packages will be installed:
2025-08-20T18:53:12.7148884Z   libtime-duration-perl
2025-08-20T18:53:12.7543124Z The following NEW packages will be installed:
2025-08-20T18:53:12.7548919Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T18:53:12.7708445Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T18:53:12.7932533Z Need to get 616 kB of archives.
2025-08-20T18:53:12.7933215Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T18:53:12.7933882Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:53:12.8264060Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T18:53:12.8460247Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T18:53:12.8647048Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T18:53:12.8842386Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T18:53:13.1615096Z Fetched 616 kB in 0s (5085 kB/s)
2025-08-20T18:53:13.1934993Z Selecting previously unselected package fdupes.
2025-08-20T18:53:13.2682442Z (Reading database ... 
2025-08-20T18:53:13.2683150Z (Reading database ... 5%
2025-08-20T18:53:13.2683680Z (Reading database ... 10%
2025-08-20T18:53:13.2684250Z (Reading database ... 15%
2025-08-20T18:53:13.2684746Z (Reading database ... 20%
2025-08-20T18:53:13.2685229Z (Reading database ... 25%
2025-08-20T18:53:13.2685708Z (Reading database ... 30%
2025-08-20T18:53:13.2686187Z (Reading database ... 35%
2025-08-20T18:53:13.2686667Z (Reading database ... 40%
2025-08-20T18:53:13.2687407Z (Reading database ... 45%
2025-08-20T18:53:13.2687854Z (Reading database ... 50%
2025-08-20T18:53:13.3486213Z (Reading database ... 55%
2025-08-20T18:53:13.4642484Z (Reading database ... 60%
2025-08-20T18:53:13.8449220Z (Reading database ... 65%
2025-08-20T18:53:14.0661997Z (Reading database ... 70%
2025-08-20T18:53:14.2819025Z (Reading database ... 75%
2025-08-20T18:53:14.6082940Z (Reading database ... 80%
2025-08-20T18:53:15.1655026Z (Reading database ... 85%
2025-08-20T18:53:16.2080569Z (Reading database ... 90%
2025-08-20T18:53:16.6965408Z (Reading database ... 95%
2025-08-20T18:53:16.6965974Z (Reading database ... 100%
2025-08-20T18:53:16.6967064Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T18:53:16.7011798Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T18:53:16.7042111Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T18:53:16.7412440Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T18:53:16.7547019Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T18:53:16.7557510Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T18:53:16.7823045Z Selecting previously unselected package moreutils.
2025-08-20T18:53:16.7957113Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T18:53:16.7967742Z Unpacking moreutils (0.69-1) ...
2025-08-20T18:53:16.8935184Z Selecting previously unselected package dos2unix.
2025-08-20T18:53:16.9066434Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T18:53:16.9078152Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T18:53:17.0645323Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T18:53:17.0695834Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T18:53:17.0725738Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T18:53:17.0754931Z Setting up moreutils (0.69-1) ...
2025-08-20T18:53:17.0787356Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:11.9618801Z 
2025-08-20T18:54:11.9619427Z Running kernel seems to be up-to-date.
2025-08-20T18:54:11.9619794Z 
2025-08-20T18:54:11.9619927Z Restarting services...
2025-08-20T18:54:11.9688685Z 
2025-08-20T18:54:11.9688968Z Service restarts being deferred:
2025-08-20T18:54:11.9690433Z  systemctl restart hosted-compute-agent.service
2025-08-20T18:54:11.9690661Z 
2025-08-20T18:54:11.9691149Z No containers need to be restarted.
2025-08-20T18:54:11.9691490Z 
2025-08-20T18:54:11.9691692Z No user sessions are running outdated binaries.
2025-08-20T18:54:11.9692011Z 
2025-08-20T18:54:11.9692313Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T18:54:12.7900586Z Reading package lists...
2025-08-20T18:54:12.9369495Z Building dependency tree...
2025-08-20T18:54:12.9377340Z Reading state information...
2025-08-20T18:54:13.0876366Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:54:13.0877355Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:54:13.0878520Z apt-utils set to manually installed.
2025-08-20T18:54:13.0879122Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:13.0879805Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:54:13.0880421Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:54:13.0880945Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:54:13.0881464Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:13.0882171Z moreutils is already the newest version (0.69-1).
2025-08-20T18:54:13.0882675Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:54:13.0883378Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:54:13.0884100Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:54:13.0884675Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T18:54:13.0885157Z tmux set to manually installed.
2025-08-20T18:54:13.0885534Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:54:13.0885922Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:13.0886292Z The following additional packages will be installed:
2025-08-20T18:54:13.0886654Z   python3-software-properties
2025-08-20T18:54:13.0887149Z Recommended packages:
2025-08-20T18:54:13.0887379Z   unattended-upgrades
2025-08-20T18:54:13.1180234Z The following NEW packages will be installed:
2025-08-20T18:54:13.1180725Z   rename
2025-08-20T18:54:13.1188227Z The following packages will be upgraded:
2025-08-20T18:54:13.1188851Z   python3-software-properties software-properties-common
2025-08-20T18:54:13.1335889Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:54:13.1563063Z Need to get 64.7 kB of archives.
2025-08-20T18:54:13.1563501Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T18:54:13.1563944Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:54:13.1930048Z 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-20T18:54:13.2122195Z 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-20T18:54:13.2316113Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T18:54:13.4724435Z Fetched 64.7 kB in 0s (750 kB/s)
2025-08-20T18:54:13.4976431Z (Reading database ... 
2025-08-20T18:54:13.4977516Z (Reading database ... 5%
2025-08-20T18:54:13.4978282Z (Reading database ... 10%
2025-08-20T18:54:13.4978582Z (Reading database ... 15%
2025-08-20T18:54:13.4978817Z (Reading database ... 20%
2025-08-20T18:54:13.4979035Z (Reading database ... 25%
2025-08-20T18:54:13.4979474Z (Reading database ... 30%
2025-08-20T18:54:13.4979692Z (Reading database ... 35%
2025-08-20T18:54:13.4979905Z (Reading database ... 40%
2025-08-20T18:54:13.4980120Z (Reading database ... 45%
2025-08-20T18:54:13.4980341Z (Reading database ... 50%
2025-08-20T18:54:13.5061565Z (Reading database ... 55%
2025-08-20T18:54:13.5094435Z (Reading database ... 60%
2025-08-20T18:54:13.5114964Z (Reading database ... 65%
2025-08-20T18:54:13.5147632Z (Reading database ... 70%
2025-08-20T18:54:13.5171170Z (Reading database ... 75%
2025-08-20T18:54:13.5199014Z (Reading database ... 80%
2025-08-20T18:54:13.5330328Z (Reading database ... 85%
2025-08-20T18:54:13.5416606Z (Reading database ... 90%
2025-08-20T18:54:13.5667201Z (Reading database ... 95%
2025-08-20T18:54:13.5667583Z (Reading database ... 100%
2025-08-20T18:54:13.5668101Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T18:54:13.5707693Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T18:54:13.6423289Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:54:13.7399942Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T18:54:13.8263557Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:54:13.8524713Z Selecting previously unselected package rename.
2025-08-20T18:54:13.8666566Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T18:54:13.8678404Z Unpacking rename (2.02-1) ...
2025-08-20T18:54:13.9079543Z Setting up rename (2.02-1) ...
2025-08-20T18:54:13.9143577Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T18:54:13.9166556Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T18:54:14.0365335Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T18:54:14.1351830Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:18.1854818Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T18:54:19.6413180Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:54:19.6691919Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T18:54:19.6828771Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T18:54:19.6850733Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:54:19.6873399Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:54:19.6874963Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T18:54:19.6887571Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T18:54:20.7768993Z Reading package lists...
2025-08-20T18:54:20.9186157Z Building dependency tree...
2025-08-20T18:54:20.9192786Z Reading state information...
2025-08-20T18:54:20.9323442Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:54:20.9474072Z 
2025-08-20T18:54:20.9474944Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:54:20.9475752Z 
2025-08-20T18:54:20.9968521Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:54:21.0306439Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:54:21.1060711Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T18:54:21.1067331Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T18:54:21.1083442Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T18:54:21.1089916Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T18:54:21.2846591Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:54:22.1414719Z Reading package lists...
2025-08-20T18:54:22.2879913Z Building dependency tree...
2025-08-20T18:54:22.2886260Z Reading state information...
2025-08-20T18:54:22.3014910Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:54:22.3128330Z 
2025-08-20T18:54:22.3128902Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:54:22.3129487Z 
2025-08-20T18:54:22.3256080Z Reading package lists...
2025-08-20T18:54:22.4727349Z Building dependency tree...
2025-08-20T18:54:22.4734984Z Reading state information...
2025-08-20T18:54:22.6117472Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:54:22.6470211Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:54:22.6755411Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T18:54:22.7214113Z ##[group]Run ##Presets
2025-08-20T18:54:22.7214387Z [36;1m##Presets[0m
2025-08-20T18:54:22.7214588Z [36;1mset +x ; set +e[0m
2025-08-20T18:54:22.7214797Z [36;1m#-------------#[0m
2025-08-20T18:54:22.7214992Z [36;1m##Debug?[0m
2025-08-20T18:54:22.7215235Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:54:22.7215526Z [36;1m  set -x[0m
2025-08-20T18:54:22.7215710Z [36;1mfi[0m
2025-08-20T18:54:22.7215887Z [36;1m#-------------#[0m
2025-08-20T18:54:22.7236030Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T18:54:22.7237116Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T18:54:22.7237509Z [36;1msudo service procps restart[0m
2025-08-20T18:54:22.7237796Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T18:54:22.7280856Z shell: /usr/bin/bash -e {0}
2025-08-20T18:54:22.7281085Z env:
2025-08-20T18:54:22.7281316Z   CROSS_COMPILING: NO
2025-08-20T18:54:22.7281532Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T18:54:22.7281776Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T18:54:22.7281994Z   ON_QEMU: NO
2025-08-20T18:54:22.7282160Z   DEBUG: 0
2025-08-20T18:54:22.7282336Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T18:54:22.7282555Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T18:54:22.7282883Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T18:54:22.7283246Z   KEEP_LOGS: YES
2025-08-20T18:54:22.7283438Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:54:22.7283673Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T18:54:22.7283944Z   SBUILD_REBUILD: false
2025-08-20T18:54:22.7284540Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:54:22.7285166Z   BUILD_SYS: docker://rust
2025-08-20T18:54:22.7285384Z   BUILD_ON_HOST: FALSE
2025-08-20T18:54:22.7285575Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:54:22.7285768Z   SYSTMP: /tmp
2025-08-20T18:54:22.7285953Z   GHA_MODE: MATRIX
2025-08-20T18:54:22.7286381Z   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-20T18:54:22.7287061Z ##[endgroup]
2025-08-20T18:54:22.7409936Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T18:54:22.7481313Z 0
2025-08-20T18:54:22.7848981Z vm.max_map_count = 262144
2025-08-20T18:54:22.7849410Z fs.inotify.max_user_watches = 655360
2025-08-20T18:54:22.7849787Z fs.inotify.max_user_instances = 1280
2025-08-20T18:54:22.7850044Z vm.mmap_rnd_bits = 28
2025-08-20T18:54:22.7923880Z ##[group]Run ##Presets
2025-08-20T18:54:22.7924286Z [36;1m##Presets[0m
2025-08-20T18:54:22.7924486Z [36;1mset +x ; set +e[0m
2025-08-20T18:54:22.7924692Z [36;1m#-------------#[0m
2025-08-20T18:54:22.7924889Z [36;1m##Debug?[0m
2025-08-20T18:54:22.7925134Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:54:22.7925433Z [36;1m  set -x[0m
2025-08-20T18:54:22.7925615Z [36;1mfi[0m
2025-08-20T18:54:22.7925790Z [36;1m#-------------#[0m
2025-08-20T18:54:22.7925989Z [36;1m##Main[0m
2025-08-20T18:54:22.7926207Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:54:22.7927178Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:54:22.7927971Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:54:22.7928338Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T18:54:22.7928620Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T18:54:22.7928872Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T18:54:22.7929171Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T18:54:22.7929481Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T18:54:22.7929780Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T18:54:22.7930091Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T18:54:22.7930375Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T18:54:22.7930696Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T18:54:22.7931056Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T18:54:22.7931348Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T18:54:22.7931609Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T18:54:22.7931898Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T18:54:22.7932181Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T18:54:22.7932626Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T18:54:22.7932900Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T18:54:22.7933187Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T18:54:22.7933489Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T18:54:22.7933778Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T18:54:22.7934077Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T18:54:22.7934376Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T18:54:22.7934666Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T18:54:22.7934953Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T18:54:22.7935216Z [36;1m     "${POD_ID}" \[0m
2025-08-20T18:54:22.7935556Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T18:54:22.7935992Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:54:22.7936471Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:54:22.7937092Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T18:54:22.7937434Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:54:22.7937763Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:54:22.7938373Z [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-20T18:54:22.7939129Z [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-20T18:54:22.7939644Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T18:54:22.7939907Z [36;1m else[0m
2025-08-20T18:54:22.7940365Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T18:54:22.7940724Z [36;1m fi[0m
2025-08-20T18:54:22.7940961Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T18:54:22.7941333Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T18:54:22.7941738Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7942113Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7942490Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7942873Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7943260Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7943654Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7944055Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:54:22.7944467Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:54:22.7944769Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:54:22.7985652Z shell: /usr/bin/bash -e {0}
2025-08-20T18:54:22.7985888Z env:
2025-08-20T18:54:22.7986063Z   CROSS_COMPILING: NO
2025-08-20T18:54:22.7986282Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T18:54:22.7986510Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T18:54:22.7986927Z   ON_QEMU: NO
2025-08-20T18:54:22.7987108Z   DEBUG: 0
2025-08-20T18:54:22.7987295Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T18:54:22.7987515Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T18:54:22.7987858Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T18:54:22.7988211Z   KEEP_LOGS: YES
2025-08-20T18:54:22.7988398Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:54:22.7988633Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T18:54:22.7988888Z   SBUILD_REBUILD: false
2025-08-20T18:54:22.7989634Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:54:22.7990251Z   BUILD_SYS: docker://rust
2025-08-20T18:54:22.7990465Z   BUILD_ON_HOST: FALSE
2025-08-20T18:54:22.7990657Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:54:22.7990846Z   SYSTMP: /tmp
2025-08-20T18:54:22.7991024Z   GHA_MODE: MATRIX
2025-08-20T18:54:22.7991461Z   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-20T18:54:22.7992283Z   GHCR_TOKEN: ***
2025-08-20T18:54:22.7992571Z   GITHUB_TOKEN: ***
2025-08-20T18:54:22.7992830Z   GITLAB_TOKEN: ***
2025-08-20T18:54:22.7993928Z   MINISIGN_KEY: ***
2025-08-20T18:54:22.7994121Z ##[endgroup]
2025-08-20T18:54:22.8564919Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T18:54:22.9426548Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:54:22.9427571Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:54:22.9427993Z 
2025-08-20T18:54:22.9798782Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:54:22.9799388Z 100  5377  100  5377    0     0   140k      0 --:--:-- --:--:-- --:--:--  141k
2025-08-20T18:54:22.9811763Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:54:22.9894451Z 
2025-08-20T18:54:22.9894675Z [+] Building [/tmp/tmp.2ydRUxca8F/SBUILD_INPUT] Locally
2025-08-20T18:54:22.9894920Z 
2025-08-20T18:54:22.9908726Z '/tmp/tmp.2ydRUxca8F/SBUILD_INPUT' -> '/tmp/pkgforge/0je1w7rwF_build.yaml'
2025-08-20T18:54:23.0660862Z 
2025-08-20T18:54:23.0661631Z [+] Passwordless sudo is Configured
2025-08-20T18:54:23.1411969Z 
2025-08-20T18:54:23.1423275Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T18:54:23.1423538Z 
2025-08-20T18:54:23.1893712Z 
2025-08-20T18:54:23.1895045Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T18:54:23.1895395Z 
2025-08-20T18:54:23.1895405Z 
2025-08-20T18:54:23.1895622Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T18:54:23.1895918Z 
2025-08-20T18:54:23.1971406Z [+] Installing: 7z -> 7z
2025-08-20T18:54:23.5635277Z [+] Installing: actionlint -> actionlint
2025-08-20T18:54:23.9318457Z [+] Installing: anew -> anew
2025-08-20T18:54:24.2802665Z [+] Installing: anew-rs -> anew-rs
2025-08-20T18:54:24.6308320Z [+] Installing: ansi2html -> ansi2html
2025-08-20T18:54:24.9623314Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T18:54:25.2810657Z [+] Installing: archey -> archey
2025-08-20T18:54:25.6701010Z [+] Installing: aria2 -> aria2c
2025-08-20T18:54:25.8634698Z [+] Installing: askalono -> askalono
2025-08-20T18:54:26.2467964Z [+] Installing: bsdtar -> bsdtar
2025-08-20T18:54:26.6486486Z [+] Installing: b3sum -> b3sum
2025-08-20T18:54:27.0025992Z [+] Installing: bita -> bita
2025-08-20T18:54:27.3754978Z [+] Installing: btop -> btop
2025-08-20T18:54:27.7359367Z [+] Installing: chafa -> chafa
2025-08-20T18:54:27.9077037Z [+] Installing: cloudflared -> cloudflared
2025-08-20T18:54:28.1540371Z [+] Installing: croc -> croc
2025-08-20T18:54:28.5501569Z [+] Installing: csvtk -> csvtk
2025-08-20T18:54:29.1247961Z [+] Installing: cutlines -> cutlines
2025-08-20T18:54:29.4528664Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:29.4560959Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T18:54:29.4562279Z [+] Installing: dbin -> dbin
2025-08-20T18:54:29.6160539Z [+] Installing: dasel -> dasel
2025-08-20T18:54:30.0205616Z [+] Installing: delta -> delta
2025-08-20T18:54:30.4122887Z [+] Installing: ds -> ds
2025-08-20T18:54:30.7536924Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:30.7574765Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T18:54:30.7575914Z [+] Installing: dos2unix -> dos2unix
2025-08-20T18:54:31.0790200Z [+] Installing: duf -> duf
2025-08-20T18:54:31.4417367Z [+] Installing: duplicut -> duplicut
2025-08-20T18:54:31.7879533Z [+] Installing: dust -> dust
2025-08-20T18:54:31.9258802Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T18:54:32.3318966Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T18:54:32.7201766Z [+] Installing: dysk -> dysk
2025-08-20T18:54:33.0656420Z [+] Installing: eget -> eget
2025-08-20T18:54:33.4557804Z [+] Installing: epoch -> epoch
2025-08-20T18:54:33.7964580Z [+] Installing: faketty -> faketty
2025-08-20T18:54:33.9179825Z [+] Installing: fastfetch -> fastfetch
2025-08-20T18:54:34.0458950Z [+] Installing: freeze -> freeze
2025-08-20T18:54:34.4285207Z [+] Installing: fusermount3 -> fusermount
2025-08-20T18:54:34.5359346Z [+] Installing: gdu -> gdu
2025-08-20T18:54:34.9333098Z [+] Installing: gh -> gh
2025-08-20T18:54:35.4567650Z [+] Installing: gitleaks -> gitleaks
2025-08-20T18:54:35.8488276Z [+] Installing: git-sizer -> git-sizer
2025-08-20T18:54:36.2132998Z [+] Installing: glab -> glab
2025-08-20T18:54:36.4750392Z [+] Installing: glow -> glow
2025-08-20T18:54:36.8864799Z [+] Installing: httpx -> httpx
2025-08-20T18:54:37.3534930Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T18:54:37.8042755Z [+] Installing: husarnet -> husarnet
2025-08-20T18:54:38.1420520Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:38.1459191Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T18:54:38.1460569Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T18:54:38.2634921Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:38.2664980Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T18:54:38.2665911Z [+] Installing: imgcat -> imgcat
2025-08-20T18:54:38.6366943Z [+] Installing: jc -> jc
2025-08-20T18:54:39.0325354Z [+] Installing: jq -> jq
2025-08-20T18:54:39.3885093Z [+] Installing: logdy -> logdy
2025-08-20T18:54:39.8497275Z [+] Installing: micro -> micro
2025-08-20T18:54:40.2296017Z [+] Installing: miniserve -> miniserve
2025-08-20T18:54:40.6049601Z [+] Installing: minisign -> minisign
2025-08-20T18:54:40.7253623Z [+] Installing: ncdu -> ncdu
2025-08-20T18:54:41.0730810Z [+] Installing: notify -> notify
2025-08-20T18:54:41.4822851Z [+] Installing: ouch -> ouch
2025-08-20T18:54:41.6352291Z [+] Installing: oras -> oras
2025-08-20T18:54:42.0556410Z [+] Installing: pipetty -> pipetty
2025-08-20T18:54:42.3802787Z [+] Installing: pixterm -> pixterm
2025-08-20T18:54:42.5343123Z [+] Installing: qsv -> qsv
2025-08-20T18:54:42.9398598Z [+] Installing: rclone -> rclone
2025-08-20T18:54:43.4854980Z [+] Installing: ripgrep -> rg
2025-08-20T18:54:43.8419601Z [+] Installing: rga -> rga
2025-08-20T18:54:43.9782632Z [+] Installing: rsync -> rsync
2025-08-20T18:54:44.3484580Z [+] Installing: script -> script
2025-08-20T18:54:44.6922286Z [+] Installing: shellcheck -> shellcheck
2025-08-20T18:54:45.1046461Z [+] Installing: soar -> soar
2025-08-20T18:54:45.4954376Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T18:54:45.6575833Z [+] Installing: sstrip -> sstrip
2025-08-20T18:54:45.9736070Z [+] Installing: strace -> strace
2025-08-20T18:54:46.3342185Z [+] Installing: sttr -> sttr
2025-08-20T18:54:46.7074891Z [+] Installing: tailscale -> tailscale
2025-08-20T18:54:47.1391584Z [+] Installing: tailscaled -> tailscaled
2025-08-20T18:54:47.5773141Z [+] Installing: taplo -> taplo
2025-08-20T18:54:47.7343027Z [+] Installing: tldr -> tldr
2025-08-20T18:54:47.8917260Z [+] Installing: tldr -> tealdeer
2025-08-20T18:54:48.3575841Z [+] Installing: tmux -> tmux
2025-08-20T18:54:48.7177076Z [+] Installing: tok -> tok
2025-08-20T18:54:48.8470212Z [+] Installing: trufflehog -> trufflehog
2025-08-20T18:54:49.2957455Z [+] Installing: trurl -> trurl
2025-08-20T18:54:49.4454651Z [+] Installing: tss -> tss
2025-08-20T18:54:49.7767441Z [+] Installing: ulexec -> ulexec
2025-08-20T18:54:49.9323916Z [+] Installing: unfurl -> unfurl
2025-08-20T18:54:50.2999221Z [+] Installing: upx -> upx
2025-08-20T18:54:50.4179369Z [+] Installing: validtoml -> validtoml
2025-08-20T18:54:50.7752969Z [+] Installing: wget -> wget
2025-08-20T18:54:50.9223264Z [+] Installing: wget2 -> wget2
2025-08-20T18:54:51.0723231Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T18:54:51.2523779Z [+] Installing: xq -> xq
2025-08-20T18:54:51.4125805Z [+] Installing: xz -> xz
2025-08-20T18:54:51.7688129Z [+] Installing: unxz -> unxz
2025-08-20T18:54:52.0989629Z [+] Installing: yq -> yq
2025-08-20T18:54:52.5058216Z [+] Installing: yj -> yj
2025-08-20T18:54:52.8588681Z [+] Installing: zapper -> zapper
2025-08-20T18:54:53.1848128Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T18:54:53.5185354Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T18:54:53.8550063Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:53.8585544Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T18:54:53.8586511Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T18:54:54.2012342Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:54.2052111Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T18:54:54.2053243Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T18:54:54.3166371Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:54.3197342Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T18:54:54.3198332Z [+] Installing: zstd -> zstd
2025-08-20T18:54:54.4442810Z [+] Creating symlinks...
2025-08-20T18:54:54.4532358Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T18:54:54.4628631Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T18:54:54.4723894Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T18:54:54.4820676Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T18:54:54.4918484Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T18:54:54.5013217Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T18:54:54.5109104Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T18:54:54.5204984Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T18:54:54.5300096Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T18:54:54.5395637Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T18:54:54.5490342Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T18:54:54.5584805Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T18:54:54.5679134Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T18:54:54.5775748Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T18:54:54.5872702Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T18:54:54.5969576Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T18:54:54.6067279Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T18:54:54.6105562Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T18:54:54.6193614Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T18:54:54.6290599Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T18:54:54.6386489Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T18:54:54.6423006Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T18:54:54.6510406Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T18:54:54.6606348Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T18:54:54.6702698Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T18:54:54.6798229Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T18:54:54.6894740Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T18:54:54.6990175Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T18:54:54.7084874Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T18:54:54.7179964Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T18:54:54.7276361Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T18:54:54.7372385Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T18:54:54.7466166Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T18:54:54.7562699Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T18:54:54.7659629Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T18:54:54.7755484Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T18:54:54.7854032Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T18:54:54.7952048Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T18:54:54.8048554Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T18:54:54.8145319Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T18:54:54.8243606Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T18:54:54.8340739Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:54:54.8435893Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:54:54.8532105Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T18:54:54.8569479Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T18:54:54.8596888Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T18:54:54.8683399Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T18:54:54.8780383Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T18:54:54.8879721Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T18:54:54.8978092Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T18:54:54.9074310Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T18:54:54.9171317Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T18:54:54.9266688Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T18:54:54.9362574Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T18:54:54.9456660Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T18:54:54.9551643Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T18:54:54.9646458Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T18:54:54.9740704Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T18:54:54.9836020Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T18:54:54.9932666Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T18:54:55.0026434Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T18:54:55.0122481Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T18:54:55.0217137Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T18:54:55.0313002Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T18:54:55.0408916Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T18:54:55.0505453Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T18:54:55.0603185Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T18:54:55.0698121Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T18:54:55.0792413Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T18:54:55.0888689Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T18:54:55.0984849Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T18:54:55.1080873Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T18:54:55.1175510Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T18:54:55.1271629Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T18:54:55.1365493Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T18:54:55.1460841Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T18:54:55.1555162Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T18:54:55.1651719Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T18:54:55.1745123Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T18:54:55.1839551Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T18:54:55.1935902Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T18:54:55.2032959Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T18:54:55.2128612Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T18:54:55.2225171Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T18:54:55.2319794Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T18:54:55.2414635Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T18:54:55.2510487Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T18:54:55.2605771Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T18:54:55.2701872Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T18:54:55.2797210Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T18:54:55.2892521Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T18:54:55.2988158Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T18:54:55.3084437Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T18:54:55.3180895Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T18:54:55.3275609Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T18:54:55.3313742Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T18:54:55.3341088Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T18:54:55.3368277Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T18:54:55.3453203Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T18:54:55.3484124Z 
2025-08-20T18:54:55.3484699Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T18:54:55.3485335Z 
2025-08-20T18:54:55.3504573Z 
2025-08-20T18:54:55.3599380Z 
2025-08-20T18:54:55.3599703Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T18:54:55.3600037Z 
2025-08-20T18:54:55.3600178Z [+] Installation completed!
2025-08-20T18:54:55.3671613Z 
2025-08-20T18:54:55.3671767Z [+] GITHUB_TOKEN is Exported
2025-08-20T18:54:55.6305310Z github.com
2025-08-20T18:54:55.6306078Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T18:54:55.6306539Z   - Active account: true
2025-08-20T18:54:55.6307119Z   - Git operations protocol: https
2025-08-20T18:54:55.6307619Z   - Token: ghp_************************************
2025-08-20T18:54:55.6308620Z   - 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-20T18:54:55.6309653Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T18:54:55.6310341Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T18:54:55.7310491Z Limit: 5000, Remaining: 3983, Reset: 2025-08-20 19:25:14 +0000 UTC (30m18s)
2025-08-20T18:54:55.7319279Z 
2025-08-20T18:54:55.7319426Z [+] GHCR_TOKEN is Exported
2025-08-20T18:54:55.7356069Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T18:54:55.8601190Z Login Succeeded
2025-08-20T18:54:55.8612140Z 
2025-08-20T18:54:55.8612401Z [+] GITLAB is Exported
2025-08-20T18:54:55.8939139Z [git remote -v]
2025-08-20T18:54:56.1070643Z gitlab.com
2025-08-20T18:54:56.1071942Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T18:54:56.1073083Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T18:54:56.1074011Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T18:54:56.1074681Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T18:54:56.1075202Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T18:54:56.1076012Z   ✓ Token found: **************************
2025-08-20T18:54:56.1076344Z 
2025-08-20T18:54:56.1077185Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T18:54:56.1078116Z [git remote -v]
2025-08-20T18:54:56.1088649Z 2025/08/20 18:54:56 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T18:54:56.1089519Z git: exit status 128]
2025-08-20T18:54:56.3470447Z 
2025-08-20T18:54:56.3470454Z 
2025-08-20T18:54:56.3471127Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (06:54:56 PM)
2025-08-20T18:54:56.3471611Z 
2025-08-20T18:54:56.3471616Z 
2025-08-20T18:54:56.3471704Z [+] USER = runner
2025-08-20T18:54:56.3471901Z [+] HOME = /home/runner
2025-08-20T18:54:56.3474228Z [+] 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-20T18:54:56.3476602Z 
2025-08-20T18:54:56.4092067Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:54:56.4375160Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T18:54:56.4391780Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T18:54:56.4400717Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T18:54:56.4408636Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T18:54:56.4422268Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:54:56.4448389Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:54:57.5476599Z Reading package lists...
2025-08-20T18:54:57.5790943Z Reading package lists...
2025-08-20T18:54:57.7290947Z Building dependency tree...
2025-08-20T18:54:57.7299069Z Reading state information...
2025-08-20T18:54:57.9005794Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:54:57.9006200Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:54:57.9006543Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:57.9007109Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:54:57.9007460Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:54:57.9007793Z moreutils is already the newest version (0.69-1).
2025-08-20T18:54:57.9008184Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T18:54:57.9008874Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:54:57.9009271Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:54:57.9618320Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:54:57.9885128Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T18:54:57.9901443Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T18:54:57.9905475Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:54:57.9912904Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T18:54:57.9920847Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T18:54:57.9969429Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:54:59.0912768Z Reading package lists...
2025-08-20T18:54:59.1233512Z Reading package lists...
2025-08-20T18:54:59.2724704Z Building dependency tree...
2025-08-20T18:54:59.2732500Z Reading state information...
2025-08-20T18:54:59.4145272Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:54:59.4146118Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:59.4146656Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:54:59.4147753Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:59.4148241Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:59.4148946Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:54:59.4149609Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:54:59.4150277Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:54:59.4150809Z gawk set to manually installed.
2025-08-20T18:54:59.4151179Z git-lfs is already the newest version (3.7.0).
2025-08-20T18:54:59.4151855Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:59.4152524Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:59.4153008Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:54:59.4153776Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:54:59.4154277Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:54:59.4154698Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:54:59.4155108Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:59.4155532Z The following additional packages will be installed:
2025-08-20T18:54:59.4156084Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T18:54:59.4156669Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T18:54:59.4157598Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T18:54:59.4158323Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T18:54:59.4158917Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T18:54:59.4159355Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:54:59.4159670Z Suggested packages:
2025-08-20T18:54:59.4159964Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T18:54:59.4160427Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T18:54:59.4160921Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T18:54:59.4161409Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T18:54:59.4161884Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T18:54:59.4171902Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T18:54:59.4172275Z   fonts-arphic-uming fonts-nanum
2025-08-20T18:54:59.4439908Z The following NEW packages will be installed:
2025-08-20T18:54:59.4440711Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T18:54:59.4442050Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T18:54:59.4443031Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T18:54:59.4443621Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T18:54:59.4444184Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T18:54:59.4445380Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T18:54:59.4446590Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:54:59.4620669Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:54:59.4621224Z Need to get 27.5 MB of archives.
2025-08-20T18:54:59.4621619Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T18:54:59.4622029Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:54:59.4955851Z 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-20T18:54:59.5516596Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T18:54:59.6092299Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T18:54:59.6353252Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T18:54:59.6539866Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T18:54:59.6731625Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T18:54:59.7098727Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T18:54:59.7465049Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T18:54:59.7838435Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T18:54:59.8030517Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T18:54:59.9413017Z 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-20T18:54:59.9605761Z 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-20T18:54:59.9965706Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T18:55:00.0155550Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T18:55:00.0343780Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T18:55:00.0533306Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T18:55:00.0723412Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T18:55:00.1505966Z 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-20T18:55:00.2116224Z 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-20T18:55:00.2339082Z 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-20T18:55:00.2524562Z 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-20T18:55:00.2712117Z 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-20T18:55:00.3074573Z 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-20T18:55:00.3263350Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T18:55:00.3456251Z 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-20T18:55:00.3639976Z 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-20T18:55:00.4035516Z 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-20T18:55:00.4222586Z 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-20T18:55:00.4427649Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T18:55:00.4620063Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T18:55:00.4801647Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T18:55:00.4988788Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T18:55:00.5176232Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T18:55:00.5736591Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T18:55:00.6087283Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T18:55:00.6446399Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T18:55:00.8850242Z Preconfiguring packages ...
2025-08-20T18:55:00.9437108Z Fetched 27.5 MB in 1s (23.0 MB/s)
2025-08-20T18:55:00.9649951Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T18:55:00.9703586Z (Reading database ... 
2025-08-20T18:55:00.9703958Z (Reading database ... 5%
2025-08-20T18:55:00.9704318Z (Reading database ... 10%
2025-08-20T18:55:00.9704671Z (Reading database ... 15%
2025-08-20T18:55:00.9704945Z (Reading database ... 20%
2025-08-20T18:55:00.9705286Z (Reading database ... 25%
2025-08-20T18:55:00.9706536Z (Reading database ... 30%
2025-08-20T18:55:00.9707063Z (Reading database ... 35%
2025-08-20T18:55:00.9707408Z (Reading database ... 40%
2025-08-20T18:55:00.9707710Z (Reading database ... 45%
2025-08-20T18:55:00.9707926Z (Reading database ... 50%
2025-08-20T18:55:00.9728149Z (Reading database ... 55%
2025-08-20T18:55:00.9831236Z (Reading database ... 60%
2025-08-20T18:55:00.9854206Z (Reading database ... 65%
2025-08-20T18:55:00.9890207Z (Reading database ... 70%
2025-08-20T18:55:00.9915604Z (Reading database ... 75%
2025-08-20T18:55:00.9945061Z (Reading database ... 80%
2025-08-20T18:55:01.0080952Z (Reading database ... 85%
2025-08-20T18:55:01.0169019Z (Reading database ... 90%
2025-08-20T18:55:01.0421197Z (Reading database ... 95%
2025-08-20T18:55:01.0421591Z (Reading database ... 100%
2025-08-20T18:55:01.0422107Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T18:55:01.0461579Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T18:55:01.0661018Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:55:01.2133882Z Selecting previously unselected package poppler-data.
2025-08-20T18:55:01.2271437Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T18:55:01.2282876Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T18:55:01.3602477Z Selecting previously unselected package b3sum.
2025-08-20T18:55:01.3742260Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T18:55:01.3752492Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T18:55:01.4034268Z Selecting previously unselected package build-essential.
2025-08-20T18:55:01.4172205Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T18:55:01.4183237Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T18:55:01.4405709Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T18:55:01.4544446Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T18:55:01.4567270Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T18:55:01.4801909Z Selecting previously unselected package ccache.
2025-08-20T18:55:01.4937250Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T18:55:01.4947839Z Unpacking ccache (4.9.1-1) ...
2025-08-20T18:55:01.5369645Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T18:55:01.5505058Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T18:55:01.5525157Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T18:55:01.5832819Z Selecting previously unselected package xfonts-encodings.
2025-08-20T18:55:01.5967470Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T18:55:01.5979899Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:55:01.6291667Z Selecting previously unselected package xfonts-utils.
2025-08-20T18:55:01.6427069Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T18:55:01.6437242Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:55:01.6844734Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T18:55:01.6978115Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T18:55:01.7615287Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T18:55:01.8697532Z Selecting previously unselected package libgs-common.
2025-08-20T18:55:01.8835666Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:55:01.8845696Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:01.9097995Z Selecting previously unselected package libgs10-common.
2025-08-20T18:55:01.9235974Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:55:01.9247615Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:01.9922258Z Selecting previously unselected package libidn12:amd64.
2025-08-20T18:55:02.0062237Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T18:55:02.0073458Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T18:55:02.0302569Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T18:55:02.0438510Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T18:55:02.0449031Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T18:55:02.0674409Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T18:55:02.0814059Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T18:55:02.0826578Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T18:55:02.1070873Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T18:55:02.1207055Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T18:55:02.1217432Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T18:55:02.1446910Z Selecting previously unselected package libgs10:amd64.
2025-08-20T18:55:02.1584002Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T18:55:02.1594200Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:02.2681048Z Selecting previously unselected package ghostscript.
2025-08-20T18:55:02.2820479Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T18:55:02.2831163Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:02.3152762Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T18:55:02.3291896Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T18:55:02.3303804Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:55:02.4351733Z Selecting previously unselected package imagemagick.
2025-08-20T18:55:02.4489001Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T18:55:02.4498913Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:55:02.4700954Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T18:55:02.4834482Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T18:55:02.4842060Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:55:02.5080960Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T18:55:02.5215542Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T18:55:02.5225169Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:55:02.5509893Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T18:55:02.5643325Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T18:55:02.5653236Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:55:02.5889022Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T18:55:02.6023608Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T18:55:02.6033022Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:55:02.6255840Z Selecting previously unselected package libjxr-tools.
2025-08-20T18:55:02.6390787Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T18:55:02.6398673Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:55:02.6600352Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T18:55:02.6733938Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T18:55:02.6742377Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T18:55:02.7118021Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T18:55:02.7252837Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T18:55:02.7261780Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T18:55:02.7500409Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T18:55:02.7634986Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T18:55:02.7645359Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:55:02.7930345Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T18:55:02.8064645Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T18:55:02.8074412Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T18:55:02.8289841Z Selecting previously unselected package libpaper-utils.
2025-08-20T18:55:02.8426107Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T18:55:02.8436659Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T18:55:02.8635710Z Selecting previously unselected package libtool-bin.
2025-08-20T18:55:02.8769527Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T18:55:02.8779087Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T18:55:02.9000108Z Selecting previously unselected package lzip.
2025-08-20T18:55:02.9133496Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T18:55:02.9142791Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T18:55:02.9362937Z Selecting previously unselected package netpbm.
2025-08-20T18:55:02.9496127Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T18:55:02.9503892Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:55:03.1333408Z Selecting previously unselected package musl:amd64.
2025-08-20T18:55:03.1474072Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T18:55:03.1484149Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T18:55:03.1787779Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T18:55:03.1925263Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T18:55:03.1978854Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T18:55:03.2603291Z Selecting previously unselected package musl-tools.
2025-08-20T18:55:03.2741352Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T18:55:03.2750694Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T18:55:03.3153547Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T18:55:03.4400034Z 
2025-08-20T18:55:03.4400573Z Creating config file /etc/papersize with new version
2025-08-20T18:55:03.4877747Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T18:55:03.4899714Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T18:55:03.4929870Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T18:55:03.4950491Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T18:55:03.4973972Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:03.4999973Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T18:55:03.5025086Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T18:55:03.5047922Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T18:55:03.5155590Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:55:03.5177382Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T18:55:03.5199353Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T18:55:03.5259816Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T18:55:03.5306360Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T18:55:03.5352812Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T18:55:03.5373418Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:55:03.5396961Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:55:03.5420622Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T18:55:03.5444848Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:55:03.5471097Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:55:03.5539458Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T18:55:03.5585949Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T18:55:03.5643390Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T18:55:03.5689544Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T18:55:03.5744603Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T18:55:03.5790610Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T18:55:03.5845553Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T18:55:03.5891609Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T18:55:03.5948511Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T18:55:03.5995344Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T18:55:03.6052729Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T18:55:03.6099164Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T18:55:03.6156328Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T18:55:03.6202598Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T18:55:03.6260024Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T18:55:03.6307162Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T18:55:03.6365358Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T18:55:03.6413102Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T18:55:03.6469697Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T18:55:03.6517641Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T18:55:03.6575197Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T18:55:03.6622982Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T18:55:03.6642544Z Setting up b3sum (1.2.0-1) ...
2025-08-20T18:55:03.6667749Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T18:55:03.6707503Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T18:55:03.6734194Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:55:03.6940046Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:55:03.6965422Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T18:55:03.6991083Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:55:03.7014569Z Setting up ccache (4.9.1-1) ...
2025-08-20T18:55:03.7037732Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:55:03.7172780Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:55:03.7196675Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:55:03.7243257Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T18:55:03.7275753Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T18:55:03.7303282Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:55:03.7331439Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:55:03.7417851Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T18:55:03.8987362Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T18:55:03.9009795Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:03.9030479Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:03.9056999Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:55:03.9130390Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:55:04.3257560Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T18:55:04.7225516Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T18:55:05.1399605Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:55:05.1982242Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:12.0437636Z Reading package lists...
2025-08-20T18:55:12.1937081Z Building dependency tree...
2025-08-20T18:55:12.1944465Z Reading state information...
2025-08-20T18:55:12.3424043Z autoconf is already the newest version (2.71-3).
2025-08-20T18:55:12.3424595Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:55:12.3425109Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:55:12.3425595Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:55:12.3426109Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:55:12.3426621Z ca-certificates is already the newest version (20240203).
2025-08-20T18:55:12.3427425Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:55:12.3428253Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:55:12.3428727Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:55:12.3429187Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:55:12.3429645Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:55:12.3430084Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:55:12.3430418Z patch set to manually installed.
2025-08-20T18:55:12.3430745Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:55:12.3431133Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:55:12.3431478Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:55:12.3431812Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:55:12.3432110Z Suggested packages:
2025-08-20T18:55:12.3432304Z   scons-doc
2025-08-20T18:55:12.3557402Z The following NEW packages will be installed:
2025-08-20T18:55:12.3563655Z   autopoint byacc clang qemu-user-static scons
2025-08-20T18:55:12.3729283Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:12.3729888Z Need to get 15.8 MB of archives.
2025-08-20T18:55:12.3730436Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T18:55:12.3731098Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:55:12.4924413Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T18:55:12.5233238Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T18:55:12.5425074Z 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-20T18:55:12.7132315Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T18:55:12.7387295Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T18:55:12.9877192Z Fetched 15.8 MB in 0s (41.8 MB/s)
2025-08-20T18:55:13.0060221Z Selecting previously unselected package autopoint.
2025-08-20T18:55:13.0114932Z (Reading database ... 
2025-08-20T18:55:13.0115336Z (Reading database ... 5%
2025-08-20T18:55:13.0115692Z (Reading database ... 10%
2025-08-20T18:55:13.0116048Z (Reading database ... 15%
2025-08-20T18:55:13.0116394Z (Reading database ... 20%
2025-08-20T18:55:13.0116892Z (Reading database ... 25%
2025-08-20T18:55:13.0117241Z (Reading database ... 30%
2025-08-20T18:55:13.0117583Z (Reading database ... 35%
2025-08-20T18:55:13.0118691Z (Reading database ... 40%
2025-08-20T18:55:13.0119074Z (Reading database ... 45%
2025-08-20T18:55:13.0119417Z (Reading database ... 50%
2025-08-20T18:55:13.0138217Z (Reading database ... 55%
2025-08-20T18:55:13.0231440Z (Reading database ... 60%
2025-08-20T18:55:13.0252697Z (Reading database ... 65%
2025-08-20T18:55:13.0287126Z (Reading database ... 70%
2025-08-20T18:55:13.0311184Z (Reading database ... 75%
2025-08-20T18:55:13.0340439Z (Reading database ... 80%
2025-08-20T18:55:13.0472613Z (Reading database ... 85%
2025-08-20T18:55:13.0559865Z (Reading database ... 90%
2025-08-20T18:55:13.0813938Z (Reading database ... 95%
2025-08-20T18:55:13.0814379Z (Reading database ... 100%
2025-08-20T18:55:13.0814831Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T18:55:13.0854842Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T18:55:13.0864821Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T18:55:13.1111135Z Selecting previously unselected package clang.
2025-08-20T18:55:13.1243244Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T18:55:13.1251837Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T18:55:13.1454788Z Selecting previously unselected package qemu-user-static.
2025-08-20T18:55:13.1584285Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T18:55:13.1592362Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:55:13.5971293Z Selecting previously unselected package scons.
2025-08-20T18:55:13.6110588Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T18:55:13.6119988Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T18:55:13.6762299Z Selecting previously unselected package byacc.
2025-08-20T18:55:13.6902330Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T18:55:13.6910676Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T18:55:13.7303504Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:55:13.7349693Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T18:55:13.7427291Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T18:55:13.7638895Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T18:55:14.1654099Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T18:55:14.1683058Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:18.1772980Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T18:55:19.7641194Z Reading package lists...
2025-08-20T18:55:19.9170652Z Building dependency tree...
2025-08-20T18:55:19.9178301Z Reading state information...
2025-08-20T18:55:20.0749129Z The following additional packages will be installed:
2025-08-20T18:55:20.0750128Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:55:20.0750866Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:55:20.0751936Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:55:20.0753059Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:55:20.0754164Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:55:20.0755268Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:55:20.0755911Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:55:20.0756516Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:55:20.0757308Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:55:20.0760647Z Suggested packages:
2025-08-20T18:55:20.0761179Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T18:55:20.0762013Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T18:55:20.0762893Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T18:55:20.0763867Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T18:55:20.0764559Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T18:55:20.0765136Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T18:55:20.0765717Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T18:55:20.0766364Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T18:55:20.0766938Z   wdiff-doc
2025-08-20T18:55:20.0767138Z Recommended packages:
2025-08-20T18:55:20.0767457Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T18:55:20.0767915Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T18:55:20.0768381Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T18:55:20.0768855Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T18:55:20.0953960Z The following NEW packages will be installed:
2025-08-20T18:55:20.0954839Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:55:20.0955538Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:55:20.0956039Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:55:20.0958983Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:55:20.0959824Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:55:20.0960867Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:55:20.0961711Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:55:20.0962485Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:55:20.0963207Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:55:20.1146192Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:20.1146994Z Need to get 2417 kB of archives.
2025-08-20T18:55:20.1147560Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T18:55:20.1148214Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:55:20.1484864Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T18:55:20.1700025Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T18:55:20.1913254Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T18:55:20.2106976Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T18:55:20.2300847Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T18:55:20.2493905Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T18:55:20.2690062Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T18:55:20.2874418Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T18:55:20.3096627Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T18:55:20.3281310Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T18:55:20.3484580Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T18:55:20.3683340Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T18:55:20.3871186Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T18:55:20.4058946Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T18:55:20.4249109Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T18:55:20.4447659Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T18:55:20.4644852Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T18:55:20.5269856Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T18:55:20.5455376Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T18:55:20.5644771Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T18:55:20.5860986Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T18:55:20.6110182Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T18:55:20.6311185Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T18:55:20.6499392Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T18:55:20.6697703Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T18:55:20.6881703Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T18:55:20.7069223Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T18:55:20.7269831Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T18:55:20.7465171Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T18:55:20.7652275Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T18:55:21.0460285Z Fetched 2417 kB in 1s (3556 kB/s)
2025-08-20T18:55:21.0647939Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T18:55:21.0703525Z (Reading database ... 
2025-08-20T18:55:21.0703986Z (Reading database ... 5%
2025-08-20T18:55:21.0704341Z (Reading database ... 10%
2025-08-20T18:55:21.0704720Z (Reading database ... 15%
2025-08-20T18:55:21.0705018Z (Reading database ... 20%
2025-08-20T18:55:21.0705298Z (Reading database ... 25%
2025-08-20T18:55:21.0705562Z (Reading database ... 30%
2025-08-20T18:55:21.0705821Z (Reading database ... 35%
2025-08-20T18:55:21.0706088Z (Reading database ... 40%
2025-08-20T18:55:21.0706357Z (Reading database ... 45%
2025-08-20T18:55:21.0706623Z (Reading database ... 50%
2025-08-20T18:55:21.0729739Z (Reading database ... 55%
2025-08-20T18:55:21.0842646Z (Reading database ... 60%
2025-08-20T18:55:21.0866447Z (Reading database ... 65%
2025-08-20T18:55:21.0905042Z (Reading database ... 70%
2025-08-20T18:55:21.0931379Z (Reading database ... 75%
2025-08-20T18:55:21.0963767Z (Reading database ... 80%
2025-08-20T18:55:21.1103007Z (Reading database ... 85%
2025-08-20T18:55:21.1195042Z (Reading database ... 90%
2025-08-20T18:55:21.1453149Z (Reading database ... 95%
2025-08-20T18:55:21.1453543Z (Reading database ... 100%
2025-08-20T18:55:21.1454072Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T18:55:21.1495459Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T18:55:21.1504704Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:55:21.1717483Z Selecting previously unselected package libfile-which-perl.
2025-08-20T18:55:21.1850977Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T18:55:21.1908518Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T18:55:21.2105807Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T18:55:21.2241426Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T18:55:21.2248986Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T18:55:21.2475813Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T18:55:21.2609959Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T18:55:21.2620157Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T18:55:21.2815894Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T18:55:21.2951096Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T18:55:21.2958940Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:55:21.3160287Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T18:55:21.3296503Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T18:55:21.3306362Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:55:21.3527910Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T18:55:21.3665154Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T18:55:21.3672861Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T18:55:21.3880364Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T18:55:21.4015479Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T18:55:21.4023556Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:55:21.4229104Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T18:55:21.4362652Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T18:55:21.4371136Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T18:55:21.4570377Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T18:55:21.4702778Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T18:55:21.4710181Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T18:55:21.4908068Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T18:55:21.5038630Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T18:55:21.5046868Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:55:21.5237036Z Selecting previously unselected package libimport-into-perl.
2025-08-20T18:55:21.5367790Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T18:55:21.5378919Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T18:55:21.5568442Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T18:55:21.5699384Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T18:55:21.5707319Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T18:55:21.5919175Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T18:55:21.6051256Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T18:55:21.6059677Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:55:21.6255937Z Selecting previously unselected package libmoo-perl.
2025-08-20T18:55:21.6387332Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T18:55:21.6394633Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T18:55:21.6617585Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T18:55:21.6748149Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T18:55:21.6755646Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T18:55:21.6946649Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T18:55:21.7075418Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T18:55:21.7083775Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T18:55:21.7489256Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T18:55:21.7622940Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T18:55:21.7632679Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:55:21.7831072Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T18:55:21.7964907Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T18:55:21.7972511Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:55:21.8166561Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T18:55:21.8299918Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T18:55:21.8308659Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T18:55:21.8509969Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T18:55:21.8643275Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T18:55:21.8651838Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T18:55:21.9050116Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T18:55:21.9182576Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T18:55:21.9191423Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:55:21.9452969Z Selecting previously unselected package libnet-http-perl.
2025-08-20T18:55:21.9584056Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T18:55:21.9592801Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T18:55:21.9793011Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T18:55:21.9922541Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T18:55:21.9930622Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:55:22.0128195Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T18:55:22.0257980Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T18:55:22.0266167Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T18:55:22.0464339Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T18:55:22.0597576Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T18:55:22.0606287Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:55:22.0859271Z Selecting previously unselected package libwww-perl.
2025-08-20T18:55:22.0998917Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T18:55:22.1009202Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T18:55:22.1301183Z Selecting previously unselected package patchutils.
2025-08-20T18:55:22.1438972Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T18:55:22.1447474Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T18:55:22.1739124Z Selecting previously unselected package wdiff.
2025-08-20T18:55:22.1876066Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T18:55:22.1883780Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T18:55:22.2134483Z Selecting previously unselected package devscripts.
2025-08-20T18:55:22.2269287Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T18:55:22.2458886Z Unpacking devscripts (2.23.7) ...
2025-08-20T18:55:22.3658445Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T18:55:22.3679982Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:55:22.3716236Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T18:55:22.3738175Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T18:55:22.3760676Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:55:22.3783358Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:55:22.3805322Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:55:22.3826236Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T18:55:22.3846449Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T18:55:22.3867734Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T18:55:22.3892672Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T18:55:22.3914825Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T18:55:22.3938061Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T18:55:22.3960541Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:55:22.3982274Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T18:55:22.4004378Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:55:22.4028861Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:55:22.4055966Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:55:22.4078735Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T18:55:22.4100730Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T18:55:22.4126468Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T18:55:22.4154345Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T18:55:22.4181688Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:55:22.4223483Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T18:55:22.4252427Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:55:22.4278749Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T18:55:22.4302417Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T18:55:22.4353111Z Setting up libwww-perl (6.76-1) ...
2025-08-20T18:55:22.4387423Z Setting up devscripts (2.23.7) ...
2025-08-20T18:55:22.5560918Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:55:22.5590337Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:27.5888227Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:55:29.0412416Z Reading package lists...
2025-08-20T18:55:29.2070435Z Building dependency tree...
2025-08-20T18:55:29.2078165Z Reading state information...
2025-08-20T18:55:29.3584222Z The following additional packages will be installed:
2025-08-20T18:55:29.3594526Z   cmake-data libjsoncpp25 librhash0
2025-08-20T18:55:29.3601267Z Suggested packages:
2025-08-20T18:55:29.3601779Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T18:55:29.3727929Z The following NEW packages will be installed:
2025-08-20T18:55:29.3734217Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T18:55:29.3899626Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:29.3900011Z Need to get 13.6 MB of archives.
2025-08-20T18:55:29.3900347Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T18:55:29.3900837Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:55:29.4232725Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T18:55:29.4439988Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T18:55:29.4641815Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T18:55:29.5351646Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T18:55:29.9951473Z Fetched 13.6 MB in 0s (38.2 MB/s)
2025-08-20T18:55:30.0151750Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T18:55:30.0208519Z (Reading database ... 
2025-08-20T18:55:30.0209028Z (Reading database ... 5%
2025-08-20T18:55:30.0210092Z (Reading database ... 10%
2025-08-20T18:55:30.0210488Z (Reading database ... 15%
2025-08-20T18:55:30.0210858Z (Reading database ... 20%
2025-08-20T18:55:30.0211224Z (Reading database ... 25%
2025-08-20T18:55:30.0211579Z (Reading database ... 30%
2025-08-20T18:55:30.0211951Z (Reading database ... 35%
2025-08-20T18:55:30.0212568Z (Reading database ... 40%
2025-08-20T18:55:30.0212921Z (Reading database ... 45%
2025-08-20T18:55:30.0213266Z (Reading database ... 50%
2025-08-20T18:55:30.0233257Z (Reading database ... 55%
2025-08-20T18:55:30.0334485Z (Reading database ... 60%
2025-08-20T18:55:30.0357979Z (Reading database ... 65%
2025-08-20T18:55:30.0395181Z (Reading database ... 70%
2025-08-20T18:55:30.0421256Z (Reading database ... 75%
2025-08-20T18:55:30.0455101Z (Reading database ... 80%
2025-08-20T18:55:30.0593217Z (Reading database ... 85%
2025-08-20T18:55:30.0699944Z (Reading database ... 90%
2025-08-20T18:55:30.1007775Z (Reading database ... 95%
2025-08-20T18:55:30.1008365Z (Reading database ... 100%
2025-08-20T18:55:30.1008875Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T18:55:30.1053540Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T18:55:30.1071056Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T18:55:30.1319991Z Selecting previously unselected package librhash0:amd64.
2025-08-20T18:55:30.1495829Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T18:55:30.1505101Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T18:55:30.1805241Z Selecting previously unselected package cmake-data.
2025-08-20T18:55:30.1945003Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T18:55:30.2010560Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T18:55:30.7562327Z Selecting previously unselected package cmake.
2025-08-20T18:55:30.7713824Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T18:55:30.7721296Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T18:55:30.9650035Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T18:55:30.9672814Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T18:55:30.9692220Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T18:55:30.9757260Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T18:55:30.9780539Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:35.1904302Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:55:35.7466257Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T18:55:35.7467502Z Running kernel seems to be up-to-date.
2025-08-20T18:55:35.7467705Z 
2025-08-20T18:55:35.7467790Z Restarting services...
2025-08-20T18:55:35.7525586Z 
2025-08-20T18:55:35.7525907Z Service restarts being deferred:
2025-08-20T18:55:35.7526385Z  systemctl restart hosted-compute-agent.service
2025-08-20T18:55:35.7526899Z 
2025-08-20T18:55:35.7527068Z No containers need to be restarted.
2025-08-20T18:55:35.7527353Z 
2025-08-20T18:55:35.7527537Z No user sessions are running outdated binaries.
2025-08-20T18:55:35.7527866Z 
2025-08-20T18:55:35.7528184Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T18:55:36.5713647Z Reading package lists...
2025-08-20T18:55:36.7206115Z Building dependency tree...
2025-08-20T18:55:36.7214059Z Reading state information...
2025-08-20T18:55:36.8929176Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:55:36.8929610Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:55:36.8929954Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:55:36.8930286Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:55:36.8930611Z b3sum is already the newest version (1.2.0-1).
2025-08-20T18:55:36.8930946Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:55:36.8931312Z ca-certificates is already the newest version (20240203).
2025-08-20T18:55:36.8931636Z ccache is already the newest version (4.9.1-1).
2025-08-20T18:55:36.8931979Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:55:36.8932669Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:55:36.8933332Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:55:36.8933779Z git-lfs is already the newest version (3.7.0).
2025-08-20T18:55:36.8934251Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T18:55:36.8934767Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T18:55:36.8935292Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:55:36.8935967Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:55:36.8936626Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:55:36.8937605Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:55:36.8938305Z musl is already the newest version (1.2.4-2).
2025-08-20T18:55:36.8952876Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T18:55:36.8953543Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T18:55:36.8954206Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:55:36.8954876Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:55:36.8955533Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:55:36.8956089Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:55:36.8956888Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:36.9165415Z Reading package lists...
2025-08-20T18:55:37.0648149Z Building dependency tree...
2025-08-20T18:55:37.0656086Z Reading state information...
2025-08-20T18:55:37.2342458Z autoconf is already the newest version (2.71-3).
2025-08-20T18:55:37.2343106Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:55:37.2343547Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T18:55:37.2343941Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:55:37.2344332Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:55:37.2344972Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:55:37.2345389Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T18:55:37.2345772Z ca-certificates is already the newest version (20240203).
2025-08-20T18:55:37.2346147Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T18:55:37.2346497Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:55:37.2347116Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:55:37.2347486Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:55:37.2347850Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:55:37.2348222Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:55:37.2348585Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:55:37.2348958Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:55:37.2349355Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:55:37.2349795Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:55:37.2350213Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:55:37.2350556Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:55:37.2351040Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:55:37.2351583Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:37.2578207Z Reading package lists...
2025-08-20T18:55:37.4032978Z Building dependency tree...
2025-08-20T18:55:37.4040757Z Reading state information...
2025-08-20T18:55:37.5690487Z devscripts is already the newest version (2.23.7).
2025-08-20T18:55:37.5691169Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:37.5923308Z Reading package lists...
2025-08-20T18:55:37.7472432Z Building dependency tree...
2025-08-20T18:55:37.7480588Z Reading state information...
2025-08-20T18:55:37.9155688Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T18:55:37.9156363Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:37.9390612Z Reading package lists...
2025-08-20T18:55:38.0987291Z Building dependency tree...
2025-08-20T18:55:38.0994963Z Reading state information...
2025-08-20T18:55:38.2473201Z Suggested packages:
2025-08-20T18:55:38.2473582Z   binutils-doc
2025-08-20T18:55:38.2715754Z The following NEW packages will be installed:
2025-08-20T18:55:38.2721496Z   binutils-aarch64-linux-gnu
2025-08-20T18:55:38.2878804Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:38.3099742Z Need to get 3711 kB of archives.
2025-08-20T18:55:38.3100373Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T18:55:38.3101019Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:55:38.3547515Z 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-20T18:55:38.7492916Z Fetched 3711 kB in 0s (18.9 MB/s)
2025-08-20T18:55:38.7681844Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T18:55:38.7737666Z (Reading database ... 
2025-08-20T18:55:38.7738086Z (Reading database ... 5%
2025-08-20T18:55:38.7738461Z (Reading database ... 10%
2025-08-20T18:55:38.7738823Z (Reading database ... 15%
2025-08-20T18:55:38.7739186Z (Reading database ... 20%
2025-08-20T18:55:38.7739525Z (Reading database ... 25%
2025-08-20T18:55:38.7739859Z (Reading database ... 30%
2025-08-20T18:55:38.7740082Z (Reading database ... 35%
2025-08-20T18:55:38.7740331Z (Reading database ... 40%
2025-08-20T18:55:38.7740548Z (Reading database ... 45%
2025-08-20T18:55:38.7740767Z (Reading database ... 50%
2025-08-20T18:55:38.7761058Z (Reading database ... 55%
2025-08-20T18:55:38.7854229Z (Reading database ... 60%
2025-08-20T18:55:38.7875790Z (Reading database ... 65%
2025-08-20T18:55:38.7911068Z (Reading database ... 70%
2025-08-20T18:55:38.7934604Z (Reading database ... 75%
2025-08-20T18:55:38.7967317Z (Reading database ... 80%
2025-08-20T18:55:38.8107349Z (Reading database ... 85%
2025-08-20T18:55:38.8192044Z (Reading database ... 90%
2025-08-20T18:55:38.8458932Z (Reading database ... 95%
2025-08-20T18:55:38.8459443Z (Reading database ... 100%
2025-08-20T18:55:38.8459982Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T18:55:38.8501218Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T18:55:38.8520877Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T18:55:39.0113406Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T18:55:39.0138342Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:55:39.0276145Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:44.4468844Z Reading package lists...
2025-08-20T18:55:44.5933084Z Building dependency tree...
2025-08-20T18:55:44.5941202Z Reading state information...
2025-08-20T18:55:44.7440346Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:55:44.7441058Z The following additional packages will be installed:
2025-08-20T18:55:44.7441655Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:55:44.7442407Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T18:55:44.7443170Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T18:55:44.7443893Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:55:44.7444568Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T18:55:44.7445142Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T18:55:44.7445850Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T18:55:44.7446690Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T18:55:44.7447665Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T18:55:44.7448378Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T18:55:44.7449469Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T18:55:44.7450224Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T18:55:44.7451018Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T18:55:44.7451793Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T18:55:44.7452520Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T18:55:44.7453191Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T18:55:44.7453873Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T18:55:44.7454526Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T18:55:44.7455157Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T18:55:44.7455852Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T18:55:44.7456590Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T18:55:44.7457442Z   linux-libc-dev-armhf-cross
2025-08-20T18:55:44.7461338Z Suggested packages:
2025-08-20T18:55:44.7461833Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T18:55:44.7462598Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T18:55:44.7985083Z The following NEW packages will be installed:
2025-08-20T18:55:44.7985783Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:55:44.7986586Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T18:55:44.7987655Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T18:55:44.7988520Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:55:44.7989333Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T18:55:44.7990436Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T18:55:44.7991113Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T18:55:44.7991898Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T18:55:44.7992747Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T18:55:44.7993526Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T18:55:44.7994264Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T18:55:44.7995021Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T18:55:44.7995845Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T18:55:44.7996668Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T18:55:44.7997642Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T18:55:44.7998445Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T18:55:44.7999184Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T18:55:44.7999948Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T18:55:44.8000701Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T18:55:44.8001472Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T18:55:44.8002236Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T18:55:44.8003117Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T18:55:44.8003787Z   linux-libc-dev-armhf-cross
2025-08-20T18:55:44.8185477Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:55:44.8186073Z Need to get 171 MB of archives.
2025-08-20T18:55:44.8186609Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T18:55:44.8187466Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:55:44.8560635Z 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-20T18:55:44.8760972Z 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-20T18:55:45.1031918Z 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-20T18:55:45.1225708Z 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-20T18:55:45.3519707Z 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-20T18:55:45.3760693Z 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-20T18:55:45.6160589Z 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-20T18:55:45.6348749Z 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-20T18:55:45.6583364Z 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-20T18:55:45.6764494Z 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-20T18:55:45.6953939Z 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-20T18:55:45.7253208Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T18:55:45.7731725Z 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-20T18:55:45.7941757Z 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-20T18:55:45.8157007Z 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-20T18:55:45.8353228Z 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-20T18:55:45.8959262Z 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-20T18:55:45.9318644Z 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-20T18:55:45.9534636Z 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-20T18:55:45.9908065Z 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-20T18:55:46.0302013Z 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-20T18:55:46.0534910Z 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-20T18:55:46.0778571Z 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-20T18:55:46.1520079Z 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-20T18:55:46.6014793Z 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-20T18:55:46.6552442Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T18:55:46.7148426Z 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-20T18:55:46.7963430Z 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-20T18:55:47.0494493Z 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-20T18:55:47.1407009Z 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-20T18:55:47.1643356Z 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-20T18:55:47.1837685Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T18:55:47.2350504Z 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-20T18:55:47.3084857Z 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-20T18:55:47.3293889Z 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-20T18:55:47.3540014Z 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-20T18:55:47.4374413Z 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-20T18:55:47.4769351Z 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-20T18:55:47.5272590Z 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-20T18:55:47.5715338Z 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-20T18:55:47.9699340Z 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-20T18:55:48.0267380Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T18:55:48.0894088Z 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-20T18:55:48.1668827Z 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-20T18:55:48.3473008Z 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-20T18:55:48.4259902Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T18:55:48.4789981Z 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-20T18:55:48.4984078Z 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-20T18:55:48.5196289Z 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-20T18:55:48.5385999Z 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-20T18:55:48.6638462Z 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-20T18:55:48.7023605Z 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-20T18:55:48.7498952Z 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-20T18:55:48.7893584Z 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-20T18:55:49.1291025Z 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-20T18:55:49.1861345Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T18:55:49.2530535Z 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-20T18:55:49.3255445Z 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-20T18:55:49.6312326Z 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-20T18:55:49.6553188Z 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-20T18:55:49.6774775Z 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-20T18:55:49.6996575Z 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-20T18:55:49.7187508Z 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-20T18:55:49.7376160Z 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-20T18:55:50.0491249Z Fetched 171 MB in 5s (34.6 MB/s)
2025-08-20T18:55:50.0693385Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T18:55:50.0751233Z (Reading database ... 
2025-08-20T18:55:50.0751655Z (Reading database ... 5%
2025-08-20T18:55:50.0752046Z (Reading database ... 10%
2025-08-20T18:55:50.0752427Z (Reading database ... 15%
2025-08-20T18:55:50.0752814Z (Reading database ... 20%
2025-08-20T18:55:50.0753187Z (Reading database ... 25%
2025-08-20T18:55:50.0753567Z (Reading database ... 30%
2025-08-20T18:55:50.0753934Z (Reading database ... 35%
2025-08-20T18:55:50.0754307Z (Reading database ... 40%
2025-08-20T18:55:50.0754686Z (Reading database ... 45%
2025-08-20T18:55:50.0755017Z (Reading database ... 50%
2025-08-20T18:55:50.0774796Z (Reading database ... 55%
2025-08-20T18:55:50.0871821Z (Reading database ... 60%
2025-08-20T18:55:50.0893853Z (Reading database ... 65%
2025-08-20T18:55:50.0929001Z (Reading database ... 70%
2025-08-20T18:55:50.0952983Z (Reading database ... 75%
2025-08-20T18:55:50.0985670Z (Reading database ... 80%
2025-08-20T18:55:50.1124076Z (Reading database ... 85%
2025-08-20T18:55:50.1208661Z (Reading database ... 90%
2025-08-20T18:55:50.1468170Z (Reading database ... 95%
2025-08-20T18:55:50.1468660Z (Reading database ... 100%
2025-08-20T18:55:50.1469308Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T18:55:50.1510362Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:50.1520039Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.1732053Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T18:55:50.1865356Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:50.1895922Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.3330390Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T18:55:50.3470099Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:50.3477988Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.3681138Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T18:55:50.3820494Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:50.3850336Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.5158597Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T18:55:50.5298988Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:50.5305649Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.5512231Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T18:55:50.5651160Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:50.5679973Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.6981521Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T18:55:50.7123178Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T18:55:50.7131174Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:50.7329912Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T18:55:50.7467934Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T18:55:50.7475849Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:50.7668177Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T18:55:50.7804159Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T18:55:50.7811894Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:50.8010809Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T18:55:50.8147030Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:50.8154361Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.8357514Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T18:55:50.8493119Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:50.8501529Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.8709981Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T18:55:50.8844781Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:50.8852180Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:50.9225871Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T18:55:50.9364246Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:50.9372928Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.9582927Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T18:55:50.9718072Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:50.9726075Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:50.9952351Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T18:55:51.0087639Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.0097086Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.0301654Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T18:55:51.0434503Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.0441715Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.0655140Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T18:55:51.0793554Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.0801208Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.1114457Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T18:55:51.1251077Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.1259337Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.1503785Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T18:55:51.1640516Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.1649825Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.1949728Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T18:55:51.2085499Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.2093924Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.2433584Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T18:55:51.2570303Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.2579294Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.2834489Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T18:55:51.2969386Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.2976905Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.3240291Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T18:55:51.3374545Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:51.3381935Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.4335391Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T18:55:51.4474255Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:51.4503605Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:51.7169393Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T18:55:51.7309903Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:51.7319239Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:51.9201814Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T18:55:51.9344932Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:51.9353188Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:52.0654703Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T18:55:52.0798398Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.0805791Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.2975199Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T18:55:52.3120358Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:52.3149534Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.4673493Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T18:55:52.4814801Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T18:55:52.4828846Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:55:52.5733818Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T18:55:52.5875539Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.5883409Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.6079875Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T18:55:52.6222261Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.6237438Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.6437687Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T18:55:52.6574800Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:52.6581834Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:52.6924032Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T18:55:52.7059768Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.7067665Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.7270689Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T18:55:52.7405468Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.7413096Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.7625765Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T18:55:52.7759574Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.7787729Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.7979889Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T18:55:52.8114135Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.8121528Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.8739753Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T18:55:52.8878721Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.8887099Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.9171979Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T18:55:52.9308957Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.9316025Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:52.9675538Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T18:55:52.9815472Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:52.9823546Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:53.0345067Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T18:55:53.0485450Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:53.0514899Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:53.3092769Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T18:55:53.3233349Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:53.3242160Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:53.5044639Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T18:55:53.5191843Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:53.5199986Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:53.6340272Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T18:55:53.6484345Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:53.6491915Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:53.8410197Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T18:55:53.8556691Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:53.8587711Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:53.9966062Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T18:55:54.0108072Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T18:55:54.0116298Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:55:54.0992129Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T18:55:54.1136234Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:54.1147083Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:54.1492839Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T18:55:54.1635720Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.1643654Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.1852791Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T18:55:54.1994003Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.2002937Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.2212373Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T18:55:54.2351290Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.2359376Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.2555395Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T18:55:54.2687248Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.2695391Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.3353654Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T18:55:54.3498867Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.3507710Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.3798158Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T18:55:54.3940513Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.3950336Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.4301083Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T18:55:54.4443493Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:54.4452225Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.4976086Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T18:55:54.5118922Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:54.5149079Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:54.7580274Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T18:55:54.7724124Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:54.7731897Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:54.9534684Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T18:55:54.9680934Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:54.9689881Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.0802847Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T18:55:55.0947802Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:55.0956092Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.2885049Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T18:55:55.3032944Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T18:55:55.3065786Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.4440093Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T18:55:55.4584499Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T18:55:55.4593588Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.4798099Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T18:55:55.4940281Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T18:55:55.4949046Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.5137091Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T18:55:55.5275489Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T18:55:55.5284320Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:55.5496891Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T18:55:55.5635792Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T18:55:55.5644500Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:55.5833279Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T18:55:55.5971350Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T18:55:55.5980988Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.6189236Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T18:55:55.6327372Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T18:55:55.6335527Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.6776208Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:55:55.6803287Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.6829240Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.6856861Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.6887056Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.6917137Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:55.6948241Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.6978607Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.7006964Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:55.7040727Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7072870Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:55.7093559Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.7130060Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7153888Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7176999Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7198109Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.7221578Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:55:55.7243356Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7265960Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7292100Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7317216Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7345069Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7368793Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7392635Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7417308Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7457608Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7480247Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7502134Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7528739Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7556398Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.7579984Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7604188Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:55.7680950Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7705176Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7727627Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7753078Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.7774783Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:55.7795800Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7818317Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7842728Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7866668Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7888236Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7911603Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.7936231Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7960470Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.7986564Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8011851Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8033384Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8066078Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8089411Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8112132Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8134289Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:55.8157608Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8181979Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8203988Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8228746Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8251177Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8274261Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:55.8298120Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.8321120Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8344599Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:55.8368620Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.8392393Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.8414278Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:55.8441340Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T18:55:55.8458415Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:55:55.8545383Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:00.1530934Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:56:01.5685375Z Reading package lists...
2025-08-20T18:56:01.7446136Z Building dependency tree...
2025-08-20T18:56:01.7454729Z Reading state information...
2025-08-20T18:56:01.9074730Z The following additional packages will be installed:
2025-08-20T18:56:01.9075915Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:56:01.9080283Z   libpcap0.8-dev
2025-08-20T18:56:01.9337926Z The following NEW packages will be installed:
2025-08-20T18:56:01.9338742Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:56:01.9343231Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T18:56:01.9504642Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:56:01.9730151Z Need to get 1613 kB of archives.
2025-08-20T18:56:01.9730591Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T18:56:01.9731080Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:56:02.0090850Z 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-20T18:56:02.0311068Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T18:56:02.0544729Z 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-20T18:56:02.0743645Z 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-20T18:56:02.0954903Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T18:56:02.1355929Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T18:56:02.1558583Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T18:56:02.1744346Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T18:56:02.4343659Z Fetched 1613 kB in 0s (7597 kB/s)
2025-08-20T18:56:02.4558512Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T18:56:02.4619657Z (Reading database ... 
2025-08-20T18:56:02.4620108Z (Reading database ... 5%
2025-08-20T18:56:02.4620649Z (Reading database ... 10%
2025-08-20T18:56:02.4621023Z (Reading database ... 15%
2025-08-20T18:56:02.4621401Z (Reading database ... 20%
2025-08-20T18:56:02.4621742Z (Reading database ... 25%
2025-08-20T18:56:02.4622102Z (Reading database ... 30%
2025-08-20T18:56:02.4622449Z (Reading database ... 35%
2025-08-20T18:56:02.4622743Z (Reading database ... 40%
2025-08-20T18:56:02.4622966Z (Reading database ... 45%
2025-08-20T18:56:02.4623191Z (Reading database ... 50%
2025-08-20T18:56:02.4718167Z (Reading database ... 55%
2025-08-20T18:56:02.4737570Z (Reading database ... 60%
2025-08-20T18:56:02.4758863Z (Reading database ... 65%
2025-08-20T18:56:02.4797810Z (Reading database ... 70%
2025-08-20T18:56:02.4822519Z (Reading database ... 75%
2025-08-20T18:56:02.4858268Z (Reading database ... 80%
2025-08-20T18:56:02.4995463Z (Reading database ... 85%
2025-08-20T18:56:02.5086108Z (Reading database ... 90%
2025-08-20T18:56:02.5353518Z (Reading database ... 95%
2025-08-20T18:56:02.5353987Z (Reading database ... 100%
2025-08-20T18:56:02.5354591Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T18:56:02.5396289Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T18:56:02.5407415Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:56:02.5799928Z Selecting previously unselected package libjudydebian1.
2025-08-20T18:56:02.5941126Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T18:56:02.5956514Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:56:02.6178583Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T18:56:02.6318111Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T18:56:02.6325761Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T18:56:02.6748542Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T18:56:02.6887985Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T18:56:02.6895912Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T18:56:02.7149596Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T18:56:02.7290834Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T18:56:02.7298766Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T18:56:02.7977648Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T18:56:02.8121983Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T18:56:02.8154180Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:56:02.8530118Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T18:56:02.8672813Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T18:56:02.8680549Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:56:02.8891261Z Selecting previously unselected package pcaputils.
2025-08-20T18:56:02.9035005Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T18:56:02.9067049Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T18:56:02.9493533Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:56:02.9516342Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:56:03.0984124Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T18:56:03.1007899Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T18:56:03.1112735Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T18:56:03.4176353Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T18:56:03.4198062Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T18:56:03.4247526Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:56:03.4390501Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:08.0660060Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:56:08.0851662Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:56:08.0875642Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:56:09.4893315Z Reading package lists...
2025-08-20T18:56:09.6391473Z Building dependency tree...
2025-08-20T18:56:09.6400520Z Reading state information...
2025-08-20T18:56:09.6791605Z Reading package lists...
2025-08-20T18:56:09.8265504Z Building dependency tree...
2025-08-20T18:56:09.8274161Z Reading state information...
2025-08-20T18:56:09.9761562Z The following additional packages will be installed:
2025-08-20T18:56:09.9765961Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T18:56:09.9771192Z Suggested packages:
2025-08-20T18:56:09.9771643Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T18:56:09.9772100Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T18:56:09.9921091Z The following NEW packages will be installed:
2025-08-20T18:56:09.9921852Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T18:56:09.9925647Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T18:56:10.0090890Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:56:10.0091468Z Need to get 800 kB of archives.
2025-08-20T18:56:10.0092015Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T18:56:10.0092693Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:56:10.0480323Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T18:56:10.0686208Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T18:56:10.0878062Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T18:56:10.1128448Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T18:56:10.1336223Z 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-20T18:56:10.1580397Z 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-20T18:56:10.1883547Z 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-20T18:56:10.2096001Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T18:56:10.2290164Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T18:56:10.4841195Z Fetched 800 kB in 0s (3476 kB/s)
2025-08-20T18:56:10.5037866Z Selecting previously unselected package liblz1:amd64.
2025-08-20T18:56:10.5097986Z (Reading database ... 
2025-08-20T18:56:10.5098549Z (Reading database ... 5%
2025-08-20T18:56:10.5098931Z (Reading database ... 10%
2025-08-20T18:56:10.5099562Z (Reading database ... 15%
2025-08-20T18:56:10.5099925Z (Reading database ... 20%
2025-08-20T18:56:10.5100279Z (Reading database ... 25%
2025-08-20T18:56:10.5100630Z (Reading database ... 30%
2025-08-20T18:56:10.5100978Z (Reading database ... 35%
2025-08-20T18:56:10.5101325Z (Reading database ... 40%
2025-08-20T18:56:10.5101668Z (Reading database ... 45%
2025-08-20T18:56:10.5102007Z (Reading database ... 50%
2025-08-20T18:56:10.5198162Z (Reading database ... 55%
2025-08-20T18:56:10.5218326Z (Reading database ... 60%
2025-08-20T18:56:10.5239394Z (Reading database ... 65%
2025-08-20T18:56:10.5278815Z (Reading database ... 70%
2025-08-20T18:56:10.5306090Z (Reading database ... 75%
2025-08-20T18:56:10.5341147Z (Reading database ... 80%
2025-08-20T18:56:10.5482349Z (Reading database ... 85%
2025-08-20T18:56:10.5572782Z (Reading database ... 90%
2025-08-20T18:56:10.5839533Z (Reading database ... 95%
2025-08-20T18:56:10.5839992Z (Reading database ... 100%
2025-08-20T18:56:10.5840672Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T18:56:10.5880973Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T18:56:10.5897359Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T18:56:10.6109096Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T18:56:10.6247913Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T18:56:10.6257527Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T18:56:10.6480230Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T18:56:10.6620123Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T18:56:10.6627669Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T18:56:10.7418982Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T18:56:10.7562498Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T18:56:10.7569963Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T18:56:10.7821527Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T18:56:10.7966222Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T18:56:10.7975833Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T18:56:10.8211328Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T18:56:10.8351040Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T18:56:10.8360457Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:56:10.8677840Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T18:56:10.8817912Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T18:56:10.8827028Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T18:56:10.9041785Z Selecting previously unselected package lzma.
2025-08-20T18:56:10.9182105Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T18:56:10.9190610Z Unpacking lzma (9.22-2.2) ...
2025-08-20T18:56:10.9437843Z Selecting previously unselected package lzma-dev.
2025-08-20T18:56:10.9578191Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T18:56:10.9585690Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T18:56:11.0022860Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T18:56:11.0046983Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T18:56:11.0068469Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T18:56:11.0093850Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T18:56:11.0118043Z Setting up lzma (9.22-2.2) ...
2025-08-20T18:56:11.0182043Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T18:56:11.0208315Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T18:56:11.0230080Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:56:11.0253217Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T18:56:11.0273314Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T18:56:11.0302452Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:56:11.0446025Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:15.3402839Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:56:15.9714684Z 
2025-08-20T18:56:15.9715173Z Running kernel seems to be up-to-date.
2025-08-20T18:56:15.9715554Z 
2025-08-20T18:56:15.9715694Z Restarting services...
2025-08-20T18:56:15.9773955Z 
2025-08-20T18:56:15.9774474Z Service restarts being deferred:
2025-08-20T18:56:15.9774969Z  systemctl restart hosted-compute-agent.service
2025-08-20T18:56:15.9775277Z 
2025-08-20T18:56:15.9775444Z No containers need to be restarted.
2025-08-20T18:56:15.9775675Z 
2025-08-20T18:56:15.9775794Z No user sessions are running outdated binaries.
2025-08-20T18:56:15.9775992Z 
2025-08-20T18:56:15.9776170Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T18:56:16.7859019Z Reading package lists...
2025-08-20T18:56:16.9369641Z Building dependency tree...
2025-08-20T18:56:16.9377696Z Reading state information...
2025-08-20T18:56:17.1288751Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T18:56:17.1289684Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T18:56:17.1290409Z inetutils-telnet set to manually installed.
2025-08-20T18:56:17.1291087Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T18:56:17.1291813Z The following additional packages will be installed:
2025-08-20T18:56:17.1292373Z   tcpd update-inetd
2025-08-20T18:56:17.1435228Z The following packages will be REMOVED:
2025-08-20T18:56:17.1441673Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T18:56:17.1442550Z The following NEW packages will be installed:
2025-08-20T18:56:17.1443155Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T18:56:17.1443882Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T18:56:17.1448983Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T18:56:17.1617944Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T18:56:17.1618307Z Need to get 698 kB of archives.
2025-08-20T18:56:17.1618628Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T18:56:17.1619105Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:56:17.3152217Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T18:56:17.3357396Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T18:56:17.3551654Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T18:56:17.3738319Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T18:56:17.3935590Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T18:56:17.4174551Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T18:56:17.4365235Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T18:56:17.4557029Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T18:56:17.4740212Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T18:56:17.4932552Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T18:56:17.5142676Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T18:56:17.5336187Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T18:56:17.5542908Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T18:56:17.7787116Z Preconfiguring packages ...
2025-08-20T18:56:17.8762083Z Fetched 698 kB in 0s (1732 kB/s)
2025-08-20T18:56:17.8945920Z (Reading database ... 
2025-08-20T18:56:17.8946300Z (Reading database ... 5%
2025-08-20T18:56:17.8946600Z (Reading database ... 10%
2025-08-20T18:56:17.8947078Z (Reading database ... 15%
2025-08-20T18:56:17.8947308Z (Reading database ... 20%
2025-08-20T18:56:17.8947512Z (Reading database ... 25%
2025-08-20T18:56:17.8947716Z (Reading database ... 30%
2025-08-20T18:56:17.8947920Z (Reading database ... 35%
2025-08-20T18:56:17.8948127Z (Reading database ... 40%
2025-08-20T18:56:17.8948329Z (Reading database ... 45%
2025-08-20T18:56:17.8949897Z (Reading database ... 50%
2025-08-20T18:56:17.8971694Z (Reading database ... 55%
2025-08-20T18:56:17.9063457Z (Reading database ... 60%
2025-08-20T18:56:17.9084923Z (Reading database ... 65%
2025-08-20T18:56:17.9124278Z (Reading database ... 70%
2025-08-20T18:56:17.9149128Z (Reading database ... 75%
2025-08-20T18:56:17.9184823Z (Reading database ... 80%
2025-08-20T18:56:17.9332109Z (Reading database ... 85%
2025-08-20T18:56:17.9417018Z (Reading database ... 90%
2025-08-20T18:56:17.9686888Z (Reading database ... 95%
2025-08-20T18:56:17.9687159Z (Reading database ... 100%
2025-08-20T18:56:17.9687502Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T18:56:17.9728541Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T18:56:17.9877685Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:18.0035450Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T18:56:18.3730675Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T18:56:18.3790875Z (Reading database ... 
2025-08-20T18:56:18.3791887Z (Reading database ... 5%
2025-08-20T18:56:18.3792281Z (Reading database ... 10%
2025-08-20T18:56:18.3792652Z (Reading database ... 15%
2025-08-20T18:56:18.3793311Z (Reading database ... 20%
2025-08-20T18:56:18.3793667Z (Reading database ... 25%
2025-08-20T18:56:18.3794010Z (Reading database ... 30%
2025-08-20T18:56:18.3794358Z (Reading database ... 35%
2025-08-20T18:56:18.3794708Z (Reading database ... 40%
2025-08-20T18:56:18.3795054Z (Reading database ... 45%
2025-08-20T18:56:18.3795405Z (Reading database ... 50%
2025-08-20T18:56:18.3815021Z (Reading database ... 55%
2025-08-20T18:56:18.3908628Z (Reading database ... 60%
2025-08-20T18:56:18.3930566Z (Reading database ... 65%
2025-08-20T18:56:18.3970087Z (Reading database ... 70%
2025-08-20T18:56:18.3996024Z (Reading database ... 75%
2025-08-20T18:56:18.4031854Z (Reading database ... 80%
2025-08-20T18:56:18.4174766Z (Reading database ... 85%
2025-08-20T18:56:18.4260102Z (Reading database ... 90%
2025-08-20T18:56:18.4529360Z (Reading database ... 95%
2025-08-20T18:56:18.4529716Z (Reading database ... 100%
2025-08-20T18:56:18.4530201Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T18:56:18.4571630Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.4607665Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.4841297Z Selecting previously unselected package tcpd.
2025-08-20T18:56:18.4978619Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T18:56:18.4987639Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T18:56:18.5212172Z Selecting previously unselected package update-inetd.
2025-08-20T18:56:18.5345802Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T18:56:18.5353025Z Unpacking update-inetd (4.53) ...
2025-08-20T18:56:18.5582562Z Selecting previously unselected package inetutils-inetd.
2025-08-20T18:56:18.5717541Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.5765219Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.5985738Z Selecting previously unselected package inetutils-ftp.
2025-08-20T18:56:18.6120682Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.6129158Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.6360285Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T18:56:18.6497231Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.6517854Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.6749537Z Selecting previously unselected package inetutils-ping.
2025-08-20T18:56:18.6886683Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.6894769Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.7117404Z Selecting previously unselected package inetutils-talk.
2025-08-20T18:56:18.7253300Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.7260925Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.7475286Z Selecting previously unselected package inetutils-talkd.
2025-08-20T18:56:18.7611498Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.7620790Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.7836910Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T18:56:18.7972546Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.7980499Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.8190500Z Selecting previously unselected package inetutils-tools.
2025-08-20T18:56:18.8326670Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.8334761Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.8572885Z Selecting previously unselected package netcat-traditional.
2025-08-20T18:56:18.8709904Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T18:56:18.8718608Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T18:56:18.8980247Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T18:56:18.9119935Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T18:56:18.9128809Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:56:18.9555083Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T18:56:18.9636572Z Setting up update-inetd (4.53) ...
2025-08-20T18:56:19.0507233Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:56:19.0571531Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T18:56:19.0592610Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:19.4899915Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:56:19.4900625Z 
2025-08-20T18:56:19.4900835Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T18:56:19.4901174Z 
2025-08-20T18:56:19.4901842Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:56:19.4902331Z 
2025-08-20T18:56:19.4902863Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:56:19.4903365Z 
2025-08-20T18:56:19.7992438Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:56:19.8072405Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:56:19.8134567Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T18:56:19.8153026Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:56:19.8186221Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:56:19.8209068Z Setting up tcpd (7.6.q-33) ...
2025-08-20T18:56:19.8262046Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:20.2289377Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:56:20.2289809Z 
2025-08-20T18:56:20.2290541Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:56:20.2291158Z 
2025-08-20T18:56:20.5379174Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:20.6364646Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:20.7152850Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:56:20.7869739Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:26.9661876Z Reading package lists...
2025-08-20T18:56:27.1378246Z Building dependency tree...
2025-08-20T18:56:27.1386406Z Reading state information...
2025-08-20T18:56:27.3427805Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T18:56:27.3428387Z iputils-tracepath set to manually installed.
2025-08-20T18:56:27.3428687Z The following packages will be REMOVED:
2025-08-20T18:56:27.3433565Z   inetutils-ping
2025-08-20T18:56:27.3434551Z The following NEW packages will be installed:
2025-08-20T18:56:27.3440758Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T18:56:27.3605420Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T18:56:27.3605822Z Need to get 71.5 kB of archives.
2025-08-20T18:56:27.3606154Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T18:56:27.3606544Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:56:27.3994523Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T18:56:27.4195672Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T18:56:27.4385701Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T18:56:27.7150823Z Fetched 71.5 kB in 0s (809 kB/s)
2025-08-20T18:56:27.7333479Z (Reading database ... 
2025-08-20T18:56:27.7333806Z (Reading database ... 5%
2025-08-20T18:56:27.7334291Z (Reading database ... 10%
2025-08-20T18:56:27.7334519Z (Reading database ... 15%
2025-08-20T18:56:27.7334739Z (Reading database ... 20%
2025-08-20T18:56:27.7334957Z (Reading database ... 25%
2025-08-20T18:56:27.7335167Z (Reading database ... 30%
2025-08-20T18:56:27.7335376Z (Reading database ... 35%
2025-08-20T18:56:27.7335584Z (Reading database ... 40%
2025-08-20T18:56:27.7335794Z (Reading database ... 45%
2025-08-20T18:56:27.7336000Z (Reading database ... 50%
2025-08-20T18:56:27.7418261Z (Reading database ... 55%
2025-08-20T18:56:27.7453274Z (Reading database ... 60%
2025-08-20T18:56:27.7475343Z (Reading database ... 65%
2025-08-20T18:56:27.7515677Z (Reading database ... 70%
2025-08-20T18:56:27.7545133Z (Reading database ... 75%
2025-08-20T18:56:27.7579545Z (Reading database ... 80%
2025-08-20T18:56:27.7729474Z (Reading database ... 85%
2025-08-20T18:56:27.7999771Z (Reading database ... 90%
2025-08-20T18:56:27.8093498Z (Reading database ... 95%
2025-08-20T18:56:27.8094047Z (Reading database ... 100%
2025-08-20T18:56:27.8094645Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T18:56:27.8136043Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:56:27.8580130Z Selecting previously unselected package iputils-ping.
2025-08-20T18:56:27.8640424Z (Reading database ... 
2025-08-20T18:56:27.8640821Z (Reading database ... 5%
2025-08-20T18:56:27.8641200Z (Reading database ... 10%
2025-08-20T18:56:27.8641560Z (Reading database ... 15%
2025-08-20T18:56:27.8641915Z (Reading database ... 20%
2025-08-20T18:56:27.8642269Z (Reading database ... 25%
2025-08-20T18:56:27.8643139Z (Reading database ... 30%
2025-08-20T18:56:27.8643500Z (Reading database ... 35%
2025-08-20T18:56:27.8643844Z (Reading database ... 40%
2025-08-20T18:56:27.8644193Z (Reading database ... 45%
2025-08-20T18:56:27.8644530Z (Reading database ... 50%
2025-08-20T18:56:27.8723391Z (Reading database ... 55%
2025-08-20T18:56:27.8758844Z (Reading database ... 60%
2025-08-20T18:56:27.8780863Z (Reading database ... 65%
2025-08-20T18:56:27.8820839Z (Reading database ... 70%
2025-08-20T18:56:27.8850535Z (Reading database ... 75%
2025-08-20T18:56:27.8885243Z (Reading database ... 80%
2025-08-20T18:56:27.9030654Z (Reading database ... 85%
2025-08-20T18:56:27.9304498Z (Reading database ... 90%
2025-08-20T18:56:27.9403495Z (Reading database ... 95%
2025-08-20T18:56:27.9403823Z (Reading database ... 100%
2025-08-20T18:56:27.9404236Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T18:56:27.9449552Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T18:56:27.9461963Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:27.9685040Z Selecting previously unselected package iputils-arping.
2025-08-20T18:56:27.9825679Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T18:56:27.9835390Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:28.0042356Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T18:56:28.0182490Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T18:56:28.0190977Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:28.0587748Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:28.0763150Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:28.0928215Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:56:28.1092626Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:33.9714974Z Reading package lists...
2025-08-20T18:56:34.1273852Z Building dependency tree...
2025-08-20T18:56:34.1282251Z Reading state information...
2025-08-20T18:56:34.2798969Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T18:56:34.2799841Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T18:56:34.3161780Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:56:35.1445138Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T18:56:35.5338400Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:36.4166417Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T18:56:36.5305225Z Collecting pip
2025-08-20T18:56:36.5774992Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T18:56:36.5885316Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T18:56:36.6990536Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.3 MB/s eta 0:00:00
2025-08-20T18:56:36.9816364Z Installing collected packages: pip
2025-08-20T18:56:37.6995344Z Successfully installed pip-25.2
2025-08-20T18:56:37.9072463Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T18:56:37.9493137Z Reading package lists...
2025-08-20T18:56:38.1178153Z Building dependency tree...
2025-08-20T18:56:38.1186175Z Reading state information...
2025-08-20T18:56:38.2723994Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T18:56:38.2724783Z pciutils set to manually installed.
2025-08-20T18:56:38.2725464Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T18:56:38.2726220Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T18:56:38.2728677Z python3-distro set to manually installed.
2025-08-20T18:56:38.2729199Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T18:56:38.2729677Z python3-netifaces set to manually installed.
2025-08-20T18:56:38.2730097Z The following additional packages will be installed:
2025-08-20T18:56:38.2730660Z   libsysfs2
2025-08-20T18:56:38.2731189Z Suggested packages:
2025-08-20T18:56:38.2731620Z   fancontrol read-edid i2c-tools
2025-08-20T18:56:38.2980177Z The following NEW packages will be installed:
2025-08-20T18:56:38.2982272Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T18:56:38.3136510Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:56:38.3361246Z Need to get 142 kB of archives.
2025-08-20T18:56:38.3361904Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T18:56:38.3362491Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:56:38.3723109Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T18:56:38.3924097Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T18:56:38.4114954Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T18:56:38.4330649Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T18:56:38.6920347Z Fetched 142 kB in 0s (1313 kB/s)
2025-08-20T18:56:38.7122600Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T18:56:38.7183322Z (Reading database ... 
2025-08-20T18:56:38.7183937Z (Reading database ... 5%
2025-08-20T18:56:38.7184396Z (Reading database ... 10%
2025-08-20T18:56:38.7184764Z (Reading database ... 15%
2025-08-20T18:56:38.7185117Z (Reading database ... 20%
2025-08-20T18:56:38.7185482Z (Reading database ... 25%
2025-08-20T18:56:38.7185737Z (Reading database ... 30%
2025-08-20T18:56:38.7185971Z (Reading database ... 35%
2025-08-20T18:56:38.7186191Z (Reading database ... 40%
2025-08-20T18:56:38.7186416Z (Reading database ... 45%
2025-08-20T18:56:38.7186642Z (Reading database ... 50%
2025-08-20T18:56:38.7271340Z (Reading database ... 55%
2025-08-20T18:56:38.7307990Z (Reading database ... 60%
2025-08-20T18:56:38.7330937Z (Reading database ... 65%
2025-08-20T18:56:38.7372251Z (Reading database ... 70%
2025-08-20T18:56:38.7401521Z (Reading database ... 75%
2025-08-20T18:56:38.7436531Z (Reading database ... 80%
2025-08-20T18:56:38.7580063Z (Reading database ... 85%
2025-08-20T18:56:38.7853241Z (Reading database ... 90%
2025-08-20T18:56:38.7945852Z (Reading database ... 95%
2025-08-20T18:56:38.7946199Z (Reading database ... 100%
2025-08-20T18:56:38.7947080Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T18:56:38.7989671Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T18:56:38.8006984Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T18:56:38.8242052Z Selecting previously unselected package sysfsutils.
2025-08-20T18:56:38.8382737Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T18:56:38.8415490Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T18:56:38.8658251Z Selecting previously unselected package lm-sensors.
2025-08-20T18:56:38.8797383Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T18:56:38.8987454Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:56:38.9250216Z Selecting previously unselected package virt-what.
2025-08-20T18:56:38.9391757Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T18:56:38.9400295Z Unpacking virt-what (1.25-2) ...
2025-08-20T18:56:38.9807179Z Setting up virt-what (1.25-2) ...
2025-08-20T18:56:38.9829836Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T18:56:38.9852288Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T18:56:39.3803498Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:56:39.3803883Z 
2025-08-20T18:56:39.3804342Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:56:39.3804782Z 
2025-08-20T18:56:39.6988249Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:56:40.0954361Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T18:56:40.0954872Z 
2025-08-20T18:56:40.0987642Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:44.7175829Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:56:46.1237857Z Reading package lists...
2025-08-20T18:56:46.2684192Z Building dependency tree...
2025-08-20T18:56:46.2691830Z Reading state information...
2025-08-20T18:56:46.4135704Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:56:46.4136487Z The following additional packages will be installed:
2025-08-20T18:56:46.4139193Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T18:56:46.4139967Z   xorg-sgml-doctools
2025-08-20T18:56:46.4144783Z Suggested packages:
2025-08-20T18:56:46.4145069Z   libxcb-doc
2025-08-20T18:56:46.4288501Z The following NEW packages will be installed:
2025-08-20T18:56:46.4290662Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T18:56:46.4293282Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T18:56:46.4293943Z   xcb xorg-sgml-doctools
2025-08-20T18:56:46.4460603Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T18:56:46.4461202Z Need to get 807 kB of archives.
2025-08-20T18:56:46.4461773Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T18:56:46.4462441Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T18:56:46.4797279Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T18:56:46.4989571Z 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-20T18:56:46.5184531Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T18:56:46.5556192Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T18:56:46.5766224Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T18:56:46.5957318Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T18:56:46.6150040Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T18:56:46.6341485Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T18:56:46.6525561Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T18:56:46.6715811Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T18:56:46.6909272Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T18:56:46.9518138Z Fetched 807 kB in 0s (3163 kB/s)
2025-08-20T18:56:46.9720697Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T18:56:46.9783041Z (Reading database ... 
2025-08-20T18:56:46.9783429Z (Reading database ... 5%
2025-08-20T18:56:46.9783803Z (Reading database ... 10%
2025-08-20T18:56:46.9784170Z (Reading database ... 15%
2025-08-20T18:56:46.9784562Z (Reading database ... 20%
2025-08-20T18:56:46.9784929Z (Reading database ... 25%
2025-08-20T18:56:46.9785423Z (Reading database ... 30%
2025-08-20T18:56:46.9786154Z (Reading database ... 35%
2025-08-20T18:56:46.9786555Z (Reading database ... 40%
2025-08-20T18:56:46.9787107Z (Reading database ... 45%
2025-08-20T18:56:46.9787461Z (Reading database ... 50%
2025-08-20T18:56:46.9892637Z (Reading database ... 55%
2025-08-20T18:56:46.9914155Z (Reading database ... 60%
2025-08-20T18:56:46.9937593Z (Reading database ... 65%
2025-08-20T18:56:46.9980072Z (Reading database ... 70%
2025-08-20T18:56:47.0009779Z (Reading database ... 75%
2025-08-20T18:56:47.0044327Z (Reading database ... 80%
2025-08-20T18:56:47.0191459Z (Reading database ... 85%
2025-08-20T18:56:47.0457375Z (Reading database ... 90%
2025-08-20T18:56:47.0544284Z (Reading database ... 95%
2025-08-20T18:56:47.0544735Z (Reading database ... 100%
2025-08-20T18:56:47.0545149Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T18:56:47.0588409Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T18:56:47.0602170Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T18:56:47.0820490Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T18:56:47.0964927Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T18:56:47.0973648Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:56:47.1215905Z Selecting previously unselected package x11proto-dev.
2025-08-20T18:56:47.1358337Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T18:56:47.1366451Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T18:56:47.1921436Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T18:56:47.2063264Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T18:56:47.2071078Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T18:56:47.2285493Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T18:56:47.2427186Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T18:56:47.2435167Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:56:47.2641329Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T18:56:47.2782615Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T18:56:47.2791467Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:47.3027272Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T18:56:47.3167475Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T18:56:47.3176069Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:47.3394401Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T18:56:47.3533344Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T18:56:47.3550059Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:47.3748841Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T18:56:47.3887560Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T18:56:47.3896033Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:47.4100388Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T18:56:47.4238440Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T18:56:47.4247804Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:47.4460340Z Selecting previously unselected package xcb.
2025-08-20T18:56:47.4597584Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T18:56:47.4606274Z Unpacking xcb (2.4-8build2) ...
2025-08-20T18:56:47.5051621Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:47.5082714Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T18:56:47.5104259Z Setting up xcb (2.4-8build2) ...
2025-08-20T18:56:47.5146271Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:56:47.5198588Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T18:56:47.5343784Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:52.0074250Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:56:52.0167684Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T18:56:52.0194710Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T18:56:52.0217571Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:56:52.0297820Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:52.0324630Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:52.0349974Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:52.0382253Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T18:56:53.6598871Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:54.2924014Z Collecting build
2025-08-20T18:56:54.3347720Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:56:54.4407432Z Collecting cffi
2025-08-20T18:56:54.4479889Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T18:56:54.4653978Z Collecting scons
2025-08-20T18:56:54.4738092Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:54.4909638Z Collecting scuba
2025-08-20T18:56:54.4995359Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:56:54.5456074Z Collecting pytest
2025-08-20T18:56:54.5534412Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:56:54.5740816Z Collecting packaging>=19.1 (from build)
2025-08-20T18:56:54.5813439Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:54.5939424Z Collecting pyproject_hooks (from build)
2025-08-20T18:56:54.6007329Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:56:54.6141421Z Collecting pycparser (from cffi)
2025-08-20T18:56:54.6213035Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:56:54.6557296Z Collecting PyYAML (from scuba)
2025-08-20T18:56:54.6627484Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T18:56:54.6755605Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:56:54.6824411Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:56:54.7010982Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:56:54.7079602Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:56:54.7307491Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:56:54.7383261Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:54.7515901Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:56:54.7615877Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T18:56:54.7919281Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:54.8189102Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 163.2 MB/s  0:00:00
2025-08-20T18:56:54.8268481Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:56:54.8377581Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:56:54.8481472Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:56:54.8569495Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:56:54.8660316Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:54.8749138Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:54.8837554Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 151.0 MB/s  0:00:00
2025-08-20T18:56:54.8920845Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:56:54.9012230Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:56:54.9106591Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T18:56:54.9169634Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 124.5 MB/s  0:00:00
2025-08-20T18:56:55.0322520Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:56:56.7230004Z 
2025-08-20T18:56:56.7247304Z 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-20T18:56:57.0302483Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:57.5421500Z Collecting ansi2txt
2025-08-20T18:56:57.5864169Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:56:57.6103734Z Collecting pipx
2025-08-20T18:56:57.6179954Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:57.6372711Z Collecting scons
2025-08-20T18:56:57.6389146Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:57.6517013Z Collecting py2static
2025-08-20T18:56:57.6597948Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:56:57.6805497Z Collecting typer
2025-08-20T18:56:57.6878090Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:56:57.7189418Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:56:57.7260895Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:57.7458368Z Collecting packaging>=20 (from pipx)
2025-08-20T18:56:57.7469057Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:57.7665292Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:56:57.7734800Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:56:57.7899552Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:56:57.7974096Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:57.8427642Z Collecting pyinstaller (from py2static)
2025-08-20T18:56:57.8505018Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T18:56:57.8696980Z Collecting staticx (from py2static)
2025-08-20T18:56:57.8788766Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T18:56:57.8986628Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:56:57.9059662Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:57.9363536Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:56:57.9432464Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:57.9589133Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:56:57.9661279Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:56:58.0055109Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:56:58.0133386Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:58.0338188Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:58.0410301Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:58.0650276Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:58.0660923Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:58.0793670Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:56:58.0877847Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:56:58.2039541Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:56:58.2112937Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:58.2325098Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:56:58.2395431Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:58.2603141Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:56:58.2674484Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:58.2879454Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:56:58.2950494Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:56:58.3073914Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:56:58.3185838Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:56:58.3282429Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:58.3404760Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:56:58.3491173Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:56:58.3578529Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:56:58.3669363Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:56:58.3708526Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:58.3783044Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:56:58.3871762Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:56:58.3950566Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:58.4035605Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:56:58.4126130Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:56:58.4214241Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:56:58.4300214Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:56:58.4387179Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:56:58.4508464Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T18:56:58.4616381Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 56.8 MB/s  0:00:00
2025-08-20T18:56:58.4685088Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:58.4818103Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:58.4898624Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 158.4 MB/s  0:00:00
2025-08-20T18:56:58.4970839Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:58.5072621Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T18:56:58.5179123Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:56:58.6667478Z 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-20T18:56:59.5384978Z   Attempting uninstall: scons
2025-08-20T18:56:59.5469775Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:59.5846068Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:59.5917737Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:57:00.2009319Z   Attempting uninstall: pygments
2025-08-20T18:57:00.2089683Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:57:00.2321618Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:57:00.2348381Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:57:00.8448789Z   Attempting uninstall: packaging
2025-08-20T18:57:00.8530468Z     Found existing installation: packaging 25.0
2025-08-20T18:57:00.8553711Z     Uninstalling packaging-25.0:
2025-08-20T18:57:00.8561356Z       Successfully uninstalled packaging-25.0
2025-08-20T18:57:01.8484938Z 
2025-08-20T18:57:01.8515174Z 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-20T18:57:02.1680613Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:02.3461998Z Collecting build
2025-08-20T18:57:02.3473197Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:57:02.4375870Z Collecting cffi
2025-08-20T18:57:02.4388232Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T18:57:02.4532591Z Collecting scons
2025-08-20T18:57:02.4543178Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:57:02.4703372Z Collecting scuba
2025-08-20T18:57:02.4713776Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:57:02.5168426Z Collecting pytest
2025-08-20T18:57:02.5178817Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:57:02.5369250Z Collecting packaging>=19.1 (from build)
2025-08-20T18:57:02.5379781Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:57:02.5486987Z Collecting pyproject_hooks (from build)
2025-08-20T18:57:02.5497732Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:57:02.5614735Z Collecting pycparser (from cffi)
2025-08-20T18:57:02.5625388Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:57:02.5937186Z Collecting PyYAML (from scuba)
2025-08-20T18:57:02.5948644Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T18:57:02.6060373Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:57:02.6070888Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:57:02.6241321Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:57:02.6251636Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:57:02.6453120Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:57:02.6464120Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:57:02.6522981Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:57:02.6533500Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T18:57:02.6547205Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:57:02.6587578Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:57:02.6599457Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:57:02.6611870Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:57:02.6621994Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:57:02.6631755Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:57:02.6641913Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:57:02.6660990Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:57:02.6671524Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:57:02.6681601Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T18:57:02.7909161Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:57:02.7914418Z   Attempting uninstall: scons
2025-08-20T18:57:02.7998867Z     Found existing installation: SCons 4.9.1
2025-08-20T18:57:02.8385508Z     Uninstalling SCons-4.9.1:
2025-08-20T18:57:02.8458172Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:57:03.4582991Z   Attempting uninstall: PyYAML
2025-08-20T18:57:03.4672359Z     Found existing installation: PyYAML 6.0.2
2025-08-20T18:57:03.4697377Z     Uninstalling PyYAML-6.0.2:
2025-08-20T18:57:03.4706244Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T18:57:03.5233937Z   Attempting uninstall: pyproject_hooks
2025-08-20T18:57:03.5317685Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T18:57:03.5334490Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T18:57:03.5342160Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T18:57:03.5428286Z   Attempting uninstall: pygments
2025-08-20T18:57:03.5507164Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:57:03.5733301Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:57:03.5760473Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:57:04.1749837Z   Attempting uninstall: pycparser
2025-08-20T18:57:04.1834380Z     Found existing installation: pycparser 2.22
2025-08-20T18:57:04.1867836Z     Uninstalling pycparser-2.22:
2025-08-20T18:57:04.1875278Z       Successfully uninstalled pycparser-2.22
2025-08-20T18:57:04.3049693Z   Attempting uninstall: pluggy
2025-08-20T18:57:04.3138942Z     Found existing installation: pluggy 1.6.0
2025-08-20T18:57:04.3161027Z     Uninstalling pluggy-1.6.0:
2025-08-20T18:57:04.3171294Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T18:57:04.3320115Z   Attempting uninstall: packaging
2025-08-20T18:57:04.3401010Z     Found existing installation: packaging 25.0
2025-08-20T18:57:04.3424901Z     Uninstalling packaging-25.0:
2025-08-20T18:57:04.3432252Z       Successfully uninstalled packaging-25.0
2025-08-20T18:57:04.3807518Z   Attempting uninstall: iniconfig
2025-08-20T18:57:04.3892327Z     Found existing installation: iniconfig 2.1.0
2025-08-20T18:57:04.3908471Z     Uninstalling iniconfig-2.1.0:
2025-08-20T18:57:04.3914456Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T18:57:04.3982657Z   Attempting uninstall: scuba
2025-08-20T18:57:04.4063856Z     Found existing installation: scuba 2.14.1
2025-08-20T18:57:04.4085811Z     Uninstalling scuba-2.14.1:
2025-08-20T18:57:04.4094904Z       Successfully uninstalled scuba-2.14.1
2025-08-20T18:57:04.4282162Z   Attempting uninstall: pytest
2025-08-20T18:57:04.4365655Z     Found existing installation: pytest 8.4.1
2025-08-20T18:57:04.4429878Z     Uninstalling pytest-8.4.1:
2025-08-20T18:57:04.4685519Z       Successfully uninstalled pytest-8.4.1
2025-08-20T18:57:04.6765495Z   Attempting uninstall: cffi
2025-08-20T18:57:04.6847144Z     Found existing installation: cffi 1.17.1
2025-08-20T18:57:04.6872930Z     Uninstalling cffi-1.17.1:
2025-08-20T18:57:04.7110688Z       Successfully uninstalled cffi-1.17.1
2025-08-20T18:57:04.7767390Z   Attempting uninstall: build
2025-08-20T18:57:04.7847387Z     Found existing installation: build 1.3.0
2025-08-20T18:57:04.7871685Z     Uninstalling build-1.3.0:
2025-08-20T18:57:04.7881054Z       Successfully uninstalled build-1.3.0
2025-08-20T18:57:04.8057252Z 
2025-08-20T18:57:04.8086188Z 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-20T18:57:05.1175252Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:05.2991795Z Collecting ansi2txt
2025-08-20T18:57:05.3003571Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:57:05.3200301Z Collecting pipx
2025-08-20T18:57:05.3211064Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:57:05.3364601Z Collecting scons
2025-08-20T18:57:05.3379994Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:57:05.3500438Z Collecting py2static
2025-08-20T18:57:05.3511031Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:57:05.3681333Z Collecting typer
2025-08-20T18:57:05.3691760Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:57:05.3960301Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:57:05.3970758Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:57:05.4148488Z Collecting packaging>=20 (from pipx)
2025-08-20T18:57:05.4158914Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:57:05.4345277Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:57:05.4355728Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:57:05.4497601Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:57:05.4508314Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:57:05.4910690Z Collecting pyinstaller (from py2static)
2025-08-20T18:57:05.4921874Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T18:57:05.5086679Z Collecting staticx (from py2static)
2025-08-20T18:57:05.5097102Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T18:57:05.5271811Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:57:05.5282280Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:57:05.5567326Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:57:05.5578126Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:57:05.5718877Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:57:05.5729511Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:57:05.6092025Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:57:05.6102637Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:57:05.6285798Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:57:05.6297434Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:57:05.6530963Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:57:05.6541576Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:57:05.6667685Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:57:05.6678267Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:57:05.7761713Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:57:05.7772549Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:57:05.7958903Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:57:05.7968676Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:57:05.8150822Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:57:05.8160957Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:57:05.8333134Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:57:05.8343099Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:57:05.8379904Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:57:05.8389832Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:57:05.8399945Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:57:05.8439620Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:57:05.8449574Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:57:05.8459782Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:57:05.8470041Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:57:05.8480607Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:57:05.8491059Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:57:05.8501078Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:57:05.8512583Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:57:05.8531904Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:57:05.8542307Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:57:05.8552458Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:57:05.8562463Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:57:05.8572613Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:57:05.8582692Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T18:57:05.8597657Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:57:05.8610802Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:57:05.8629065Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:57:05.8639113Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T18:57:05.8650057Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:57:06.0123214Z 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-20T18:57:06.0128246Z   Attempting uninstall: pyelftools
2025-08-20T18:57:06.0206599Z     Found existing installation: pyelftools 0.32
2025-08-20T18:57:06.0257508Z     Uninstalling pyelftools-0.32:
2025-08-20T18:57:06.0273397Z       Successfully uninstalled pyelftools-0.32
2025-08-20T18:57:06.1364977Z   Attempting uninstall: altgraph
2025-08-20T18:57:06.1451119Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:57:06.1470153Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:57:06.1477113Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:57:06.1612400Z   Attempting uninstall: typing-extensions
2025-08-20T18:57:06.1698619Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T18:57:06.1713299Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T18:57:06.1952148Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T18:57:06.2186540Z   Attempting uninstall: staticx
2025-08-20T18:57:06.2271568Z     Found existing installation: staticx 0.14.1
2025-08-20T18:57:06.2297434Z     Uninstalling staticx-0.14.1:
2025-08-20T18:57:06.2307962Z       Successfully uninstalled staticx-0.14.1
2025-08-20T18:57:06.2505341Z   Attempting uninstall: shellingham
2025-08-20T18:57:06.2588104Z     Found existing installation: shellingham 1.5.4
2025-08-20T18:57:06.2606485Z     Uninstalling shellingham-1.5.4:
2025-08-20T18:57:06.2613351Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T18:57:06.2700964Z   Attempting uninstall: setuptools
2025-08-20T18:57:06.2788001Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:57:06.3067131Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:57:06.3339303Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:57:06.9840122Z   Attempting uninstall: scons
2025-08-20T18:57:06.9938739Z     Found existing installation: SCons 4.9.1
2025-08-20T18:57:07.0329753Z     Uninstalling SCons-4.9.1:
2025-08-20T18:57:07.0398636Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:57:07.6507642Z   Attempting uninstall: pygments
2025-08-20T18:57:07.6590996Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:57:07.6820034Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:57:07.6846902Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:57:08.3047396Z   Attempting uninstall: platformdirs
2025-08-20T18:57:08.3145134Z     Found existing installation: platformdirs 4.3.8
2025-08-20T18:57:08.3166275Z     Uninstalling platformdirs-4.3.8:
2025-08-20T18:57:08.3173826Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T18:57:08.3327723Z   Attempting uninstall: packaging
2025-08-20T18:57:08.3409260Z     Found existing installation: packaging 25.0
2025-08-20T18:57:08.3433938Z     Uninstalling packaging-25.0:
2025-08-20T18:57:08.3441961Z       Successfully uninstalled packaging-25.0
2025-08-20T18:57:08.3841738Z   Attempting uninstall: mdurl
2025-08-20T18:57:08.3925430Z     Found existing installation: mdurl 0.1.2
2025-08-20T18:57:08.3943474Z     Uninstalling mdurl-0.1.2:
2025-08-20T18:57:08.3951077Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T18:57:08.4041994Z   Attempting uninstall: click
2025-08-20T18:57:08.4125499Z     Found existing installation: click 8.2.1
2025-08-20T18:57:08.4150236Z     Uninstalling click-8.2.1:
2025-08-20T18:57:08.4158175Z       Successfully uninstalled click-8.2.1
2025-08-20T18:57:08.4769990Z   Attempting uninstall: argcomplete
2025-08-20T18:57:08.4857665Z     Found existing installation: argcomplete 3.6.2
2025-08-20T18:57:08.4887720Z     Uninstalling argcomplete-3.6.2:
2025-08-20T18:57:08.4899964Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T18:57:08.5134658Z   Attempting uninstall: ansi2txt
2025-08-20T18:57:08.5217642Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T18:57:08.5234175Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T18:57:08.5482317Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T18:57:08.5538136Z   Attempting uninstall: userpath
2025-08-20T18:57:08.5624557Z     Found existing installation: userpath 1.9.2
2025-08-20T18:57:08.5645002Z     Uninstalling userpath-1.9.2:
2025-08-20T18:57:08.5654497Z       Successfully uninstalled userpath-1.9.2
2025-08-20T18:57:08.5760488Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:57:08.5843327Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:57:08.6282083Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:57:08.6327097Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:57:08.9113356Z   Attempting uninstall: markdown-it-py
2025-08-20T18:57:08.9202942Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T18:57:08.9268702Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T18:57:08.9284325Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T18:57:08.9904473Z   Attempting uninstall: rich
2025-08-20T18:57:08.9994116Z     Found existing installation: rich 14.1.0
2025-08-20T18:57:09.0057175Z     Uninstalling rich-14.1.0:
2025-08-20T18:57:09.0069377Z       Successfully uninstalled rich-14.1.0
2025-08-20T18:57:09.1694021Z   Attempting uninstall: pyinstaller
2025-08-20T18:57:09.1776306Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:57:09.2137592Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:57:09.2182769Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:57:09.5499861Z   Attempting uninstall: pipx
2025-08-20T18:57:09.5593741Z     Found existing installation: pipx 1.7.1
2025-08-20T18:57:09.5630742Z     Uninstalling pipx-1.7.1:
2025-08-20T18:57:09.5641569Z       Successfully uninstalled pipx-1.7.1
2025-08-20T18:57:09.6155518Z   Attempting uninstall: typer
2025-08-20T18:57:09.6245302Z     Found existing installation: typer 0.16.1
2025-08-20T18:57:09.6272740Z     Uninstalling typer-0.16.1:
2025-08-20T18:57:09.6282608Z       Successfully uninstalled typer-0.16.1
2025-08-20T18:57:09.6624582Z   Attempting uninstall: py2static
2025-08-20T18:57:09.6704677Z     Found existing installation: py2static 0.0.1
2025-08-20T18:57:09.6724527Z     Uninstalling py2static-0.0.1:
2025-08-20T18:57:09.6735482Z       Successfully uninstalled py2static-0.0.1
2025-08-20T18:57:09.6810793Z 
2025-08-20T18:57:09.6839201Z 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-20T18:57:10.0033033Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:10.1250732Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T18:57:10.1255336Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-_xgo3rk7
2025-08-20T18:57:10.1276276Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-_xgo3rk7
2025-08-20T18:57:11.2157448Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T18:57:11.2198563Z   Installing build dependencies: started
2025-08-20T18:57:11.9314248Z   Installing build dependencies: finished with status 'done'
2025-08-20T18:57:11.9323038Z   Getting requirements to build wheel: started
2025-08-20T18:57:12.2144418Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T18:57:12.2155842Z   Preparing metadata (pyproject.toml): started
2025-08-20T18:57:12.4029092Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T18:57:12.5693548Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T18:57:12.5705283Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:57:12.5898522Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T18:57:12.5908403Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:57:12.6090226Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T18:57:12.6100022Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:57:12.6266678Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T18:57:12.6276923Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:57:12.6320432Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:57:12.6330439Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:57:12.6343958Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:57:12.6362568Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:57:12.6481070Z Building wheels for collected packages: pyinstaller
2025-08-20T18:57:12.6488178Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T18:57:13.3046122Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T18:57:13.3073124Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=6aaa3b6505b541d9952b22b9832917e025bf1b325957c5329dae2768c9ad44cc
2025-08-20T18:57:13.3074782Z   Stored in directory: /tmp/pip-ephem-wheel-cache-uvmtoi6e/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T18:57:13.3115651Z Successfully built pyinstaller
2025-08-20T18:57:13.4030242Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T18:57:13.4036102Z   Attempting uninstall: altgraph
2025-08-20T18:57:13.4118650Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:57:13.4138967Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:57:13.4146127Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:57:13.4292046Z   Attempting uninstall: setuptools
2025-08-20T18:57:13.4378003Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:57:13.4663774Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:57:13.4945971Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:57:14.1533446Z   Attempting uninstall: packaging
2025-08-20T18:57:14.1623506Z     Found existing installation: packaging 25.0
2025-08-20T18:57:14.1648387Z     Uninstalling packaging-25.0:
2025-08-20T18:57:14.1655502Z       Successfully uninstalled packaging-25.0
2025-08-20T18:57:14.2043709Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:57:14.2123717Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:57:14.2552468Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:57:14.2594395Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:57:14.5339291Z   Attempting uninstall: pyinstaller
2025-08-20T18:57:14.5426235Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:57:14.5778696Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:57:14.5822416Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:57:14.9176460Z 
2025-08-20T18:57:14.9207681Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T18:57:15.2486043Z 6.15.0
2025-08-20T18:57:16.8237516Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T18:57:16.8246314Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T18:57:16.8246584Z 
2025-08-20T18:57:16.8247048Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T18:57:16.8247525Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T18:57:16.8247884Z installation.
2025-08-20T18:57:16.8248000Z 
2025-08-20T18:57:16.8248229Z If you installed the current Docker package using this script and are using it
2025-08-20T18:57:16.8248698Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T18:57:16.8249132Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T18:57:16.8249508Z files to match the parameters passed to the script.
2025-08-20T18:57:16.8249727Z 
2025-08-20T18:57:16.8249844Z You may press Ctrl+C now to abort this script.
2025-08-20T18:57:16.8415013Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T18:57:18.0663661Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T18:57:18.4079458Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T18:57:18.4106690Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T18:57:18.5932507Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T18:57:18.5949245Z + 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-20T18:57:18.5957193Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T18:57:19.8665423Z + 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-20T18:57:31.1007414Z 
2025-08-20T18:57:31.1008064Z Running kernel seems to be up-to-date.
2025-08-20T18:57:31.1008407Z 
2025-08-20T18:57:31.1008545Z Restarting services...
2025-08-20T18:57:31.1075969Z 
2025-08-20T18:57:31.1076613Z Service restarts being deferred:
2025-08-20T18:57:31.1077282Z  systemctl restart hosted-compute-agent.service
2025-08-20T18:57:31.1077651Z 
2025-08-20T18:57:31.1077817Z No containers need to be restarted.
2025-08-20T18:57:31.1078034Z 
2025-08-20T18:57:31.1078147Z No user sessions are running outdated binaries.
2025-08-20T18:57:31.1078344Z 
2025-08-20T18:57:31.1078571Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T18:57:31.8922109Z + sh -c 'docker version'
2025-08-20T18:57:31.9082836Z Client: Docker Engine - Community
2025-08-20T18:57:31.9083245Z  Version:           28.3.3
2025-08-20T18:57:31.9083578Z  API version:       1.51
2025-08-20T18:57:31.9083902Z  Go version:        go1.24.5
2025-08-20T18:57:31.9084254Z  Git commit:        980b856
2025-08-20T18:57:31.9084658Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T18:57:31.9085104Z  OS/Arch:           linux/amd64
2025-08-20T18:57:31.9085507Z  Context:           default
2025-08-20T18:57:31.9085746Z 
2025-08-20T18:57:31.9086445Z Server: Docker Engine - Community
2025-08-20T18:57:31.9087052Z  Engine:
2025-08-20T18:57:31.9087339Z   Version:          28.3.3
2025-08-20T18:57:31.9087730Z   API version:      1.51 (minimum version 1.24)
2025-08-20T18:57:31.9088049Z   Go version:       go1.24.5
2025-08-20T18:57:31.9088273Z   Git commit:       bea959c
2025-08-20T18:57:31.9088500Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T18:57:31.9089043Z   OS/Arch:          linux/amd64
2025-08-20T18:57:31.9089273Z   Experimental:     false
2025-08-20T18:57:31.9089491Z  containerd:
2025-08-20T18:57:31.9089670Z   Version:          1.7.27
2025-08-20T18:57:31.9089930Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T18:57:31.9090207Z  runc:
2025-08-20T18:57:31.9090374Z   Version:          1.2.5
2025-08-20T18:57:31.9090587Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T18:57:31.9090824Z  docker-init:
2025-08-20T18:57:31.9091009Z   Version:          0.19.0
2025-08-20T18:57:31.9091235Z   GitCommit:        de40ad0
2025-08-20T18:57:31.9101661Z 
2025-08-20T18:57:31.9101893Z ================================================================================
2025-08-20T18:57:31.9102238Z 
2025-08-20T18:57:31.9102527Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T18:57:31.9103127Z Docker daemon in rootless mode for your user:
2025-08-20T18:57:31.9103430Z 
2025-08-20T18:57:31.9103555Z     dockerd-rootless-setuptool.sh install
2025-08-20T18:57:31.9103757Z 
2025-08-20T18:57:31.9103973Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T18:57:31.9104237Z 
2025-08-20T18:57:31.9104241Z 
2025-08-20T18:57:31.9104429Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T18:57:31.9104872Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T18:57:31.9105118Z 
2025-08-20T18:57:31.9105308Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T18:57:31.9105755Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T18:57:31.9106193Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T18:57:31.9106461Z 
2025-08-20T18:57:31.9106554Z ================================================================================
2025-08-20T18:57:31.9106931Z 
2025-08-20T18:57:42.6211800Z ● docker.service - Docker Application Container Engine
2025-08-20T18:57:42.6212639Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:57:42.6213421Z      Active: active (running) since Wed 2025-08-20 18:57:32 UTC; 10s ago
2025-08-20T18:57:42.6214088Z TriggeredBy: ● docker.socket
2025-08-20T18:57:42.6214516Z        Docs: https://docs.docker.com
2025-08-20T18:57:42.6214947Z    Main PID: 19773 (dockerd)
2025-08-20T18:57:42.6215310Z       Tasks: 10
2025-08-20T18:57:42.6215631Z      Memory: 23.5M (peak: 27.8M)
2025-08-20T18:57:42.6216018Z         CPU: 310ms
2025-08-20T18:57:42.6216376Z      CGroup: /system.slice/docker.service
2025-08-20T18:57:42.6219302Z              └─19773 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:57:42.6219839Z 
2025-08-20T18:57:42.6220356Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.063182846Z" level=info msg="Loading containers: start."
2025-08-20T18:57:42.6222309Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.538314480Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 83d5e161d7b017f925338242e71ed2e21fa1a595f09ed541e9cd5691fbeeeb8d], retrying...."
2025-08-20T18:57:42.6223998Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.569608522Z" level=info msg="Loading containers: done."
2025-08-20T18:57:42.6225119Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578612029Z" 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-20T18:57:42.6226429Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578695435Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:57:42.6227610Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578721905Z" level=info msg="Initializing buildkit"
2025-08-20T18:57:42.6228539Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.596989235Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:57:42.6229286Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.601570153Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:57:42.6230004Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.601614524Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:57:42.6230660Z Aug 20 18:57:32 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:57:42.6329008Z ● docker.service - Docker Application Container Engine
2025-08-20T18:57:42.6329796Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:57:42.6330580Z      Active: active (running) since Wed 2025-08-20 18:57:32 UTC; 10s ago
2025-08-20T18:57:42.6331298Z TriggeredBy: ● docker.socket
2025-08-20T18:57:42.6331711Z        Docs: https://docs.docker.com
2025-08-20T18:57:42.6332149Z    Main PID: 19773 (dockerd)
2025-08-20T18:57:42.6332508Z       Tasks: 10
2025-08-20T18:57:42.6332839Z      Memory: 23.5M (peak: 27.8M)
2025-08-20T18:57:42.6333234Z         CPU: 310ms
2025-08-20T18:57:42.6333597Z      CGroup: /system.slice/docker.service
2025-08-20T18:57:42.6334419Z              └─19773 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:57:42.6334923Z 
2025-08-20T18:57:42.6335454Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.063182846Z" level=info msg="Loading containers: start."
2025-08-20T18:57:42.6337610Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.538314480Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 83d5e161d7b017f925338242e71ed2e21fa1a595f09ed541e9cd5691fbeeeb8d], retrying...."
2025-08-20T18:57:42.6339798Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.569608522Z" level=info msg="Loading containers: done."
2025-08-20T18:57:42.6341655Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578612029Z" 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-20T18:57:42.6343000Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578695435Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:57:42.6343885Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578721905Z" level=info msg="Initializing buildkit"
2025-08-20T18:57:42.6344579Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.596989235Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:57:42.6345315Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.601570153Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:57:42.6346027Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.601614524Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:57:42.6346676Z Aug 20 18:57:32 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:57:42.6540571Z ● docker.service - Docker Application Container Engine
2025-08-20T18:57:42.6541335Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:57:42.6542132Z      Active: active (running) since Wed 2025-08-20 18:57:32 UTC; 10s ago
2025-08-20T18:57:42.6542754Z TriggeredBy: ● docker.socket
2025-08-20T18:57:42.6543156Z        Docs: https://docs.docker.com
2025-08-20T18:57:42.6543587Z    Main PID: 19773 (dockerd)
2025-08-20T18:57:42.6543828Z       Tasks: 10
2025-08-20T18:57:42.6544025Z      Memory: 23.5M (peak: 27.8M)
2025-08-20T18:57:42.6544267Z         CPU: 310ms
2025-08-20T18:57:42.6544754Z      CGroup: /system.slice/docker.service
2025-08-20T18:57:42.6545362Z              └─19773 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:57:42.6545645Z 
2025-08-20T18:57:42.6545956Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.063182846Z" level=info msg="Loading containers: start."
2025-08-20T18:57:42.6547282Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.538314480Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 83d5e161d7b017f925338242e71ed2e21fa1a595f09ed541e9cd5691fbeeeb8d], retrying...."
2025-08-20T18:57:42.6548403Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.569608522Z" level=info msg="Loading containers: done."
2025-08-20T18:57:42.6549498Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578612029Z" 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-20T18:57:42.6550852Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578695435Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:57:42.6552417Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.578721905Z" level=info msg="Initializing buildkit"
2025-08-20T18:57:42.6553642Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.596989235Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:57:42.6554400Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.601570153Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:57:42.6555100Z Aug 20 18:57:32 pkrvmqc4gcfdwos dockerd[19773]: time="2025-08-20T18:57:32.601614524Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:57:42.6555904Z Aug 20 18:57:32 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:57:42.6667579Z Docker version 28.3.3, build 980b856
2025-08-20T18:57:42.6844231Z Unable to find image 'hello-world:latest' locally
2025-08-20T18:57:42.8904827Z latest: Pulling from library/hello-world
2025-08-20T18:57:42.9737140Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T18:57:43.1313098Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T18:57:43.1313517Z 17eec7bbc9d7: Download complete
2025-08-20T18:57:43.1431474Z 17eec7bbc9d7: Pull complete
2025-08-20T18:57:43.1468484Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T18:57:43.1482979Z Status: Downloaded newer image for hello-world:latest
2025-08-20T18:57:43.8215956Z 
2025-08-20T18:57:43.8216687Z Hello from Docker!
2025-08-20T18:57:43.8218980Z This message shows that your installation appears to be working correctly.
2025-08-20T18:57:43.8219594Z 
2025-08-20T18:57:43.8219884Z To generate this message, Docker took the following steps:
2025-08-20T18:57:43.8220465Z  1. The Docker client contacted the Docker daemon.
2025-08-20T18:57:43.8221088Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T18:57:43.8221673Z     (amd64)
2025-08-20T18:57:43.8222081Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T18:57:43.8222880Z     executable that produces the output you are currently reading.
2025-08-20T18:57:43.8223682Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T18:57:43.8224506Z     to your terminal.
2025-08-20T18:57:43.8224726Z 
2025-08-20T18:57:43.8225039Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T18:57:43.8225432Z  $ docker run -it ubuntu bash
2025-08-20T18:57:43.8225587Z 
2025-08-20T18:57:43.8226100Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T18:57:43.8227161Z  https://hub.docker.com/
2025-08-20T18:57:43.8227783Z 
2025-08-20T18:57:43.8227986Z For more examples and ideas, visit:
2025-08-20T18:57:43.8228462Z  https://docs.docker.com/get-started/
2025-08-20T18:57:43.8228787Z 
2025-08-20T18:57:43.9207150Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:43.9207799Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T18:57:43.9208408Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T18:57:43.9209023Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T18:57:43.9209643Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T18:57:43.9210308Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T18:57:43.9211120Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T18:57:43.9211723Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T18:57:43.9212305Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T18:57:43.9212876Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T18:57:43.9213557Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:43.9214221Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T18:57:43.9214866Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:43.9215539Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T18:57:43.9216210Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T18:57:43.9217068Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:43.9217752Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T18:57:43.9218353Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T18:57:43.9218768Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:43.9219467Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:43.9219932Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:43.9220321Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:43.9220734Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:43.9221134Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T18:57:43.9221487Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T18:57:43.9221872Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:43.9222300Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:43.9222760Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:43.9223444Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:43.9224147Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:43.9224850Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:43.9225564Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:43.9226302Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T18:57:43.9227222Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:43.9228092Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:43.9228839Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:43.9229554Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:43.9230245Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T18:57:43.9230929Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:43.9231652Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:43.9232639Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:43.9233350Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T18:57:43.9234043Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:43.9234833Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:43.9235636Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:43.9236439Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:43.9237483Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:43.9238231Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:43.9238949Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:43.9239688Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:43.9240396Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:43.9241118Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:43.9241811Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:43.9242457Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T18:57:43.9243074Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T18:57:43.9243704Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T18:57:43.9244260Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T18:57:43.9244850Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T18:57:43.9245545Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:43.9246377Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T18:57:43.9247280Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:43.9248035Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:43.9248761Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:43.9249468Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:43.9250192Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:43.9250928Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:43.9251620Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:43.9252292Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T18:57:43.9253000Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T18:57:43.9253804Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:43.9254649Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:43.9255475Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T18:57:43.9256174Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:43.9256990Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T18:57:43.9257656Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:43.9258336Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T18:57:43.9259079Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:43.9259911Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:43.9260769Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:43.9261798Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:43.9262564Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:43.9263240Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:43.9263905Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:43.9264602Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:43.9265350Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T18:57:43.9265884Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:43.9266309Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:43.9266949Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T18:57:43.9267349Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T18:57:43.9267743Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:43.9268149Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:43.9268549Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:43.9268931Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T18:57:43.9269299Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T18:57:43.9269704Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:43.9270097Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T18:57:43.9270446Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T18:57:43.9270820Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:43.9271183Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T18:57:43.9271694Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T18:57:43.9272082Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T18:57:43.9272438Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T18:57:43.9272789Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:43.9273157Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:43.9273540Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:43.9273932Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:43.9274318Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:43.9274721Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:43.9275081Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T18:57:43.9275472Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:43.9275871Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:43.9276204Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T18:57:43.9276527Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T18:57:43.9277141Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T18:57:43.9277506Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T18:57:43.9277866Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T18:57:43.9278222Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T18:57:43.9278570Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T18:57:43.9278937Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:43.9279330Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T18:57:43.9279770Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:43.9280356Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:43.9280751Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T18:57:43.9281131Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:43.9281512Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:43.9281903Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T18:57:43.9282301Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:43.9282701Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T18:57:43.9283072Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T18:57:43.9283452Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:43.9283863Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:43.9284305Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:43.9284727Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T18:57:43.9285105Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T18:57:43.9285488Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T18:57:43.9285886Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:43.9286278Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T18:57:43.9286670Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:43.9287254Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:43.9287641Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:43.9288152Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:43.9288545Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T18:57:43.9288898Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T18:57:43.9289202Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T18:57:43.9289520Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:43.9289905Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T18:57:43.9290294Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:43.9290680Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T18:57:43.9291040Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T18:57:43.9291414Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T18:57:43.9291784Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T18:57:43.9292135Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T18:57:43.9292468Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T18:57:43.9292880Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:43.9293312Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T18:57:43.9293701Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:43.9294068Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T18:57:43.9294438Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:43.9294841Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T18:57:43.9295251Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:43.9295667Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:43.9296028Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T18:57:43.9296502Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:43.9297017Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:43.9297436Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T18:57:43.9297835Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T18:57:43.9298189Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T18:57:43.9298523Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T18:57:43.9298903Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T18:57:43.9299277Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T18:57:43.9299693Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:43.9300158Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:43.9300571Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T18:57:43.9300930Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T18:57:43.9301269Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T18:57:43.9301618Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T18:57:43.9302054Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:43.9302554Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:43.9302986Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T18:57:43.9303358Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T18:57:43.9303815Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:43.9304467Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:43.9304967Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:43.9305392Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T18:57:43.9305751Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T18:57:43.9306123Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:43.9306524Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:43.9307022Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:43.9307414Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:43.9307780Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T18:57:43.9308144Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:43.9308537Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:43.9308930Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:43.9309314Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:43.9309696Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:43.9310081Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:43.9310462Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:43.9310876Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:43.9311322Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:43.9311743Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T18:57:43.9312106Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T18:57:43.9312476Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T18:57:43.9312985Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T18:57:43.9313354Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:43.9313729Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T18:57:43.9314097Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T18:57:43.9314485Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T18:57:43.9314897Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:43.9315351Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:43.9315785Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:43.9316185Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:43.9316565Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T18:57:43.9317133Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T18:57:43.9317502Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T18:57:43.9317859Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T18:57:43.9318232Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:43.9318605Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T18:57:43.9319035Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:43.9319500Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:43.9319948Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:43.9320455Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:43.9321081Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T18:57:43.9321590Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:43.9322069Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:43.9322495Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T18:57:43.9322852Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T18:57:43.9323203Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T18:57:43.9323573Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:43.9323939Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T18:57:43.9324302Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T18:57:43.9324679Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:43.9325055Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T18:57:43.9325428Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:43.9325799Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T18:57:43.9326168Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T18:57:43.9326553Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:43.9327034Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T18:57:43.9327437Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:43.9327867Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:43.9328246Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T18:57:43.9328610Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:43.9329269Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:43.9329827Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T18:57:43.9330188Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:43.9330539Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T18:57:43.9331018Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:43.9331402Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T18:57:43.9331776Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T18:57:43.9332162Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T18:57:43.9332518Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T18:57:43.9332828Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T18:57:43.9333277Z 	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-20T18:57:43.9333802Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T18:57:43.9341707Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T18:57:43.9342167Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:43.9342551Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T18:57:43.9342959Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:43.9343393Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:43.9343823Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:43.9344248Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:43.9344652Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:43.9345051Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T18:57:43.9345643Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:43.9346069Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:43.9346461Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T18:57:43.9347122Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:43.9347613Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:43.9348110Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:43.9348552Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:43.9348962Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:43.9349357Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:43.9349832Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:43.9350322Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:43.9350731Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T18:57:43.9351160Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:43.9351609Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:43.9352012Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T18:57:43.9352368Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T18:57:43.9352736Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T18:57:43.9353112Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T18:57:43.9353509Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:43.9353869Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T18:57:43.9354356Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T18:57:43.9354739Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:43.9355115Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:43.9355478Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T18:57:43.9355867Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T18:57:43.9356210Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T18:57:43.9356578Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:43.9357194Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:43.9357570Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T18:57:43.9357936Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:43.9358296Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T18:57:43.9358666Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:43.9359042Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T18:57:43.9359393Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T18:57:43.9359744Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T18:57:43.9360123Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T18:57:43.9360487Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T18:57:43.9360857Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:43.9361289Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:43.9361707Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T18:57:43.9362074Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T18:57:43.9362592Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:43.9363022Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:43.9363425Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T18:57:43.9363792Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T18:57:43.9364158Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T18:57:43.9364513Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T18:57:43.9364806Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T18:57:43.9365105Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T18:57:43.9365451Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T18:57:43.9365797Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:43.9366149Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T18:57:43.9366506Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T18:57:43.9367015Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T18:57:43.9367359Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T18:57:43.9367744Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:43.9368154Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:43.9368541Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:43.9368930Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:43.9369308Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:43.9369718Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:43.9370215Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:43.9371005Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:43.9371622Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:43.9372153Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:43.9372619Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:43.9373066Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:43.9373574Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:43.9374187Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:43.9374770Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:43.9375257Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:43.9375704Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T18:57:43.9376063Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T18:57:43.9376426Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:43.9376896Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:43.9377269Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:43.9377649Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T18:57:43.9378024Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:43.9378396Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T18:57:43.9378770Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:43.9379276Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T18:57:43.9379664Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T18:57:43.9380036Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:43.9380399Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T18:57:43.9380785Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:43.9381172Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T18:57:43.9381579Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:43.9382009Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:43.9382376Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T18:57:43.9382770Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:43.9383191Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:43.9383604Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:43.9384041Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:43.9384464Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:43.9384833Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T18:57:43.9385197Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:43.9385577Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:43.9385946Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T18:57:43.9386331Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:43.9386851Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T18:57:43.9387229Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T18:57:43.9387734Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T18:57:43.9388093Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T18:57:43.9388442Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T18:57:43.9388984Z 	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-20T18:57:43.9389686Z 	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-20T18:57:43.9390359Z 	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-20T18:57:43.9390994Z 	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-20T18:57:43.9391503Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:43.9391889Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:43.9392264Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T18:57:43.9392636Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:43.9393004Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T18:57:43.9393356Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T18:57:43.9393719Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:43.9394096Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T18:57:43.9394469Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T18:57:43.9394841Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T18:57:43.9395217Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T18:57:43.9395696Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T18:57:43.9396087Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T18:57:43.9396496Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T18:57:43.9397139Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T18:57:43.9397534Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:43.9397926Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T18:57:43.9398313Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T18:57:43.9398698Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T18:57:43.9399081Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T18:57:43.9399451Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T18:57:43.9399837Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T18:57:43.9400244Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T18:57:43.9400632Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T18:57:43.9401021Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:43.9401424Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T18:57:43.9401815Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:43.9402237Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:43.9402668Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:43.9403066Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T18:57:43.9403495Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:43.9403952Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:43.9404509Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:43.9404871Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T18:57:43.9405245Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T18:57:43.9405636Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:43.9406043Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:43.9406443Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T18:57:43.9406953Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T18:57:43.9407338Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:43.9407798Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:43.9408267Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:43.9408665Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:43.9409066Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:43.9409508Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:43.9409943Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:43.9410409Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:43.9410888Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:43.9411325Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:43.9411752Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:43.9412153Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T18:57:43.9412662Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:43.9413083Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:43.9413473Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T18:57:43.9413849Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:43.9414468Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:43.9414881Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T18:57:43.9415290Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:43.9415715Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:43.9416107Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:43.9416486Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T18:57:43.9416978Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T18:57:43.9417340Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T18:57:43.9417727Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:43.9418144Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:43.9418591Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:43.9419041Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:43.9419436Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:43.9419883Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:43.9420303Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:43.9420705Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:43.9421252Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:43.9421614Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T18:57:43.9421973Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T18:57:43.9422357Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:43.9422745Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:43.9423112Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:43.9423436Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T18:57:43.9423747Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T18:57:43.9424092Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T18:57:43.9424588Z 	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-20T18:57:43.9425099Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:43.9425481Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:43.9425846Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:43.9426234Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:43.9426638Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:43.9427172Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:43.9427564Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T18:57:43.9427970Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:43.9428370Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T18:57:43.9428737Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T18:57:43.9429213Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T18:57:43.9429581Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T18:57:43.9429953Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:43.9430369Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:43.9430789Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:43.9431176Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T18:57:43.9431591Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:43.9432023Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:43.9432411Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:43.9432768Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T18:57:43.9433122Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T18:57:43.9433481Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:43.9433851Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:43.9434231Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:43.9434625Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:43.9435030Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:43.9435475Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:43.9435903Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T18:57:43.9436272Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:43.9436650Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T18:57:43.9437143Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:43.9437643Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T18:57:43.9438016Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T18:57:43.9438383Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T18:57:43.9438817Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:43.9439299Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:43.9439712Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T18:57:43.9440078Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T18:57:43.9440445Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:43.9440836Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:43.9441232Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T18:57:43.9441605Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T18:57:43.9441995Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:43.9442371Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T18:57:43.9442718Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T18:57:43.9443070Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T18:57:43.9443461Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:43.9443875Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T18:57:43.9444247Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T18:57:43.9444627Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T18:57:43.9445060Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:43.9445603Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T18:57:43.9446021Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:43.9446409Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T18:57:43.9447048Z 	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-20T18:57:43.9447554Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T18:57:43.9447855Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T18:57:43.9448197Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:43.9448601Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T18:57:43.9449016Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:43.9449533Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:43.9450118Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:43.9450737Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:43.9451376Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:43.9452013Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:43.9452627Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:43.9453241Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:43.9453811Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:43.9454295Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:43.9454861Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:43.9455292Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T18:57:43.9455711Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:43.9456171Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:43.9456616Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:43.9457101Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T18:57:43.9457461Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:43.9457827Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:43.9458198Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T18:57:43.9458604Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:43.9459015Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T18:57:43.9459370Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T18:57:43.9459756Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:43.9460208Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T18:57:43.9460684Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T18:57:43.9461159Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:43.9461625Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:43.9462095Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:43.9462681Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:43.9463132Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T18:57:43.9463537Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T18:57:43.9463941Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:43.9464347Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:43.9464749Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:43.9465152Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T18:57:43.9465582Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:43.9466007Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:43.9466393Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T18:57:43.9466883Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:43.9467267Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T18:57:43.9467640Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:43.9468070Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:43.9468501Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T18:57:43.9468894Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:43.9469297Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:43.9469716Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:43.9470159Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:43.9470589Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:43.9471018Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:43.9471531Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T18:57:43.9471901Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:43.9472287Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T18:57:43.9472652Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T18:57:43.9473019Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:43.9473414Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:43.9473805Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T18:57:43.9474225Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:43.9474716Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:43.9475142Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T18:57:43.9475547Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:43.9475932Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T18:57:43.9476239Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T18:57:43.9476563Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T18:57:43.9477034Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:43.9477419Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:43.9477801Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T18:57:43.9478181Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:43.9478599Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:43.9479148Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:43.9479568Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T18:57:43.9479946Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:43.9480335Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T18:57:43.9480865Z 	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-20T18:57:43.9481430Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:43.9481867Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T18:57:43.9482296Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:43.9482720Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:43.9483130Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:43.9483531Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:43.9483915Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:43.9484291Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:43.9484678Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:43.9485069Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:43.9485439Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:43.9485819Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:43.9486214Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:43.9486582Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T18:57:43.9487104Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:43.9487681Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:43.9488092Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T18:57:43.9488459Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T18:57:43.9488826Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T18:57:43.9489200Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T18:57:43.9489568Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T18:57:43.9489934Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:43.9490353Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:43.9490788Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:43.9491181Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T18:57:43.9491579Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T18:57:43.9491966Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T18:57:43.9492339Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T18:57:43.9492700Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T18:57:43.9493072Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T18:57:43.9493464Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T18:57:43.9493902Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:43.9494353Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:43.9494768Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:43.9495160Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:43.9495705Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T18:57:43.9496125Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:43.9496501Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T18:57:43.9496951Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T18:57:43.9497263Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T18:57:43.9497558Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T18:57:43.9497911Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:43.9498277Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T18:57:43.9498625Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T18:57:43.9498994Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:43.9499389Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:43.9499770Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T18:57:43.9500123Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T18:57:43.9500468Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T18:57:43.9500837Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T18:57:43.9501224Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:43.9501589Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T18:57:43.9501943Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:43.9502292Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T18:57:43.9502666Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:43.9503039Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T18:57:43.9503389Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T18:57:43.9503872Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:43.9504253Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:43.9504626Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T18:57:43.9504987Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:43.9505352Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T18:57:43.9505739Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:43.9506139Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:43.9506559Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:43.9507084Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T18:57:43.9507438Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T18:57:43.9507786Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T18:57:43.9508121Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T18:57:43.9508534Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:43.9509025Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:43.9509511Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:43.9509973Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:43.9510457Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:43.9510881Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T18:57:43.9511255Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:43.9511745Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:43.9512133Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:43.9512511Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:43.9512885Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:43.9513252Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:43.9513617Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T18:57:43.9514002Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:43.9514434Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:43.9514855Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:43.9515226Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T18:57:43.9515622Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:43.9516041Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:43.9516413Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T18:57:43.9516865Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T18:57:43.9517247Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:43.9517686Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:43.9518108Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T18:57:43.9518514Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:43.9518913Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T18:57:43.9519230Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T18:57:43.9519505Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T18:57:43.9519977Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T18:57:43.9520457Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T18:57:43.9674346Z [+] Installing Go for linux-amd64...
2025-08-20T18:57:44.4851868Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T18:57:44.4852434Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T18:57:44.4853440Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T18:57:48.3877055Z [+] Downloading Go go1.25.0...
2025-08-20T18:57:48.3925796Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:57:48.3926465Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:57:48.3927111Z 
2025-08-20T18:57:48.4619296Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:57:48.4619894Z 100    80  100    80    0     0   1152      0 --:--:-- --:--:-- --:--:--  1159
2025-08-20T18:57:48.4898705Z 
2025-08-20T18:57:48.5310839Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:57:48.5311409Z 100    75  100    75    0     0    541      0 --:--:-- --:--:-- --:--:--  1829
2025-08-20T18:57:49.0154937Z 
2025-08-20T18:57:49.0155318Z 100 56.8M  100 56.8M    0     0  91.3M      0 --:--:-- --:--:-- --:--:-- 91.3M
2025-08-20T18:57:49.0193197Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T18:57:50.4125027Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T18:57:50.4125606Z [+] GOROOT: /home/runner/.go
2025-08-20T18:57:50.4126001Z [+] GOPATH: /home/runner/go
2025-08-20T18:57:50.4126530Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T18:57:50.4281613Z go version go1.25.0 linux/amd64
2025-08-20T18:57:50.4644458Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:50.4645415Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T18:57:50.4646058Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T18:57:50.4646643Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T18:57:50.4647447Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T18:57:50.4648068Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T18:57:50.4648684Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T18:57:50.4649290Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T18:57:50.4649862Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T18:57:50.4650410Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T18:57:50.4651043Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:50.4651729Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T18:57:50.4652390Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:50.4652989Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T18:57:50.4653745Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T18:57:50.4654363Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:50.4655037Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T18:57:50.4655624Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T18:57:50.4656239Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:50.4657406Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:50.4658093Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:50.4658691Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:50.4659347Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:50.4660002Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T18:57:50.4660490Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T18:57:50.4661052Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:50.4661687Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:50.4662261Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:50.4662710Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:50.4663304Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:50.4663854Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:50.4664399Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:50.4664982Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T18:57:50.4665403Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:50.4665968Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:50.4666537Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:50.4667261Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:50.4667666Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T18:57:50.4668092Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:50.4668515Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:50.4668930Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:50.4669329Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T18:57:50.4669879Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:50.4670342Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:50.4670808Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:50.4671272Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:50.4671747Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:50.4672180Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:50.4672598Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:50.4673011Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:50.4673449Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:50.4673863Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:50.4674270Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:50.4674636Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T18:57:50.4674994Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T18:57:50.4675358Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T18:57:50.4675678Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T18:57:50.4676016Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T18:57:50.4676419Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:50.4677010Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T18:57:50.4677651Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:50.4678079Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:50.4678491Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:50.4679032Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:50.4679449Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:50.4679867Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:50.4680261Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:50.4680651Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T18:57:50.4681065Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T18:57:50.4681525Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:50.4682012Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:50.4682477Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T18:57:50.4682898Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:50.4683278Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T18:57:50.4683659Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:50.4684051Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T18:57:50.4684482Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:50.4684963Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:50.4685443Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:50.4685945Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:50.4686387Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:50.4687157Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:50.4687575Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:50.4687977Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:50.4688369Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T18:57:50.4688753Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:50.4689162Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:50.4689577Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T18:57:50.4689952Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T18:57:50.4690323Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:50.4690721Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:50.4691124Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:50.4691497Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T18:57:50.4691857Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T18:57:50.4692238Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:50.4692612Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T18:57:50.4692960Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T18:57:50.4693334Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:50.4693705Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T18:57:50.4694062Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T18:57:50.4694445Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T18:57:50.4694801Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T18:57:50.4695160Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:50.4695656Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:50.4696041Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:50.4696430Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:50.4697043Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:50.4697426Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:50.4697793Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T18:57:50.4698178Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:50.4698577Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:50.4698912Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T18:57:50.4699238Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T18:57:50.4699601Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T18:57:50.4699951Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T18:57:50.4700303Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T18:57:50.4700658Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T18:57:50.4701002Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T18:57:50.4701369Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:50.4701757Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T18:57:50.4702186Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:50.4702629Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:50.4703020Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T18:57:50.4703517Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:50.4703952Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:50.4704340Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T18:57:50.4704741Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:50.4705147Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T18:57:50.4705523Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T18:57:50.4705907Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:50.4706314Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:50.4706959Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:50.4707394Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T18:57:50.4707782Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T18:57:50.4708171Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T18:57:50.4708572Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:50.4708972Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T18:57:50.4709363Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:50.4709745Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:50.4710132Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:50.4710549Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:50.4710919Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T18:57:50.4711277Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T18:57:50.4711576Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T18:57:50.4712129Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:50.4712521Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T18:57:50.4712910Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:50.4713297Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T18:57:50.4713658Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T18:57:50.4714025Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T18:57:50.4714399Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T18:57:50.4714748Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T18:57:50.4715094Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T18:57:50.4715522Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:50.4715986Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T18:57:50.4716394Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:50.4716883Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T18:57:50.4717407Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:50.4717823Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T18:57:50.4718239Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:50.4718647Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:50.4719003Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T18:57:50.4719352Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:50.4719769Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:50.4720318Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T18:57:50.4720736Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T18:57:50.4721098Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T18:57:50.4721438Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T18:57:50.4721823Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T18:57:50.4722204Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T18:57:50.4722625Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:50.4723094Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:50.4723507Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T18:57:50.4723875Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T18:57:50.4724217Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T18:57:50.4724576Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T18:57:50.4725020Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:50.4725522Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:50.4725959Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T18:57:50.4726334Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T18:57:50.4726916Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:50.4727463Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:50.4727956Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:50.4728387Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T18:57:50.4728752Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T18:57:50.4729250Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:50.4729661Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:50.4730078Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:50.4730481Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:50.4730855Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T18:57:50.4731225Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:50.4731615Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:50.4732011Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:50.4732402Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:50.4732799Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:50.4733190Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:50.4733578Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:50.4733998Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:50.4734443Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:50.4734868Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T18:57:50.4735232Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T18:57:50.4735604Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T18:57:50.4735992Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T18:57:50.4736376Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:50.4736858Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T18:57:50.4737409Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T18:57:50.4737802Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T18:57:50.4738213Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:50.4738675Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:50.4739116Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:50.4739512Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:50.4747904Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T18:57:50.4748395Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T18:57:50.4748801Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T18:57:50.4749187Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T18:57:50.4749592Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:50.4749976Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T18:57:50.4750425Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:50.4750913Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:50.4751373Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:50.4751885Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:50.4752386Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T18:57:50.4752880Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:50.4753366Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:50.4753979Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T18:57:50.4754350Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T18:57:50.4754716Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T18:57:50.4755095Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:50.4755474Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T18:57:50.4755837Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T18:57:50.4756208Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:50.4756595Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T18:57:50.4757258Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:50.4757647Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T18:57:50.4758031Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T18:57:50.4758433Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:50.4758814Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T18:57:50.4759231Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:50.4759660Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:50.4760041Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T18:57:50.4760403Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:50.4760804Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:50.4761169Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T18:57:50.4761518Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:50.4761860Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T18:57:50.4762347Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:50.4762734Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T18:57:50.4763103Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T18:57:50.4763492Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T18:57:50.4763854Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T18:57:50.4764182Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T18:57:50.4764641Z 	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-20T18:57:50.4765150Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T18:57:50.4765513Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T18:57:50.4765900Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:50.4766268Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T18:57:50.4766665Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:50.4767218Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:50.4767634Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:50.4768049Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:50.4768449Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:50.4768841Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T18:57:50.4769252Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:50.4769657Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:50.4770037Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T18:57:50.4770582Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:50.4771064Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:50.4771554Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:50.4771990Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:50.4772397Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:50.4772788Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:50.4773287Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:50.4773757Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:50.4774156Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T18:57:50.4774579Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:50.4775033Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:50.4775431Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T18:57:50.4775791Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T18:57:50.4776149Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T18:57:50.4776524Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T18:57:50.4777009Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:50.4777370Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T18:57:50.4777729Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T18:57:50.4778106Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:50.4778476Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:50.4778946Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T18:57:50.4779324Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T18:57:50.4779674Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T18:57:50.4780043Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:50.4780423Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:50.4780776Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T18:57:50.4781126Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:50.4781472Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T18:57:50.4781828Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:50.4782194Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T18:57:50.4782547Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T18:57:50.4782905Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T18:57:50.4783272Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T18:57:50.4783626Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T18:57:50.4783987Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:50.4784412Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:50.4784812Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T18:57:50.4785174Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T18:57:50.4785546Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:50.4785961Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:50.4786351Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T18:57:50.4786875Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T18:57:50.4787444Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T18:57:50.4787831Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T18:57:50.4788122Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T18:57:50.4788423Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T18:57:50.4788766Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T18:57:50.4789115Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:50.4789478Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T18:57:50.4789830Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T18:57:50.4790167Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T18:57:50.4790492Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T18:57:50.4790872Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:50.4791285Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:50.4791676Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:50.4792061Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:50.4792437Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:50.4792837Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:50.4793329Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:50.4793960Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:50.4794583Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:50.4795240Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:50.4795727Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:50.4796175Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:50.4796686Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:50.4797605Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:50.4798190Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:50.4798681Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:50.4799128Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T18:57:50.4799490Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T18:57:50.4799858Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:50.4800229Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:50.4800603Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:50.4800985Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T18:57:50.4801359Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:50.4801734Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T18:57:50.4802107Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:50.4802481Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T18:57:50.4802844Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T18:57:50.4803210Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:50.4803574Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T18:57:50.4804092Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:50.4804478Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T18:57:50.4804882Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:50.4805289Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:50.4805641Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T18:57:50.4806019Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:50.4806423Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:50.4806951Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:50.4807384Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:50.4807806Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:50.4808170Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T18:57:50.4808534Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:50.4808908Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:50.4809264Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T18:57:50.4809642Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:50.4810024Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T18:57:50.4810395Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T18:57:50.4810776Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T18:57:50.4811131Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T18:57:50.4811488Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T18:57:50.4812143Z 	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-20T18:57:50.4812872Z 	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-20T18:57:50.4813536Z 	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-20T18:57:50.4814182Z 	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-20T18:57:50.4814698Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:50.4815077Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:50.4815444Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T18:57:50.4815812Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:50.4816179Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T18:57:50.4816538Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T18:57:50.4817020Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:50.4817397Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T18:57:50.4817764Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T18:57:50.4818134Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T18:57:50.4818508Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T18:57:50.4818873Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T18:57:50.4819253Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T18:57:50.4819655Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T18:57:50.4820048Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T18:57:50.4820552Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:50.4820944Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T18:57:50.4821325Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T18:57:50.4821704Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T18:57:50.4822076Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T18:57:50.4822442Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T18:57:50.4822821Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T18:57:50.4823217Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T18:57:50.4823599Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T18:57:50.4823986Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:50.4824380Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T18:57:50.4824762Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:50.4825173Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:50.4825597Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:50.4825990Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T18:57:50.4826421Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:50.4827091Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:50.4827494Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:50.4827856Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T18:57:50.4828345Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T18:57:50.4828743Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:50.4829144Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:50.4829534Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T18:57:50.4829901Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T18:57:50.4830281Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:50.4830741Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:50.4831205Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:50.4831596Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:50.4831988Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:50.4832435Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:50.4832879Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:50.4833345Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:50.4833826Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:50.4834258Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:50.4834686Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:50.4835083Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T18:57:50.4835471Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:50.4835881Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:50.4836260Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T18:57:50.4836634Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:50.4837435Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:50.4837843Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T18:57:50.4838243Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:50.4838668Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:50.4839059Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:50.4839431Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T18:57:50.4839794Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T18:57:50.4840147Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T18:57:50.4840534Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:50.4840947Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:50.4841399Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:50.4841846Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:50.4842239Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:50.4842665Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:50.4843077Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:50.4843476Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:50.4843876Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:50.4844234Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T18:57:50.4844592Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T18:57:50.4845093Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:50.4845491Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:50.4845857Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:50.4846179Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T18:57:50.4846491Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T18:57:50.4846961Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T18:57:50.4847455Z 	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-20T18:57:50.4847959Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:50.4848326Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:50.4848690Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:50.4849073Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:50.4849480Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:50.4849880Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:50.4850274Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T18:57:50.4850682Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:50.4851084Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T18:57:50.4851481Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T18:57:50.4851850Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T18:57:50.4852210Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T18:57:50.4852588Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:50.4853012Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:50.4853562Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:50.4853953Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T18:57:50.4854370Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:50.4854807Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:50.4855198Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:50.4855559Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T18:57:50.4855906Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T18:57:50.4856262Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:50.4856623Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:50.4857108Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:50.4857508Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:50.4857912Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:50.4858362Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:50.4858794Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T18:57:50.4859163Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:50.4859540Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T18:57:50.4859919Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:50.4860298Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T18:57:50.4860669Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T18:57:50.4861031Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T18:57:50.4861583Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:50.4862080Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:50.4862492Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T18:57:50.4862856Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T18:57:50.4863215Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:50.4863608Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:50.4863987Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T18:57:50.4864348Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T18:57:50.4864737Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:50.4865105Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T18:57:50.4865452Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T18:57:50.4865803Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T18:57:50.4866190Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:50.4866603Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T18:57:50.4867202Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T18:57:50.4867583Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T18:57:50.4868020Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:50.4868443Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T18:57:50.4868852Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:50.4869240Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T18:57:50.4869756Z 	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-20T18:57:50.4870380Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T18:57:50.4870786Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T18:57:50.4871418Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:50.4872043Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T18:57:50.4872477Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:50.4873002Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:50.4873621Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:50.4874221Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:50.4874861Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:50.4875498Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:50.4876112Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:50.4876901Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:50.4877536Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:50.4878010Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:50.4878446Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:50.4878879Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T18:57:50.4879471Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:50.4879941Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:50.4880365Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:50.4880741Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T18:57:50.4881097Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:50.4881468Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:50.4881842Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T18:57:50.4882248Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:50.4882659Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T18:57:50.4883015Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T18:57:50.4883406Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:50.4883867Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T18:57:50.4884342Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T18:57:50.4884814Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:50.4885286Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:50.4885758Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:50.4886222Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:50.4886660Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T18:57:50.4887197Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T18:57:50.4887606Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:50.4888139Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:50.4888541Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:50.4888938Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T18:57:50.4889361Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:50.4889781Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:50.4890161Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T18:57:50.4890536Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:50.4890907Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T18:57:50.4891281Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:50.4891716Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:50.4892148Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T18:57:50.4892546Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:50.4892950Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:50.4893363Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:50.4893806Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:50.4894240Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:50.4894670Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:50.4895064Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T18:57:50.4895437Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:50.4895940Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T18:57:50.4896315Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T18:57:50.4896685Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:50.4897214Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:50.4897612Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T18:57:50.4898031Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:50.4898492Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:50.4898899Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T18:57:50.4899306Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:50.4899693Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T18:57:50.4900003Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T18:57:50.4900325Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T18:57:50.4900706Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:50.4901096Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:50.4901477Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T18:57:50.4901867Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:50.4902283Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:50.4902722Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:50.4903138Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T18:57:50.4903516Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:50.4903905Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T18:57:50.4904578Z 	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-20T18:57:50.4905150Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:50.4905593Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T18:57:50.4906027Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:50.4906449Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:50.4906985Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:50.4907382Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:50.4907765Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:50.4908138Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:50.4908532Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:50.4908927Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:50.4909296Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:50.4909675Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:50.4910066Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:50.4910430Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T18:57:50.4910833Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:50.4911287Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:50.4911701Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T18:57:50.4912088Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T18:57:50.4912602Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T18:57:50.4912989Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T18:57:50.4913358Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T18:57:50.4913727Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:50.4914144Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:50.4914581Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:50.4914978Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T18:57:50.4915361Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T18:57:50.4915741Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T18:57:50.4916112Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T18:57:50.4916478Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T18:57:50.4917033Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T18:57:50.4917469Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T18:57:50.4917910Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:50.4918386Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:50.4918815Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:50.4919211Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:50.4919610Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T18:57:50.4920021Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:50.4920425Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T18:57:50.4920916Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T18:57:50.4921230Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T18:57:50.4921531Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T18:57:50.4921894Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:50.4922263Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T18:57:50.4922608Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T18:57:50.4922975Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:50.4923363Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:50.4923742Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T18:57:50.4924093Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T18:57:50.4924436Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T18:57:50.4924809Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T18:57:50.4925200Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:50.4925565Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T18:57:50.4925920Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:50.4926270Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T18:57:50.4926652Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:50.4927172Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T18:57:50.4927514Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T18:57:50.4927879Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:50.4928257Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:50.4928737Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T18:57:50.4929116Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:50.4929485Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T18:57:50.4929864Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:50.4930253Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:50.4930664Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:50.4931062Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T18:57:50.4931409Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T18:57:50.4931753Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T18:57:50.4932091Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T18:57:50.4932509Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:50.4933001Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:50.4933458Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:50.4933924Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:50.4934409Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:50.4934828Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T18:57:50.4935196Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:50.4935575Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:50.4935952Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:50.4936327Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:50.4936808Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:50.4937322Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:50.4937930Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T18:57:50.4938319Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:50.4938750Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:50.4939171Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:50.4939542Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T18:57:50.4939934Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:50.4940348Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:50.4940719Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T18:57:50.4941227Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T18:57:50.4941616Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:50.4942060Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:50.4942480Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T18:57:50.4942886Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:50.4943285Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T18:57:50.4943604Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T18:57:50.4943881Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T18:57:50.4944224Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T18:57:50.4944710Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T18:57:50.7122446Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:50.8905415Z Collecting meson
2025-08-20T18:57:50.9408745Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T18:57:50.9761721Z Collecting ninja
2025-08-20T18:57:50.9834698Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T18:57:50.9940860Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T18:57:51.0671797Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.6 MB/s  0:00:00
2025-08-20T18:57:51.0743594Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T18:57:51.1703755Z Installing collected packages: ninja, meson
2025-08-20T18:57:51.8946564Z 
2025-08-20T18:57:51.8976073Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T18:57:52.1841570Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:52.2902657Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T18:57:52.3578240Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T18:57:52.7927546Z 1.8.4
2025-08-20T18:57:52.8171632Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T18:57:52.8426221Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:52.8426941Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T18:57:52.8427563Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T18:57:52.8428159Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T18:57:52.8428777Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T18:57:52.8429406Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T18:57:52.8430022Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T18:57:52.8430630Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T18:57:52.8431225Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T18:57:52.8432042Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T18:57:52.8432642Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:52.8433458Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T18:57:52.8434101Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:52.8434773Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T18:57:52.8435440Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T18:57:52.8436141Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:52.8437007Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T18:57:52.8437639Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T18:57:52.8438296Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:52.8439099Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:52.8439854Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:52.8440511Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:52.8441215Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:52.8441890Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T18:57:52.8442477Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T18:57:52.8443127Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:52.8443847Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:52.8444528Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:52.8445099Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:52.8445736Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:52.8446184Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:52.8446630Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:52.8447308Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T18:57:52.8447732Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:52.8448176Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:52.8448616Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:52.8449012Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:52.8449412Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T18:57:52.8450055Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:52.8450819Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:52.8451525Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:52.8452214Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T18:57:52.8452875Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:52.8453657Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:52.8454568Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:52.8455390Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:52.8456243Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:52.8457233Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:52.8457970Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:52.8458886Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:52.8459596Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:52.8460330Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:52.8461049Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:52.8461696Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T18:57:52.8462323Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T18:57:52.8462947Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T18:57:52.8463501Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T18:57:52.8464097Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T18:57:52.8464810Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:52.8465478Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T18:57:52.8466182Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:52.8467126Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:52.8467863Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:52.8468570Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:52.8469302Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:52.8470039Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:52.8470735Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:52.8471426Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T18:57:52.8472341Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T18:57:52.8473171Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:52.8474036Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:52.8474864Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T18:57:52.8475589Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:52.8476265Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T18:57:52.8477111Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:52.8477814Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T18:57:52.8478558Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:52.8479384Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:52.8480237Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:52.8481061Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:52.8481799Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:52.8482476Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:52.8483138Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:52.8483825Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:52.8484511Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T18:57:52.8485165Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:52.8485888Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:52.8486614Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T18:57:52.8488903Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T18:57:52.8489573Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:52.8490290Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:52.8490998Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:52.8491447Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T18:57:52.8491848Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T18:57:52.8492243Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:52.8492633Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T18:57:52.8492980Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T18:57:52.8493354Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:52.8493732Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T18:57:52.8494098Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T18:57:52.8494481Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T18:57:52.8494838Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T18:57:52.8495189Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:52.8495550Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:52.8495947Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:52.8496353Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:52.8496945Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:52.8497365Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:52.8497881Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T18:57:52.8498288Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:52.8498688Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:52.8499024Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T18:57:52.8499348Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T18:57:52.8499697Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T18:57:52.8500040Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T18:57:52.8500392Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T18:57:52.8500771Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T18:57:52.8501109Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T18:57:52.8501472Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:52.8501870Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T18:57:52.8502304Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:52.8502743Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:52.8503141Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T18:57:52.8503528Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:52.8503904Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:52.8504291Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T18:57:52.8504690Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:52.8505093Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T18:57:52.8505465Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T18:57:52.8505849Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:52.8506376Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:52.8507081Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:52.8507734Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T18:57:52.8508122Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T18:57:52.8508508Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T18:57:52.8508910Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:52.8509322Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T18:57:52.8509725Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:52.8510106Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:52.8510497Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:52.8510902Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:52.8511275Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T18:57:52.8511627Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T18:57:52.8511924Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T18:57:52.8512250Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:52.8512634Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T18:57:52.8513024Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:52.8513411Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T18:57:52.8513771Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T18:57:52.8514134Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T18:57:52.8514633Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T18:57:52.8514997Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T18:57:52.8515343Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T18:57:52.8515766Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:52.8516202Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T18:57:52.8516591Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:52.8517127Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T18:57:52.8517499Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:52.8517900Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T18:57:52.8518307Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:52.8518713Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:52.8519070Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T18:57:52.8519411Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:52.8519850Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:52.8520282Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T18:57:52.8520684Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T18:57:52.8521044Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T18:57:52.8521379Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T18:57:52.8521762Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T18:57:52.8522146Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T18:57:52.8522565Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:52.8523155Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:52.8523580Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T18:57:52.8523940Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T18:57:52.8524277Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T18:57:52.8524634Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T18:57:52.8532383Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:52.8532944Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:52.8533405Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T18:57:52.8533797Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T18:57:52.8534290Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:52.8534831Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:52.8535326Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:52.8535769Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T18:57:52.8536143Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T18:57:52.8536527Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:52.8537207Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:52.8537643Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:52.8538072Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:52.8538449Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T18:57:52.8538994Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:52.8539418Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:52.8539819Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:52.8540219Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:52.8540615Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:52.8541014Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:52.8541407Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:52.8541826Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:52.8542288Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:52.8542724Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T18:57:52.8543091Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T18:57:52.8543471Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T18:57:52.8543866Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T18:57:52.8544240Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:52.8544615Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T18:57:52.8544992Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T18:57:52.8545381Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T18:57:52.8545794Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:52.8546293Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:52.8546955Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:52.8547382Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:52.8547908Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T18:57:52.8548295Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T18:57:52.8548695Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T18:57:52.8549066Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T18:57:52.8549453Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:52.8549838Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T18:57:52.8550284Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:52.8550775Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:52.8551232Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:52.8551747Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:52.8552257Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T18:57:52.8552745Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:52.8553229Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:52.8553657Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T18:57:52.8554019Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T18:57:52.8554378Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T18:57:52.8554753Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:52.8555129Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T18:57:52.8555485Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T18:57:52.8555977Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:52.8556366Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T18:57:52.8556857Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:52.8557246Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T18:57:52.8557630Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T18:57:52.8558028Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:52.8558416Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T18:57:52.8558831Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:52.8559267Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:52.8559654Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T18:57:52.8560022Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:52.8560436Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:52.8560805Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T18:57:52.8561161Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:52.8561511Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T18:57:52.8561876Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:52.8562259Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T18:57:52.8562631Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T18:57:52.8563022Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T18:57:52.8563384Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T18:57:52.8563700Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T18:57:52.8564164Z 	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-20T18:57:52.8564803Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T18:57:52.8565171Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T18:57:52.8565545Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:52.8565913Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T18:57:52.8566310Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:52.8566932Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:52.8567403Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:52.8567841Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:52.8568247Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:52.8568648Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T18:57:52.8569071Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:52.8569481Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:52.8569868Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T18:57:52.8570295Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:52.8570782Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:52.8571271Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:52.8571713Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:52.8572121Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:52.8572521Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:52.8573170Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:52.8573666Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:52.8574064Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T18:57:52.8574493Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:52.8574936Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:52.8575341Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T18:57:52.8575703Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T18:57:52.8576063Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T18:57:52.8576448Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T18:57:52.8577092Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:52.8577478Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T18:57:52.8577840Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T18:57:52.8578227Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:52.8578605Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:52.8578965Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T18:57:52.8579331Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T18:57:52.8579686Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T18:57:52.8580061Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:52.8580436Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:52.8580790Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T18:57:52.8581146Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:52.8581627Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T18:57:52.8581996Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:52.8582361Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T18:57:52.8582718Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T18:57:52.8583071Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T18:57:52.8583439Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T18:57:52.8583783Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T18:57:52.8584144Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:52.8584571Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:52.8584988Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T18:57:52.8585356Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T18:57:52.8585739Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:52.8586151Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:52.8586544Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T18:57:52.8587092Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T18:57:52.8587455Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T18:57:52.8587810Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T18:57:52.8588106Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T18:57:52.8588401Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T18:57:52.8588747Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T18:57:52.8589098Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:52.8589578Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T18:57:52.8589953Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T18:57:52.8590294Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T18:57:52.8590626Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T18:57:52.8591005Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:52.8591407Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:52.8591796Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:52.8592191Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:52.8592575Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:52.8592982Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:52.8593481Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:52.8594109Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:52.8594739Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:52.8595283Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:52.8595753Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:52.8596206Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:52.8596824Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:52.8597444Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:52.8598003Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:52.8598605Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:52.8599051Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T18:57:52.8599421Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T18:57:52.8599788Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:52.8600155Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:52.8600532Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:52.8600919Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T18:57:52.8601299Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:52.8601677Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T18:57:52.8602059Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:52.8602440Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T18:57:52.8602821Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T18:57:52.8603190Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:52.8603556Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T18:57:52.8603950Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:52.8604338Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T18:57:52.8604751Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:52.8605158Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:52.8605514Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T18:57:52.8605896Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:52.8606424Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:52.8606935Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:52.8607455Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:52.8607880Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:52.8608247Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T18:57:52.8608612Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:52.8608989Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:52.8609349Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T18:57:52.8609735Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:52.8610114Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T18:57:52.8610492Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T18:57:52.8610873Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T18:57:52.8611232Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T18:57:52.8611586Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T18:57:52.8612123Z 	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-20T18:57:52.8612827Z 	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-20T18:57:52.8613488Z 	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-20T18:57:52.8614130Z 	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-20T18:57:52.8614646Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:52.8615144Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:52.8615513Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T18:57:52.8615885Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:52.8616246Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T18:57:52.8616601Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T18:57:52.8617070Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:52.8617452Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T18:57:52.8617822Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T18:57:52.8618188Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T18:57:52.8618563Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T18:57:52.8618933Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T18:57:52.8619316Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T18:57:52.8619718Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T18:57:52.8620109Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T18:57:52.8620496Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:52.8620888Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T18:57:52.8621275Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T18:57:52.8621651Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T18:57:52.8622026Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T18:57:52.8622392Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T18:57:52.8622881Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T18:57:52.8623288Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T18:57:52.8623675Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T18:57:52.8624061Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:52.8624449Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T18:57:52.8624830Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:52.8625247Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:52.8625674Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:52.8626068Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T18:57:52.8626495Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:52.8627058Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:52.8627459Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:52.8627819Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T18:57:52.8628192Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T18:57:52.8628579Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:52.8628976Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:52.8629371Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T18:57:52.8629742Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T18:57:52.8630122Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:52.8630584Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:52.8631166Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:52.8631554Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:52.8631952Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:52.8632388Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:52.8632828Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:52.8633294Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:52.8633775Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:52.8634213Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:52.8634643Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:52.8635050Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T18:57:52.8635443Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:52.8635857Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:52.8636242Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T18:57:52.8636611Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:52.8637106Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:52.8637505Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T18:57:52.8637905Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:52.8638333Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:52.8638730Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:52.8639216Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T18:57:52.8639590Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T18:57:52.8639945Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T18:57:52.8640333Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:52.8640737Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:52.8641187Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:52.8641634Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:52.8642032Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:52.8642463Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:52.8642881Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:52.8643285Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:52.8643690Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:52.8644043Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T18:57:52.8644401Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T18:57:52.8644788Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:52.8645178Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:52.8645544Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:52.8645875Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T18:57:52.8646184Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T18:57:52.8646533Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T18:57:52.8647132Z 	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-20T18:57:52.8647757Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:52.8648131Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:52.8648496Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:52.8648881Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:52.8649288Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:52.8649684Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:52.8650080Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T18:57:52.8650489Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:52.8650895Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T18:57:52.8651269Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T18:57:52.8651637Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T18:57:52.8651992Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T18:57:52.8652363Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:52.8652786Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:52.8653207Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:52.8653595Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T18:57:52.8654012Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:52.8654445Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:52.8654836Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:52.8655196Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T18:57:52.8655656Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T18:57:52.8656016Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:52.8656380Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:52.8656850Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:52.8657245Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:52.8657651Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:52.8658105Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:52.8658535Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T18:57:52.8658909Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:52.8659289Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T18:57:52.8659675Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:52.8660054Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T18:57:52.8660432Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T18:57:52.8660799Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T18:57:52.8661237Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:52.8661724Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:52.8662140Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T18:57:52.8662505Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T18:57:52.8662883Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:52.8663283Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:52.8663802Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T18:57:52.8664171Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T18:57:52.8664563Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:52.8664939Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T18:57:52.8665281Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T18:57:52.8665632Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T18:57:52.8666025Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:52.8666438Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T18:57:52.8666909Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T18:57:52.8667289Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T18:57:52.8667726Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:52.8668156Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T18:57:52.8668566Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:52.8668967Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T18:57:52.8669476Z 	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-20T18:57:52.8669978Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T18:57:52.8670289Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T18:57:52.8670630Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:52.8671035Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T18:57:52.8671454Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:52.8672087Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:52.8672679Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:52.8673286Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:52.8673934Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:52.8674572Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:52.8675194Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:52.8675822Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:52.8676400Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:52.8676977Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:52.8677417Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:52.8677853Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T18:57:52.8678267Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:52.8678732Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:52.8679159Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:52.8679565Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T18:57:52.8679930Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:52.8680304Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:52.8680684Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T18:57:52.8681205Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:52.8681615Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T18:57:52.8681974Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T18:57:52.8682372Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:52.8682828Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T18:57:52.8683305Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T18:57:52.8683781Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:52.8684257Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:52.8684730Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:52.8685201Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:52.8685642Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T18:57:52.8686048Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T18:57:52.8686451Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:52.8686953Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:52.8687356Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:52.8687759Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T18:57:52.8688185Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:52.8688606Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:52.8688988Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T18:57:52.8689482Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:52.8689863Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T18:57:52.8690239Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:52.8690672Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:52.8691107Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T18:57:52.8691506Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:52.8691907Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:52.8692323Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:52.8692762Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:52.8693202Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:52.8693633Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:52.8694027Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T18:57:52.8694396Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:52.8694780Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T18:57:52.8695146Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T18:57:52.8695512Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:52.8695906Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:52.8696297Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T18:57:52.8696812Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:52.8697279Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:52.8697805Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T18:57:52.8698204Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:52.8698596Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T18:57:52.8698892Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T18:57:52.8699208Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T18:57:52.8699585Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:52.8699972Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:52.8700349Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T18:57:52.8700729Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:52.8701148Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:52.8701587Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:52.8702004Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T18:57:52.8702383Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:52.8702771Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T18:57:52.8703304Z 	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-20T18:57:52.8703892Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:52.8704333Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T18:57:52.8704763Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:52.8705184Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:52.8705739Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:52.8706136Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:52.8706513Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:52.8706987Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:52.8707404Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:52.8707795Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:52.8708158Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:52.8708540Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:52.8708931Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:52.8709298Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T18:57:52.8709705Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:52.8710160Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:52.8710573Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T18:57:52.8710945Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T18:57:52.8711310Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T18:57:52.8711690Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T18:57:52.8712064Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T18:57:52.8712427Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:52.8712846Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:52.8713282Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:52.8713680Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T18:57:52.8714183Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T18:57:52.8714567Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T18:57:52.8714938Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T18:57:52.8715298Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T18:57:52.8715671Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T18:57:52.8716064Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T18:57:52.8716515Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:52.8717071Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:52.8717494Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:52.8717898Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:52.8718305Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T18:57:52.8718728Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:52.8719118Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T18:57:52.8719471Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T18:57:52.8719784Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T18:57:52.8720085Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T18:57:52.8720449Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:52.8720823Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T18:57:52.8721165Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T18:57:52.8721533Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:52.8722036Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:52.8722424Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T18:57:52.8722777Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T18:57:52.8723121Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T18:57:52.8723489Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T18:57:52.8723881Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:52.8724247Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T18:57:52.8724605Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:52.8724957Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T18:57:52.8725334Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:52.8725718Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T18:57:52.8726063Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T18:57:52.8726433Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:52.8726912Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:52.8727280Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T18:57:52.8727649Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:52.8728019Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T18:57:52.8728399Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:52.8728793Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:52.8729206Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:52.8729607Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T18:57:52.8730075Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T18:57:52.8730416Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T18:57:52.8730758Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T18:57:52.8731174Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:52.8731666Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:52.8732125Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:52.8732589Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:52.8733077Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:52.8733502Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T18:57:52.8733879Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:52.8734262Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:52.8734642Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:52.8735018Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:52.8735396Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:52.8735770Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:52.8736136Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T18:57:52.8736519Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:52.8737080Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:52.8737533Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:52.8738013Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T18:57:52.8738417Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:52.8738836Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:52.8739207Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T18:57:52.8739553Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T18:57:52.8739937Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:52.8740385Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:52.8740808Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T18:57:52.8741209Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:52.8741604Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T18:57:52.8741924Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T18:57:52.8742226Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T18:57:52.8742570Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T18:57:52.8743045Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T18:57:53.1527536Z info: downloading installer
2025-08-20T18:57:53.6260037Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T18:57:53.6260641Z warn: /home/runner/.rustup/settings.toml
2025-08-20T18:57:53.6261283Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T18:57:53.6262002Z warn: instead of the one inferred from the default host triple.
2025-08-20T18:57:53.6429075Z info: profile set to 'default'
2025-08-20T18:57:53.6429597Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T18:57:53.6430226Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T18:57:53.7113875Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T18:57:53.7369838Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T18:57:53.7370240Z 
2025-08-20T18:57:53.7463836Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:53.7464383Z 
2025-08-20T18:57:53.7464388Z 
2025-08-20T18:57:53.7464511Z Rust is installed now. Great!
2025-08-20T18:57:53.7464738Z 
2025-08-20T18:57:53.7465024Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T18:57:53.7465739Z environment variable. This has not been done automatically.
2025-08-20T18:57:53.7466125Z 
2025-08-20T18:57:53.7466315Z To configure your current shell, you need to source
2025-08-20T18:57:53.7466985Z the corresponding env file under $HOME/.cargo.
2025-08-20T18:57:53.7467290Z 
2025-08-20T18:57:53.7467575Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T18:57:53.7468248Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T18:57:53.7468784Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T18:57:53.7469255Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T18:57:53.7772915Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T18:57:53.8103719Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T18:57:53.8104169Z 
2025-08-20T18:57:53.8196332Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:53.8196674Z 
2025-08-20T18:57:53.8687580Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:55.6278076Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T18:57:55.6719584Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:55.6720183Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T18:57:55.6720788Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T18:57:55.6721184Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T18:57:55.6721839Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T18:57:55.6722515Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T18:57:55.6723175Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T18:57:55.6723787Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T18:57:55.6724389Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T18:57:55.6724958Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T18:57:55.6725568Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:55.6726221Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T18:57:55.6727098Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:55.6727783Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T18:57:55.6728451Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T18:57:55.6729129Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:55.6729809Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T18:57:55.6730410Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T18:57:55.6731060Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:55.6731562Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:55.6732008Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:55.6732388Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:55.6732793Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:55.6733188Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T18:57:55.6733540Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T18:57:55.6734145Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:55.6734592Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:55.6735006Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:55.6735407Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:55.6735893Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:55.6736296Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:55.6736868Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:55.6737305Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T18:57:55.6737708Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:55.6738140Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:55.6738566Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:55.6738967Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:55.6739347Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T18:57:55.6739743Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:55.6740150Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:55.6740554Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:55.6740941Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T18:57:55.6741320Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:55.6741761Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:55.6742358Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:55.6742824Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:55.6743290Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:55.6743741Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:55.6744146Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:55.6744551Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:55.6744942Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:55.6745352Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:55.6745741Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:55.6746108Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T18:57:55.6746466Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T18:57:55.6747019Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T18:57:55.6747340Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T18:57:55.6747680Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T18:57:55.6748075Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:55.6748439Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T18:57:55.6748832Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:55.6749251Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:55.6749658Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:55.6750054Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:55.6750467Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:55.6751010Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:55.6751397Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:55.6751780Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T18:57:55.6752187Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T18:57:55.6752637Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:55.6753115Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:55.6753569Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T18:57:55.6753964Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:55.6754334Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T18:57:55.6754713Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:55.6755107Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T18:57:55.6755529Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:55.6755993Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:55.6756471Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:55.6757263Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:55.6757709Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:55.6758135Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:55.6758537Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:55.6759064Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:55.6759468Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T18:57:55.6759845Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:55.6760257Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:55.6760664Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T18:57:55.6761037Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T18:57:55.6761410Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:55.6761803Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:55.6762194Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:55.6762560Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T18:57:55.6762914Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T18:57:55.6763310Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:55.6763684Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T18:57:55.6764028Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T18:57:55.6764400Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:55.6764759Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T18:57:55.6765113Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T18:57:55.6765495Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T18:57:55.6765851Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T18:57:55.6766204Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:55.6766570Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:55.6767132Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:55.6767646Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:55.6768030Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:55.6768394Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:55.6768753Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T18:57:55.6769138Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:55.6769530Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:55.6769858Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T18:57:55.6770177Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T18:57:55.6770527Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T18:57:55.6770871Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T18:57:55.6771219Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T18:57:55.6771579Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T18:57:55.6772079Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T18:57:55.6772702Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:55.6773362Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T18:57:55.6773879Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:55.6774314Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:55.6774704Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T18:57:55.6775088Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:55.6775462Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:55.6775989Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T18:57:55.6776390Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:55.6776976Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T18:57:55.6784061Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T18:57:55.6784543Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:55.6784983Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:55.6785428Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:55.6785862Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T18:57:55.6786255Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T18:57:55.6786645Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T18:57:55.6787493Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:55.6788085Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T18:57:55.6788496Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:55.6788888Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:55.6789280Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:55.6789685Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:55.6790078Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T18:57:55.6790437Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T18:57:55.6790739Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T18:57:55.6791064Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:55.6791467Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T18:57:55.6791878Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:55.6792465Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T18:57:55.6792835Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T18:57:55.6793203Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T18:57:55.6793579Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T18:57:55.6793937Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T18:57:55.6794279Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T18:57:55.6794694Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:55.6795133Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T18:57:55.6795527Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:55.6795899Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T18:57:55.6796288Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:55.6796690Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T18:57:55.6797290Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:55.6797710Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:55.6798092Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T18:57:55.6798442Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:55.6798854Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:55.6799275Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T18:57:55.6799863Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T18:57:55.6800539Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T18:57:55.6801280Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T18:57:55.6801932Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T18:57:55.6802572Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T18:57:55.6803283Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:55.6803768Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:55.6804183Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T18:57:55.6804543Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T18:57:55.6804884Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T18:57:55.6805251Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T18:57:55.6805700Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:55.6806211Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:55.6806648Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T18:57:55.6807362Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T18:57:55.6807824Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:55.6808351Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:55.6808842Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:55.6809279Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T18:57:55.6809647Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T18:57:55.6810028Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:55.6810445Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:55.6810997Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:55.6811398Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:55.6811772Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T18:57:55.6812142Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:55.6812528Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:55.6812922Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:55.6813304Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:55.6813689Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:55.6814080Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:55.6814468Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:55.6814897Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:55.6815348Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:55.6815798Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T18:57:55.6816171Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T18:57:55.6816542Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T18:57:55.6817141Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T18:57:55.6817513Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:55.6817882Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T18:57:55.6818252Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T18:57:55.6818632Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T18:57:55.6819161Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:55.6819632Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:55.6820075Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:55.6820476Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:55.6820855Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T18:57:55.6821229Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T18:57:55.6821587Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T18:57:55.6821947Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T18:57:55.6822326Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:55.6822700Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T18:57:55.6823147Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:55.6823623Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:55.6824081Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:55.6824587Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:55.6825087Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T18:57:55.6825791Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:55.6826636Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:55.6827281Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T18:57:55.6827647Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T18:57:55.6828014Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T18:57:55.6828519Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:55.6828890Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T18:57:55.6829254Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T18:57:55.6829627Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:55.6829999Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T18:57:55.6830370Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:55.6830740Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T18:57:55.6831107Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T18:57:55.6831499Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:55.6831884Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T18:57:55.6832301Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:55.6832735Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:55.6833118Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T18:57:55.6833485Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:55.6833886Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:55.6834251Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T18:57:55.6834597Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:55.6834939Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T18:57:55.6835302Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:55.6835674Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T18:57:55.6836153Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T18:57:55.6836550Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T18:57:55.6837183Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T18:57:55.6837504Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T18:57:55.6837953Z 	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-20T18:57:55.6838455Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T18:57:55.6838814Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T18:57:55.6839181Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:55.6839543Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T18:57:55.6839937Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:55.6840371Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:55.6840793Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:55.6841215Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:55.6841612Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:55.6842001Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T18:57:55.6842413Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:55.6842833Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:55.6843220Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T18:57:55.6843640Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:55.6844116Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:55.6844743Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:55.6845191Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:55.6845592Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:55.6845984Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:55.6846446Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:55.6847131Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:55.6847530Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T18:57:55.6847950Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:55.6848391Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:55.6848796Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T18:57:55.6849157Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T18:57:55.6849514Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T18:57:55.6849888Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T18:57:55.6850266Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:55.6850624Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T18:57:55.6850982Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T18:57:55.6851361Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:55.6851732Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:55.6852091Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T18:57:55.6852450Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T18:57:55.6852917Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T18:57:55.6853295Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:55.6853673Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:55.6854025Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T18:57:55.6854374Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:55.6854732Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T18:57:55.6855106Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:55.6855467Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T18:57:55.6855820Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T18:57:55.6856161Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T18:57:55.6856523Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T18:57:55.6857076Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T18:57:55.6857444Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:55.6857866Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:55.6858264Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T18:57:55.6858618Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T18:57:55.6858988Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:55.6859389Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:55.6859774Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T18:57:55.6860120Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T18:57:55.6860474Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T18:57:55.6860826Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T18:57:55.6861284Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T18:57:55.6861578Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T18:57:55.6861924Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T18:57:55.6862267Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:55.6862619Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T18:57:55.6862965Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T18:57:55.6863301Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T18:57:55.6863625Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T18:57:55.6864003Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:55.6864400Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:55.6864790Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:55.6865178Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:55.6865551Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:55.6865951Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:55.6866434Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:55.6867335Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:55.6867954Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:55.6868486Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:55.6868952Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:55.6869526Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:55.6870045Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:55.6870652Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:55.6871206Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:55.6871689Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:55.6872125Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T18:57:55.6872485Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T18:57:55.6872850Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:55.6873211Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:55.6873586Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:55.6873972Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T18:57:55.6874348Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:55.6874721Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T18:57:55.6875090Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:55.6875467Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T18:57:55.6875826Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T18:57:55.6876187Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:55.6876540Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T18:57:55.6877039Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:55.6877427Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T18:57:55.6877955Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:55.6878357Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:55.6878708Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T18:57:55.6879086Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:55.6879486Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:55.6879887Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:55.6880321Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:55.6880740Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:55.6881101Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T18:57:55.6881465Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:55.6881852Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:55.6882211Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T18:57:55.6882587Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:55.6882966Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T18:57:55.6883339Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T18:57:55.6883715Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T18:57:55.6884071Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T18:57:55.6884423Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T18:57:55.6884958Z 	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-20T18:57:55.6885768Z 	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-20T18:57:55.6886440Z 	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-20T18:57:55.6887186Z 	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-20T18:57:55.6887705Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:55.6888087Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:55.6888456Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T18:57:55.6888829Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:55.6889199Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T18:57:55.6889556Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T18:57:55.6889927Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:55.6890388Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T18:57:55.6890766Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T18:57:55.6891137Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T18:57:55.6891516Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T18:57:55.6891880Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T18:57:55.6892284Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T18:57:55.6892685Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T18:57:55.6893078Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T18:57:55.6893472Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:55.6893861Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T18:57:55.6894378Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T18:57:55.6894753Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T18:57:55.6895127Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T18:57:55.6895496Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T18:57:55.6895900Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T18:57:55.6896293Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T18:57:55.6896678Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T18:57:55.6897160Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:55.6897540Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T18:57:55.6897944Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:55.6898360Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:55.6898807Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:55.6899200Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T18:57:55.6899627Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:55.6900075Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:55.6900475Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:55.6900834Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T18:57:55.6901214Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T18:57:55.6901603Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:55.6901997Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:55.6902509Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T18:57:55.6902882Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T18:57:55.6903254Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:55.6903710Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:55.6904169Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:55.6904556Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:55.6904982Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:55.6905427Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:55.6905861Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:55.6906325Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:55.6907054Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:55.6907521Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:55.6907959Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:55.6908360Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T18:57:55.6908749Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:55.6909162Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:55.6909541Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T18:57:55.6909912Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:55.6910306Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:55.6910707Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T18:57:55.6911237Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:55.6911646Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:55.6912034Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:55.6912398Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T18:57:55.6912762Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T18:57:55.6913116Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T18:57:55.6913499Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:55.6913903Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:55.6914344Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:55.6914790Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:55.6915186Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:55.6915614Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:55.6916029Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:55.6916425Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:55.6916924Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:55.6917282Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T18:57:55.6917642Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T18:57:55.6918022Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:55.6918405Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:55.6918890Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:55.6919223Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T18:57:55.6919533Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T18:57:55.6919871Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T18:57:55.6920368Z 	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-20T18:57:55.6920876Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:55.6921259Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:55.6921623Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:55.6922007Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:55.6922411Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:55.6922813Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:55.6923218Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T18:57:55.6923623Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:55.6924024Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T18:57:55.6924389Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T18:57:55.6924750Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T18:57:55.6925104Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T18:57:55.6925475Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:55.6925884Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:55.6926306Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:55.6926692Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T18:57:55.6927319Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:55.6927749Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:55.6928132Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:55.6928489Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T18:57:55.6928833Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T18:57:55.6929185Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:55.6929554Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:55.6929923Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:55.6930310Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:55.6930707Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:55.6931166Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:55.6931594Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T18:57:55.6931962Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:55.6932336Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T18:57:55.6932710Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:55.6933089Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T18:57:55.6933457Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T18:57:55.6933821Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T18:57:55.6934252Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:55.6934738Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:55.6935266Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T18:57:55.6935636Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T18:57:55.6936002Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:55.6936393Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:55.6936869Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T18:57:55.6937235Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T18:57:55.6937620Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:55.6937988Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T18:57:55.6938332Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T18:57:55.6938674Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T18:57:55.6939067Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:55.6939483Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T18:57:55.6939854Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T18:57:55.6940230Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T18:57:55.6940664Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:55.6941091Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T18:57:55.6941499Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:55.6941884Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T18:57:55.6942391Z 	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-20T18:57:55.6942889Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T18:57:55.6943317Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T18:57:55.6943656Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:55.6944109Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T18:57:55.6944524Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:55.6945039Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:55.6945619Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:55.6946215Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:55.6947102Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:55.6947748Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:55.6948361Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:55.6948969Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:55.6949534Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:55.6950005Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:55.6950433Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:55.6950856Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T18:57:55.6951271Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:55.6951729Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:55.6952278Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:55.6952662Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T18:57:55.6953021Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:55.6953388Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:55.6953752Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T18:57:55.6954151Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:55.6954552Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T18:57:55.6954907Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T18:57:55.6955290Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:55.6955743Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T18:57:55.6956226Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T18:57:55.6956820Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:55.6957292Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:55.6957760Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:55.6958224Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:55.6958662Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T18:57:55.6959114Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T18:57:55.6959518Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:55.6959919Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:55.6960319Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:55.6960843Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T18:57:55.6961272Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:55.6961691Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:55.6962065Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T18:57:55.6962440Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:55.6962812Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T18:57:55.6963184Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:55.6963611Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:55.6964041Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T18:57:55.6964431Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:55.6964836Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:55.6965249Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:55.6965686Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:55.6966121Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:55.6966539Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:55.6967040Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T18:57:55.6967406Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:55.6967787Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T18:57:55.6968142Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T18:57:55.6968622Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:55.6969023Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:55.6969410Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T18:57:55.6969823Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:55.6970280Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:55.6970689Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T18:57:55.6971085Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:55.6971468Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T18:57:55.6971761Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T18:57:55.6972071Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T18:57:55.6972448Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:55.6972838Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:55.6973221Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T18:57:55.6973604Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:55.6974020Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:55.6974455Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:55.6974858Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T18:57:55.6975236Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:55.6975616Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T18:57:55.6976150Z 	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-20T18:57:55.6976818Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:55.6977386Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T18:57:55.6977813Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:55.6978238Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:55.6978645Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:55.6979031Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:55.6979410Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:55.6979781Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:55.6980166Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:55.6980555Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:55.6980932Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:55.6981316Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:55.6981710Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:55.6982077Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T18:57:55.6982473Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:55.6982921Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:55.6983331Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T18:57:55.6983699Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T18:57:55.6984064Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T18:57:55.6984441Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T18:57:55.6984948Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T18:57:55.6985318Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:55.6985732Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:55.6986167Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:55.6986561Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T18:57:55.6987223Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T18:57:55.6987609Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T18:57:55.6987980Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T18:57:55.6988342Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T18:57:55.6988712Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T18:57:55.6989105Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T18:57:55.6989541Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:55.6989981Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:55.6990398Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:55.6990789Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:55.6991180Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T18:57:55.6991589Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:55.6991966Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T18:57:55.6992314Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T18:57:55.6992616Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T18:57:55.6992917Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T18:57:55.6993410Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:55.6993771Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T18:57:55.6994113Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T18:57:55.6994473Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:55.6994864Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:55.6995244Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T18:57:55.6995592Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T18:57:55.6995933Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T18:57:55.6996297Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T18:57:55.6996682Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:55.6997160Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T18:57:55.6997518Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:55.6997866Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T18:57:55.6998262Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:55.6998632Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T18:57:55.6998972Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T18:57:55.6999335Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:55.6999708Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:55.7000072Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T18:57:55.7000436Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:55.7000958Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T18:57:55.7001342Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:55.7001733Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:55.7002143Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:55.7002557Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T18:57:55.7002901Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T18:57:55.7003239Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T18:57:55.7003574Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T18:57:55.7003987Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:55.7004469Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:55.7004928Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:55.7005401Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:55.7005881Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:55.7006306Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T18:57:55.7006679Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:55.7007171Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:55.7007554Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:55.7007925Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:55.7008309Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:55.7008679Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:55.7009044Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T18:57:55.7009543Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:55.7009972Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:55.7010389Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:55.7010758Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T18:57:55.7011149Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:55.7011559Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:55.7011927Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T18:57:55.7012273Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T18:57:55.7012654Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:55.7013100Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:55.7013521Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T18:57:55.7013916Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:55.7014313Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T18:57:55.7014630Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T18:57:55.7014905Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T18:57:55.7015248Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T18:57:55.7015718Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T18:57:55.7016036Z 
2025-08-20T18:57:55.7016040Z 
2025-08-20T18:57:55.7016407Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (06:57:55 PM)
2025-08-20T18:57:55.7016876Z 
2025-08-20T18:57:55.7016880Z 
2025-08-20T18:57:55.7016883Z 
2025-08-20T18:57:55.7017089Z [+] Continue : YES
2025-08-20T18:57:55.7017209Z 
2025-08-20T18:57:55.7017450Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T18:57:55.7434879Z 
2025-08-20T18:57:55.7435226Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (06:57:55 PM) UTC
2025-08-20T18:57:55.7435544Z 
2025-08-20T18:57:55.7452835Z 
2025-08-20T18:57:55.7453028Z [+] Total RECIPES :: 1
2025-08-20T18:57:55.7453273Z 
2025-08-20T18:57:55.7528863Z 
2025-08-20T18:57:55.7529581Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml (1/1)
2025-08-20T18:57:55.7530167Z 
2025-08-20T18:57:55.7972963Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:57:55.7984724Z mode of '/tmp/pkgforge/0je1w7rwF_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T18:57:55.8033947Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/binary-security-check/official [Provided]
2025-08-20T18:57:55.8034652Z [+] Setting '.pkg_family' --> binary-security-check [Provided]
2025-08-20T18:57:55.8047592Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T18:57:55.8053675Z [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-20T18:57:55.8083509Z [00:00:00.003]➜  
2025-08-20T18:57:55.8084054Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T18:57:55.8084498Z [00:00:00.003]➜  
2025-08-20T18:57:55.8126180Z [00:00:00.007]➜  
2025-08-20T18:57:55.8127408Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T18:57:55.8128153Z [00:00:00.007]➜  
2025-08-20T18:57:55.8205112Z [00:00:00.015]➜  
2025-08-20T18:57:55.8206355Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/binary-security-check/static.official.source.yaml) --> /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (06:57:55 PM) UTC]
2025-08-20T18:57:55.8207704Z [00:00:00.015]➜  
2025-08-20T18:57:55.8207918Z [00:00:00.015]➜  
2025-08-20T18:57:55.8208116Z [00:00:00.015]➜  
2025-08-20T18:57:55.8208402Z [00:00:00.015]➜  ###################################################################
2025-08-20T18:57:55.8216347Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T18:57:55.8217819Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T18:57:55.8218928Z [00:00:00.016]➜  _disabled: false
2025-08-20T18:57:55.8219331Z [00:00:00.016]➜  
2025-08-20T18:57:55.8219755Z [00:00:00.016]➜  pkg: "binary-security-check"
2025-08-20T18:57:55.8220438Z [00:00:00.016]➜  pkg_id: "codeberg.org.koutheir.binary-security-check"
2025-08-20T18:57:55.8221144Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T18:57:55.8221596Z [00:00:00.016]➜  category:
2025-08-20T18:57:55.8222360Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T18:57:55.8222812Z [00:00:00.016]➜    - "Utility"
2025-08-20T18:57:55.8223477Z [00:00:00.017]➜  description: "Analyzer of security features in executable binaries"
2025-08-20T18:57:55.8224116Z [00:00:00.017]➜  homepage:
2025-08-20T18:57:55.8224704Z [00:00:00.017]➜    - "https://codeberg.org/koutheir/binary-security-check"
2025-08-20T18:57:55.8225296Z [00:00:00.017]➜  maintainer:
2025-08-20T18:57:55.8225837Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T18:57:55.8226358Z [00:00:00.017]➜  note:
2025-08-20T18:57:55.8227161Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T18:57:55.8227898Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://codeberg.org/koutheir/binary-security-check"
2025-08-20T18:57:55.8228404Z [00:00:00.017]➜  provides:
2025-08-20T18:57:55.8228876Z [00:00:00.017]➜    - "binary-security-check"  
2025-08-20T18:57:55.8229180Z [00:00:00.017]➜  src_url:
2025-08-20T18:57:55.8229557Z [00:00:00.017]➜    - "https://codeberg.org/koutheir/binary-security-check"
2025-08-20T18:57:55.8229906Z [00:00:00.017]➜  tag:
2025-08-20T18:57:55.8230145Z [00:00:00.017]➜    - "binary-analysis"
2025-08-20T18:57:55.8230416Z [00:00:00.017]➜    - "security"
2025-08-20T18:57:55.8230655Z [00:00:00.017]➜  x_exec:
2025-08-20T18:57:55.8230905Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T18:57:55.8231168Z [00:00:00.017]➜    host:
2025-08-20T18:57:55.8231421Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T18:57:55.8231691Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T18:57:55.8231949Z [00:00:00.017]➜    shell: "bash"
2025-08-20T18:57:55.8232196Z [00:00:00.017]➜    pkgver: |
2025-08-20T18:57:55.8232553Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T18:57:55.8233895Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://codeberg.org/koutheir/binary-security-check" "./TEMPREPO" &>/dev/null && \
2025-08-20T18:57:55.8234867Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T18:57:55.8235632Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T18:57:55.8236220Z [00:00:00.017]➜    run: |
2025-08-20T18:57:55.8236607Z [00:00:00.017]➜      #Build
2025-08-20T18:57:55.8237556Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T18:57:55.8238305Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T18:57:55.8238881Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T18:57:55.8239366Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T18:57:55.8240150Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T18:57:55.8240560Z [00:00:00.017]➜        bash -l -c '
2025-08-20T18:57:55.8240828Z [00:00:00.017]➜        #Setup ENV
2025-08-20T18:57:55.8241213Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T18:57:55.8241713Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T18:57:55.8242156Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T18:57:55.8243283Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T18:57:55.8244275Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T18:57:55.8244914Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T18:57:55.8245456Z [00:00:00.017]➜           else
2025-08-20T18:57:55.8245910Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T18:57:55.8246382Z [00:00:00.017]➜           fi
2025-08-20T18:57:55.8247066Z [00:00:00.017]➜         else
2025-08-20T18:57:55.8247663Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T18:57:55.8248343Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T18:57:55.8248857Z [00:00:00.017]➜         fi
2025-08-20T18:57:55.8249304Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T18:57:55.8249889Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T18:57:55.8250596Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T18:57:55.8251339Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T18:57:55.8252046Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T18:57:55.8252798Z [00:00:00.017]➜         fi
2025-08-20T18:57:55.8253327Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T18:57:55.8253936Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T18:57:55.8254510Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T18:57:55.8255076Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T18:57:55.8255655Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T18:57:55.8256240Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T18:57:55.8257008Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T18:57:55.8257710Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T18:57:55.8258396Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T18:57:55.8259026Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T18:57:55.8259647Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T18:57:55.8260323Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T18:57:55.8261010Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T18:57:55.8261541Z [00:00:00.017]➜        #Build
2025-08-20T18:57:55.8262612Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://codeberg.org/koutheir/binary-security-check" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T18:57:55.8263768Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T18:57:55.8264393Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T18:57:55.8265536Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T18:57:55.8266649Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T18:57:55.8267811Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T18:57:55.8269203Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T18:57:55.8269861Z [00:00:00.017]➜        #Copy 
2025-08-20T18:57:55.8271567Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T18:57:55.8273748Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T18:57:55.8274748Z [00:00:00.017]➜        #Strip 
2025-08-20T18:57:55.8275649Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T18:57:55.8277141Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T18:57:55.8278421Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T18:57:55.8279494Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T18:57:55.8280531Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T18:57:55.8281320Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T18:57:55.8281790Z [00:00:00.017]➜        '
2025-08-20T18:57:55.8282261Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T18:57:55.8292600Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T18:57:55.8293632Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T18:57:55.8296022Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T18:57:55.8297718Z [00:00:00.017]➜  
2025-08-20T18:57:55.8298090Z [00:00:00.017]➜  
2025-08-20T18:57:55.8298516Z [00:00:00.017]➜  ###################################################################
2025-08-20T18:57:55.8298822Z [00:00:00.017]➜  
2025-08-20T18:57:55.8299030Z [00:00:00.017]➜  
2025-08-20T18:57:55.8299248Z [00:00:00.017]➜  
2025-08-20T18:57:55.8299751Z [00:00:00.018]➜  '/tmp/pkgforge/0je1w7rwF_build.yaml' -> '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T18:57:57.6553263Z [00:00:01.850]➜  '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.static.version' -> '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.version'
2025-08-20T18:57:57.6608430Z [00:00:01.856]➜  [+] Version: HEAD-287f359-250818T185121 ('.x_exec.pkgver') [/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.static.version]
2025-08-20T18:57:57.6858159Z [00:00:01.881]➜  [+] Progs: binary-security-check
2025-08-20T18:57:57.9510443Z [00:00:02.146]➜  
2025-08-20T18:57:57.9510866Z [00:00:02.146]➜  [-] Missing packages. Found: 
2025-08-20T18:57:57.9511236Z [00:00:02.146]➜  [+] Expected: binary-security-check
2025-08-20T18:57:57.9511591Z [00:00:02.146]➜  [+] Continuing with build...
2025-08-20T18:57:57.9511860Z [00:00:02.146]➜  
2025-08-20T18:57:58.3359592Z [00:00:02.531]➜  
2025-08-20T18:57:58.3359977Z [00:00:02.531]➜  
2025-08-20T18:57:58.3452789Z [00:00:02.540]➜  + mkdir -pv /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T18:57:58.3474949Z [00:00:02.542]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=binary-security-check -e PKG_ID=codeberg.org.koutheir.binary-security-check -e PKG_TYPE=static -e PKG_VER=HEAD-287f359-250818T185121 -e PKGVER=HEAD-287f359-250818T185121 -e SBUILD_PKG=binary-security-check.static -e SBUILD_PKGVER=HEAD-287f359-250818T185121 --volume /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T18:57:58.3478552Z [00:00:02.542]➜    #Setup ENV
2025-08-20T18:57:58.3479347Z [00:00:02.542]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T18:57:58.3480180Z [00:00:02.542]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T18:57:58.3480941Z [00:00:02.542]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T18:57:58.3482049Z [00:00:02.542]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T18:57:58.3483104Z [00:00:02.542]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T18:57:58.3483712Z [00:00:02.542]➜         export RUST_TARGET
2025-08-20T18:57:58.3484207Z [00:00:02.542]➜       else
2025-08-20T18:57:58.3484661Z [00:00:02.542]➜         rustc -Vv ; exit 1
2025-08-20T18:57:58.3485131Z [00:00:02.542]➜       fi
2025-08-20T18:57:58.3485527Z [00:00:02.542]➜     else
2025-08-20T18:57:58.3486098Z [00:00:02.542]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T18:57:58.3486948Z [00:00:02.542]➜       rustup target add "${RUST_TARGET}"
2025-08-20T18:57:58.3487551Z [00:00:02.542]➜     fi
2025-08-20T18:57:58.3487960Z [00:00:02.542]➜     RUST_FLAGS=()
2025-08-20T18:57:58.3488524Z [00:00:02.542]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T18:57:58.3489227Z [00:00:02.542]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T18:57:58.3489959Z [00:00:02.542]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T18:57:58.3490661Z [00:00:02.542]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T18:57:58.3491189Z [00:00:02.542]➜     fi
2025-08-20T18:57:58.3491938Z [00:00:02.542]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T18:57:58.3492567Z [00:00:02.542]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T18:57:58.3493138Z [00:00:02.542]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T18:57:58.3493694Z [00:00:02.542]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T18:57:58.3494273Z [00:00:02.542]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T18:57:58.3494848Z [00:00:02.542]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T18:57:58.3495429Z [00:00:02.542]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T18:57:58.3496079Z [00:00:02.542]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T18:57:58.3496955Z [00:00:02.542]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T18:57:58.3497600Z [00:00:02.542]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T18:57:58.3498233Z [00:00:02.542]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T18:57:58.3498877Z [00:00:02.542]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T18:57:58.3499547Z [00:00:02.542]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T18:57:58.3500067Z [00:00:02.542]➜    #Build
2025-08-20T18:57:58.3501095Z [00:00:02.542]➜     git clone --filter "blob:none" --quiet "https://codeberg.org/koutheir/binary-security-check" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T18:57:58.3502136Z [00:00:02.542]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T18:57:58.3502729Z [00:00:02.542]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T18:57:58.3503828Z [00:00:02.542]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T18:57:58.3504865Z [00:00:02.542]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T18:57:58.3505796Z [00:00:02.542]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T18:57:58.3507433Z [00:00:02.542]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T18:57:58.3508341Z [00:00:02.542]➜    #Copy 
2025-08-20T18:57:58.3510034Z [00:00:02.542]➜     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-20T18:57:58.3512271Z [00:00:02.542]➜     ( 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-20T18:57:58.3513362Z [00:00:02.542]➜    #Strip 
2025-08-20T18:57:58.3514272Z [00:00:02.542]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T18:57:58.3515535Z [00:00:02.542]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T18:57:58.3516941Z [00:00:02.542]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T18:57:58.3518069Z [00:00:02.542]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T18:57:58.3519117Z [00:00:02.542]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T18:57:58.3519915Z [00:00:02.542]➜     popd &>/dev/null
2025-08-20T18:57:58.3520362Z [00:00:02.542]➜    '
2025-08-20T18:57:58.6097319Z [00:00:02.804]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T18:57:58.6617339Z [00:00:02.856]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T18:57:58.6617936Z [00:00:02.856]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T18:57:58.6618327Z [00:00:02.856]➜  bffca73cb30c: Pulling fs layer
2025-08-20T18:57:58.6618657Z [00:00:02.856]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T18:57:58.6618975Z [00:00:02.856]➜  eb4a15147d73: Pulling fs layer
2025-08-20T18:57:58.6619543Z [00:00:02.856]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T18:57:58.6619886Z [00:00:02.856]➜  73d19b2d2e73: Waiting
2025-08-20T18:57:58.6620178Z [00:00:02.857]➜  eb4a15147d73: Waiting
2025-08-20T18:57:58.6620469Z [00:00:02.857]➜  1eff1cf6af24: Waiting
2025-08-20T18:57:58.7394310Z [00:00:02.934]➜  bffca73cb30c: Verifying Checksum
2025-08-20T18:57:58.7394954Z [00:00:02.934]➜  bffca73cb30c: Download complete
2025-08-20T18:57:58.7667155Z [00:00:02.961]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T18:57:58.7667792Z [00:00:02.961]➜  d62bb7eb03b5: Download complete
2025-08-20T18:57:58.7718861Z [00:00:02.967]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T18:57:58.7719457Z [00:00:02.967]➜  74f0d3ee81d8: Download complete
2025-08-20T18:57:58.8472198Z [00:00:03.042]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T18:57:58.8472864Z [00:00:03.042]➜  1eff1cf6af24: Download complete
2025-08-20T18:57:58.8877122Z [00:00:03.082]➜  d62bb7eb03b5: Pull complete
2025-08-20T18:57:59.0860084Z [00:00:03.281]➜  eb4a15147d73: Verifying Checksum
2025-08-20T18:57:59.0861604Z [00:00:03.281]➜  eb4a15147d73: Download complete
2025-08-20T18:58:00.4195289Z [00:00:04.614]➜  74f0d3ee81d8: Pull complete
2025-08-20T18:58:01.3202105Z [00:00:05.515]➜  bffca73cb30c: Pull complete
2025-08-20T18:58:06.2409514Z [00:00:10.435]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T18:58:06.2410187Z [00:00:10.435]➜  73d19b2d2e73: Download complete
2025-08-20T18:59:19.6793411Z [00:01:23.874]➜  73d19b2d2e73: Pull complete
2025-08-20T18:59:24.8342511Z [00:01:29.029]➜  eb4a15147d73: Pull complete
2025-08-20T18:59:24.8503889Z [00:01:29.045]➜  1eff1cf6af24: Pull complete
2025-08-20T18:59:24.8550165Z [00:01:29.050]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T18:59:24.8563392Z [00:01:29.051]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T18:59:25.0602647Z [00:01:29.255]➜  + mkdir -p /build-bins
2025-08-20T18:59:25.0619679Z [00:01:29.257]➜  ++ mktemp -d
2025-08-20T18:59:25.0636482Z [00:01:29.258]➜  + pushd /tmp/tmp.xAK0U6wuuK
2025-08-20T18:59:25.0637949Z [00:01:29.259]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T18:59:25.0638544Z [00:01:29.259]➜  + source /root/.cargo/env
2025-08-20T18:59:25.0640043Z [00:01:29.259]➜  ++ case ":${PATH}:" in
2025-08-20T18:59:25.0644510Z [00:01:29.259]➜  ++ uname -m
2025-08-20T18:59:25.0648074Z [00:01:29.260]➜  ++ tr -d '[:space:]'
2025-08-20T18:59:25.0664107Z [00:01:29.261]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T18:59:25.0666676Z [00:01:29.261]➜  ++ uname -m
2025-08-20T18:59:25.0682857Z [00:01:29.263]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T18:59:25.0683568Z [00:01:29.263]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T18:59:25.0684239Z [00:01:29.263]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T18:59:25.2969512Z [00:01:29.492]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T18:59:25.2995687Z [00:01:29.494]➜  + RUST_FLAGS=()
2025-08-20T18:59:25.2997796Z [00:01:29.494]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T18:59:25.2998573Z [00:01:29.494]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T18:59:25.3002614Z [00:01:29.495]➜  + echo x86_64-unknown-linux-musl
2025-08-20T18:59:25.3003192Z [00:01:29.495]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T18:59:25.3012500Z [00:01:29.496]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T18:59:25.3013253Z [00:01:29.496]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T18:59:25.3013911Z [00:01:29.496]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T18:59:25.3014460Z [00:01:29.496]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T18:59:25.3014962Z [00:01:29.496]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T18:59:25.3015537Z [00:01:29.496]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T18:59:25.3016099Z [00:01:29.496]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T18:59:25.3016660Z [00:01:29.496]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T18:59:25.3017555Z [00:01:29.496]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T18:59:25.3018778Z [00:01:29.497]➜  ++ which mold
2025-08-20T18:59:25.3050888Z [00:01:29.500]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T18:59:25.3051597Z [00:01:29.500]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T18:59:25.3052247Z [00:01:29.500]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T18:59:25.3052920Z [00:01:29.500]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T18:59:25.3057347Z [00:01:29.500]➜  + 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-20T18:59:25.3059786Z [00:01:29.500]➜  + 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-20T18:59:25.3061526Z [00:01:29.500]➜  + git clone --filter blob:none --quiet https://codeberg.org/koutheir/binary-security-check ./TEMPREPO
2025-08-20T18:59:26.5313022Z [00:01:30.726]➜  + cd ./TEMPREPO/
2025-08-20T18:59:26.5313518Z [00:01:30.726]➜  
2025-08-20T18:59:26.5313988Z [00:01:30.726]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T18:59:26.5314661Z [00:01:30.726]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T18:59:26.5316542Z [00:01:30.726]➜  + 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-20T18:59:26.5319110Z [00:01:30.726]➜  [+] 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-20T18:59:26.5320274Z [00:01:30.726]➜  
2025-08-20T18:59:26.5320584Z [00:01:30.726]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T18:59:26.5323713Z [00:01:30.727]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T18:59:26.5324415Z [00:01:30.727]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T18:59:26.5341707Z [00:01:30.729]➜  removed './.cargo/config.toml'
2025-08-20T18:59:26.5342084Z [00:01:30.729]➜  removed directory './.cargo'
2025-08-20T18:59:26.5348224Z [00:01:30.730]➜  ++ nproc
2025-08-20T18:59:26.5364522Z [00:01:30.731]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T18:59:27.0411435Z [00:01:31.236]➜      Updating crates.io index
2025-08-20T18:59:27.5689665Z [00:01:31.764]➜   Downloading crates ...
2025-08-20T18:59:27.7129763Z [00:01:31.908]➜    Downloaded anstyle-query v1.1.3
2025-08-20T18:59:27.7246061Z [00:01:31.919]➜    Downloaded clap v4.5.42
2025-08-20T18:59:27.7394392Z [00:01:31.934]➜    Downloaded utf8parse v0.2.2
2025-08-20T18:59:27.7410294Z [00:01:31.936]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T18:59:27.7432563Z [00:01:31.938]➜    Downloaded heck v0.5.0
2025-08-20T18:59:27.7464514Z [00:01:31.941]➜    Downloaded termcolor v1.4.1
2025-08-20T18:59:27.7493664Z [00:01:31.944]➜    Downloaded unicode-ident v1.0.18
2025-08-20T18:59:27.7540328Z [00:01:31.949]➜    Downloaded num-traits v0.2.19
2025-08-20T18:59:27.7578916Z [00:01:31.953]➜    Downloaded memchr v2.7.5
2025-08-20T18:59:27.7661217Z [00:01:31.961]➜    Downloaded aho-corasick v1.1.3
2025-08-20T18:59:27.7732779Z [00:01:31.968]➜    Downloaded rayon-core v1.12.1
2025-08-20T18:59:27.7786039Z [00:01:31.973]➜    Downloaded clap_builder v4.5.42
2025-08-20T18:59:27.7870825Z [00:01:31.982]➜    Downloaded nom v8.0.0
2025-08-20T18:59:27.7944063Z [00:01:31.989]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T18:59:27.7978994Z [00:01:31.993]➜    Downloaded rayon v1.10.0
2025-08-20T18:59:27.8104842Z [00:01:32.005]➜    Downloaded flexi_logger v0.31.2
2025-08-20T18:59:27.8238192Z [00:01:32.019]➜    Downloaded goblin v0.10.0
2025-08-20T18:59:27.8320715Z [00:01:32.027]➜    Downloaded chrono v0.4.41
2025-08-20T18:59:27.8405822Z [00:01:32.035]➜    Downloaded dynamic-loader-cache v0.2.3
2025-08-20T18:59:27.8457272Z [00:01:32.040]➜    Downloaded nu-ansi-term v0.50.1
2025-08-20T18:59:27.8492027Z [00:01:32.044]➜    Downloaded syn v2.0.104
2025-08-20T18:59:27.8627129Z [00:01:32.057]➜    Downloaded memmap2 v0.9.7
2025-08-20T18:59:27.8651186Z [00:01:32.060]➜    Downloaded regex-syntax v0.8.5
2025-08-20T18:59:27.8733091Z [00:01:32.068]➜    Downloaded regex v1.11.1
2025-08-20T18:59:27.8913026Z [00:01:32.086]➜    Downloaded log v0.4.27
2025-08-20T18:59:27.8943851Z [00:01:32.089]➜    Downloaded iana-time-zone v0.1.63
2025-08-20T18:59:27.8982684Z [00:01:32.093]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T18:59:27.9025460Z [00:01:32.097]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T18:59:27.9045212Z [00:01:32.099]➜    Downloaded thiserror v2.0.12
2025-08-20T18:59:27.9135255Z [00:01:32.108]➜    Downloaded static_assertions v1.1.0
2025-08-20T18:59:27.9158722Z [00:01:32.111]➜    Downloaded quote v1.0.40
2025-08-20T18:59:27.9194723Z [00:01:32.114]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T18:59:27.9230422Z [00:01:32.118]➜    Downloaded plain v0.2.3
2025-08-20T18:59:27.9245436Z [00:01:32.119]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T18:59:27.9266199Z [00:01:32.121]➜    Downloaded bitflags v2.9.1
2025-08-20T18:59:27.9325403Z [00:01:32.127]➜    Downloaded strsim v0.11.1
2025-08-20T18:59:27.9344709Z [00:01:32.129]➜    Downloaded scroll_derive v0.13.0
2025-08-20T18:59:27.9356336Z [00:01:32.130]➜    Downloaded scroll v0.13.0
2025-08-20T18:59:27.9375414Z [00:01:32.132]➜    Downloaded either v1.15.0
2025-08-20T18:59:27.9396221Z [00:01:32.134]➜    Downloaded colorchoice v1.0.4
2025-08-20T18:59:27.9410580Z [00:01:32.136]➜    Downloaded regex-automata v0.4.9
2025-08-20T18:59:27.9597164Z [00:01:32.154]➜    Downloaded clap_lex v0.7.5
2025-08-20T18:59:27.9613334Z [00:01:32.156]➜    Downloaded clap_derive v4.5.41
2025-08-20T18:59:27.9644534Z [00:01:32.159]➜    Downloaded autocfg v1.5.0
2025-08-20T18:59:27.9670710Z [00:01:32.162]➜    Downloaded arrayvec v0.7.6
2025-08-20T18:59:27.9698479Z [00:01:32.165]➜    Downloaded libc v0.2.174
2025-08-20T18:59:28.0029621Z [00:01:32.198]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T18:59:28.0052747Z [00:01:32.200]➜    Downloaded anstyle v1.0.11
2025-08-20T18:59:28.0073243Z [00:01:32.202]➜    Downloaded anstream v0.6.19
2025-08-20T18:59:28.0461993Z [00:01:32.241]➜     Compiling proc-macro2 v1.0.95
2025-08-20T18:59:28.0462700Z [00:01:32.241]➜     Compiling unicode-ident v1.0.18
2025-08-20T18:59:28.0463264Z [00:01:32.241]➜     Compiling memchr v2.7.5
2025-08-20T18:59:28.0463827Z [00:01:32.241]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T18:59:28.0464388Z [00:01:32.241]➜     Compiling autocfg v1.5.0
2025-08-20T18:59:28.0472935Z [00:01:32.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:28.0479155Z [00:01:32.242]➜       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.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:28.0489804Z [00:01:32.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=145bc3db5d0bd3c6 -C extra-filename=-f2862d2f4f02bb92 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:28.0514426Z [00:01:32.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=4b9ea8a5c3568ae7 -C extra-filename=-9e4fce232d40b3fa --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:28.0524089Z [00:01:32.243]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:28.3824537Z [00:01:32.577]➜     Compiling utf8parse v0.2.2
2025-08-20T18:59:28.3833073Z [00:01:32.577]➜       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.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:28.5061860Z [00:01:32.701]➜     Compiling libc v0.2.174
2025-08-20T18:59:28.5077124Z [00:01:32.702]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="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=a215f7296a944c65 -C extra-filename=-36e21ec43fe2a66a --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:28.8662120Z [00:01:33.061]➜     Compiling num-traits v0.2.19
2025-08-20T18:59:28.8672445Z [00:01:33.061]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6c3222a724109e61 -C extra-filename=-c8798c816e246a0d --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T18:59:28.8819266Z [00:01:33.076]➜       Running `/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-20T18:59:28.8893424Z [00:01:33.084]➜       Running `/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T18:59:28.8934182Z [00:01:33.087]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=b69b389786cc749b -C extra-filename=-fdfd9e62563524fe --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T18:59:29.0470833Z [00:01:33.242]➜     Compiling thiserror v2.0.12
2025-08-20T18:59:29.0479085Z [00:01:33.242]➜       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.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:29.0668611Z [00:01:33.260]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.xAK0U6wuuK/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-20T18:59:29.1410601Z [00:01:33.336]➜       Running `/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build-script-build`
2025-08-20T18:59:29.3400150Z [00:01:33.535]➜     Compiling aho-corasick v1.1.3
2025-08-20T18:59:29.3427034Z [00:01:33.537]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=6e37c2af8cf34c9c -C extra-filename=-de5e72fe52dd243f --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T18:59:29.5515761Z [00:01:33.746]➜       Running `/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T18:59:29.7823920Z [00:01:33.977]➜       Running `/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build`
2025-08-20T18:59:29.8197763Z [00:01:34.014]➜     Compiling anstyle-parse v0.2.7
2025-08-20T18:59:29.8228101Z [00:01:34.015]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=54d932176d6126bf -C extra-filename=-b3d711e09c87a58c --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.xAK0U6wuuK/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-20T18:59:30.1467472Z [00:01:34.341]➜     Compiling quote v1.0.40
2025-08-20T18:59:30.1499579Z [00:01:34.344]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-20T18:59:30.3287837Z [00:01:34.523]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T18:59:30.3300053Z [00:01:34.524]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=fa158125938c4fe8 -C extra-filename=-a035f5c67ef4c95b --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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-20T18:59:30.5623157Z [00:01:34.757]➜     Compiling syn v2.0.104
2025-08-20T18:59:30.5641870Z [00:01:34.758]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=f8d2245392bf756b -C extra-filename=-13c28a5597645985 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T18:59:30.6880257Z [00:01:34.882]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T18:59:30.6902799Z [00:01:34.883]➜       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.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:30.7706296Z [00:01:34.965]➜     Compiling anstyle v1.0.11
2025-08-20T18:59:30.7731145Z [00:01:34.966]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d26913a7535970b9 -C extra-filename=-edf009e9ea133027 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:30.8429798Z [00:01:35.038]➜     Compiling colorchoice v1.0.4
2025-08-20T18:59:30.8484595Z [00:01:35.041]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4927471e64498d -C extra-filename=-554e86939bdb2b39 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:31.0039424Z [00:01:35.198]➜     Compiling regex-syntax v0.8.5
2025-08-20T18:59:31.0055063Z [00:01:35.199]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c73d2ac40ef9ad8f -C extra-filename=-a6e8118dff480c24 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:31.2649677Z [00:01:35.459]➜     Compiling rayon-core v1.12.1
2025-08-20T18:59:31.2654950Z [00:01:35.460]➜       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/rayon-core-1.12.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=714798b13ef9ae85 -C extra-filename=-c0d3c10e6584e514 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514 -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:31.3893440Z [00:01:35.584]➜     Compiling anstyle-query v1.1.3
2025-08-20T18:59:31.3915169Z [00:01:35.584]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2122b83cb5759df -C extra-filename=-fb2e9ad978fcacd4 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:31.5509427Z [00:01:35.746]➜     Compiling anstream v0.6.19
2025-08-20T18:59:31.5562017Z [00:01:35.747]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=205aae9774750989 -C extra-filename=-63686468d78d1ab7 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta --extern colorchoice=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.xAK0U6wuuK/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-20T18:59:31.5694765Z [00:01:35.764]➜       Running `/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build-script-build`
2025-08-20T18:59:31.5747311Z [00:01:35.769]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T18:59:31.5764486Z [00:01:35.770]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8b63f332737c1168 -C extra-filename=-0d1f152e6612a44b --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta --extern crossbeam_utils=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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-20T18:59:31.9278807Z [00:01:36.121]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="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=2e1c1e19902588df -C extra-filename=-b014929a11091e7c --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T18:59:32.3821550Z [00:01:36.576]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=56f783627aa0ea09 -C extra-filename=-13020d694858ee05 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T18:59:34.4093384Z [00:01:38.604]➜     Compiling log v0.4.27
2025-08-20T18:59:34.4124821Z [00:01:38.606]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=e644b7c2f16baf1f -C extra-filename=-29e5a38bab2fe1ed --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:34.7492956Z [00:01:38.944]➜     Compiling iana-time-zone v0.1.63
2025-08-20T18:59:34.7543126Z [00:01:38.948]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=fe1030a0a14cc043 -C extra-filename=-2f6b35ad6a9a94fb --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:35.0021040Z [00:01:39.197]➜     Compiling heck v0.5.0
2025-08-20T18:59:35.0042929Z [00:01:39.197]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T18:59:35.3793899Z [00:01:39.574]➜     Compiling strsim v0.11.1
2025-08-20T18:59:35.3805757Z [00:01:39.574]➜       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.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:35.4922939Z [00:01:39.687]➜     Compiling clap_lex v0.7.5
2025-08-20T18:59:35.4953305Z [00:01:39.688]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8890295daedb63ad -C extra-filename=-ebdd39593b7935e8 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:36.1598853Z [00:01:40.354]➜     Compiling regex-automata v0.4.9
2025-08-20T18:59:36.1626369Z [00:01:40.356]➜       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"' --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=e09b66a9876dd610 -C extra-filename=-8e36e4fb4e301fc5 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_syntax=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T18:59:36.2059100Z [00:01:40.400]➜     Compiling clap_builder v4.5.42
2025-08-20T18:59:36.2098980Z [00:01:40.402]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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=483d9e9c393cf907 -C extra-filename=-e10e9d038bad3354 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta --extern anstyle=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.xAK0U6wuuK/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-20T18:59:37.0708004Z [00:01:41.265]➜     Compiling chrono v0.4.41
2025-08-20T18:59:37.0722229Z [00:01:41.266]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=65c72fab64ba0b82 -C extra-filename=-bc738cd4b9f140f3 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta --extern num_traits=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T18:59:40.5407482Z [00:01:44.735]➜     Compiling thiserror-impl v2.0.12
2025-08-20T18:59:40.5418984Z [00:01:44.736]➜       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=aa12a3d5b4979d25 -C extra-filename=-8a74c2ae79c138c3 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib --extern proc_macro --cap-lints allow`
2025-08-20T18:59:42.5225569Z [00:01:46.717]➜     Compiling scroll_derive v0.13.0
2025-08-20T18:59:42.5236659Z [00:01:46.717]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scroll_derive --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.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=59d185c09759bfb5 -C extra-filename=-f5142ea8cb37562e --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib --extern proc_macro --cap-lints allow`
2025-08-20T18:59:42.9488698Z [00:01:47.143]➜     Compiling regex v1.11.1
2025-08-20T18:59:42.9507885Z [00:01:47.144]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=e36e9861c041c68b -C extra-filename=-31efd2602b20a4f9 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_automata=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta --extern regex_syntax=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T18:59:44.0911694Z [00:01:48.285]➜       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=db647258905ebbe0 -C extra-filename=-96d1f54e0c6e60a0 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libthiserror_impl-8a74c2ae79c138c3.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-20T18:59:44.1812754Z [00:01:48.376]➜     Compiling clap_derive v4.5.41
2025-08-20T18:59:44.1844519Z [00:01:48.377]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=18c6b3823859b93a -C extra-filename=-8c298ea42aa593fd --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib --extern proc_macro --cap-lints allow`
2025-08-20T18:59:44.2447097Z [00:01:48.439]➜     Compiling scroll v0.13.0
2025-08-20T18:59:44.2459836Z [00:01:48.440]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scroll --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=4363340f9329b624 -C extra-filename=-397f94a4d4274601 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern scroll_derive=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libscroll_derive-f5142ea8cb37562e.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-20T18:59:44.7192786Z [00:01:48.914]➜     Compiling memmap2 v0.9.7
2025-08-20T18:59:44.7204006Z [00:01:48.914]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memmap2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=7fa8fc808bde4515 -C extra-filename=-ed4102ca08dcf735 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.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-20T18:59:44.8869569Z [00:01:49.079]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rayon_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.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("web_spin_lock"))' -C metadata=99d553cd1252b06e -C extra-filename=-957d434ae7e49da9 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta --extern crossbeam_utils=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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-20T18:59:45.1672679Z [00:01:49.362]➜     Compiling nom v8.0.0
2025-08-20T18:59:45.1683370Z [00:01:49.362]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=234e31788c57f172 -C extra-filename=-f820bc8b4a6b9e3c --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T18:59:47.2299536Z [00:01:51.425]➜     Compiling static_assertions v1.1.0
2025-08-20T18:59:47.2309462Z [00:01:51.425]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name static_assertions --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f4e612983553063 -C extra-filename=-6c90c86964e12489 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:47.3330980Z [00:01:51.528]➜     Compiling nu-ansi-term v0.50.1
2025-08-20T18:59:47.3377690Z [00:01:51.531]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=7e5ed13e22ae92fb -C extra-filename=-9035c773913e8a79 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:48.1605397Z [00:01:52.355]➜     Compiling arrayvec v0.7.6
2025-08-20T18:59:48.1620164Z [00:01:52.356]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=ba477a09c1e0a020 -C extra-filename=-f96ac1e1d2428221 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:48.5431835Z [00:01:52.738]➜     Compiling either v1.15.0
2025-08-20T18:59:48.5449788Z [00:01:52.739]➜       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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=aa0d7ce5be831243 -C extra-filename=-ca8c527b5d187009 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:48.9292964Z [00:01:53.124]➜     Compiling plain v0.2.3
2025-08-20T18:59:48.9304666Z [00:01:53.124]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name plain --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ca822261627966b -C extra-filename=-599a7f6cbce0b9ea --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:49.0797487Z [00:01:53.274]➜     Compiling goblin v0.10.0
2025-08-20T18:59:49.0839645Z [00:01:53.277]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name goblin --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=ae2567267649f7e1 -C extra-filename=-3d201312b7c6e875 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern log=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern plain=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libplain-599a7f6cbce0b9ea.rmeta --extern scroll=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscroll-397f94a4d4274601.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-20T18:59:49.6463217Z [00:01:53.841]➜     Compiling rayon v1.10.0
2025-08-20T18:59:49.6503325Z [00:01:53.844]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rayon --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4c40baf4eeb316e0 -C extra-filename=-2b4e752cfb95501a --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern either=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rmeta --extern rayon_core=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.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-20T18:59:49.8612601Z [00:01:54.056]➜     Compiling clap v4.5.42
2025-08-20T18:59:49.8650728Z [00:01:54.057]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --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=31541d7ce79f4e54 -C extra-filename=-7a3ddc3b05208642 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rmeta --extern clap_derive=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T18:59:49.9789787Z [00:01:54.173]➜     Compiling flexi_logger v0.31.2
2025-08-20T18:59:49.9806481Z [00:01:54.174]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flexi_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flexi_logger-0.31.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="colors"' --cfg 'feature="default"' --cfg 'feature="textfilter"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "buffer_writer", "colors", "compress", "default", "dont_minimize_extra_stacks", "json", "kv", "specfile", "specfile_without_notification", "syslog_writer", "textfilter", "trc"))' -C metadata=74ff5f36da91f5ba -C extra-filename=-2cfa5450a60b32d4 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern chrono=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta --extern log=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern nu_ansi_term=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta --extern regex=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta --extern thiserror=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.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-20T18:59:52.0293371Z [00:01:56.224]➜     Compiling bitflags v2.9.1
2025-08-20T18:59:52.0313876Z [00:01:56.225]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=9aa56a0790fcf1a7 -C extra-filename=-a929d9e35b4504b7 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:52.6476479Z [00:01:56.842]➜     Compiling termcolor v1.4.1
2025-08-20T18:59:52.6513363Z [00:01:56.845]➜       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.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/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-20T18:59:53.6438012Z [00:01:57.838]➜     Compiling dynamic-loader-cache v0.2.3
2025-08-20T18:59:53.6456486Z [00:01:57.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dynamic_loader_cache --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dynamic-loader-cache-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c03d3e7897dadef8 -C extra-filename=-24c9090621ed52f4 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta --extern memmap2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta --extern nom=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f820bc8b4a6b9e3c.rmeta --extern static_assertions=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta --extern thiserror=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.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-20T18:59:59.6969663Z [00:02:03.892]➜     Compiling binary-security-check v2.0.1 (/tmp/tmp.xAK0U6wuuK/TEMPREPO)
2025-08-20T18:59:59.6981325Z [00:02:03.892]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name binary_security_check --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13dcab2f731e4d5d -C extra-filename=-86f100cc0df72891 --out-dir /tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a929d9e35b4504b7.rlib --extern clap=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-7a3ddc3b05208642.rlib --extern dynamic_loader_cache=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdynamic_loader_cache-24c9090621ed52f4.rlib --extern flexi_logger=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflexi_logger-2cfa5450a60b32d4.rlib --extern goblin=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgoblin-3d201312b7c6e875.rlib --extern log=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib --extern memmap2=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rlib --extern rayon=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-2b4e752cfb95501a.rlib --extern regex=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib --extern scroll=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscroll-397f94a4d4274601.rlib --extern termcolor=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rlib --extern thiserror=/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.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-20T19:00:27.2378905Z [00:02:31.433]➜      Finished `release` profile [optimized] target(s) in 1m 00s
2025-08-20T19:00:27.2663764Z [00:02:31.461]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T19:00:27.2682210Z [00:02:31.463]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T19:00:27.2682851Z [00:02:31.463]➜  ./target/x86_64-unknown-linux-musl/release/binary-security-check
2025-08-20T19:00:27.2683788Z [00:02:31.463]➜  ./target/x86_64-unknown-linux-musl/release/binary-security-check.d
2025-08-20T19:00:27.2688815Z [00:02:31.464]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:00:27.2692571Z [00:02:31.464]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:00:27.2694173Z [00:02:31.464]➜  + cut -d: -f1
2025-08-20T19:00:27.2694679Z [00:02:31.464]➜  + xargs realpath --no-symlinks
2025-08-20T19:00:27.2707512Z [00:02:31.465]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T19:00:27.3047416Z [00:02:31.499]➜  sending incremental file list
2025-08-20T19:00:27.3056091Z [00:02:31.500]➜  binary-security-check
2025-08-20T19:00:27.3504295Z [00:02:31.545]➜  
2025-08-20T19:00:27.3504849Z [00:02:31.545]➜  sent 2.70M bytes  received 35 bytes  5.40M bytes/sec
2025-08-20T19:00:27.3505489Z [00:02:31.545]➜  total size is 2.70M  speedup is 1.00
2025-08-20T19:00:27.4835597Z [00:02:31.678]➜  '/tmp/tmp.xAK0U6wuuK/TEMPREPO/LICENSE.txt' -> '/build-bins/LICENSE'
2025-08-20T19:00:27.5048777Z [00:02:31.700]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:00:27.5165125Z [00:02:31.711]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:00:27.5169624Z [00:02:31.712]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:00:27.5474340Z [00:02:31.742]➜  copy from `/build-bins/binary-security-check' [elf64-x86-64] to `/build-bins/stJhkEaF' [elf64-x86-64]
2025-08-20T19:00:27.6001123Z [00:02:31.795]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:00:27.6031313Z [00:02:31.798]➜  
2025-08-20T19:00:27.6048500Z [00:02:31.800]➜  /build-bins/binary-security-check
2025-08-20T19:00:27.6062879Z [00:02:31.801]➜  There are 32 section headers, starting at offset 0x2927c8:
2025-08-20T19:00:27.6063761Z [00:02:31.801]➜  
2025-08-20T19:00:27.6067113Z [00:02:31.801]➜  Section Headers:
2025-08-20T19:00:27.6068277Z [00:02:31.801]➜    [Nr] Name              Type             Address           Offset
2025-08-20T19:00:27.6069295Z [00:02:31.801]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T19:00:27.6069788Z [00:02:31.801]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T19:00:27.6070203Z [00:02:31.801]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T19:00:27.6070645Z [00:02:31.801]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T19:00:27.6071066Z [00:02:31.801]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T19:00:27.6071510Z [00:02:31.801]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T19:00:27.6071921Z [00:02:31.801]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T19:00:27.6072350Z [00:02:31.801]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T19:00:27.6072770Z [00:02:31.801]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T19:00:27.6073182Z [00:02:31.801]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T19:00:27.6073602Z [00:02:31.801]➜         000000000003dab8  0000000000000018   A       2     0     8
2025-08-20T19:00:27.6074036Z [00:02:31.801]➜    [ 5] .eh_frame         PROGBITS         000000000003dd68  0003dd68
2025-08-20T19:00:27.6074472Z [00:02:31.801]➜         000000000003d3ec  0000000000000000   A       0     0     8
2025-08-20T19:00:27.6074904Z [00:02:31.801]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000007b154  0007b154
2025-08-20T19:00:27.6075327Z [00:02:31.801]➜         0000000000008ecc  0000000000000000   A       0     0     4
2025-08-20T19:00:27.6075762Z [00:02:31.801]➜    [ 7] .gcc_except_table PROGBITS         0000000000084020  00084020
2025-08-20T19:00:27.6076210Z [00:02:31.801]➜         000000000000cb9c  0000000000000000   A       0     0     4
2025-08-20T19:00:27.6077153Z [00:02:31.801]➜    [ 8] .rodata           PROGBITS         0000000000090bc0  00090bc0
2025-08-20T19:00:27.6077625Z [00:02:31.801]➜         0000000000051610  0000000000000000   A       0     0     32
2025-08-20T19:00:27.6078071Z [00:02:31.801]➜    [ 9] .rodata.cst16     PROGBITS         00000000000e21d0  000e21d0
2025-08-20T19:00:27.6078518Z [00:02:31.801]➜         0000000000000b40  0000000000000010  AM       0     0     16
2025-08-20T19:00:27.6078964Z [00:02:31.801]➜    [10] .rodata.cst32     PROGBITS         00000000000e2d10  000e2d10
2025-08-20T19:00:27.6079402Z [00:02:31.801]➜         0000000000000620  0000000000000020  AM       0     0     16
2025-08-20T19:00:27.6079830Z [00:02:31.801]➜    [11] .rodata.cst4      PROGBITS         00000000000e3330  000e3330
2025-08-20T19:00:27.6080264Z [00:02:31.801]➜         00000000000029f8  0000000000000004  AM       0     0     4
2025-08-20T19:00:27.6080708Z [00:02:31.801]➜    [12] .rodata.cst8      PROGBITS         00000000000e5d28  000e5d28
2025-08-20T19:00:27.6081149Z [00:02:31.801]➜         0000000000000a68  0000000000000008  AM       0     0     8
2025-08-20T19:00:27.6081582Z [00:02:31.801]➜    [13] .rodata.str1.1    PROGBITS         00000000000e6790  000e6790
2025-08-20T19:00:27.6082012Z [00:02:31.801]➜         0000000000005e48  0000000000000001 AMS       0     0     1
2025-08-20T19:00:27.6082448Z [00:02:31.801]➜    [14] .rodata.str1.4    PROGBITS         00000000000ec5d8  000ec5d8
2025-08-20T19:00:27.6082875Z [00:02:31.801]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T19:00:27.6083310Z [00:02:31.801]➜    [15] .rodata.str1.8    PROGBITS         00000000000ecea0  000ecea0
2025-08-20T19:00:27.6083738Z [00:02:31.801]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-20T19:00:27.6084148Z [00:02:31.801]➜    [16] .fini             PROGBITS         00000000000ef9f8  000ee9f8
2025-08-20T19:00:27.6084694Z [00:02:31.801]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T19:00:27.6085127Z [00:02:31.801]➜    [17] .init             PROGBITS         00000000000ef9fb  000ee9fb
2025-08-20T19:00:27.6085537Z [00:02:31.801]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T19:00:27.6085948Z [00:02:31.801]➜    [18] .text             PROGBITS         00000000000efa00  000eea00
2025-08-20T19:00:27.6086360Z [00:02:31.801]➜         000000000017057f  0000000000000000  AX       0     0     16
2025-08-20T19:00:27.6087044Z [00:02:31.801]➜    [19] .tdata            PROGBITS         0000000000260f80  0025ef80
2025-08-20T19:00:27.6087479Z [00:02:31.801]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T19:00:27.6087917Z [00:02:31.801]➜    [20] .tbss             NOBITS           0000000000260fa8  0025efa8
2025-08-20T19:00:27.6088334Z [00:02:31.801]➜         0000000000000188  0000000000000000 WAT       0     0     8
2025-08-20T19:00:27.6088779Z [00:02:31.801]➜    [21] .data.rel.ro      PROGBITS         0000000000260fa8  0025efa8
2025-08-20T19:00:27.6089221Z [00:02:31.801]➜         0000000000032718  0000000000000000  WA       0     0     8
2025-08-20T19:00:27.6089642Z [00:02:31.801]➜    [22] .dynamic          DYNAMIC          00000000002936c0  002916c0
2025-08-20T19:00:27.6090060Z [00:02:31.801]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T19:00:27.6090820Z [00:02:31.801]➜    [23] .fini_array       FINI_ARRAY       0000000000293840  00291840
2025-08-20T19:00:27.6091742Z [00:02:31.801]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:00:27.6092501Z [00:02:31.801]➜    [24] .got.plt          PROGBITS         0000000000293848  00291848
2025-08-20T19:00:27.6092928Z [00:02:31.801]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T19:00:27.6093357Z [00:02:31.801]➜    [25] .init_array       INIT_ARRAY       0000000000293860  00291860
2025-08-20T19:00:27.6093794Z [00:02:31.801]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T19:00:27.6094374Z [00:02:31.802]➜    [26] .got              PROGBITS         0000000000293868  00291868
2025-08-20T19:00:27.6094854Z [00:02:31.802]➜         0000000000000310  0000000000000000  WA       0     0     8
2025-08-20T19:00:27.6095651Z [00:02:31.802]➜    [27] .relro_padding    NOBITS           0000000000293b78  00291b78
2025-08-20T19:00:27.6096405Z [00:02:31.802]➜         0000000000000488  0000000000000000  WA       0     0     1
2025-08-20T19:00:27.6097037Z [00:02:31.802]➜    [28] .data             PROGBITS         0000000000294b80  00291b80
2025-08-20T19:00:27.6097474Z [00:02:31.802]➜         0000000000000b00  0000000000000000  WA       0     0     32
2025-08-20T19:00:27.6097900Z [00:02:31.802]➜    [29] .bss              NOBITS           0000000000295680  00292680
2025-08-20T19:00:27.6098318Z [00:02:31.802]➜         0000000000001b28  0000000000000000  WA       0     0     32
2025-08-20T19:00:27.6098755Z [00:02:31.802]➜    [30] .common           NOBITS           00000000002971c0  00292680
2025-08-20T19:00:27.6099184Z [00:02:31.802]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T19:00:27.6099603Z [00:02:31.802]➜    [31] .shstrtab         STRTAB           0000000000000000  00292680
2025-08-20T19:00:27.6100024Z [00:02:31.802]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T19:00:27.6100359Z [00:02:31.802]➜  Key to Flags:
2025-08-20T19:00:27.6100722Z [00:02:31.802]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T19:00:27.6101186Z [00:02:31.802]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T19:00:27.6101646Z [00:02:31.802]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T19:00:27.6102059Z [00:02:31.802]➜    D (mbind), l (large), p (processor specific)
2025-08-20T19:00:27.6102367Z [00:02:31.804]➜  
2025-08-20T19:00:27.6109588Z [00:02:31.806]➜  /build-bins/LICENSE
2025-08-20T19:00:27.6125931Z [00:02:31.807]➜  + file /build-bins/LICENSE /build-bins/binary-security-check
2025-08-20T19:00:27.6328153Z [00:02:31.828]➜  /build-bins/LICENSE:               ASCII text, with CRLF line terminators
2025-08-20T19:00:27.6364811Z [00:02:31.831]➜  /build-bins/binary-security-check: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T19:00:27.6375071Z [00:02:31.832]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/binary-security-check
2025-08-20T19:00:27.6395005Z [00:02:31.834]➜  /build-bins/LICENSE:         1101 Bytes
2025-08-20T19:00:27.6395791Z [00:02:31.834]➜  /build-bins/binary-security-check:         2699208 Bytes
2025-08-20T19:00:27.6398890Z [00:02:31.835]➜  + du /build-bins/LICENSE /build-bins/binary-security-check --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:00:27.6414481Z [00:02:31.836]➜  1.1K	2025-08-20 19:00:27.482393459 +0000	/build-bins/LICENSE
2025-08-20T19:00:27.6415200Z [00:02:31.836]➜  2.6M	2025-08-20 19:00:27.552393849 +0000	/build-bins/binary-security-check
2025-08-20T19:00:27.6417264Z [00:02:31.837]➜  + popd
2025-08-20T19:00:27.6817092Z [00:02:31.876]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:00:27.7039879Z [00:02:31.899]➜  + '[' -s /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:00:27.7040958Z [00:02:31.899]➜  + cp -fv /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:00:27.7075162Z [00:02:31.902]➜  '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:00:27.7081063Z [00:02:31.903]➜  + find /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:00:27.7084642Z [00:02:31.903]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:00:27.7088950Z [00:02:31.904]➜  + cut -d: -f1
2025-08-20T19:00:27.7089944Z [00:02:31.904]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:00:27.7095805Z [00:02:31.904]➜  + xargs realpath --no-symlinks
2025-08-20T19:00:28.1120586Z [00:02:32.307]➜  sending incremental file list
2025-08-20T19:00:28.1129030Z [00:02:32.308]➜  binary-security-check
2025-08-20T19:00:28.1569988Z [00:02:32.352]➜  
2025-08-20T19:00:28.1570528Z [00:02:32.352]➜  sent 2.70M bytes  received 35 bytes  5.40M bytes/sec
2025-08-20T19:00:28.1571029Z [00:02:32.352]➜  total size is 2.70M  speedup is 1.00
2025-08-20T19:00:28.1582536Z [00:02:32.353]➜  
2025-08-20T19:00:28.6185956Z [00:02:32.813]➜  
2025-08-20T19:00:28.6296014Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T19:00:28.6298870Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T19:00:28.6301700Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T19:00:28.6304055Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/tools/x86_64-unknown-freebsd-clang.sh' from root:root to runner:runner
2025-08-20T19:00:28.6306331Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T19:00:28.6308943Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/errors.rs' from root:root to runner:runner
2025-08-20T19:00:28.6311155Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/archive.rs' from root:root to runner:runner
2025-08-20T19:00:28.6313315Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T19:00:28.6315448Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/utils.rs' from root:root to runner:runner
2025-08-20T19:00:28.6317831Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf.rs' from root:root to runner:runner
2025-08-20T19:00:28.6320014Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/cmdline.rs' from root:root to runner:runner
2025-08-20T19:00:28.6322163Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/ui.rs' from root:root to runner:runner
2025-08-20T19:00:28.6324416Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/command-line-after-help.txt' from root:root to runner:runner
2025-08-20T19:00:28.6326649Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/pe.rs' from root:root to runner:runner
2025-08-20T19:00:28.6329047Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf/checked_functions.rs' from root:root to runner:runner
2025-08-20T19:00:28.6331368Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf/gnu_properties.rs' from root:root to runner:runner
2025-08-20T19:00:28.6333866Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf/needed_libc.rs' from root:root to runner:runner
2025-08-20T19:00:28.6336000Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf' from root:root to runner:runner
2025-08-20T19:00:28.6338290Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/options.rs' from root:root to runner:runner
2025-08-20T19:00:28.6340494Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/options/status.rs' from root:root to runner:runner
2025-08-20T19:00:28.6342691Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/options' from root:root to runner:runner
2025-08-20T19:00:28.6344853Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/parser.rs' from root:root to runner:runner
2025-08-20T19:00:28.6347099Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src' from root:root to runner:runner
2025-08-20T19:00:28.6349209Z [00:02:32.824]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/LICENSE.txt' from root:root to runner:runner
2025-08-20T19:00:28.6351492Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T19:00:28.6353901Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.github/workflows/rust.yml' from root:root to runner:runner
2025-08-20T19:00:28.6356186Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T19:00:28.6358503Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T19:00:28.6360745Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T19:00:28.6363133Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T19:00:28.6365553Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T19:00:28.6368121Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T19:00:28.6370451Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T19:00:28.6372852Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T19:00:28.6375244Z [00:02:32.825]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T19:00:28.6377932Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T19:00:28.6380284Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T19:00:28.6382628Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T19:00:28.6384945Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T19:00:28.6387452Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T19:00:28.6389876Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T19:00:28.6392298Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T19:00:28.6394556Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T19:00:28.6397131Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T19:00:28.6399454Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T19:00:28.6401763Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:00:28.6404135Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:00:28.6406426Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T19:00:28.6408893Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T19:00:28.6411040Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T19:00:28.6413152Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T19:00:28.6415316Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T19:00:28.6417730Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T19:00:28.6420236Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:00:28.6422611Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:00:28.6424840Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T19:00:28.6437232Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T19:00:28.6439448Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T19:00:28.6441563Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T19:00:28.6443715Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T19:00:28.6445890Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T19:00:28.6448201Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T19:00:28.6450955Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.rev' from root:root to runner:runner
2025-08-20T19:00:28.6453997Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.rev' from root:root to runner:runner
2025-08-20T19:00:28.6457221Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.promisor' from root:root to runner:runner
2025-08-20T19:00:28.6460326Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.promisor' from root:root to runner:runner
2025-08-20T19:00:28.6463308Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.pack' from root:root to runner:runner
2025-08-20T19:00:28.6466231Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.idx' from root:root to runner:runner
2025-08-20T19:00:28.6469368Z [00:02:32.826]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.idx' from root:root to runner:runner
2025-08-20T19:00:28.6472330Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.pack' from root:root to runner:runner
2025-08-20T19:00:28.6475054Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T19:00:28.6477530Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T19:00:28.6479728Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T19:00:28.6481887Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T19:00:28.6484026Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T19:00:28.6486141Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T19:00:28.6488391Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T19:00:28.6490555Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T19:00:28.6492836Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T19:00:28.6495388Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T19:00:28.6498010Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T19:00:28.6500686Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6503614Z [00:02:32.827]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-20T19:00:28.6505718Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-20T19:00:28.6507691Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T19:00:28.6509280Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6510878Z [00:02:32.827]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as runner:runner
2025-08-20T19:00:28.6512535Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' from root:root to runner:runner
2025-08-20T19:00:28.6514261Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T19:00:28.6515793Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6517728Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d.d' from root:root to runner:runner
2025-08-20T19:00:28.6519474Z [00:02:32.827]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d' retained as runner:runner
2025-08-20T19:00:28.6521030Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d' from root:root to runner:runner
2025-08-20T19:00:28.6522522Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-20T19:00:28.6524039Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-20T19:00:28.6525725Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-20T19:00:28.6527529Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6529123Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-20T19:00:28.6530638Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T19:00:28.6532231Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6533927Z [00:02:32.827]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as runner:runner
2025-08-20T19:00:28.6535674Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' from root:root to runner:runner
2025-08-20T19:00:28.6537499Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T19:00:28.6539234Z [00:02:32.827]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6540880Z [00:02:32.828]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514' retained as runner:runner
2025-08-20T19:00:28.6542578Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514.d' from root:root to runner:runner
2025-08-20T19:00:28.6544180Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514' from root:root to runner:runner
2025-08-20T19:00:28.6545738Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6547671Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' from root:root to runner:runner
2025-08-20T19:00:28.6549382Z [00:02:32.828]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as runner:runner
2025-08-20T19:00:28.6551108Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T19:00:28.6552481Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T19:00:28.6553856Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6555351Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T19:00:28.6557058Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-20T19:00:28.6558730Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6560257Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6561715Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T19:00:28.6563172Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-20T19:00:28.6564826Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6566335Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/scroll_derive-f5142ea8cb37562e.d' from root:root to runner:runner
2025-08-20T19:00:28.6568117Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libscroll_derive-f5142ea8cb37562e.so' from root:root to runner:runner
2025-08-20T19:00:28.6569651Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6571116Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/syn-13c28a5597645985.d' from root:root to runner:runner
2025-08-20T19:00:28.6572548Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6574024Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/thiserror_impl-8a74c2ae79c138c3.d' from root:root to runner:runner
2025-08-20T19:00:28.6575672Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6577491Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6579020Z [00:02:32.828]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libthiserror_impl-8a74c2ae79c138c3.so' from root:root to runner:runner
2025-08-20T19:00:28.6580553Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6582046Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T19:00:28.6583529Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6585223Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so' from root:root to runner:runner
2025-08-20T19:00:28.6586992Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/clap_derive-8c298ea42aa593fd.d' from root:root to runner:runner
2025-08-20T19:00:28.6588538Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6590191Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6591549Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T19:00:28.6592990Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T19:00:28.6594619Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6596236Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T19:00:28.6598068Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T19:00:28.6599611Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T19:00:28.6601378Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6603203Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6604938Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6606686Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6608629Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T19:00:28.6610257Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6611995Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6613665Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6615364Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6617341Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T19:00:28.6618924Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6620612Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T19:00:28.6622315Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T19:00:28.6624002Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T19:00:28.6625594Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T19:00:28.6627533Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6629200Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive' from root:root to runner:runner
2025-08-20T19:00:28.6630850Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T19:00:28.6632509Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T19:00:28.6634351Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd' from root:root to runner:runner
2025-08-20T19:00:28.6636175Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6638095Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6640043Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6641811Z [00:02:32.829]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6643469Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d' from root:root to runner:runner
2025-08-20T19:00:28.6645029Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6646605Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T19:00:28.6648418Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T19:00:28.6649981Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T19:00:28.6651804Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T19:00:28.6653997Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T19:00:28.6655691Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T19:00:28.6657610Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6659294Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T19:00:28.6660890Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-20T19:00:28.6662742Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6664586Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6666229Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T19:00:28.6668173Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6670021Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6671795Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6673574Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6675570Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T19:00:28.6677346Z [00:02:32.830]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/lib-scroll_derive.json' from root:root to runner:runner
2025-08-20T19:00:28.6679049Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/dep-lib-scroll_derive' from root:root to runner:runner
2025-08-20T19:00:28.6680733Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6682397Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/lib-scroll_derive' from root:root to runner:runner
2025-08-20T19:00:28.6683984Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e' from root:root to runner:runner
2025-08-20T19:00:28.6685529Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/dep-lib-syn' from root:root to runner:runner
2025-08-20T19:00:28.6687215Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6688895Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn' from root:root to runner:runner
2025-08-20T19:00:28.6690424Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn.json' from root:root to runner:runner
2025-08-20T19:00:28.6691920Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985' from root:root to runner:runner
2025-08-20T19:00:28.6693562Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6695360Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6697313Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6699058Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6700835Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514' from root:root to runner:runner
2025-08-20T19:00:28.6702726Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6704561Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.6706289Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6708474Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.6710143Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T19:00:28.6711768Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:00:28.6713482Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6715362Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:00:28.6717292Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T19:00:28.6718946Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3' from root:root to runner:runner
2025-08-20T19:00:28.6721540Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-20T19:00:28.6723899Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6725523Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-20T19:00:28.6727214Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-20T19:00:28.6728892Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-20T19:00:28.6730287Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T19:00:28.6731533Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T19:00:28.6732874Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T19:00:28.6734343Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T19:00:28.6735820Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T19:00:28.6737465Z [00:02:32.831]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/binary-security-check' from root:root to runner:runner
2025-08-20T19:00:28.6739045Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/binary-security-check.d' from root:root to runner:runner
2025-08-20T19:00:28.6740676Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/out' from root:root to runner:runner
2025-08-20T19:00:28.6742475Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/output' from root:root to runner:runner
2025-08-20T19:00:28.6744225Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/root-output' from root:root to runner:runner
2025-08-20T19:00:28.6745999Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6747977Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/stderr' from root:root to runner:runner
2025-08-20T19:00:28.6749673Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8' from root:root to runner:runner
2025-08-20T19:00:28.6751340Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/out' from root:root to runner:runner
2025-08-20T19:00:28.6753181Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/output' from root:root to runner:runner
2025-08-20T19:00:28.6754913Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/root-output' from root:root to runner:runner
2025-08-20T19:00:28.6756681Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6758632Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/stderr' from root:root to runner:runner
2025-08-20T19:00:28.6760305Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d' from root:root to runner:runner
2025-08-20T19:00:28.6761938Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/out' from root:root to runner:runner
2025-08-20T19:00:28.6763568Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' from root:root to runner:runner
2025-08-20T19:00:28.6765232Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' from root:root to runner:runner
2025-08-20T19:00:28.6767055Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6768881Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' from root:root to runner:runner
2025-08-20T19:00:28.6770486Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T19:00:28.6772143Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/out' from root:root to runner:runner
2025-08-20T19:00:28.6773881Z [00:02:32.832]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' from root:root to runner:runner
2025-08-20T19:00:28.6775645Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' from root:root to runner:runner
2025-08-20T19:00:28.6777559Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6779456Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' from root:root to runner:runner
2025-08-20T19:00:28.6781189Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T19:00:28.6782864Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/out' from root:root to runner:runner
2025-08-20T19:00:28.6784547Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' from root:root to runner:runner
2025-08-20T19:00:28.6786265Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' from root:root to runner:runner
2025-08-20T19:00:28.6788294Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.6790717Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' from root:root to runner:runner
2025-08-20T19:00:28.6792407Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T19:00:28.6794096Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T19:00:28.6795681Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' from root:root to runner:runner
2025-08-20T19:00:28.6797638Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6799376Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-e10e9d038bad3354.d' from root:root to runner:runner
2025-08-20T19:00:28.6801011Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-2b4e752cfb95501a.d' from root:root to runner:runner
2025-08-20T19:00:28.6802652Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T19:00:28.6804351Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6806223Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdynamic_loader_cache-24c9090621ed52f4.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6808063Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-31efd2602b20a4f9.d' from root:root to runner:runner
2025-08-20T19:00:28.6809673Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T19:00:28.6811340Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6813055Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscroll-397f94a4d4274601.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6814694Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-bc738cd4b9f140f3.d' from root:root to runner:runner
2025-08-20T19:00:28.6816319Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6818093Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6819877Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-4917630bb7378cbb.d' from root:root to runner:runner
2025-08-20T19:00:28.6821546Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6823275Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6825023Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6826918Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6828732Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libplain-599a7f6cbce0b9ea.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6830389Z [00:02:32.833]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' from root:root to runner:runner
2025-08-20T19:00:28.6832143Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-7a3ddc3b05208642.d' from root:root to runner:runner
2025-08-20T19:00:28.6833833Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflexi_logger-2cfa5450a60b32d4.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6835573Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6837483Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-13020d694858ee05.d' from root:root to runner:runner
2025-08-20T19:00:28.6839123Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-9035c773913e8a79.d' from root:root to runner:runner
2025-08-20T19:00:28.6840803Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6842491Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-96d1f54e0c6e60a0.d' from root:root to runner:runner
2025-08-20T19:00:28.6844150Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' from root:root to runner:runner
2025-08-20T19:00:28.6845956Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6847751Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-7a3ddc3b05208642.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6849385Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6851023Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T19:00:28.6852699Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/binary_security_check-86f100cc0df72891.d' from root:root to runner:runner
2025-08-20T19:00:28.6854397Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6856174Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T19:00:28.6858598Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6860350Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6862076Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6863763Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memmap2-ed4102ca08dcf735.d' from root:root to runner:runner
2025-08-20T19:00:28.6865435Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflexi_logger-2cfa5450a60b32d4.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6867356Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6869023Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' from root:root to runner:runner
2025-08-20T19:00:28.6870653Z [00:02:32.834]➜  ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/binary_security_check-86f100cc0df72891' retained as runner:runner
2025-08-20T19:00:28.6872419Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' from root:root to runner:runner
2025-08-20T19:00:28.6874040Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-8e36e4fb4e301fc5.d' from root:root to runner:runner
2025-08-20T19:00:28.6875744Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6877682Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a929d9e35b4504b7.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6879371Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6881087Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6882920Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-2b4e752cfb95501a.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6884589Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6886246Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' from root:root to runner:runner
2025-08-20T19:00:28.6888072Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6889754Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6891432Z [00:02:32.834]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' from root:root to runner:runner
2025-08-20T19:00:28.6893112Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6894818Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dynamic_loader_cache-24c9090621ed52f4.d' from root:root to runner:runner
2025-08-20T19:00:28.6896621Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f820bc8b4a6b9e3c.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6898397Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6900083Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6901802Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6903517Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6905168Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/plain-599a7f6cbce0b9ea.d' from root:root to runner:runner
2025-08-20T19:00:28.6907033Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgoblin-3d201312b7c6e875.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6908915Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6910599Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T19:00:28.6912253Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6913937Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6915627Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flexi_logger-2cfa5450a60b32d4.d' from root:root to runner:runner
2025-08-20T19:00:28.6917476Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-7a3ddc3b05208642.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6919154Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6920841Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6922663Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a929d9e35b4504b7.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6924369Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6926838Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' from root:root to runner:runner
2025-08-20T19:00:28.6928763Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-f820bc8b4a6b9e3c.d' from root:root to runner:runner
2025-08-20T19:00:28.6930667Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' from root:root to runner:runner
2025-08-20T19:00:28.6932351Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6934008Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T19:00:28.6935917Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6937759Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6939446Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6941105Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-a929d9e35b4504b7.d' from root:root to runner:runner
2025-08-20T19:00:28.6942755Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6944433Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6946145Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6948079Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6949940Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6951614Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6953288Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6955013Z [00:02:32.835]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6956927Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/static_assertions-6c90c86964e12489.d' from root:root to runner:runner
2025-08-20T19:00:28.6958663Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6960486Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6962227Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdynamic_loader_cache-24c9090621ed52f4.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6963969Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6965632Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-957d434ae7e49da9.d' from root:root to runner:runner
2025-08-20T19:00:28.6967393Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6969063Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T19:00:28.6970725Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6972428Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6974284Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6975959Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6977743Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6979456Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6981144Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6982810Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6984482Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgoblin-3d201312b7c6e875.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6986238Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/goblin-3d201312b7c6e875.d' from root:root to runner:runner
2025-08-20T19:00:28.6988162Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f820bc8b4a6b9e3c.rlib' from root:root to runner:runner
2025-08-20T19:00:28.6989784Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-ca8c527b5d187009.d' from root:root to runner:runner
2025-08-20T19:00:28.6991440Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T19:00:28.6993171Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6995590Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.6997459Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-b014929a11091e7c.d' from root:root to runner:runner
2025-08-20T19:00:28.6999145Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rlib' from root:root to runner:runner
2025-08-20T19:00:28.7000977Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-f96ac1e1d2428221.d' from root:root to runner:runner
2025-08-20T19:00:28.7002594Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scroll-397f94a4d4274601.d' from root:root to runner:runner
2025-08-20T19:00:28.7004231Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-2b4e752cfb95501a.rmeta' from root:root to runner:runner
2025-08-20T19:00:28.7005896Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libplain-599a7f6cbce0b9ea.rlib' from root:root to runner:runner
2025-08-20T19:00:28.7007755Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscroll-397f94a4d4274601.rlib' from root:root to runner:runner
2025-08-20T19:00:28.7009302Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T19:00:28.7011063Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.7013186Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.7015027Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8' from root:root to runner:runner
2025-08-20T19:00:28.7016853Z [00:02:32.836]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/dep-lib-rayon' from root:root to runner:runner
2025-08-20T19:00:28.7018646Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7020427Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/lib-rayon.json' from root:root to runner:runner
2025-08-20T19:00:28.7022167Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/lib-rayon' from root:root to runner:runner
2025-08-20T19:00:28.7023850Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a' from root:root to runner:runner
2025-08-20T19:00:28.7025568Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2' from root:root to runner:runner
2025-08-20T19:00:28.7027815Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7029645Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/dep-lib-memmap2' from root:root to runner:runner
2025-08-20T19:00:28.7031443Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2.json' from root:root to runner:runner
2025-08-20T19:00:28.7033179Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735' from root:root to runner:runner
2025-08-20T19:00:28.7034937Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7036954Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/lib-flexi_logger' from root:root to runner:runner
2025-08-20T19:00:28.7038955Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/lib-flexi_logger.json' from root:root to runner:runner
2025-08-20T19:00:28.7040821Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/dep-lib-flexi_logger' from root:root to runner:runner
2025-08-20T19:00:28.7042574Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4' from root:root to runner:runner
2025-08-20T19:00:28.7044349Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T19:00:28.7046154Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T19:00:28.7048075Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7049891Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T19:00:28.7051636Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T19:00:28.7053486Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/dep-lib-either' from root:root to runner:runner
2025-08-20T19:00:28.7055246Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either' from root:root to runner:runner
2025-08-20T19:00:28.7057119Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7058917Z [00:02:32.837]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either.json' from root:root to runner:runner
2025-08-20T19:00:28.7060630Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009' from root:root to runner:runner
2025-08-20T19:00:28.7062960Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' from root:root to runner:runner
2025-08-20T19:00:28.7064904Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' from root:root to runner:runner
2025-08-20T19:00:28.7066903Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7068850Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' from root:root to runner:runner
2025-08-20T19:00:28.7070597Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92' from root:root to runner:runner
2025-08-20T19:00:28.7072476Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.7074479Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.7076308Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d' from root:root to runner:runner
2025-08-20T19:00:28.7078292Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits' from root:root to runner:runner
2025-08-20T19:00:28.7080266Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits.json' from root:root to runner:runner
2025-08-20T19:00:28.7082099Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7083938Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T19:00:28.7085689Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05' from root:root to runner:runner
2025-08-20T19:00:28.7087547Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T19:00:28.7089355Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7091266Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T19:00:28.7093060Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T19:00:28.7094782Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T19:00:28.7096526Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' from root:root to runner:runner
2025-08-20T19:00:28.7098423Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' from root:root to runner:runner
2025-08-20T19:00:28.7100219Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7102034Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' from root:root to runner:runner
2025-08-20T19:00:28.7103786Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7' from root:root to runner:runner
2025-08-20T19:00:28.7105731Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono' from root:root to runner:runner
2025-08-20T19:00:28.7107785Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7109601Z [00:02:32.838]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono.json' from root:root to runner:runner
2025-08-20T19:00:28.7111391Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/dep-lib-chrono' from root:root to runner:runner
2025-08-20T19:00:28.7113112Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3' from root:root to runner:runner
2025-08-20T19:00:28.7114838Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7116960Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/lib-goblin.json' from root:root to runner:runner
2025-08-20T19:00:28.7118819Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/dep-lib-goblin' from root:root to runner:runner
2025-08-20T19:00:28.7120575Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/lib-goblin' from root:root to runner:runner
2025-08-20T19:00:28.7122276Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875' from root:root to runner:runner
2025-08-20T19:00:28.7124050Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T19:00:28.7125904Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7127853Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T19:00:28.7129767Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T19:00:28.7132339Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T19:00:28.7134129Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7135961Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/lib-bitflags.json' from root:root to runner:runner
2025-08-20T19:00:28.7137883Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/lib-bitflags' from root:root to runner:runner
2025-08-20T19:00:28.7139672Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T19:00:28.7141401Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7' from root:root to runner:runner
2025-08-20T19:00:28.7143258Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7145025Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc' from root:root to runner:runner
2025-08-20T19:00:28.7146940Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/dep-lib-libc' from root:root to runner:runner
2025-08-20T19:00:28.7148801Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc.json' from root:root to runner:runner
2025-08-20T19:00:28.7150495Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c' from root:root to runner:runner
2025-08-20T19:00:28.7152257Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T19:00:28.7154119Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7155962Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:00:28.7158207Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:00:28.7159979Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f' from root:root to runner:runner
2025-08-20T19:00:28.7161842Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.7163803Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.7165569Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T19:00:28.7167392Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/dep-lib-scroll' from root:root to runner:runner
2025-08-20T19:00:28.7169312Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7171096Z [00:02:32.839]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/lib-scroll' from root:root to runner:runner
2025-08-20T19:00:28.7172852Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/lib-scroll.json' from root:root to runner:runner
2025-08-20T19:00:28.7174571Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601' from root:root to runner:runner
2025-08-20T19:00:28.7176355Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T19:00:28.7178342Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7180243Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T19:00:28.7182159Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T19:00:28.7184090Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe' from root:root to runner:runner
2025-08-20T19:00:28.7185921Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T19:00:28.7188064Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7189969Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T19:00:28.7191868Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T19:00:28.7193682Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b' from root:root to runner:runner
2025-08-20T19:00:28.7195611Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:00:28.7197710Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7200275Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T19:00:28.7202182Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:00:28.7203982Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4' from root:root to runner:runner
2025-08-20T19:00:28.7205774Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7207775Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:00:28.7209777Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:00:28.7211627Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T19:00:28.7213397Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T19:00:28.7215120Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex' from root:root to runner:runner
2025-08-20T19:00:28.7216997Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7218768Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/dep-lib-regex' from root:root to runner:runner
2025-08-20T19:00:28.7220643Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex.json' from root:root to runner:runner
2025-08-20T19:00:28.7222354Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9' from root:root to runner:runner
2025-08-20T19:00:28.7224092Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T19:00:28.7225909Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor.json' from root:root to runner:runner
2025-08-20T19:00:28.7228068Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7229903Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor' from root:root to runner:runner
2025-08-20T19:00:28.7231640Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb' from root:root to runner:runner
2025-08-20T19:00:28.7233470Z [00:02:32.840]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T19:00:28.7235516Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7237617Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T19:00:28.7239535Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T19:00:28.7241357Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b' from root:root to runner:runner
2025-08-20T19:00:28.7243280Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:00:28.7245333Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:00:28.7247439Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T19:00:28.7249292Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T19:00:28.7251179Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7253074Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T19:00:28.7254977Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata' from root:root to runner:runner
2025-08-20T19:00:28.7256875Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5' from root:root to runner:runner
2025-08-20T19:00:28.7258638Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T19:00:28.7260428Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7262315Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T19:00:28.7264062Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T19:00:28.7266247Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T19:00:28.7268416Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7270255Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/lib-thiserror.json' from root:root to runner:runner
2025-08-20T19:00:28.7272058Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/lib-thiserror' from root:root to runner:runner
2025-08-20T19:00:28.7274015Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T19:00:28.7275781Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0' from root:root to runner:runner
2025-08-20T19:00:28.7277732Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/dep-lib-clap' from root:root to runner:runner
2025-08-20T19:00:28.7279495Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7281258Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/lib-clap.json' from root:root to runner:runner
2025-08-20T19:00:28.7282984Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/lib-clap' from root:root to runner:runner
2025-08-20T19:00:28.7284652Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642' from root:root to runner:runner
2025-08-20T19:00:28.7286476Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/lib-dynamic_loader_cache' from root:root to runner:runner
2025-08-20T19:00:28.7288670Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7290626Z [00:02:32.841]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/dep-lib-dynamic_loader_cache' from root:root to runner:runner
2025-08-20T19:00:28.7292631Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/lib-dynamic_loader_cache.json' from root:root to runner:runner
2025-08-20T19:00:28.7294525Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4' from root:root to runner:runner
2025-08-20T19:00:28.7296390Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T19:00:28.7298457Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T19:00:28.7300475Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7302375Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions' from root:root to runner:runner
2025-08-20T19:00:28.7304184Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489' from root:root to runner:runner
2025-08-20T19:00:28.7306077Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:28.7308406Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:28.7310233Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T19:00:28.7311995Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T19:00:28.7313991Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7315816Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T19:00:28.7317845Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core' from root:root to runner:runner
2025-08-20T19:00:28.7319596Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9' from root:root to runner:runner
2025-08-20T19:00:28.7321382Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T19:00:28.7323221Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T19:00:28.7325168Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7327135Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T19:00:28.7328898Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79' from root:root to runner:runner
2025-08-20T19:00:28.7330588Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' from root:root to runner:runner
2025-08-20T19:00:28.7332308Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' from root:root to runner:runner
2025-08-20T19:00:28.7334226Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7336512Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' from root:root to runner:runner
2025-08-20T19:00:28.7338323Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed' from root:root to runner:runner
2025-08-20T19:00:28.7340097Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder' from root:root to runner:runner
2025-08-20T19:00:28.7342083Z [00:02:32.842]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7343929Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T19:00:28.7345786Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T19:00:28.7347798Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354' from root:root to runner:runner
2025-08-20T19:00:28.7349643Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:28.7351745Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7353750Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:28.7355714Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:28.7357801Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T19:00:28.7359635Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7361521Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T19:00:28.7363400Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:00:28.7365266Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:00:28.7367296Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T19:00:28.7369037Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/lib-nom.json' from root:root to runner:runner
2025-08-20T19:00:28.7370768Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/dep-lib-nom' from root:root to runner:runner
2025-08-20T19:00:28.7372479Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/lib-nom' from root:root to runner:runner
2025-08-20T19:00:28.7374221Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7375918Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c' from root:root to runner:runner
2025-08-20T19:00:28.7377840Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/lib-plain.json' from root:root to runner:runner
2025-08-20T19:00:28.7379620Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/dep-lib-plain' from root:root to runner:runner
2025-08-20T19:00:28.7381362Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/lib-plain' from root:root to runner:runner
2025-08-20T19:00:28.7383114Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7384828Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea' from root:root to runner:runner
2025-08-20T19:00:28.7386559Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T19:00:28.7388658Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7390458Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T19:00:28.7392470Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T19:00:28.7394177Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T19:00:28.7396037Z [00:02:32.843]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/dep-bin-binary-security-check' from root:root to runner:runner
2025-08-20T19:00:28.7398225Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7400214Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/bin-binary-security-check' from root:root to runner:runner
2025-08-20T19:00:28.7402379Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/bin-binary-security-check.json' from root:root to runner:runner
2025-08-20T19:00:28.7405103Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891' from root:root to runner:runner
2025-08-20T19:00:28.7407180Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T19:00:28.7409090Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7410964Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T19:00:28.7412848Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T19:00:28.7414641Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb' from root:root to runner:runner
2025-08-20T19:00:28.7416416Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T19:00:28.7418337Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T19:00:28.7420276Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:00:28.7422062Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec' from root:root to runner:runner
2025-08-20T19:00:28.7423782Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221' from root:root to runner:runner
2025-08-20T19:00:28.7425362Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T19:00:28.7426911Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T19:00:28.7428430Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T19:00:28.7429795Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T19:00:28.7431205Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T19:00:28.7432411Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target' from root:root to runner:runner
2025-08-20T19:00:28.7433520Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO' from root:root to runner:runner
2025-08-20T19:00:28.7434565Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK' from root:root to runner:runner
2025-08-20T19:00:28.7435546Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T19:00:28.7436570Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/binary-security-check' from runner:docker to runner:runner
2025-08-20T19:00:28.7437824Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T19:00:28.7438822Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T19:00:28.7439775Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T19:00:28.7440672Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T19:00:28.7441615Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check' from runner:docker to runner:runner
2025-08-20T19:00:28.7442686Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T19:00:28.7443652Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.version' from runner:docker to runner:runner
2025-08-20T19:00:28.7444735Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.static.version' from runner:docker to runner:runner
2025-08-20T19:00:28.7445691Z [00:02:32.844]➜  changed ownership of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T19:00:28.7446636Z [00:02:32.853]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/Cargo.toml' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7447805Z [00:02:32.860]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.gitignore' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7448862Z [00:02:32.867]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7450000Z [00:02:32.874]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/tools/x86_64-unknown-freebsd-clang.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7451140Z [00:02:32.881]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/errors.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7452204Z [00:02:32.887]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/archive.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7453375Z [00:02:32.894]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/main.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7454515Z [00:02:32.901]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7455621Z [00:02:32.908]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7456671Z [00:02:32.915]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/cmdline.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7457932Z [00:02:32.921]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/ui.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7459139Z [00:02:32.928]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/command-line-after-help.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7460337Z [00:02:32.935]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/pe.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7473257Z [00:02:32.942]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf/checked_functions.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7541355Z [00:02:32.949]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf/gnu_properties.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7609490Z [00:02:32.956]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/elf/needed_libc.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7677121Z [00:02:32.962]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/options.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7745217Z [00:02:32.969]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/options/status.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7813108Z [00:02:32.976]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/src/parser.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7881744Z [00:02:32.983]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/LICENSE.txt' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.7948922Z [00:02:32.990]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/Cargo.lock' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8017125Z [00:02:32.996]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.github/workflows/rust.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8083973Z [00:02:33.003]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8152547Z [00:02:33.010]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8219175Z [00:02:33.017]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8286246Z [00:02:33.023]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8353859Z [00:02:33.030]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8421339Z [00:02:33.037]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8488779Z [00:02:33.044]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8555738Z [00:02:33.050]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8624877Z [00:02:33.057]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8692388Z [00:02:33.064]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8760629Z [00:02:33.071]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8828641Z [00:02:33.078]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8896442Z [00:02:33.084]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.8965042Z [00:02:33.091]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9035022Z [00:02:33.098]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9104347Z [00:02:33.105]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9173881Z [00:02:33.112]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9242635Z [00:02:33.119]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9311687Z [00:02:33.126]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9379631Z [00:02:33.133]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9446975Z [00:02:33.139]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9514290Z [00:02:33.146]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9580811Z [00:02:33.153]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9648512Z [00:02:33.159]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9715322Z [00:02:33.166]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9782685Z [00:02:33.173]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9850412Z [00:02:33.180]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9917339Z [00:02:33.186]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:28.9985025Z [00:02:33.193]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0051703Z [00:02:33.200]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-e6bfdbc762d8da00821240c0c6533c42942c61f9.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0118363Z [00:02:33.206]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/objects/pack/pack-a15d8370b6d23d8fdc27736ecd117b039e237f1a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0185491Z [00:02:33.213]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0253213Z [00:02:33.220]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0321679Z [00:02:33.227]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0389764Z [00:02:33.234]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0458248Z [00:02:33.240]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0525837Z [00:02:33.247]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0593994Z [00:02:33.254]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0671285Z [00:02:33.262]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0748822Z [00:02:33.269]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0823919Z [00:02:33.277]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0899670Z [00:02:33.285]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.0971892Z [00:02:33.292]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1042415Z [00:02:33.299]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1113270Z [00:02:33.306]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1182837Z [00:02:33.313]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1253704Z [00:02:33.320]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1322143Z [00:02:33.327]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1392892Z [00:02:33.334]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1461641Z [00:02:33.341]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1531138Z [00:02:33.348]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1598904Z [00:02:33.355]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1667361Z [00:02:33.361]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1735310Z [00:02:33.368]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/rayon-core-c0d3c10e6584e514/build_script_build-c0d3c10e6584e514.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1803989Z [00:02:33.375]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1872181Z [00:02:33.382]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.1939667Z [00:02:33.389]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2009169Z [00:02:33.396]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2076922Z [00:02:33.402]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2144715Z [00:02:33.409]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2213065Z [00:02:33.416]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2280820Z [00:02:33.423]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2349119Z [00:02:33.430]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2416233Z [00:02:33.436]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2484778Z [00:02:33.443]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2553435Z [00:02:33.450]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/scroll_derive-f5142ea8cb37562e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2620962Z [00:02:33.457]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libscroll_derive-f5142ea8cb37562e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2690160Z [00:02:33.464]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2758882Z [00:02:33.471]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/syn-13c28a5597645985.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2825937Z [00:02:33.477]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2892580Z [00:02:33.484]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/thiserror_impl-8a74c2ae79c138c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.2960390Z [00:02:33.491]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3031906Z [00:02:33.498]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3101509Z [00:02:33.505]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libthiserror_impl-8a74c2ae79c138c3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3169613Z [00:02:33.512]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3238010Z [00:02:33.518]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3306950Z [00:02:33.525]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3374603Z [00:02:33.532]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3441728Z [00:02:33.539]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/clap_derive-8c298ea42aa593fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3510051Z [00:02:33.546]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3577538Z [00:02:33.552]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3644980Z [00:02:33.559]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3712797Z [00:02:33.566]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3779689Z [00:02:33.573]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3847562Z [00:02:33.579]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3916832Z [00:02:33.586]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.3983883Z [00:02:33.593]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4051246Z [00:02:33.600]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4119454Z [00:02:33.607]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4186942Z [00:02:33.613]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4254139Z [00:02:33.620]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4321541Z [00:02:33.627]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4389489Z [00:02:33.634]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4456603Z [00:02:33.640]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4524642Z [00:02:33.647]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4592039Z [00:02:33.654]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4660529Z [00:02:33.661]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4727949Z [00:02:33.667]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4794894Z [00:02:33.674]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4861802Z [00:02:33.681]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4928330Z [00:02:33.687]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.4995141Z [00:02:33.694]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5062004Z [00:02:33.701]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5127928Z [00:02:33.707]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5194462Z [00:02:33.714]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5262500Z [00:02:33.721]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5330819Z [00:02:33.728]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5398807Z [00:02:33.735]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5467737Z [00:02:33.741]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5536166Z [00:02:33.748]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5603814Z [00:02:33.755]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5672617Z [00:02:33.762]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5740496Z [00:02:33.769]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5808874Z [00:02:33.775]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5875669Z [00:02:33.782]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.5943897Z [00:02:33.789]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6012632Z [00:02:33.796]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6081276Z [00:02:33.803]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6149273Z [00:02:33.810]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6217610Z [00:02:33.816]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/lib-scroll_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6285858Z [00:02:33.823]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/dep-lib-scroll_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6353911Z [00:02:33.830]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6421201Z [00:02:33.837]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/scroll_derive-f5142ea8cb37562e/lib-scroll_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6488251Z [00:02:33.843]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6555441Z [00:02:33.850]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6623384Z [00:02:33.857]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6692096Z [00:02:33.864]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6760914Z [00:02:33.871]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6828240Z [00:02:33.877]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6897768Z [00:02:33.884]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.6965646Z [00:02:33.891]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/rayon-core-c0d3c10e6584e514/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7033815Z [00:02:33.898]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7101077Z [00:02:33.905]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.7169442Z [00:02:33.912]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7236583Z [00:02:33.918]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.7303869Z [00:02:33.925]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7373498Z [00:02:33.932]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7440777Z [00:02:33.939]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7506641Z [00:02:33.945]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/thiserror-impl-8a74c2ae79c138c3/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7573838Z [00:02:33.952]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7642300Z [00:02:33.959]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7710252Z [00:02:33.966]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7778784Z [00:02:33.973]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7847796Z [00:02:33.979]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7916492Z [00:02:33.986]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/binary-security-check' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:29.7984466Z [00:02:33.993]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/binary-security-check.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8053796Z [00:02:34.000]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8120678Z [00:02:34.007]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8188076Z [00:02:34.013]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8254703Z [00:02:34.020]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-f1325e945c5b6df8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8322521Z [00:02:34.027]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8389913Z [00:02:34.034]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8456576Z [00:02:34.040]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8523589Z [00:02:34.047]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8592031Z [00:02:34.054]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8660355Z [00:02:34.061]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8726602Z [00:02:34.067]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8794076Z [00:02:34.074]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8863087Z [00:02:34.081]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8930521Z [00:02:34.088]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.8998463Z [00:02:34.094]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9067475Z [00:02:34.101]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9136236Z [00:02:34.108]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.9204550Z [00:02:34.115]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.9272339Z [00:02:34.122]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.9339521Z [00:02:34.129]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.9407495Z [00:02:34.135]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9477290Z [00:02:34.142]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:29.9544804Z [00:02:34.149]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-e10e9d038bad3354.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9612268Z [00:02:34.156]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-2b4e752cfb95501a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9680476Z [00:02:34.163]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9747668Z [00:02:34.169]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9816111Z [00:02:34.176]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdynamic_loader_cache-24c9090621ed52f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9885088Z [00:02:34.183]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-31efd2602b20a4f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:29.9952648Z [00:02:34.190]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.0020191Z [00:02:34.197]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0087373Z [00:02:34.203]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscroll-397f94a4d4274601.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0156086Z [00:02:34.210]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-bc738cd4b9f140f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0225720Z [00:02:34.217]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0293820Z [00:02:34.224]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0363405Z [00:02:34.231]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.0432422Z [00:02:34.238]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.0502930Z [00:02:34.245]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.0572164Z [00:02:34.252]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.0662714Z [00:02:34.261]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0744821Z [00:02:34.269]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libplain-599a7f6cbce0b9ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0830706Z [00:02:34.278]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0908623Z [00:02:34.285]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-7a3ddc3b05208642.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.0980734Z [00:02:34.293]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflexi_logger-2cfa5450a60b32d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1056111Z [00:02:34.300]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1125867Z [00:02:34.307]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-13020d694858ee05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1195502Z [00:02:34.314]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-9035c773913e8a79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1265436Z [00:02:34.321]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1333280Z [00:02:34.328]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-96d1f54e0c6e60a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1402345Z [00:02:34.335]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1471074Z [00:02:34.342]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1539224Z [00:02:34.349]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-7a3ddc3b05208642.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1606522Z [00:02:34.355]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1675469Z [00:02:34.362]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1744458Z [00:02:34.369]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/binary_security_check-86f100cc0df72891.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1812213Z [00:02:34.376]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.1879335Z [00:02:34.383]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.1946447Z [00:02:34.389]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2016133Z [00:02:34.396]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2083592Z [00:02:34.403]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2151559Z [00:02:34.410]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memmap2-ed4102ca08dcf735.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2218339Z [00:02:34.416]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflexi_logger-2cfa5450a60b32d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2285547Z [00:02:34.423]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2353783Z [00:02:34.430]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2420594Z [00:02:34.437]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/binary_security_check-86f100cc0df72891' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2487469Z [00:02:34.443]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2553725Z [00:02:34.450]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-8e36e4fb4e301fc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2621036Z [00:02:34.457]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2688398Z [00:02:34.463]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a929d9e35b4504b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2755280Z [00:02:34.470]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2822582Z [00:02:34.477]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2889616Z [00:02:34.484]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-2b4e752cfb95501a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.2957242Z [00:02:34.490]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3027842Z [00:02:34.497]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3096437Z [00:02:34.504]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3163343Z [00:02:34.511]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3231277Z [00:02:34.518]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3298294Z [00:02:34.524]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3366412Z [00:02:34.531]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dynamic_loader_cache-24c9090621ed52f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3434675Z [00:02:34.538]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f820bc8b4a6b9e3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3502135Z [00:02:34.545]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemmap2-ed4102ca08dcf735.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3569859Z [00:02:34.552]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.3637343Z [00:02:34.558]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3705567Z [00:02:34.565]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3772527Z [00:02:34.572]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/plain-599a7f6cbce0b9ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3838141Z [00:02:34.578]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgoblin-3d201312b7c6e875.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3904823Z [00:02:34.585]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.3974057Z [00:02:34.592]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.4042289Z [00:02:34.599]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4109931Z [00:02:34.606]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4175556Z [00:02:34.612]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flexi_logger-2cfa5450a60b32d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4243481Z [00:02:34.619]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-7a3ddc3b05208642.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4310924Z [00:02:34.626]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4376894Z [00:02:34.632]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4443199Z [00:02:34.639]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-a929d9e35b4504b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4509339Z [00:02:34.646]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4575487Z [00:02:34.652]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4642946Z [00:02:34.659]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-f820bc8b4a6b9e3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4710439Z [00:02:34.666]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4777856Z [00:02:34.672]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-e10e9d038bad3354.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4844796Z [00:02:34.679]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4912234Z [00:02:34.686]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.4979039Z [00:02:34.693]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5047316Z [00:02:34.699]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5113724Z [00:02:34.706]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-a929d9e35b4504b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5181544Z [00:02:34.713]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5248976Z [00:02:34.720]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-96d1f54e0c6e60a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5316969Z [00:02:34.726]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5383938Z [00:02:34.733]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5451718Z [00:02:34.740]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5519864Z [00:02:34.747]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.5587051Z [00:02:34.753]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5655913Z [00:02:34.760]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstatic_assertions-6c90c86964e12489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5724919Z [00:02:34.767]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/static_assertions-6c90c86964e12489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5792588Z [00:02:34.774]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5859734Z [00:02:34.781]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5926558Z [00:02:34.787]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdynamic_loader_cache-24c9090621ed52f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.5994161Z [00:02:34.794]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6062686Z [00:02:34.801]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-957d434ae7e49da9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6129369Z [00:02:34.808]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6197133Z [00:02:34.814]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6263386Z [00:02:34.821]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6331689Z [00:02:34.828]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6398609Z [00:02:34.834]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6465893Z [00:02:34.841]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-b014929a11091e7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6532481Z [00:02:34.848]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6599456Z [00:02:34.855]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6665832Z [00:02:34.861]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6732690Z [00:02:34.868]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.6800304Z [00:02:34.875]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgoblin-3d201312b7c6e875.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6867354Z [00:02:34.881]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/goblin-3d201312b7c6e875.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.6933527Z [00:02:34.888]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f820bc8b4a6b9e3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7000925Z [00:02:34.895]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-ca8c527b5d187009.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7070406Z [00:02:34.902]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.7137821Z [00:02:34.908]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7203956Z [00:02:34.915]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7271928Z [00:02:34.922]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-b014929a11091e7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7339006Z [00:02:34.929]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-957d434ae7e49da9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7405251Z [00:02:34.935]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-f96ac1e1d2428221.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7472893Z [00:02:34.942]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scroll-397f94a4d4274601.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7540810Z [00:02:34.949]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-2b4e752cfb95501a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7607191Z [00:02:34.955]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libplain-599a7f6cbce0b9ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7673547Z [00:02:34.962]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscroll-397f94a4d4274601.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7741764Z [00:02:34.969]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7808083Z [00:02:34.975]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-f1325e945c5b6df8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7876931Z [00:02:34.982]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.7943349Z [00:02:34.989]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8010226Z [00:02:34.996]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8076962Z [00:02:35.002]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-2b4e752cfb95501a/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8145284Z [00:02:35.009]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8212044Z [00:02:35.016]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8277678Z [00:02:35.022]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/dep-lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8343564Z [00:02:35.029]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memmap2-ed4102ca08dcf735/lib-memmap2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8409857Z [00:02:35.036]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8477332Z [00:02:35.042]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/lib-flexi_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8544425Z [00:02:35.049]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/lib-flexi_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8611401Z [00:02:35.056]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flexi_logger-2cfa5450a60b32d4/dep-lib-flexi_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.8678873Z [00:02:35.062]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.8745544Z [00:02:35.069]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.8814314Z [00:02:35.076]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.8881300Z [00:02:35.083]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:30.8949078Z [00:02:35.090]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9017615Z [00:02:35.096]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9083529Z [00:02:35.103]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9151042Z [00:02:35.110]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9217343Z [00:02:35.116]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9285684Z [00:02:35.123]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9351933Z [00:02:35.130]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9418220Z [00:02:35.136]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9486071Z [00:02:35.143]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9553371Z [00:02:35.150]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9621159Z [00:02:35.157]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9687225Z [00:02:35.163]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9755982Z [00:02:35.170]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9823976Z [00:02:35.177]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9891578Z [00:02:35.184]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:30.9959631Z [00:02:35.191]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0027279Z [00:02:35.197]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0094227Z [00:02:35.204]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0161323Z [00:02:35.211]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0228659Z [00:02:35.218]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0296550Z [00:02:35.224]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0364087Z [00:02:35.231]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0431669Z [00:02:35.238]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0500045Z [00:02:35.245]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0567772Z [00:02:35.251]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0637691Z [00:02:35.258]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0710704Z [00:02:35.266]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0781324Z [00:02:35.273]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/lib-goblin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0854720Z [00:02:35.280]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/dep-lib-goblin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0923464Z [00:02:35.287]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/goblin-3d201312b7c6e875/lib-goblin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.0992945Z [00:02:35.294]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1062270Z [00:02:35.301]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1129518Z [00:02:35.308]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1197383Z [00:02:35.314]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1264686Z [00:02:35.321]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1333078Z [00:02:35.328]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1401053Z [00:02:35.335]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1468707Z [00:02:35.342]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-a929d9e35b4504b7/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1537059Z [00:02:35.348]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1604630Z [00:02:35.355]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1672407Z [00:02:35.362]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1739273Z [00:02:35.369]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-b014929a11091e7c/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1807474Z [00:02:35.375]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1873828Z [00:02:35.382]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.1941131Z [00:02:35.389]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2008009Z [00:02:35.395]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2075286Z [00:02:35.402]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2142089Z [00:02:35.409]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2210601Z [00:02:35.416]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/dep-lib-scroll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2277146Z [00:02:35.422]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2343053Z [00:02:35.429]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/lib-scroll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2409599Z [00:02:35.436]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scroll-397f94a4d4274601/lib-scroll.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2477180Z [00:02:35.442]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2543195Z [00:02:35.449]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2610294Z [00:02:35.456]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2677345Z [00:02:35.462]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2743773Z [00:02:35.469]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2811193Z [00:02:35.476]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2877564Z [00:02:35.482]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.2943948Z [00:02:35.489]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3012007Z [00:02:35.496]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3085120Z [00:02:35.503]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3152319Z [00:02:35.510]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3219585Z [00:02:35.517]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3287028Z [00:02:35.523]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3354520Z [00:02:35.530]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3421856Z [00:02:35.537]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3488931Z [00:02:35.544]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3556205Z [00:02:35.550]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3623488Z [00:02:35.557]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3690762Z [00:02:35.564]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3757245Z [00:02:35.570]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.3824537Z [00:02:35.577]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.3891568Z [00:02:35.584]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.3959059Z [00:02:35.591]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.4026667Z [00:02:35.597]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.4094106Z [00:02:35.604]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4162226Z [00:02:35.611]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4229803Z [00:02:35.618]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4296427Z [00:02:35.624]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4363750Z [00:02:35.631]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4431418Z [00:02:35.638]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4499764Z [00:02:35.645]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4567508Z [00:02:35.651]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4634605Z [00:02:35.658]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4702982Z [00:02:35.665]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.4770432Z [00:02:35.672]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.4837252Z [00:02:35.678]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.4903931Z [00:02:35.685]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.4971685Z [00:02:35.692]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.5038787Z [00:02:35.699]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5106222Z [00:02:35.705]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5173773Z [00:02:35.712]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5240800Z [00:02:35.719]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-96d1f54e0c6e60a0/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5308610Z [00:02:35.725]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5375600Z [00:02:35.732]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5443329Z [00:02:35.739]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5510580Z [00:02:35.746]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-7a3ddc3b05208642/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5578576Z [00:02:35.752]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/lib-dynamic_loader_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5645861Z [00:02:35.759]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5713714Z [00:02:35.766]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/dep-lib-dynamic_loader_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5781231Z [00:02:35.773]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dynamic-loader-cache-24c9090621ed52f4/lib-dynamic_loader_cache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5848876Z [00:02:35.780]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5916296Z [00:02:35.786]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.5985182Z [00:02:35.793]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6052258Z [00:02:35.800]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/static_assertions-6c90c86964e12489/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6120123Z [00:02:35.807]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.6186901Z [00:02:35.813]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.6254480Z [00:02:35.820]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6321865Z [00:02:35.827]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6389566Z [00:02:35.834]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6456357Z [00:02:35.840]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-957d434ae7e49da9/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6524786Z [00:02:35.847]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6592021Z [00:02:35.854]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6660027Z [00:02:35.861]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6727670Z [00:02:35.867]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6794387Z [00:02:35.874]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6864848Z [00:02:35.881]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.6932764Z [00:02:35.888]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7000530Z [00:02:35.895]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7070697Z [00:02:35.902]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7138783Z [00:02:35.908]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7206396Z [00:02:35.915]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7274683Z [00:02:35.922]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-e10e9d038bad3354/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7345014Z [00:02:35.929]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.7414260Z [00:02:35.936]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.7482146Z [00:02:35.943]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.7550214Z [00:02:35.950]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/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-20T19:00:31.7615938Z [00:02:35.956]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7682350Z [00:02:35.963]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7750180Z [00:02:35.970]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7815872Z [00:02:35.976]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7882960Z [00:02:35.983]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.7950476Z [00:02:35.990]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8016681Z [00:02:35.996]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8083395Z [00:02:36.003]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f820bc8b4a6b9e3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8149939Z [00:02:36.010]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/lib-plain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8215534Z [00:02:36.016]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/dep-lib-plain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8281554Z [00:02:36.023]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/lib-plain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8349129Z [00:02:36.030]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/plain-599a7f6cbce0b9ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8416131Z [00:02:36.036]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8483744Z [00:02:36.043]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8551715Z [00:02:36.050]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8618284Z [00:02:36.056]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8684847Z [00:02:36.063]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/dep-bin-binary-security-check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8750369Z [00:02:36.070]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8817140Z [00:02:36.076]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/bin-binary-security-check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8884610Z [00:02:36.083]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-security-check-86f100cc0df72891/bin-binary-security-check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.8950962Z [00:02:36.090]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9019945Z [00:02:36.097]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9087471Z [00:02:36.103]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9155478Z [00:02:36.110]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9222661Z [00:02:36.117]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9290984Z [00:02:36.124]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9358020Z [00:02:36.130]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9424609Z [00:02:36.137]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9491739Z [00:02:36.144]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9558593Z [00:02:36.150]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xAK0U6wuuK/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9625537Z [00:02:36.157]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/binary-security-check' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9693004Z [00:02:36.164]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9760701Z [00:02:36.171]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9828161Z [00:02:36.178]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9894994Z [00:02:36.184]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:31.9961957Z [00:02:36.191]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/LICENSE' retained as 0755 (rwxr-xr-x)
2025-08-20T19:00:32.0029768Z [00:02:36.198]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:32.0096921Z [00:02:36.204]➜  mode of '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:00:32.0581143Z [00:02:36.253]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T19:00:32.0581964Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T19:00:33.9738162Z 
2025-08-20T19:00:33.9739164Z [+] Sanitizing /tmp/pkgforge/cvwqh5Xz2_SBUILD/BUILD.log ==> /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.static.log
2025-08-20T19:00:36.2646177Z '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.static.log' -> '/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/binary-security-check.log'
2025-08-20T19:00:36.2687321Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/binary-security-check/official/binary-security-check?tag=HEAD-287f359-250818T185121-x86_64-linux&download=binary-security-check.log
2025-08-20T19:00:36.2688527Z 
2025-08-20T19:00:36.2689702Z [+] Parsing/Uploading binary-security-check/binary-security-check --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fbinary-security-check%2Fbinary-security-check [x86_64-Linux]
2025-08-20T19:00:36.2729949Z {
2025-08-20T19:00:36.2730252Z   "_disabled": "false",
2025-08-20T19:00:36.2730618Z   "host": "x86_64-Linux",
2025-08-20T19:00:36.2730944Z   "rank": "",
2025-08-20T19:00:36.2731275Z   "pkg": "binary-security-check.static",
2025-08-20T19:00:36.2731591Z   "pkg_family": "binary-security-check",
2025-08-20T19:00:36.2732119Z   "pkg_id": "codeberg.org.koutheir.binary-security-check",
2025-08-20T19:00:36.2732641Z   "pkg_name": "binary-security-check",
2025-08-20T19:00:36.2732924Z   "pkg_type": "static",
2025-08-20T19:00:36.2733703Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check",
2025-08-20T19:00:36.2734239Z   "app_id": "",
2025-08-20T19:00:36.2734424Z   "appstream": "",
2025-08-20T19:00:36.2734605Z   "category": [
2025-08-20T19:00:36.2734779Z     "ConsoleOnly",
2025-08-20T19:00:36.2734954Z     "Utility"
2025-08-20T19:00:36.2735117Z   ],
2025-08-20T19:00:36.2735373Z   "description": "Analyzer of security features in executable binaries",
2025-08-20T19:00:36.2735698Z   "desktop": "",
2025-08-20T19:00:36.2735878Z   "homepage": [
2025-08-20T19:00:36.2736118Z     "https://codeberg.org/koutheir/binary-security-check"
2025-08-20T19:00:36.2736413Z   ],
2025-08-20T19:00:36.2737318Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/binary-security-check/official/binary-security-check?tag=HEAD-287f359-250818T185121-x86_64-linux&download=binary-security-check.png",
2025-08-20T19:00:36.2738085Z   "license": [],
2025-08-20T19:00:36.2738265Z   "maintainer": [
2025-08-20T19:00:36.2738484Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T19:00:36.2738748Z   ],
2025-08-20T19:00:36.2738918Z   "provides": [
2025-08-20T19:00:36.2739115Z     "binary-security-check"
2025-08-20T19:00:36.2739323Z   ],
2025-08-20T19:00:36.2739467Z   "note": [
2025-08-20T19:00:36.2739836Z     "Built From Source (Latest Git HEAD). Check/Report @ https://codeberg.org/koutheir/binary-security-check"
2025-08-20T19:00:36.2740250Z   ],
2025-08-20T19:00:36.2740406Z   "repology": [],
2025-08-20T19:00:36.2740590Z   "screenshots": [],
2025-08-20T19:00:36.2740779Z   "src_url": [
2025-08-20T19:00:36.2741016Z     "https://codeberg.org/koutheir/binary-security-check"
2025-08-20T19:00:36.2741286Z   ],
2025-08-20T19:00:36.2741440Z   "tag": [
2025-08-20T19:00:36.2741610Z     "binary-analysis",
2025-08-20T19:00:36.2741802Z     "security"
2025-08-20T19:00:36.2741969Z   ],
2025-08-20T19:00:36.2742138Z   "version": "HEAD-287f359-250818T185121",
2025-08-20T19:00:36.2742386Z   "version_upstream": "",
2025-08-20T19:00:36.2742704Z   "bsum": "cce839fe6b00b1142968778a42cb8746c25b23974bc6ad24313ac11f668a16ad",
2025-08-20T19:00:36.2743060Z   "build_date": "2025-08-20T19:00:32Z",
2025-08-20T19:00:36.2743567Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107517809",
2025-08-20T19:00:36.2743913Z   "build_id": "17107517809",
2025-08-20T19:00:36.2744651Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/binary-security-check/official/binary-security-check?tag=HEAD-287f359-250818T185121-x86_64-linux&download=binary-security-check.log",
2025-08-20T19:00:36.2745694Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/binary-security-check/static.official.source.yaml",
2025-08-20T19:00:36.2747476Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/binary-security-check/official/binary-security-check?tag=HEAD-287f359-250818T185121-x86_64-linux&download=binary-security-check",
2025-08-20T19:00:36.2749368Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check:HEAD-287f359-250818T185121-x86_64-linux",
2025-08-20T19:00:36.2750643Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check",
2025-08-20T19:00:36.2752154Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/binary-security-check/official/binary-security-check?tag=HEAD-287f359-250818T185121-x86_64-linux&manifest",
2025-08-20T19:00:36.2753564Z   "shasum": "0d66381c546415a27db7fed3e0521bcca636ad79f690d4ef5f2836ea1467b4a8",
2025-08-20T19:00:36.2754191Z   "size": "2.6 MB",
2025-08-20T19:00:36.2754514Z   "size_raw": "2699208",
2025-08-20T19:00:36.2754846Z   "snapshots": [
2025-08-20T19:00:36.2755201Z     "HEAD-c6d06ba-250221T204336-x86_64-linux",
2025-08-20T19:00:36.2755663Z     "HEAD-282d326-250511T040317-x86_64-linux"
2025-08-20T19:00:36.2756072Z   ]
2025-08-20T19:00:36.2756338Z }
2025-08-20T19:00:36.2756488Z 
2025-08-20T19:00:36.2756494Z 
2025-08-20T19:00:38.9631970Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check:HEAD-287f359-250818T185121-x86_64-linux": ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check:HEAD-287f359-250818T185121-x86_64-linux: not found
2025-08-20T19:00:38.9677174Z Uploading empty artifact
2025-08-20T19:00:38.9715887Z time=2025-08-20T19:00:38Z level=debug msg=Request #0
2025-08-20T19:00:38.9717515Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/binary-security-check/official/binary-security-check/manifests/sha256:d6e64b26bf9f22ec30c97aa4f1b5576d5f7262f940c2fe6d1f4fb868ea9f4dbb"
2025-08-20T19:00:38.9718778Z > Request method: "HEAD"
2025-08-20T19:00:38.9719015Z > Request headers:
2025-08-20T19:00:38.9720070Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T19:00:38.9721292Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:00:39.0146924Z time=2025-08-20T19:00:39Z level=debug msg=Response #0
2025-08-20T19:00:39.0147673Z < Response Status: "401 Unauthorized"
2025-08-20T19:00:39.0148236Z < Response headers:
2025-08-20T19:00:39.0148694Z    "X-Github-Request-Id": "2000:F18A:B9194:CA237:68A61B56"
2025-08-20T19:00:39.0149155Z    "Content-Type": "application/json"
2025-08-20T19:00:39.0150463Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/binary-security-check/official/binary-security-check:pull\""
2025-08-20T19:00:39.0151163Z    "Date": "Wed, 20 Aug 2025 19:00:39 GMT"
2025-08-20T19:00:39.0151427Z    "Content-Length": "73"
2025-08-20T19:00:39.0151691Z time=2025-08-20T19:00:39Z level=debug msg=Request #1
2025-08-20T19:00:39.0152466Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fbinary-security-check%2Fofficial%2Fbinary-security-check%3Apull%2Cpush&service=ghcr.io"
2025-08-20T19:00:39.0153163Z > Request method: "GET"
2025-08-20T19:00:39.0153367Z > Request headers:
2025-08-20T19:00:39.0153576Z    "Authorization": "*****"
2025-08-20T19:00:39.0154045Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:00:39.0748163Z time=2025-08-20T19:00:39Z level=debug msg=Response #1
2025-08-20T19:00:39.0748638Z < Response Status: "200 OK"
2025-08-20T19:00:39.0748930Z < Response headers:
2025-08-20T19:00:39.0749224Z    "Content-Type": "application/json"
2025-08-20T19:00:39.0749576Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:00:39.0750076Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:00:39.0750539Z    "Date": "Wed, 20 Aug 2025 19:00:39 GMT"
2025-08-20T19:00:39.0750835Z    "Content-Length": "69"
2025-08-20T19:00:39.0751144Z    "X-Github-Request-Id": "2000:F18A:B9198:CA23B:68A61B57"
2025-08-20T19:00:39.0751539Z time=2025-08-20T19:00:39Z level=debug msg=Request #2
2025-08-20T19:00:39.0752555Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/binary-security-check/official/binary-security-check/manifests/sha256:d6e64b26bf9f22ec30c97aa4f1b5576d5f7262f940c2fe6d1f4fb868ea9f4dbb"
2025-08-20T19:00:39.0753504Z > Request method: "HEAD"
2025-08-20T19:00:39.0753753Z > Request headers:
2025-08-20T19:00:39.0754888Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T19:00:39.0756087Z    "Authorization": "*****"
2025-08-20T19:00:39.0756346Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:00:39.0970774Z time=2025-08-20T19:00:39Z level=debug msg=Response #2
2025-08-20T19:00:39.0971525Z < Response Status: "404 Not Found"
2025-08-20T19:00:39.0972081Z < Response headers:
2025-08-20T19:00:39.0972529Z    "Date": "Wed, 20 Aug 2025 19:00:39 GMT"
2025-08-20T19:00:39.0972954Z    "Content-Length": "70"
2025-08-20T19:00:39.0973367Z    "X-Github-Request-Id": "2000:F18A:B91A3:CA248:68A61B57"
2025-08-20T19:00:39.0973809Z    "Content-Type": "application/json"
2025-08-20T19:00:39.0974607Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:00:39.0975243Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:00:39.0975863Z time=2025-08-20T19:00:39Z level=debug msg=Request #3
2025-08-20T19:00:39.0977296Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/binary-security-check/official/binary-security-check/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:00:39.0978465Z > Request method: "HEAD"
2025-08-20T19:00:39.0978772Z > Request headers:
2025-08-20T19:00:39.0979065Z    "Authorization": "*****"
2025-08-20T19:00:39.0979385Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:00:39.1170140Z time=2025-08-20T19:00:39Z level=debug msg=Response #3
2025-08-20T19:00:39.1170896Z < Response Status: "200 OK"
2025-08-20T19:00:39.1171353Z < Response headers:
2025-08-20T19:00:39.1171952Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T19:00:39.1172712Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:00:39.1173359Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T19:00:39.1174121Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:00:39.1174683Z    "Date": "Wed, 20 Aug 2025 19:00:39 GMT"
2025-08-20T19:00:39.1175115Z    "X-Github-Request-Id": "2000:F18A:B91A7:CA252:68A61B57"
2025-08-20T19:00:39.1175541Z    "Content-Length": "0"
2025-08-20T19:00:39.1175847Z    "Content-Type": ""
2025-08-20T19:00:39.1176193Z time=2025-08-20T19:00:39Z level=debug msg=Request #4
2025-08-20T19:00:39.1177498Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/binary-security-check/official/binary-security-check/manifests/HEAD-287f359-250818T185121-x86_64-linux"
2025-08-20T19:00:39.1178468Z > Request method: "PUT"
2025-08-20T19:00:39.1178713Z > Request headers:
2025-08-20T19:00:39.1179030Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T19:00:39.1179617Z    "Authorization": "*****"
2025-08-20T19:00:39.1179881Z    "User-Agent": "oras/1.2.3"
2025-08-20T19:00:39.4304856Z time=2025-08-20T19:00:39Z level=debug msg=Response #4
2025-08-20T19:00:39.4305526Z < Response Status: "201 Created"
2025-08-20T19:00:39.4306008Z < Response headers:
2025-08-20T19:00:39.4306489Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T19:00:39.4307884Z    "Location": "/v2/pkgforge/bincache/binary-security-check/official/binary-security-check/manifests/sha256:d6e64b26bf9f22ec30c97aa4f1b5576d5f7262f940c2fe6d1f4fb868ea9f4dbb"
2025-08-20T19:00:39.4309014Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T19:00:39.4309501Z    "Date": "Wed, 20 Aug 2025 19:00:39 GMT"
2025-08-20T19:00:39.4309822Z    "Content-Length": "0"
2025-08-20T19:00:39.4310160Z    "X-Github-Request-Id": "2000:F18A:B91AC:CA256:68A61B57"
2025-08-20T19:00:39.4310552Z    "Content-Type": "application/json"
2025-08-20T19:00:39.4311144Z    "Docker-Content-Digest": "sha256:d6e64b26bf9f22ec30c97aa4f1b5576d5f7262f940c2fe6d1f4fb868ea9f4dbb"
2025-08-20T19:00:39.4312173Z Pushed [registry] ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check:HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:00:39.4312979Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:00:39.4313542Z Digest: sha256:d6e64b26bf9f22ec30c97aa4f1b5576d5f7262f940c2fe6d1f4fb868ea9f4dbb
2025-08-20T19:00:47.1030522Z Uploading 6a0e49256767 CHECKSUM.sig
2025-08-20T19:00:47.1207303Z Exists    da7c3c4454e3 LICENSE
2025-08-20T19:00:47.1215553Z Uploading 3b6aa658421c binary-security-check.sig
2025-08-20T19:00:47.1327073Z Uploading 0d66381c5464 binary-security-check
2025-08-20T19:00:47.1448497Z Uploading 78e903da0c22 LICENSE.sig
2025-08-20T19:00:48.0643654Z Uploaded  6a0e49256767 CHECKSUM.sig
2025-08-20T19:00:48.0840034Z Uploaded  3b6aa658421c binary-security-check.sig
2025-08-20T19:00:48.1050643Z Uploading 6dae12aca1b2 SBUILD
2025-08-20T19:00:48.1349912Z Uploading ff624c714110 SBUILD.sig
2025-08-20T19:00:48.1595477Z Uploaded  78e903da0c22 LICENSE.sig
2025-08-20T19:00:48.1707860Z Uploaded  0d66381c5464 binary-security-check
2025-08-20T19:00:48.1888381Z Uploading 37e46eb0d2fb binary-security-check.json
2025-08-20T19:00:48.9930626Z Uploaded  6dae12aca1b2 SBUILD
2025-08-20T19:00:49.0578406Z Uploading 7f0e6bfbd81d binary-security-check.json.sig
2025-08-20T19:00:49.0909365Z Uploaded  ff624c714110 SBUILD.sig
2025-08-20T19:00:49.1103420Z Uploading ab5e9a45f1a0 binary-security-check.log
2025-08-20T19:00:49.2219301Z Uploaded  37e46eb0d2fb binary-security-check.json
2025-08-20T19:00:49.2539273Z Uploading e011b4c787f0 binary-security-check.log.sig
2025-08-20T19:00:50.0359244Z Uploaded  7f0e6bfbd81d binary-security-check.json.sig
2025-08-20T19:00:50.0580023Z Exists    424bb9b641ce binary-security-check.version
2025-08-20T19:00:50.1352095Z Uploading f5fb5792371e CHECKSUM
2025-08-20T19:00:50.1874412Z Uploaded  e011b4c787f0 binary-security-check.log.sig
2025-08-20T19:00:51.1439652Z Uploaded  f5fb5792371e CHECKSUM
2025-08-20T19:00:51.5430712Z Exists    11cf0313013e binary-security-check.png
2025-08-20T19:00:53.2637357Z Uploading 61adacaf7c04 binary-security-check.version.sig
2025-08-20T19:00:57.6889691Z Uploaded  61adacaf7c04 binary-security-check.version.sig
2025-08-20T19:00:58.6993972Z Uploaded  ab5e9a45f1a0 binary-security-check.log
2025-08-20T19:00:58.6994556Z Uploading 16759b61b617 binary-security-check
2025-08-20T19:00:59.0141824Z Uploaded  16759b61b617 binary-security-check
2025-08-20T19:00:59.0143342Z Pushed [registry] ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check:HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:00:59.0144656Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:00:59.0145506Z Digest: sha256:16759b61b61770fae495b452fbd3fdbe8ec76c89135ac3856c83e96f930a40f2
2025-08-20T19:01:07.0733621Z 
2025-08-20T19:01:07.0734348Z [+] Registry --> https://ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:07.0735774Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/binary-security-check/official/binary-security-check?tag=HEAD-287f359-250818T185121-x86_64-linux&manifest 
2025-08-20T19:01:07.0736474Z 
2025-08-20T19:01:10.3371759Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:01:10.9015455Z ./BUILD_ARTIFACTS.tar : 32.79%   (   123 MiB =>   40.4 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:01:10.9288745Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:01:10.9327144Z 
2025-08-20T19:01:10.9327908Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml :: 00(Hr):03(Min):15(Sec)
2025-08-20T19:01:10.9328978Z 
2025-08-20T19:01:10.9343332Z 
2025-08-20T19:01:10.9343751Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:01:10 PM) UTC
2025-08-20T19:01:10.9344167Z 
2025-08-20T19:01:11.1480711Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:01:11.1531782Z ##[group]Run ##Presets
2025-08-20T19:01:11.1532146Z [36;1m##Presets[0m
2025-08-20T19:01:11.1532352Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:11.1532560Z [36;1m#-------------#[0m
2025-08-20T19:01:11.1532754Z [36;1m##Debug?[0m
2025-08-20T19:01:11.1532996Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:01:11.1533284Z [36;1m  set -x[0m
2025-08-20T19:01:11.1533461Z [36;1mfi[0m
2025-08-20T19:01:11.1533634Z [36;1m#-------------#[0m
2025-08-20T19:01:11.1533830Z [36;1m##Set ENV[0m
2025-08-20T19:01:11.1534061Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:01:11.1534555Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-287f359-250818T185121-x86_64-linux"[0m
2025-08-20T19:01:11.1535096Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-287f359-250818T185121-x86_64-linux"[0m
2025-08-20T19:01:11.1535784Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809"[0m
2025-08-20T19:01:11.1536412Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:01:11.1537521Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:11.1538003Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:11.1538342Z [36;1m fi[0m
2025-08-20T19:01:11.1538522Z [36;1m##Push[0m
2025-08-20T19:01:11.1538750Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:01:11.1539037Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:01:11.1539419Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:01:11.1539891Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:01:11.1540335Z [36;1m     ls -sh "/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:01:11.1540675Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:01:11.1540898Z [36;1m       {[0m
2025-08-20T19:01:11.1541087Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:01:11.1541424Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:01:11.1541860Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:01:11.1542287Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:01:11.1542817Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-287f359-250818T185121-x86_64-linux")[0m
2025-08-20T19:01:11.1543524Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107517809")[0m
2025-08-20T19:01:11.1544121Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107517809")[0m
2025-08-20T19:01:11.1544944Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check:HEAD-287f359-250818T185121-x86_64-linux")[0m
2025-08-20T19:01:11.1545933Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T19:00:32Z")[0m
2025-08-20T19:01:11.1546428Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-287f359-250818T185121")[0m
2025-08-20T19:01:11.1547132Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T19:00:32Z")[0m
2025-08-20T19:01:11.1547916Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check")[0m
2025-08-20T19:01:11.1548674Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:01:11.1549195Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-287f359-250818T185121")[0m
2025-08-20T19:01:11.1549908Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-287f359-250818T185121")[0m
2025-08-20T19:01:11.1550741Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check")[0m
2025-08-20T19:01:11.1551571Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-binary-security-check")[0m
2025-08-20T19:01:11.1552218Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://codeberg.org/koutheir/binary-security-check")[0m
2025-08-20T19:01:11.1552795Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:01:11.1553302Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-287f359-250818T185121")[0m
2025-08-20T19:01:11.1553782Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:01:11.1554274Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:01:11.1554708Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:01:11.1554962Z [36;1m         #Check[0m
2025-08-20T19:01:11.1555546Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T19:00:32Z" ]]; then[0m
2025-08-20T19:01:11.1556267Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:01:11.1556612Z [36;1m            break[0m
2025-08-20T19:01:11.1557045Z [36;1m          else[0m
2025-08-20T19:01:11.1557446Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:01:11.1557872Z [36;1m          fi[0m
2025-08-20T19:01:11.1558099Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:01:11.1558355Z [36;1m        done[0m
2025-08-20T19:01:11.1558538Z [36;1m       }[0m
2025-08-20T19:01:11.1558739Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:01:11.1558984Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:01:11.1559573Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T19:00:32Z" ]]; then[0m
2025-08-20T19:01:11.1560338Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:01:11.1560746Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:01:11.1561002Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:01:11.1561603Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T19:00:32Z" ]]; then[0m
2025-08-20T19:01:11.1562341Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:01:11.1562980Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:01:11.1563375Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:01:11.1563608Z [36;1m           fi[0m
2025-08-20T19:01:11.1563803Z [36;1m       fi[0m
2025-08-20T19:01:11.1563984Z [36;1m   fi[0m
2025-08-20T19:01:11.1564148Z [36;1m fi[0m
2025-08-20T19:01:11.1564334Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:01:11.1668802Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:11.1669045Z env:
2025-08-20T19:01:11.1669221Z   CROSS_COMPILING: NO
2025-08-20T19:01:11.1669437Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:11.1669666Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:11.1669887Z   ON_QEMU: NO
2025-08-20T19:01:11.1670056Z   DEBUG: 0
2025-08-20T19:01:11.1670232Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:11.1670608Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:11.1670958Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:11.1671306Z   KEEP_LOGS: YES
2025-08-20T19:01:11.1671498Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:11.1671732Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:11.1671987Z   SBUILD_REBUILD: false
2025-08-20T19:01:11.1672581Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:11.1673194Z   BUILD_SYS: docker://rust
2025-08-20T19:01:11.1673414Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:11.1673608Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:11.1673801Z   SYSTMP: /tmp
2025-08-20T19:01:11.1673978Z   GHA_MODE: MATRIX
2025-08-20T19:01:11.1674403Z   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-20T19:01:11.1674923Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:11.1675242Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:11.1675626Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:11.1676097Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:11.1676470Z   PKG_TYPE: static
2025-08-20T19:01:11.1676668Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:11.1677147Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:11.1677517Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:11.1677870Z   BUILD_ID: 17107517809
2025-08-20T19:01:11.1678084Z   PKG_NAME: binary-security-check
2025-08-20T19:01:11.1678326Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:11.1678569Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:11.1678819Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:11.1679207Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:11.1679668Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:11.1680202Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:11.1680779Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:11.1681090Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:11.1681475Z   GHCR_TOKEN: ***
2025-08-20T19:01:11.1681756Z   GITHUB_TOKEN: ***
2025-08-20T19:01:11.1681981Z   GITLAB_TOKEN: ***
2025-08-20T19:01:11.1683077Z   MINISIGN_KEY: ***
2025-08-20T19:01:11.1683272Z ##[endgroup]
2025-08-20T19:01:11.1774726Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:01:11.1785063Z 41M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:01:11.1798218Z total 3.5M
2025-08-20T19:01:11.1798531Z 4.0K CHECKSUM
2025-08-20T19:01:11.1798731Z 4.0K CHECKSUM.sig
2025-08-20T19:01:11.1799002Z 4.0K LICENSE
2025-08-20T19:01:11.1799301Z 4.0K LICENSE.sig
2025-08-20T19:01:11.1799597Z 8.0K SBUILD
2025-08-20T19:01:11.1799902Z 4.0K SBUILD.sig
2025-08-20T19:01:11.1800220Z 4.0K SBUILD_TEMP
2025-08-20T19:01:11.1800835Z 2.6M binary-security-check
2025-08-20T19:01:11.1801225Z 4.0K binary-security-check.json
2025-08-20T19:01:11.1801644Z 4.0K binary-security-check.json.sig
2025-08-20T19:01:11.1802071Z 404K binary-security-check.log
2025-08-20T19:01:11.1802488Z 4.0K binary-security-check.log.sig
2025-08-20T19:01:11.1802914Z  40K binary-security-check.png
2025-08-20T19:01:11.1803310Z 4.0K binary-security-check.sig
2025-08-20T19:01:11.1803718Z 404K binary-security-check.static.log
2025-08-20T19:01:11.1804199Z 4.0K binary-security-check.static.version
2025-08-20T19:01:11.1804700Z 4.0K binary-security-check.static.version.sig
2025-08-20T19:01:11.1805178Z 4.0K binary-security-check.version
2025-08-20T19:01:11.1805612Z 4.0K binary-security-check.version.sig
2025-08-20T19:01:13.6601683Z Uploading 2e96af224459 BUILD_ARTIFACTS.zstd
2025-08-20T19:01:14.8651253Z Uploaded  2e96af224459 BUILD_ARTIFACTS.zstd
2025-08-20T19:01:14.8652347Z Uploading c2a3b48be739 SRCBUILD-binary-security-check
2025-08-20T19:01:15.2155780Z Uploaded  c2a3b48be739 SRCBUILD-binary-security-check
2025-08-20T19:01:15.2157564Z Pushed [registry] ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809:HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:15.2158954Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T19:01:15.2159746Z Digest: sha256:c2a3b48be73985c4a622b71df4ee3dd8c9a0530eecf26121c26b44e5d8d0a074
2025-08-20T19:01:21.8660047Z 
2025-08-20T19:01:21.8660883Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:21.8661499Z 
2025-08-20T19:01:22.0289144Z ##[group]Run ##Presets
2025-08-20T19:01:22.0289397Z [36;1m##Presets[0m
2025-08-20T19:01:22.0289592Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:22.0289801Z [36;1m#-------------#[0m
2025-08-20T19:01:22.0289995Z [36;1m##Debug?[0m
2025-08-20T19:01:22.0290230Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:01:22.0290528Z [36;1m  set -x[0m
2025-08-20T19:01:22.0290701Z [36;1mfi[0m
2025-08-20T19:01:22.0290878Z [36;1m#-------------#[0m
2025-08-20T19:01:22.0291133Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:01:22.0291456Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:01:22.0341208Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:22.0341440Z env:
2025-08-20T19:01:22.0341620Z   CROSS_COMPILING: NO
2025-08-20T19:01:22.0341834Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:22.0342054Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:22.0342268Z   ON_QEMU: NO
2025-08-20T19:01:22.0342478Z   DEBUG: 0
2025-08-20T19:01:22.0342657Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:22.0342876Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:22.0343207Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:22.0343559Z   KEEP_LOGS: YES
2025-08-20T19:01:22.0343756Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:22.0344001Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:22.0344258Z   SBUILD_REBUILD: false
2025-08-20T19:01:22.0344853Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:22.0345470Z   BUILD_SYS: docker://rust
2025-08-20T19:01:22.0345683Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:22.0345879Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:22.0346070Z   SYSTMP: /tmp
2025-08-20T19:01:22.0346246Z   GHA_MODE: MATRIX
2025-08-20T19:01:22.0346679Z   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-20T19:01:22.0347379Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:22.0347700Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:22.0348080Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:22.0348553Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:22.0349108Z   PKG_TYPE: static
2025-08-20T19:01:22.0349306Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:22.0349530Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:22.0349902Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:22.0350262Z   BUILD_ID: 17107517809
2025-08-20T19:01:22.0350471Z   PKG_NAME: binary-security-check
2025-08-20T19:01:22.0350714Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:22.0350950Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:22.0351196Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:22.0351595Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:22.0352063Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:22.0352603Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:22.0353178Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:22.0353507Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:22.0353773Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:22.0354356Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:22.0354872Z ##[endgroup]
2025-08-20T19:01:22.0506979Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:01:22.0507285Z with:
2025-08-20T19:01:22.0507521Z   name: Bincache_binary-security-check_x86_64-Linux
2025-08-20T19:01:22.0507857Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:01:22.0508143Z   compression-level: 0
2025-08-20T19:01:22.0508345Z   retention-days: 30
2025-08-20T19:01:22.0508537Z   overwrite: true
2025-08-20T19:01:22.0508729Z   if-no-files-found: warn
2025-08-20T19:01:22.0508947Z   include-hidden-files: false
2025-08-20T19:01:22.0509161Z env:
2025-08-20T19:01:22.0509327Z   CROSS_COMPILING: NO
2025-08-20T19:01:22.0509539Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:22.0509754Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:22.0509958Z   ON_QEMU: NO
2025-08-20T19:01:22.0510130Z   DEBUG: 0
2025-08-20T19:01:22.0510306Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:22.0510522Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:22.0510889Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:22.0511235Z   KEEP_LOGS: YES
2025-08-20T19:01:22.0511421Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:22.0511651Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:22.0511900Z   SBUILD_REBUILD: false
2025-08-20T19:01:22.0512484Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:22.0513093Z   BUILD_SYS: docker://rust
2025-08-20T19:01:22.0513309Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:22.0513505Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:22.0513702Z   SYSTMP: /tmp
2025-08-20T19:01:22.0513883Z   GHA_MODE: MATRIX
2025-08-20T19:01:22.0514309Z   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-20T19:01:22.0514818Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:22.0515132Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:22.0515511Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:22.0515987Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:22.0516356Z   PKG_TYPE: static
2025-08-20T19:01:22.0516549Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:22.0517027Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:22.0517407Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:22.0517781Z   BUILD_ID: 17107517809
2025-08-20T19:01:22.0518002Z   PKG_NAME: binary-security-check
2025-08-20T19:01:22.0518243Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:22.0518658Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:22.0518906Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:22.0519303Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:22.0519758Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:22.0520295Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:22.0520887Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:22.0521244Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:22.0521519Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:22.0522109Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:22.0522639Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:22.0522865Z ##[endgroup]
2025-08-20T19:01:22.2831741Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:01:22.2835181Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:01:22.2835981Z With the provided path, there will be 2 files uploaded
2025-08-20T19:01:22.4064776Z Artifact name is valid!
2025-08-20T19:01:22.4066286Z Root directory input is valid!
2025-08-20T19:01:22.4453799Z Beginning upload of artifact content to blob storage
2025-08-20T19:01:22.8184424Z Uploaded bytes 8388608
2025-08-20T19:01:22.8320356Z Uploaded bytes 16777216
2025-08-20T19:01:22.9141916Z Uploaded bytes 25165824
2025-08-20T19:01:22.9337655Z Uploaded bytes 33554432
2025-08-20T19:01:23.0101643Z Uploaded bytes 41943040
2025-08-20T19:01:23.0828222Z Uploaded bytes 43150152
2025-08-20T19:01:23.1013203Z Finished uploading artifact content to blob storage!
2025-08-20T19:01:23.1016584Z SHA256 digest of uploaded artifact zip is da8c408ee726881974a6e29e5f44b389992e0159754410b592d964552161e46e
2025-08-20T19:01:23.1017402Z Finalizing artifact upload
2025-08-20T19:01:23.1783113Z Artifact Bincache_binary-security-check_x86_64-Linux.zip successfully finalized. Artifact ID 3812208302
2025-08-20T19:01:23.1784739Z Artifact Bincache_binary-security-check_x86_64-Linux has been successfully uploaded! Final size is 43150152 bytes. Artifact ID is 3812208302
2025-08-20T19:01:23.1791689Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107517809/artifacts/3812208302
2025-08-20T19:01:23.1967183Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:01:23.1967522Z with:
2025-08-20T19:01:23.1967882Z   subject-name: binary-security-check-17107517809-HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.1968789Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:01:23.1969518Z   show-summary: true
2025-08-20T19:01:23.1969760Z   push-to-registry: false
2025-08-20T19:01:23.1970121Z   github-token: ***
2025-08-20T19:01:23.1970322Z env:
2025-08-20T19:01:23.1970501Z   CROSS_COMPILING: NO
2025-08-20T19:01:23.1970714Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:23.1970944Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:23.1971162Z   ON_QEMU: NO
2025-08-20T19:01:23.1971338Z   DEBUG: 0
2025-08-20T19:01:23.1971525Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:23.1971752Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:23.1972123Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:23.1972487Z   KEEP_LOGS: YES
2025-08-20T19:01:23.1972683Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:23.1972920Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:23.1973185Z   SBUILD_REBUILD: false
2025-08-20T19:01:23.1973776Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:23.1974414Z   BUILD_SYS: docker://rust
2025-08-20T19:01:23.1974823Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:23.1975027Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:23.1975227Z   SYSTMP: /tmp
2025-08-20T19:01:23.1975416Z   GHA_MODE: MATRIX
2025-08-20T19:01:23.1975855Z   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-20T19:01:23.1976386Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:23.1976952Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:23.1977509Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:23.1977988Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:23.1978367Z   PKG_TYPE: static
2025-08-20T19:01:23.1978563Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:23.1978795Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:23.1979178Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:23.1979546Z   BUILD_ID: 17107517809
2025-08-20T19:01:23.1979764Z   PKG_NAME: binary-security-check
2025-08-20T19:01:23.1980012Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:23.1980250Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:23.1980509Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:23.1980906Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:23.1981368Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.1981904Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:23.1982491Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:23.1982820Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:23.1983090Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.1983681Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:23.1984217Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:23.1984449Z ##[endgroup]
2025-08-20T19:01:23.2056576Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:01:23.2057300Z env:
2025-08-20T19:01:23.2057483Z   CROSS_COMPILING: NO
2025-08-20T19:01:23.2057698Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:23.2057930Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:23.2058343Z   ON_QEMU: NO
2025-08-20T19:01:23.2058532Z   DEBUG: 0
2025-08-20T19:01:23.2058716Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:23.2058946Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:23.2059296Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:23.2059656Z   KEEP_LOGS: YES
2025-08-20T19:01:23.2059851Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:23.2060091Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:23.2060356Z   SBUILD_REBUILD: false
2025-08-20T19:01:23.2060957Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:23.2061578Z   BUILD_SYS: docker://rust
2025-08-20T19:01:23.2061798Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:23.2061995Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:23.2062191Z   SYSTMP: /tmp
2025-08-20T19:01:23.2062374Z   GHA_MODE: MATRIX
2025-08-20T19:01:23.2062821Z   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-20T19:01:23.2063359Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:23.2063710Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:23.2064108Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:23.2064600Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:23.2064982Z   PKG_TYPE: static
2025-08-20T19:01:23.2065311Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:23.2065542Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:23.2065921Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:23.2066285Z   BUILD_ID: 17107517809
2025-08-20T19:01:23.2066501Z   PKG_NAME: binary-security-check
2025-08-20T19:01:23.2066896Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:23.2067142Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:23.2067407Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:23.2067801Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:23.2068264Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.2068802Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:23.2069410Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:23.2069735Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:23.2070015Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.2070613Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:23.2071155Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:23.2071385Z ##[endgroup]
2025-08-20T19:01:23.6032826Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:01:23.6033170Z with:
2025-08-20T19:01:23.6033861Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:01:23.6034762Z   subject-name: binary-security-check-17107517809-HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.6035258Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:01:23.6038311Z   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/17107517809/attempts/1"}}}
2025-08-20T19:01:23.6040884Z   push-to-registry: false
2025-08-20T19:01:23.6041119Z   show-summary: true
2025-08-20T19:01:23.6041542Z   github-token: ***
2025-08-20T19:01:23.6041746Z env:
2025-08-20T19:01:23.6041930Z   CROSS_COMPILING: NO
2025-08-20T19:01:23.6042148Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:23.6042395Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:23.6042619Z   ON_QEMU: NO
2025-08-20T19:01:23.6042800Z   DEBUG: 0
2025-08-20T19:01:23.6042985Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:23.6043216Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:23.6043553Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:23.6043912Z   KEEP_LOGS: YES
2025-08-20T19:01:23.6044114Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:23.6044372Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:23.6044639Z   SBUILD_REBUILD: false
2025-08-20T19:01:23.6045226Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:23.6045845Z   BUILD_SYS: docker://rust
2025-08-20T19:01:23.6046069Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:23.6046272Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:23.6046475Z   SYSTMP: /tmp
2025-08-20T19:01:23.6046669Z   GHA_MODE: MATRIX
2025-08-20T19:01:23.6047399Z   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-20T19:01:23.6047918Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:23.6048248Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:23.6048643Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:23.6049132Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:23.6049518Z   PKG_TYPE: static
2025-08-20T19:01:23.6049714Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:23.6049947Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:23.6050328Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:23.6050692Z   BUILD_ID: 17107517809
2025-08-20T19:01:23.6050911Z   PKG_NAME: binary-security-check
2025-08-20T19:01:23.6051164Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:23.6051413Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:23.6051686Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:23.6052090Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:23.6052557Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.6053107Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:23.6053710Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:23.6054041Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:23.6054328Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:23.6054928Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:23.6055462Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:23.6055696Z ##[endgroup]
2025-08-20T19:01:24.8609848Z Attestation created for 18 subjects
2025-08-20T19:01:24.8614251Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:01:24.8614979Z -----BEGIN CERTIFICATE-----
2025-08-20T19:01:24.8615589Z MIIG7jCCBnWgAwIBAgIUUybz+dxXqrxf5wFy9qz4j5aDliQwCgYIKoZIzj0EAwMw
2025-08-20T19:01:24.8616501Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:01:24.8617598Z cm1lZGlhdGUwHhcNMjUwODIwMTkwMTI0WhcNMjUwODIwMTkxMTI0WjAAMFkwEwYH
2025-08-20T19:01:24.8618747Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEFsbLdkStcT0JR7JbHVTEE2GCP16aydT46X7s
2025-08-20T19:01:24.8619618Z u2i/UNCB6XafgxV7h4L02f9rMwG5I4HyfhK4+WO5OcNv8lrr0KOCBZQwggWQMA4G
2025-08-20T19:01:24.8620466Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUODAl
2025-08-20T19:01:24.8621293Z j+4ZqyGJWY8iZd/VrnVTBf8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:01:24.8622090Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:01:24.8622905Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:01:24.8623750Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:01:24.8624564Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:01:24.8625348Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:01:24.8626174Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:01:24.8627185Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:01:24.8628038Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:01:24.8628899Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:01:24.8629727Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:01:24.8630541Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:01:24.8631390Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:01:24.8632223Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:01:24.8633339Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:01:24.8634206Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:01:24.8635062Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:01:24.8635922Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:01:24.8636920Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:01:24.8637770Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:01:24.8638610Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:01:24.8639461Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:01:24.8640330Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:01:24.8641186Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:01:24.8642047Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTE3ODA5L2F0
2025-08-20T19:01:24.8642905Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T19:01:24.8643761Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI23w1
2025-08-20T19:01:24.8644614Z AAAEAwBHMEUCIFZ7e51uSjjGITAE8A8oGfcNRheYZ2j4UaVfv5obJkQMAiEAhlII
2025-08-20T19:01:24.8645448Z 4GKcRKY+D4yQlvAaptdsV61nlxghf04XsLb261QwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T19:01:24.8646273Z T2u2bZb2hX1Hu5FFkGPWR99YxMKlAsLGMXxMUb9qePowCrYIO3vC2oepy6vWX8Hp
2025-08-20T19:01:24.8647300Z AjAPk16lmmhotMaFmnBh80qNarscnF4CDFdVy1JROdn21y2ceiePL+xHaY811y1W
2025-08-20T19:01:24.8647900Z GJo=
2025-08-20T19:01:24.8648197Z -----END CERTIFICATE-----
2025-08-20T19:01:24.8648444Z 
2025-08-20T19:01:24.8648980Z ##[endgroup]
2025-08-20T19:01:24.8649686Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:01:24.8650365Z https://search.sigstore.dev?logIndex=413928337
2025-08-20T19:01:24.8650973Z [36mAttestation uploaded to repository[39m
2025-08-20T19:01:24.8651545Z https://github.com/pkgforge/bincache/attestations/9868520
2025-08-20T19:01:24.9427345Z ##[group]Run ##Presets
2025-08-20T19:01:24.9427637Z [36;1m##Presets[0m
2025-08-20T19:01:24.9427849Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:24.9428065Z [36;1m#-------------#[0m
2025-08-20T19:01:24.9428269Z [36;1m##Debug?[0m
2025-08-20T19:01:24.9428519Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:01:24.9428812Z [36;1m  set -x[0m
2025-08-20T19:01:24.9429008Z [36;1mfi[0m
2025-08-20T19:01:24.9429194Z [36;1m#-------------#[0m
2025-08-20T19:01:24.9429518Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:01:24.9430090Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/binary-security-check/official"[0m
2025-08-20T19:01:24.9430559Z [36;1m exit 1[0m
2025-08-20T19:01:24.9430742Z [36;1mfi[0m
2025-08-20T19:01:24.9479199Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:24.9479437Z env:
2025-08-20T19:01:24.9479633Z   CROSS_COMPILING: NO
2025-08-20T19:01:24.9479886Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:24.9480122Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:24.9480341Z   ON_QEMU: NO
2025-08-20T19:01:24.9480518Z   DEBUG: 0
2025-08-20T19:01:24.9480700Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:24.9480931Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:24.9481278Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:24.9481637Z   KEEP_LOGS: YES
2025-08-20T19:01:24.9481837Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:24.9482077Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:24.9482346Z   SBUILD_REBUILD: false
2025-08-20T19:01:24.9482949Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:24.9483591Z   BUILD_SYS: docker://rust
2025-08-20T19:01:24.9483817Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:24.9484021Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:24.9484387Z   SYSTMP: /tmp
2025-08-20T19:01:24.9484578Z   GHA_MODE: MATRIX
2025-08-20T19:01:24.9485013Z   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-20T19:01:24.9485528Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:24.9485861Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:24.9486254Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:24.9486943Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:24.9487336Z   PKG_TYPE: static
2025-08-20T19:01:24.9487538Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:24.9487771Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:24.9488148Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:24.9488511Z   BUILD_ID: 17107517809
2025-08-20T19:01:24.9488732Z   PKG_NAME: binary-security-check
2025-08-20T19:01:24.9488991Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:24.9489232Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:24.9489492Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:24.9489896Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:24.9490367Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:24.9490914Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:24.9491496Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:24.9491816Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:24.9492089Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:24.9492680Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:24.9493208Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:24.9493449Z ##[endgroup]
2025-08-20T19:01:24.9581279Z ##[group]Run ##Presets
2025-08-20T19:01:24.9581534Z [36;1m##Presets[0m
2025-08-20T19:01:24.9581739Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:24.9581961Z [36;1m#-------------#[0m
2025-08-20T19:01:24.9582172Z [36;1m##Debug?[0m
2025-08-20T19:01:24.9582427Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:01:24.9582726Z [36;1m  set -x[0m
2025-08-20T19:01:24.9582919Z [36;1mfi[0m
2025-08-20T19:01:24.9583106Z [36;1m#-------------#[0m
2025-08-20T19:01:24.9583362Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:01:24.9583892Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/binary-security-check/official"[0m
2025-08-20T19:01:24.9584365Z [36;1m exit 1[0m
2025-08-20T19:01:24.9584553Z [36;1mfi[0m
2025-08-20T19:01:24.9627616Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:24.9627861Z env:
2025-08-20T19:01:24.9628046Z   CROSS_COMPILING: NO
2025-08-20T19:01:24.9628313Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:24.9628552Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:24.9628775Z   ON_QEMU: NO
2025-08-20T19:01:24.9628957Z   DEBUG: 0
2025-08-20T19:01:24.9629145Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:24.9629376Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:24.9629735Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:24.9630102Z   KEEP_LOGS: YES
2025-08-20T19:01:24.9630303Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:24.9630549Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:24.9630818Z   SBUILD_REBUILD: false
2025-08-20T19:01:24.9631425Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:24.9632064Z   BUILD_SYS: docker://rust
2025-08-20T19:01:24.9632303Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:24.9632511Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:24.9632715Z   SYSTMP: /tmp
2025-08-20T19:01:24.9633069Z   GHA_MODE: MATRIX
2025-08-20T19:01:24.9633514Z   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-20T19:01:24.9634096Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:24.9634541Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:24.9635168Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:24.9635756Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:24.9646892Z   PKG_TYPE: static
2025-08-20T19:01:24.9647198Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:24.9647456Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:24.9647860Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:24.9648241Z   BUILD_ID: 17107517809
2025-08-20T19:01:24.9648472Z   PKG_NAME: binary-security-check
2025-08-20T19:01:24.9648731Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:24.9648998Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:24.9649268Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:24.9649680Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:24.9650149Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:24.9650705Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:24.9651309Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:24.9651641Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:24.9651936Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:24.9652543Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:24.9653082Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:24.9653321Z ##[endgroup]
2025-08-20T19:01:24.9736489Z ##[group]Run ##Presets
2025-08-20T19:01:24.9736979Z [36;1m##Presets[0m
2025-08-20T19:01:24.9737204Z [36;1mset +x ; set +e[0m
2025-08-20T19:01:24.9737420Z [36;1m#-------------#[0m
2025-08-20T19:01:24.9737620Z [36;1m##Debug?[0m
2025-08-20T19:01:24.9737869Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:01:24.9738162Z [36;1m  set -x[0m
2025-08-20T19:01:24.9738349Z [36;1mfi[0m
2025-08-20T19:01:24.9738536Z [36;1m#-------------#[0m
2025-08-20T19:01:24.9738882Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:01:24.9739286Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:01:24.9739594Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:01:24.9739860Z [36;1mfi[0m
2025-08-20T19:01:24.9782638Z shell: /usr/bin/bash -e {0}
2025-08-20T19:01:24.9782876Z env:
2025-08-20T19:01:24.9783060Z   CROSS_COMPILING: NO
2025-08-20T19:01:24.9783313Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T19:01:24.9783550Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T19:01:24.9783771Z   ON_QEMU: NO
2025-08-20T19:01:24.9783951Z   DEBUG: 0
2025-08-20T19:01:24.9784135Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T19:01:24.9784368Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T19:01:24.9784726Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/binary-security-check/official
2025-08-20T19:01:24.9785087Z   KEEP_LOGS: YES
2025-08-20T19:01:24.9785286Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:01:24.9785529Z   PKG_FAMILY_LOCAL: binary-security-check
2025-08-20T19:01:24.9785792Z   SBUILD_REBUILD: false
2025-08-20T19:01:24.9786392Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/binary-security-check/static.official.source.yaml
2025-08-20T19:01:24.9787295Z   BUILD_SYS: docker://rust
2025-08-20T19:01:24.9787523Z   BUILD_ON_HOST: FALSE
2025-08-20T19:01:24.9787720Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:01:24.9787917Z   SYSTMP: /tmp
2025-08-20T19:01:24.9788106Z   GHA_MODE: MATRIX
2025-08-20T19:01:24.9788698Z   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-20T19:01:24.9789209Z   INPUT_SBUILD: /tmp/pkgforge/0je1w7rwF_build.yaml
2025-08-20T19:01:24.9789532Z   BUILD_DIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml
2025-08-20T19:01:24.9789921Z   SBUILD_OUTDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:24.9790400Z   SBUILD_TMPDIR: /tmp/pkgforge/DOF9A5d_0je1w7rwF_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:01:24.9790778Z   PKG_TYPE: static
2025-08-20T19:01:24.9790975Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:01:24.9791209Z   SBUILD_PKGVER: HEAD-287f359-250818T185121
2025-08-20T19:01:24.9791595Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107517809
2025-08-20T19:01:24.9791961Z   BUILD_ID: 17107517809
2025-08-20T19:01:24.9792185Z   PKG_NAME: binary-security-check
2025-08-20T19:01:24.9792433Z   PKG_DATE: 2025-08-20T19:00:32Z
2025-08-20T19:01:24.9792678Z   PKG_VERSION: HEAD-287f359-250818T185121
2025-08-20T19:01:24.9792938Z   PKG_VERSION_UPSTREAM: 
2025-08-20T19:01:24.9793328Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check
2025-08-20T19:01:24.9793786Z   GHCRPKG_TAG: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:24.9794324Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/binary-security-check/official/binary-security-check
2025-08-20T19:01:24.9794906Z   PKG_SRCURL: https://codeberg.org/koutheir/binary-security-check
2025-08-20T19:01:24.9795231Z   PUSH_SUCCESSFUL: YES
2025-08-20T19:01:24.9795500Z   GHCRPKG_TAG_SRCBUILD: HEAD-287f359-250818T185121-x86_64-linux
2025-08-20T19:01:24.9796089Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/binary-security-check/official/binary-security-check-srcbuild-17107517809
2025-08-20T19:01:24.9796622Z   UTC_TIME: 2025_08_20T07_01_22_PM
2025-08-20T19:01:24.9796984Z ##[endgroup]
2025-08-20T19:01:24.9867576Z EXITED
2025-08-20T19:01:24.9909303Z Cleaning up orphan processes
