﻿2025-08-18T22:01:31.6424923Z Current runner version: '2.327.1'
2025-08-18T22:01:31.6458390Z ##[group]Runner Image Provisioner
2025-08-18T22:01:31.6459864Z Hosted Compute Agent
2025-08-18T22:01:31.6460870Z Version: 20250818.377
2025-08-18T22:01:31.6461966Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-18T22:01:31.6463616Z Build Date: 2025-08-18T14:52:18Z
2025-08-18T22:01:31.6464764Z ##[endgroup]
2025-08-18T22:01:31.6465924Z ##[group]Operating System
2025-08-18T22:01:31.6466927Z Ubuntu
2025-08-18T22:01:31.6467884Z 24.04.2
2025-08-18T22:01:31.6468836Z LTS
2025-08-18T22:01:31.6469794Z ##[endgroup]
2025-08-18T22:01:31.6470866Z ##[group]Runner Image
2025-08-18T22:01:31.6471952Z Image: ubuntu-24.04
2025-08-18T22:01:31.6473127Z Version: 20250810.1.0
2025-08-18T22:01:31.6475051Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-18T22:01:31.6477895Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-18T22:01:31.6479711Z ##[endgroup]
2025-08-18T22:01:31.6482151Z ##[group]GITHUB_TOKEN Permissions
2025-08-18T22:01:31.6485137Z Attestations: write
2025-08-18T22:01:31.6486397Z Contents: write
2025-08-18T22:01:31.6487444Z Metadata: read
2025-08-18T22:01:31.6488579Z Packages: write
2025-08-18T22:01:31.6489588Z ##[endgroup]
2025-08-18T22:01:31.6492723Z Secret source: Actions
2025-08-18T22:01:31.6494557Z Prepare workflow directory
2025-08-18T22:01:31.6964918Z Prepare all required actions
2025-08-18T22:01:31.7022705Z Getting action download info
2025-08-18T22:01:32.0161215Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-18T22:01:32.3746244Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-18T22:01:32.6793594Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-18T22:01:32.8316154Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-18T22:01:33.1793425Z Getting action download info
2025-08-18T22:01:33.3224945Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-18T22:01:33.7800531Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-18T22:01:34.0551244Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/tinycc/official/glibc)
2025-08-18T22:01:34.1276477Z ##[group]Run ##Presets
2025-08-18T22:01:34.1277485Z [36;1m##Presets[0m
2025-08-18T22:01:34.1278322Z [36;1mset +x ; set +e[0m
2025-08-18T22:01:34.1279217Z [36;1m#-------------#[0m
2025-08-18T22:01:34.1280334Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-18T22:01:34.1281750Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-18T22:01:34.1283356Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.1284604Z [36;1m  fi[0m
2025-08-18T22:01:34.1285714Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-18T22:01:34.1287203Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-18T22:01:34.1288561Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.1289700Z [36;1m  fi[0m
2025-08-18T22:01:34.1290714Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-18T22:01:34.1292160Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-18T22:01:34.1293607Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.1294796Z [36;1m  fi[0m
2025-08-18T22:01:34.1295787Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-18T22:01:34.1297261Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-18T22:01:34.1298709Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-18T22:01:34.1299859Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-18T22:01:34.1301095Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.1302222Z [36;1m     else[0m
2025-08-18T22:01:34.1303345Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.1304474Z [36;1m     fi[0m
2025-08-18T22:01:34.1305239Z [36;1m  fi[0m
2025-08-18T22:01:34.1305981Z [36;1mfi[0m
2025-08-18T22:01:34.1377859Z shell: /usr/bin/bash -e {0}
2025-08-18T22:01:34.1379090Z env:
2025-08-18T22:01:34.1380314Z   GH_TOKEN: ***
2025-08-18T22:01:34.1381356Z ##[endgroup]
2025-08-18T22:01:34.1716547Z ##[group]Run ##Presets
2025-08-18T22:01:34.1717578Z [36;1m##Presets[0m
2025-08-18T22:01:34.1718491Z [36;1mset +x ; set +e[0m
2025-08-18T22:01:34.1719696Z [36;1m#-------------#[0m
2025-08-18T22:01:34.1720857Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-18T22:01:34.1722985Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-18T22:01:34.1724943Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-18T22:01:34.1726538Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-18T22:01:34.1788989Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-18T22:01:34.1791097Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-18T22:01:34.1792647Z [36;1m  exit 1[0m
2025-08-18T22:01:34.1793447Z [36;1mfi[0m
2025-08-18T22:01:34.1836719Z shell: /usr/bin/bash -e {0}
2025-08-18T22:01:34.1837632Z env:
2025-08-18T22:01:34.1838680Z   RO_GHTOKEN: ***
2025-08-18T22:01:34.1839605Z   RO_GLTOKEN: ***
2025-08-18T22:01:34.1844017Z   MINISIGN_KEY: ***
2025-08-18T22:01:34.1844834Z ##[endgroup]
2025-08-18T22:01:34.2021575Z ##[group]Run ##Presets
2025-08-18T22:01:34.2022859Z [36;1m##Presets[0m
2025-08-18T22:01:34.2023713Z [36;1mset +x ; set +e[0m
2025-08-18T22:01:34.2024602Z [36;1m#-------------#[0m
2025-08-18T22:01:34.2025481Z [36;1m##Host Triplet[0m
2025-08-18T22:01:34.2026551Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:01:34.2027798Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-18T22:01:34.2029006Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:01:34.2030199Z [36;1m   export ON_QEMU="YES"[0m
2025-08-18T22:01:34.2031330Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-18T22:01:34.2032817Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-18T22:01:34.2034097Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-18T22:01:34.2035347Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-18T22:01:34.2036406Z [36;1m   fi[0m
2025-08-18T22:01:34.2037441Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:01:34.2038721Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-18T22:01:34.2039890Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:01:34.2041169Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-18T22:01:34.2042303Z [36;1m   export ON_QEMU="NO"[0m
2025-08-18T22:01:34.2043339Z [36;1m fi[0m
2025-08-18T22:01:34.2044404Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2045901Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2047337Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2048695Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2049771Z [36;1m##Debug[0m
2025-08-18T22:01:34.2050600Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-18T22:01:34.2051699Z [36;1m   export DEBUG="1"[0m
2025-08-18T22:01:34.2052797Z [36;1m else[0m
2025-08-18T22:01:34.2053650Z [36;1m   export DEBUG="0"[0m
2025-08-18T22:01:34.2054733Z [36;1m fi[0m
2025-08-18T22:01:34.2055605Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2056705Z [36;1m##Docker Platform[0m
2025-08-18T22:01:34.2057806Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-18T22:01:34.2059037Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-18T22:01:34.2060308Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-18T22:01:34.2061625Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-18T22:01:34.2063108Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-18T22:01:34.2064387Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-18T22:01:34.2065636Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-18T22:01:34.2066879Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-18T22:01:34.2067875Z [36;1m fi[0m
2025-08-18T22:01:34.2068985Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2070587Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2071852Z [36;1m##GHCRPKG_URL[0m
2025-08-18T22:01:34.2073889Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tinycc/official/glibc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:01:34.2075865Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-18T22:01:34.2077040Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2078242Z [36;1m##Logs[0m
2025-08-18T22:01:34.2079078Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-18T22:01:34.2080169Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-18T22:01:34.2081106Z [36;1m else[0m
2025-08-18T22:01:34.2081915Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-18T22:01:34.2083060Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-18T22:01:34.2084063Z [36;1m fi[0m
2025-08-18T22:01:34.2085177Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2086630Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2087942Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-18T22:01:34.2089297Z [36;1m PKG_FAMILY_LOCAL="$(echo "tinycc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:01:34.2090761Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-18T22:01:34.2092011Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2093374Z [36;1m##Rebuild[0m
2025-08-18T22:01:34.2094248Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-18T22:01:34.2095338Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-18T22:01:34.2096335Z [36;1m else[0m
2025-08-18T22:01:34.2097162Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-18T22:01:34.2098147Z [36;1m fi[0m
2025-08-18T22:01:34.2099161Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2100396Z [36;1m ##SBUILD_URL[0m
2025-08-18T22:01:34.2101873Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-18T22:01:34.2104047Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-18T22:01:34.2106962Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml" | tr -d '[:space:]')"[0m
2025-08-18T22:01:34.2109588Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:01:34.2110947Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-18T22:01:34.2112761Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-18T22:01:34.2114310Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-18T22:01:34.2115676Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2116795Z [36;1m    exit 1[0m
2025-08-18T22:01:34.2117606Z [36;1m   else[0m
2025-08-18T22:01:34.2118418Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-18T22:01:34.2119862Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2121166Z [36;1m    #Check for x_exec.host[0m
2025-08-18T22:01:34.2122625Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-18T22:01:34.2123953Z [36;1m      #check if supported[0m
2025-08-18T22:01:34.2125379Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-18T22:01:34.2127302Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-18T22:01:34.2128875Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-18T22:01:34.2130098Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2131231Z [36;1m         exit 1[0m
2025-08-18T22:01:34.2132074Z [36;1m       fi[0m
2025-08-18T22:01:34.2133023Z [36;1m      #get build system[0m
2025-08-18T22:01:34.2134446Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-18T22:01:34.2135919Z [36;1m       export BUILD_SYS[0m
2025-08-18T22:01:34.2137046Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2138381Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-18T22:01:34.2139695Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2140978Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2142291Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-18T22:01:34.2143806Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2145066Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.2146173Z [36;1m       fi[0m
2025-08-18T22:01:34.2147096Z [36;1m     fi[0m
2025-08-18T22:01:34.2147854Z [36;1m   fi[0m
2025-08-18T22:01:34.2148657Z [36;1m popd >/dev/null 2>&1[0m
2025-08-18T22:01:34.2190505Z shell: /usr/bin/bash -e {0}
2025-08-18T22:01:34.2191413Z ##[endgroup]
2025-08-18T22:01:34.5536958Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:01:34.5537569Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:01:34.5537827Z 
2025-08-18T22:01:34.6351218Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:01:34.6352168Z 100  4640  100  4640    0     0  55904      0 --:--:-- --:--:-- --:--:-- 55903
2025-08-18T22:01:34.6353470Z 100  4640  100  4640    0     0  55862      0 --:--:-- --:--:-- --:--:-- 55903
2025-08-18T22:01:34.6364115Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:01:34.6637902Z ##[group]Run ##Presets
2025-08-18T22:01:34.6638262Z [36;1m##Presets[0m
2025-08-18T22:01:34.6638566Z [36;1mset +x ; set +e[0m
2025-08-18T22:01:34.6638860Z [36;1m#-------------#[0m
2025-08-18T22:01:34.6639124Z [36;1m##Debug?[0m
2025-08-18T22:01:34.6639432Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:01:34.6639778Z [36;1m  set -x[0m
2025-08-18T22:01:34.6640010Z [36;1mfi[0m
2025-08-18T22:01:34.6640254Z [36;1m#-------------#[0m
2025-08-18T22:01:34.6640518Z [36;1m##CoreUtils[0m
2025-08-18T22:01:34.6640783Z [36;1msudo apt update -y[0m
2025-08-18T22:01:34.6641195Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-18T22:01:34.6642315Z [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-18T22:01:34.6644223Z [36;1m##tmp[0m
2025-08-18T22:01:34.6644597Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-18T22:01:34.6645171Z [36;1m#GH ENV[0m
2025-08-18T22:01:34.6645475Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.6645854Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.6646295Z [36;1m#-------------#[0m
2025-08-18T22:01:34.6646588Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-18T22:01:34.6646897Z [36;1msudo apt update -y[0m
2025-08-18T22:01:34.6647196Z [36;1msudo apt install dos2unix -y[0m
2025-08-18T22:01:34.6647514Z [36;1m##Setup Minisign[0m
2025-08-18T22:01:34.6647807Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-18T22:01:34.6648375Z [36;1mecho "***[0m
2025-08-18T22:01:34.6649738Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-18T22:01:34.6650096Z [36;1m##User-Agent[0m
2025-08-18T22:01:34.6650936Z [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-18T22:01:34.6651799Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:01:34.6697525Z shell: /usr/bin/bash -e {0}
2025-08-18T22:01:34.6697830Z env:
2025-08-18T22:01:34.6698070Z   CROSS_COMPILING: NO
2025-08-18T22:01:34.6698346Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:01:34.6698643Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:01:34.6698915Z   ON_QEMU: NO
2025-08-18T22:01:34.6699143Z   DEBUG: 0
2025-08-18T22:01:34.6699392Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:01:34.6699736Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:01:34.6700114Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:01:34.6700494Z   KEEP_LOGS: YES
2025-08-18T22:01:34.6700745Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:01:34.6701023Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:01:34.6701306Z   SBUILD_REBUILD: false
2025-08-18T22:01:34.6701971Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:01:34.6702891Z   BUILD_SYS: null
2025-08-18T22:01:34.6703425Z ##[endgroup]
2025-08-18T22:01:34.6957276Z 
2025-08-18T22:01:34.6957812Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:01:34.6958210Z 
2025-08-18T22:01:34.7854139Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:34.8277557Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T22:01:34.8323590Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-18T22:01:34.8385193Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:01:34.8399798Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-18T22:01:34.8414792Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-18T22:01:34.8434806Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-18T22:01:34.9910585Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1335 kB]
2025-08-18T22:01:35.0331587Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [267 kB]
2025-08-18T22:01:35.0355851Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-18T22:01:35.0384405Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1121 kB]
2025-08-18T22:01:35.0451566Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-18T22:01:35.0484415Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-18T22:01:35.0529354Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1694 kB]
2025-08-18T22:01:35.0624976Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [374 kB]
2025-08-18T22:01:35.0686415Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-18T22:01:35.0724408Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-18T22:01:35.1706533Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7068 B]
2025-08-18T22:01:35.1727065Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-18T22:01:35.1752725Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-18T22:01:35.1776688Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-18T22:01:35.1791184Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [212 B]
2025-08-18T22:01:35.1803611Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-18T22:01:35.1876517Z Get:24 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [47.9 kB]
2025-08-18T22:01:35.1918029Z Get:25 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.1 kB]
2025-08-18T22:01:35.2559926Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1065 kB]
2025-08-18T22:01:35.2641169Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [185 kB]
2025-08-18T22:01:35.2666520Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-18T22:01:35.2682564Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [879 kB]
2025-08-18T22:01:35.2747234Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [194 kB]
2025-08-18T22:01:35.2771793Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-18T22:01:35.2790422Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1587 kB]
2025-08-18T22:01:35.2924817Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [350 kB]
2025-08-18T22:01:35.3387960Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-18T22:01:35.3402067Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
2025-08-18T22:01:39.4490572Z Fetched 10.5 MB in 1s (8067 kB/s)
2025-08-18T22:01:40.1237896Z Reading package lists...
2025-08-18T22:01:40.2708147Z Building dependency tree...
2025-08-18T22:01:40.2715032Z Reading state information...
2025-08-18T22:01:40.2846466Z 39 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:01:40.2958781Z 
2025-08-18T22:01:40.2959217Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:01:40.2959541Z 
2025-08-18T22:01:40.3086274Z Reading package lists...
2025-08-18T22:01:40.4562174Z Building dependency tree...
2025-08-18T22:01:40.4570174Z Reading state information...
2025-08-18T22:01:40.6012006Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:01:40.6013630Z bc set to manually installed.
2025-08-18T22:01:40.6016247Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:01:40.6017096Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-18T22:01:40.6018193Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:01:40.6018896Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:01:40.6019587Z The following additional packages will be installed:
2025-08-18T22:01:40.6020323Z   libtime-duration-perl
2025-08-18T22:01:40.6332567Z The following NEW packages will be installed:
2025-08-18T22:01:40.6338703Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-18T22:01:40.6502051Z 0 upgraded, 4 newly installed, 0 to remove and 39 not upgraded.
2025-08-18T22:01:40.6737388Z Need to get 616 kB of archives.
2025-08-18T22:01:40.6738080Z After this operation, 2255 kB of additional disk space will be used.
2025-08-18T22:01:40.6739096Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:40.7041602Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-18T22:01:40.7347017Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-18T22:01:40.7511214Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-18T22:01:40.7858167Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-18T22:01:41.0770668Z Fetched 616 kB in 0s (3760 kB/s)
2025-08-18T22:01:41.1048911Z Selecting previously unselected package fdupes.
2025-08-18T22:01:41.1640700Z (Reading database ... 
2025-08-18T22:01:41.1641256Z (Reading database ... 5%
2025-08-18T22:01:41.1641588Z (Reading database ... 10%
2025-08-18T22:01:41.1641902Z (Reading database ... 15%
2025-08-18T22:01:41.1642238Z (Reading database ... 20%
2025-08-18T22:01:41.1642854Z (Reading database ... 25%
2025-08-18T22:01:41.1643260Z (Reading database ... 30%
2025-08-18T22:01:41.1643712Z (Reading database ... 35%
2025-08-18T22:01:41.1644147Z (Reading database ... 40%
2025-08-18T22:01:41.1644558Z (Reading database ... 45%
2025-08-18T22:01:41.1644936Z (Reading database ... 50%
2025-08-18T22:01:41.2677421Z (Reading database ... 55%
2025-08-18T22:01:41.4347086Z (Reading database ... 60%
2025-08-18T22:01:41.6653583Z (Reading database ... 65%
2025-08-18T22:01:41.8812986Z (Reading database ... 70%
2025-08-18T22:01:41.9736074Z (Reading database ... 75%
2025-08-18T22:01:42.4745894Z (Reading database ... 80%
2025-08-18T22:01:43.2377083Z (Reading database ... 85%
2025-08-18T22:01:43.9178300Z (Reading database ... 90%
2025-08-18T22:01:44.6844980Z (Reading database ... 95%
2025-08-18T22:01:44.6845429Z (Reading database ... 100%
2025-08-18T22:01:44.6845831Z (Reading database ... 219881 files and directories currently installed.)
2025-08-18T22:01:44.6891440Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-18T22:01:44.6918964Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-18T22:01:44.7390580Z Selecting previously unselected package libtime-duration-perl.
2025-08-18T22:01:44.7526864Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-18T22:01:44.7543249Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-18T22:01:44.8666845Z Selecting previously unselected package moreutils.
2025-08-18T22:01:44.8819594Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-18T22:01:44.8833840Z Unpacking moreutils (0.69-1) ...
2025-08-18T22:01:45.0121282Z Selecting previously unselected package dos2unix.
2025-08-18T22:01:45.0256459Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-18T22:01:45.0268969Z Unpacking dos2unix (7.5.1-1) ...
2025-08-18T22:01:45.3092094Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-18T22:01:45.3131405Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-18T22:01:45.3167144Z Setting up dos2unix (7.5.1-1) ...
2025-08-18T22:01:45.3197938Z Setting up moreutils (0.69-1) ...
2025-08-18T22:01:45.3235080Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:30.1658444Z 
2025-08-18T22:02:30.1658925Z Running kernel seems to be up-to-date.
2025-08-18T22:02:30.1659235Z 
2025-08-18T22:02:30.1659355Z Restarting services...
2025-08-18T22:02:30.1729675Z 
2025-08-18T22:02:30.1730045Z Service restarts being deferred:
2025-08-18T22:02:30.1731719Z  systemctl restart hosted-compute-agent.service
2025-08-18T22:02:30.1732107Z 
2025-08-18T22:02:30.1732272Z No containers need to be restarted.
2025-08-18T22:02:30.1732711Z 
2025-08-18T22:02:30.1732914Z No user sessions are running outdated binaries.
2025-08-18T22:02:30.1733238Z 
2025-08-18T22:02:30.1733554Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T22:02:31.0037313Z Reading package lists...
2025-08-18T22:02:31.1574751Z Building dependency tree...
2025-08-18T22:02:31.1582757Z Reading state information...
2025-08-18T22:02:31.3109962Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:02:31.3111194Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:02:31.3111727Z apt-utils set to manually installed.
2025-08-18T22:02:31.3112603Z ca-certificates is already the newest version (20240203).
2025-08-18T22:02:31.3113311Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:02:31.3113903Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:02:31.3114537Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T22:02:31.3115129Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:02:31.3115670Z moreutils is already the newest version (0.69-1).
2025-08-18T22:02:31.3116264Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:02:31.3116836Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:02:31.3117366Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:02:31.3117843Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-18T22:02:31.3118263Z tmux set to manually installed.
2025-08-18T22:02:31.3118720Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T22:02:31.3119248Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:02:31.3119778Z The following additional packages will be installed:
2025-08-18T22:02:31.3120281Z   python3-software-properties
2025-08-18T22:02:31.3120674Z Recommended packages:
2025-08-18T22:02:31.3120999Z   unattended-upgrades
2025-08-18T22:02:31.3368063Z The following NEW packages will be installed:
2025-08-18T22:02:31.3368419Z   rename
2025-08-18T22:02:31.3377257Z The following packages will be upgraded:
2025-08-18T22:02:31.3377886Z   python3-software-properties software-properties-common
2025-08-18T22:02:31.3528284Z 2 upgraded, 1 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:02:31.3753352Z Need to get 64.7 kB of archives.
2025-08-18T22:02:31.3754165Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-18T22:02:31.3754742Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:02:31.4110868Z 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-18T22:02:31.4381806Z 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-18T22:02:31.4545379Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-18T22:02:31.7014237Z Fetched 64.7 kB in 0s (720 kB/s)
2025-08-18T22:02:31.7281233Z (Reading database ... 
2025-08-18T22:02:31.7281855Z (Reading database ... 5%
2025-08-18T22:02:31.7282268Z (Reading database ... 10%
2025-08-18T22:02:31.7282990Z (Reading database ... 15%
2025-08-18T22:02:31.7283418Z (Reading database ... 20%
2025-08-18T22:02:31.7283802Z (Reading database ... 25%
2025-08-18T22:02:31.7284169Z (Reading database ... 30%
2025-08-18T22:02:31.7284818Z (Reading database ... 35%
2025-08-18T22:02:31.7285205Z (Reading database ... 40%
2025-08-18T22:02:31.7285556Z (Reading database ... 45%
2025-08-18T22:02:31.7285933Z (Reading database ... 50%
2025-08-18T22:02:31.7379182Z (Reading database ... 55%
2025-08-18T22:02:31.7396974Z (Reading database ... 60%
2025-08-18T22:02:31.7416664Z (Reading database ... 65%
2025-08-18T22:02:31.7452173Z (Reading database ... 70%
2025-08-18T22:02:31.7474977Z (Reading database ... 75%
2025-08-18T22:02:31.7496355Z (Reading database ... 80%
2025-08-18T22:02:31.7634377Z (Reading database ... 85%
2025-08-18T22:02:31.7898179Z (Reading database ... 90%
2025-08-18T22:02:31.7971386Z (Reading database ... 95%
2025-08-18T22:02:31.7971804Z (Reading database ... 100%
2025-08-18T22:02:31.7972245Z (Reading database ... 220050 files and directories currently installed.)
2025-08-18T22:02:31.8014542Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-18T22:02:31.8917670Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:02:31.9571039Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-18T22:02:32.0344880Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:02:32.0608686Z Selecting previously unselected package rename.
2025-08-18T22:02:32.0746692Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-18T22:02:32.0759678Z Unpacking rename (2.02-1) ...
2025-08-18T22:02:32.1163919Z Setting up rename (2.02-1) ...
2025-08-18T22:02:32.1230352Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-18T22:02:32.1260133Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-18T22:02:32.2519545Z Setting up software-properties-common (0.99.49.3) ...
2025-08-18T22:02:32.3529240Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:36.2469707Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-18T22:02:37.6980110Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:02:37.7280009Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T22:02:37.7295245Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T22:02:37.7314039Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T22:02:37.7326633Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:02:37.7331090Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T22:02:37.7372036Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:02:38.8490326Z Reading package lists...
2025-08-18T22:02:39.0023252Z Building dependency tree...
2025-08-18T22:02:39.0029291Z Reading state information...
2025-08-18T22:02:39.0159946Z 37 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:02:39.0306522Z 
2025-08-18T22:02:39.0307096Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:02:39.0307604Z 
2025-08-18T22:02:39.0802268Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:02:39.1097022Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T22:02:39.1135573Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T22:02:39.1151967Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T22:02:39.1168264Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T22:02:39.1242250Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:02:39.1274909Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:02:40.2079456Z Reading package lists...
2025-08-18T22:02:40.3481991Z Building dependency tree...
2025-08-18T22:02:40.3488412Z Reading state information...
2025-08-18T22:02:40.3617987Z 37 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:02:40.3730872Z 
2025-08-18T22:02:40.3731663Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:02:40.3732149Z 
2025-08-18T22:02:40.3858497Z Reading package lists...
2025-08-18T22:02:40.5521462Z Building dependency tree...
2025-08-18T22:02:40.5528832Z Reading state information...
2025-08-18T22:02:40.6911224Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:02:40.7260585Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:02:40.7544652Z mkdir: created directory '/home/runner/.minisign'
2025-08-18T22:02:40.7954452Z ##[group]Run ##Presets
2025-08-18T22:02:40.7954711Z [36;1m##Presets[0m
2025-08-18T22:02:40.7954911Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:40.7955127Z [36;1m#-------------#[0m
2025-08-18T22:02:40.7955328Z [36;1m##Debug?[0m
2025-08-18T22:02:40.7955581Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:02:40.7955875Z [36;1m  set -x[0m
2025-08-18T22:02:40.7956068Z [36;1mfi[0m
2025-08-18T22:02:40.7956244Z [36;1m#-------------#[0m
2025-08-18T22:02:40.7956702Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-18T22:02:40.7957478Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-18T22:02:40.7957861Z [36;1msudo service procps restart[0m
2025-08-18T22:02:40.7958154Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-18T22:02:40.8016676Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:40.8016959Z env:
2025-08-18T22:02:40.8017176Z   CROSS_COMPILING: NO
2025-08-18T22:02:40.8017406Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:02:40.8017640Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:02:40.8017864Z   ON_QEMU: NO
2025-08-18T22:02:40.8018034Z   DEBUG: 0
2025-08-18T22:02:40.8018215Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:02:40.8018444Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:02:40.8018758Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:02:40.8019090Z   KEEP_LOGS: YES
2025-08-18T22:02:40.8019288Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:02:40.8019505Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:02:40.8019739Z   SBUILD_REBUILD: false
2025-08-18T22:02:40.8020282Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:02:40.8020849Z   BUILD_SYS: null
2025-08-18T22:02:40.8021036Z   SYSTMP: /tmp
2025-08-18T22:02:40.8021216Z   GHA_MODE: MATRIX
2025-08-18T22:02:40.8021651Z   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-18T22:02:40.8022122Z ##[endgroup]
2025-08-18T22:02:40.8145447Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-18T22:02:40.8216957Z 0
2025-08-18T22:02:40.8545986Z vm.max_map_count = 262144
2025-08-18T22:02:40.8546433Z fs.inotify.max_user_watches = 655360
2025-08-18T22:02:40.8546874Z fs.inotify.max_user_instances = 1280
2025-08-18T22:02:40.8547290Z vm.mmap_rnd_bits = 28
2025-08-18T22:02:40.8620615Z ##[group]Run ##Presets
2025-08-18T22:02:40.8620925Z [36;1m##Presets[0m
2025-08-18T22:02:40.8621133Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:40.8621357Z [36;1m#-------------#[0m
2025-08-18T22:02:40.8621566Z [36;1m##Debug?[0m
2025-08-18T22:02:40.8621817Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:02:40.8622108Z [36;1m  set -x[0m
2025-08-18T22:02:40.8622291Z [36;1mfi[0m
2025-08-18T22:02:40.8622687Z [36;1m#-------------#[0m
2025-08-18T22:02:40.8622890Z [36;1m##Main[0m
2025-08-18T22:02:40.8623104Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:02:40.8623746Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:02:40.8624468Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:02:40.8624840Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-18T22:02:40.8625126Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-18T22:02:40.8625381Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-18T22:02:40.8625682Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-18T22:02:40.8626002Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-18T22:02:40.8626309Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-18T22:02:40.8626628Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-18T22:02:40.8626917Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-18T22:02:40.8627250Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-18T22:02:40.8627636Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-18T22:02:40.8627931Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-18T22:02:40.8628195Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-18T22:02:40.8628481Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-18T22:02:40.8628773Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-18T22:02:40.8629053Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-18T22:02:40.8629325Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-18T22:02:40.8629800Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-18T22:02:40.8630111Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-18T22:02:40.8630407Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-18T22:02:40.8630713Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-18T22:02:40.8631019Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-18T22:02:40.8631315Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-18T22:02:40.8631617Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-18T22:02:40.8631882Z [36;1m     "${POD_ID}" \[0m
2025-08-18T22:02:40.8632223Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-18T22:02:40.8633068Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:02:40.8633620Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:02:40.8634085Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-18T22:02:40.8634430Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:02:40.8634772Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:02:40.8635400Z [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-18T22:02:40.8636180Z [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-18T22:02:40.8636705Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:40.8636980Z [36;1m else[0m
2025-08-18T22:02:40.8637456Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-18T22:02:40.8637825Z [36;1m fi[0m
2025-08-18T22:02:40.8638071Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-18T22:02:40.8638463Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-18T22:02:40.8638880Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8639264Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8639661Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8640055Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8640459Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8640857Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8641268Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:02:40.8641676Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:02:40.8641989Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:02:40.8680809Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:40.8681046Z env:
2025-08-18T22:02:40.8681222Z   CROSS_COMPILING: NO
2025-08-18T22:02:40.8681442Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:02:40.8681671Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:02:40.8681887Z   ON_QEMU: NO
2025-08-18T22:02:40.8682062Z   DEBUG: 0
2025-08-18T22:02:40.8682252Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:02:40.8682727Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:02:40.8683040Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:02:40.8683373Z   KEEP_LOGS: YES
2025-08-18T22:02:40.8683571Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:02:40.8683788Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:02:40.8684006Z   SBUILD_REBUILD: false
2025-08-18T22:02:40.8684546Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:02:40.8685247Z   BUILD_SYS: null
2025-08-18T22:02:40.8685434Z   SYSTMP: /tmp
2025-08-18T22:02:40.8685617Z   GHA_MODE: MATRIX
2025-08-18T22:02:40.8686050Z   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-18T22:02:40.8686872Z   GHCR_TOKEN: ***
2025-08-18T22:02:40.8687165Z   GITHUB_TOKEN: ***
2025-08-18T22:02:40.8687427Z   GITLAB_TOKEN: ***
2025-08-18T22:02:40.8688572Z   MINISIGN_KEY: ***
2025-08-18T22:02:40.8688761Z ##[endgroup]
2025-08-18T22:02:40.9166559Z [+] SBUILD Builder Version: 0.2.2
2025-08-18T22:02:40.9871644Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:02:40.9872540Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:02:40.9873112Z 
2025-08-18T22:02:41.0274539Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:02:41.0275268Z 100  4640  100  4640    0     0   112k      0 --:--:-- --:--:-- --:--:--  113k
2025-08-18T22:02:41.0285643Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:02:41.0374793Z 
2025-08-18T22:02:41.0375164Z [+] Building [/tmp/tmp.N0FwiL9giS/SBUILD_INPUT] Locally
2025-08-18T22:02:41.0375572Z 
2025-08-18T22:02:41.0389742Z '/tmp/tmp.N0FwiL9giS/SBUILD_INPUT' -> '/tmp/pkgforge/eUiyavR9O_build.yaml'
2025-08-18T22:02:41.0968631Z 
2025-08-18T22:02:41.0968850Z [+] Passwordless sudo is Configured
2025-08-18T22:02:41.1579395Z 
2025-08-18T22:02:41.1590677Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-18T22:02:41.1590934Z 
2025-08-18T22:02:41.2049761Z 
2025-08-18T22:02:41.2050600Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-18T22:02:41.2051125Z 
2025-08-18T22:02:41.2051142Z 
2025-08-18T22:02:41.2051770Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-18T22:02:41.2052299Z 
2025-08-18T22:02:41.2289785Z [+] Installing: 7z -> 7z
2025-08-18T22:02:41.5674241Z [+] Installing: actionlint -> actionlint
2025-08-18T22:02:41.9171998Z [+] Installing: anew -> anew
2025-08-18T22:02:42.0188268Z [+] Installing: anew-rs -> anew-rs
2025-08-18T22:02:42.1218219Z [+] Installing: ansi2html -> ansi2html
2025-08-18T22:02:42.4412516Z [+] Installing: ansi2txt -> ansi2txt
2025-08-18T22:02:42.5330359Z [+] Installing: archey -> archey
2025-08-18T22:02:42.6767499Z [+] Installing: aria2 -> aria2c
2025-08-18T22:02:42.8224286Z [+] Installing: askalono -> askalono
2025-08-18T22:02:42.9399298Z [+] Installing: bsdtar -> bsdtar
2025-08-18T22:02:43.3049316Z [+] Installing: b3sum -> b3sum
2025-08-18T22:02:43.4178319Z [+] Installing: bita -> bita
2025-08-18T22:02:43.6199778Z [+] Installing: btop -> btop
2025-08-18T22:02:43.7291520Z [+] Installing: chafa -> chafa
2025-08-18T22:02:44.1099409Z [+] Installing: cloudflared -> cloudflared
2025-08-18T22:02:44.3132906Z [+] Installing: croc -> croc
2025-08-18T22:02:44.6785657Z [+] Installing: csvtk -> csvtk
2025-08-18T22:02:44.8391324Z [+] Installing: cutlines -> cutlines
2025-08-18T22:02:44.9219277Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:44.9249775Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-18T22:02:44.9250404Z [+] Installing: dbin -> dbin
2025-08-18T22:02:45.0808759Z [+] Installing: dasel -> dasel
2025-08-18T22:02:45.2201468Z [+] Installing: delta -> delta
2025-08-18T22:02:45.3511769Z [+] Installing: ds -> ds
2025-08-18T22:02:45.6534020Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:45.6565832Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-18T22:02:45.6566742Z [+] Installing: dos2unix -> dos2unix
2025-08-18T22:02:45.7584547Z [+] Installing: duf -> duf
2025-08-18T22:02:45.8714588Z [+] Installing: duplicut -> duplicut
2025-08-18T22:02:45.9889585Z [+] Installing: dust -> dust
2025-08-18T22:02:46.1287777Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-18T22:02:46.2761511Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-18T22:02:46.6264989Z [+] Installing: dysk -> dysk
2025-08-18T22:02:46.7287648Z [+] Installing: eget -> eget
2025-08-18T22:02:46.8612663Z [+] Installing: epoch -> epoch
2025-08-18T22:02:47.1905937Z [+] Installing: faketty -> faketty
2025-08-18T22:02:47.2866334Z [+] Installing: fastfetch -> fastfetch
2025-08-18T22:02:47.3915945Z [+] Installing: freeze -> freeze
2025-08-18T22:02:47.5535341Z [+] Installing: fusermount3 -> fusermount
2025-08-18T22:02:47.6432207Z [+] Installing: gdu -> gdu
2025-08-18T22:02:47.8198092Z [+] Installing: gh -> gh
2025-08-18T22:02:48.0518307Z [+] Installing: gitleaks -> gitleaks
2025-08-18T22:02:48.4411332Z [+] Installing: git-sizer -> git-sizer
2025-08-18T22:02:48.5657682Z [+] Installing: glab -> glab
2025-08-18T22:02:48.7920231Z [+] Installing: glow -> glow
2025-08-18T22:02:48.9634342Z [+] Installing: httpx -> httpx
2025-08-18T22:02:49.1795230Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-18T22:02:49.3644379Z [+] Installing: husarnet -> husarnet
2025-08-18T22:02:49.4487150Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:49.4518549Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-18T22:02:49.4520886Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-18T22:02:49.7553379Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:49.7590074Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-18T22:02:49.7591270Z [+] Installing: imgcat -> imgcat
2025-08-18T22:02:49.8782939Z [+] Installing: jc -> jc
2025-08-18T22:02:50.0495643Z [+] Installing: jq -> jq
2025-08-18T22:02:50.1473623Z [+] Installing: logdy -> logdy
2025-08-18T22:02:50.3842945Z [+] Installing: micro -> micro
2025-08-18T22:02:50.7552170Z [+] Installing: miniserve -> miniserve
2025-08-18T22:02:50.8897052Z [+] Installing: minisign -> minisign
2025-08-18T22:02:51.1989058Z [+] Installing: ncdu -> ncdu
2025-08-18T22:02:51.2972859Z [+] Installing: notify -> notify
2025-08-18T22:02:51.4935637Z [+] Installing: ouch -> ouch
2025-08-18T22:02:51.6198147Z [+] Installing: oras -> oras
2025-08-18T22:02:51.7679305Z [+] Installing: pipetty -> pipetty
2025-08-18T22:02:51.8605337Z [+] Installing: pixterm -> pixterm
2025-08-18T22:02:51.9900180Z [+] Installing: qsv -> qsv
2025-08-18T22:02:52.3812979Z [+] Installing: rclone -> rclone
2025-08-18T22:02:52.6669991Z [+] Installing: ripgrep -> rg
2025-08-18T22:02:52.7860273Z [+] Installing: rga -> rga
2025-08-18T22:02:53.1349245Z [+] Installing: rsync -> rsync
2025-08-18T22:02:53.2845294Z [+] Installing: script -> script
2025-08-18T22:02:53.3760512Z [+] Installing: shellcheck -> shellcheck
2025-08-18T22:02:53.5491127Z [+] Installing: soar -> soar
2025-08-18T22:02:53.6883365Z [+] Installing: speedtest-go -> speedtest-go
2025-08-18T22:02:53.8392669Z [+] Installing: sstrip -> sstrip
2025-08-18T22:02:54.1537844Z [+] Installing: strace -> strace
2025-08-18T22:02:54.2524145Z [+] Installing: sttr -> sttr
2025-08-18T22:02:54.3817138Z [+] Installing: tailscale -> tailscale
2025-08-18T22:02:54.5748502Z [+] Installing: tailscaled -> tailscaled
2025-08-18T22:02:54.7465411Z [+] Installing: taplo -> taplo
2025-08-18T22:02:54.8757789Z [+] Installing: tldr -> tldr
2025-08-18T22:02:55.0025983Z [+] Installing: tldr -> tealdeer
2025-08-18T22:02:55.1345838Z [+] Installing: tmux -> tmux
2025-08-18T22:02:55.2309555Z [+] Installing: tok -> tok
2025-08-18T22:02:55.5547342Z [+] Installing: trufflehog -> trufflehog
2025-08-18T22:02:55.7307137Z [+] Installing: trurl -> trurl
2025-08-18T22:02:55.8639295Z [+] Installing: tss -> tss
2025-08-18T22:02:55.9530442Z [+] Installing: ulexec -> ulexec
2025-08-18T22:02:56.3030961Z [+] Installing: unfurl -> unfurl
2025-08-18T22:02:56.4953189Z [+] Installing: upx -> upx
2025-08-18T22:02:56.8170263Z [+] Installing: validtoml -> validtoml
2025-08-18T22:02:56.9319742Z [+] Installing: wget -> wget
2025-08-18T22:02:57.0664989Z [+] Installing: wget2 -> wget2
2025-08-18T22:02:57.2097424Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-18T22:02:57.3607140Z [+] Installing: xq -> xq
2025-08-18T22:02:57.4973080Z [+] Installing: xz -> xz
2025-08-18T22:02:57.5848998Z [+] Installing: unxz -> unxz
2025-08-18T22:02:57.6830715Z [+] Installing: yq -> yq
2025-08-18T22:02:58.0667133Z [+] Installing: yj -> yj
2025-08-18T22:02:58.1841604Z [+] Installing: zapper -> zapper
2025-08-18T22:02:58.2744567Z [+] Installing: zapper-stealth -> zproccer
2025-08-18T22:02:58.3642180Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-18T22:02:58.4725149Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:58.4757659Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-18T22:02:58.4758809Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-18T22:02:58.5781658Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:58.5815612Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-18T22:02:58.5816476Z [+] Installing: zerotier-one -> zerotier-one
2025-08-18T22:02:58.6591477Z curl: (22) The requested URL returned error: 404
2025-08-18T22:02:58.6621006Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-18T22:02:58.6621937Z [+] Installing: zstd -> zstd
2025-08-18T22:02:58.7669957Z [+] Creating symlinks...
2025-08-18T22:02:58.7759427Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-18T22:02:58.7856588Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-18T22:02:58.7951950Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-18T22:02:58.8047775Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-18T22:02:58.8142738Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-18T22:02:58.8242537Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-18T22:02:58.8340714Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-18T22:02:58.8438513Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-18T22:02:58.8534951Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-18T22:02:58.8631296Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-18T22:02:58.8728089Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-18T22:02:58.8823745Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-18T22:02:58.8919006Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-18T22:02:58.9015234Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-18T22:02:58.9111587Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-18T22:02:58.9207795Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-18T22:02:58.9302685Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-18T22:02:58.9339705Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-18T22:02:58.9427941Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-18T22:02:58.9522918Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-18T22:02:58.9617718Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-18T22:02:58.9654762Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-18T22:02:58.9741692Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-18T22:02:58.9836719Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-18T22:02:58.9933149Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-18T22:02:59.0029432Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-18T22:02:59.0125790Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-18T22:02:59.0220787Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-18T22:02:59.0317836Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-18T22:02:59.0413325Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-18T22:02:59.0508430Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-18T22:02:59.0603073Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-18T22:02:59.0699291Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-18T22:02:59.0795692Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-18T22:02:59.0892766Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-18T22:02:59.0989363Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-18T22:02:59.1086697Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-18T22:02:59.1182676Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-18T22:02:59.1278325Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-18T22:02:59.1373525Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-18T22:02:59.1467989Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-18T22:02:59.1563690Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:02:59.1658100Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:02:59.1753619Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-18T22:02:59.1790025Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-18T22:02:59.1817415Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-18T22:02:59.1902829Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-18T22:02:59.1997917Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-18T22:02:59.2091894Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-18T22:02:59.2185945Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-18T22:02:59.2279123Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-18T22:02:59.2372797Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-18T22:02:59.2468517Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-18T22:02:59.2563905Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-18T22:02:59.2658615Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-18T22:02:59.2753103Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-18T22:02:59.2849007Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-18T22:02:59.2948079Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-18T22:02:59.3044118Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-18T22:02:59.3140572Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-18T22:02:59.3235731Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-18T22:02:59.3329147Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-18T22:02:59.3423385Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-18T22:02:59.3518815Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-18T22:02:59.3614732Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-18T22:02:59.3709406Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-18T22:02:59.3804776Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-18T22:02:59.3901591Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-18T22:02:59.3998712Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-18T22:02:59.4096235Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-18T22:02:59.4190768Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-18T22:02:59.4285635Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-18T22:02:59.4380194Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-18T22:02:59.4474993Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-18T22:02:59.4570116Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-18T22:02:59.4665551Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-18T22:02:59.4760382Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-18T22:02:59.4854358Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-18T22:02:59.4948000Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-18T22:02:59.5042726Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-18T22:02:59.5137558Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-18T22:02:59.5231174Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-18T22:02:59.5326679Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-18T22:02:59.5424991Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-18T22:02:59.5520703Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-18T22:02:59.5616677Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-18T22:02:59.5710972Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-18T22:02:59.5805416Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-18T22:02:59.5899225Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-18T22:02:59.5994568Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-18T22:02:59.6089997Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-18T22:02:59.6187129Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-18T22:02:59.6283363Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-18T22:02:59.6378487Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-18T22:02:59.6475233Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-18T22:02:59.6511859Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-18T22:02:59.6539708Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-18T22:02:59.6567131Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-18T22:02:59.6652568Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-18T22:02:59.6678241Z 
2025-08-18T22:02:59.6679025Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-18T22:02:59.6679603Z 
2025-08-18T22:02:59.6696279Z 
2025-08-18T22:02:59.6788792Z 
2025-08-18T22:02:59.6789124Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-18T22:02:59.6789468Z 
2025-08-18T22:02:59.6789642Z [+] Installation completed!
2025-08-18T22:02:59.6859596Z 
2025-08-18T22:02:59.6859765Z [+] GITHUB_TOKEN is Exported
2025-08-18T22:02:59.9228512Z github.com
2025-08-18T22:02:59.9229785Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-18T22:02:59.9230461Z   - Active account: true
2025-08-18T22:02:59.9230921Z   - Git operations protocol: https
2025-08-18T22:02:59.9231460Z   - Token: ghp_************************************
2025-08-18T22:02:59.9232948Z   - 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-18T22:02:59.9233855Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-18T22:02:59.9234325Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-18T22:03:00.0097628Z Limit: 5000, Remaining: 4929, Reset: 2025-08-18 22:30:13 +0000 UTC (27m13s)
2025-08-18T22:03:00.0106588Z 
2025-08-18T22:03:00.0107141Z [+] GHCR_TOKEN is Exported
2025-08-18T22:03:00.0144896Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-18T22:03:00.2196091Z Login Succeeded
2025-08-18T22:03:00.2206378Z 
2025-08-18T22:03:00.2206780Z [+] GITLAB is Exported
2025-08-18T22:03:00.2502266Z [git remote -v]
2025-08-18T22:03:00.4378407Z gitlab.com
2025-08-18T22:03:00.4379189Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-18T22:03:00.4380115Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-18T22:03:00.4380900Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-18T22:03:00.4381615Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-18T22:03:00.4382321Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-18T22:03:00.4383139Z   ✓ Token found: **************************
2025-08-18T22:03:00.4383397Z 
2025-08-18T22:03:00.4384038Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-18T22:03:00.4384914Z [git remote -v]
2025-08-18T22:03:00.4408407Z 2025/08/18 22:03:00 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-18T22:03:00.4409306Z git: exit status 128]
2025-08-18T22:03:01.4630094Z 
2025-08-18T22:03:01.4630110Z 
2025-08-18T22:03:01.4631135Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Monday, 2025-08-18 (10:03:01 PM)
2025-08-18T22:03:01.4631921Z 
2025-08-18T22:03:01.4631927Z 
2025-08-18T22:03:01.4632083Z [+] USER = runner
2025-08-18T22:03:01.4632605Z [+] HOME = /home/runner
2025-08-18T22:03:01.4637067Z [+] 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-18T22:03:01.4640447Z 
2025-08-18T22:03:01.5271593Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:01.5753355Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:01.5771608Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:01.6324773Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T22:03:01.6350888Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T22:03:01.6363112Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T22:03:01.6376228Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T22:03:02.6843284Z Reading package lists...
2025-08-18T22:03:02.7154884Z Reading package lists...
2025-08-18T22:03:02.8690036Z Building dependency tree...
2025-08-18T22:03:02.8697230Z Reading state information...
2025-08-18T22:03:03.0420594Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:03:03.0421250Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:03:03.0421624Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:03.0422001Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:03:03.0422596Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T22:03:03.0422973Z moreutils is already the newest version (0.69-1).
2025-08-18T22:03:03.0423385Z software-properties-common is already the newest version (0.99.49.3).
2025-08-18T22:03:03.0423827Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T22:03:03.0424225Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:03.1112764Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:03.1451472Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T22:03:03.1457228Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:03.1458371Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:03.1471155Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T22:03:03.1484438Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T22:03:03.1497291Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T22:03:04.2329823Z Reading package lists...
2025-08-18T22:03:04.2641251Z Reading package lists...
2025-08-18T22:03:04.4159625Z Building dependency tree...
2025-08-18T22:03:04.4167014Z Reading state information...
2025-08-18T22:03:04.5655531Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:03:04.5656464Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:03:04.5656931Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:03:04.5657364Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:03:04.5657864Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:04.5658315Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:03:04.5658727Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:04.5659130Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:03:04.5659619Z gawk set to manually installed.
2025-08-18T22:03:04.5660189Z git-lfs is already the newest version (3.7.0).
2025-08-18T22:03:04.5660853Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:04.5661593Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:03:04.5662278Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:03:04.5663401Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:03:04.5663883Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:03:04.5664289Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:03:04.5665080Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:04.5665488Z The following additional packages will be installed:
2025-08-18T22:03:04.5665946Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-18T22:03:04.5666434Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-18T22:03:04.5666922Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-18T22:03:04.5667425Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-18T22:03:04.5668252Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-18T22:03:04.5668962Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:03:04.5669293Z Suggested packages:
2025-08-18T22:03:04.5669592Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-18T22:03:04.5670058Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-18T22:03:04.5670556Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-18T22:03:04.5671046Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-18T22:03:04.5671524Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-18T22:03:04.5671979Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-18T22:03:04.5672485Z   fonts-arphic-uming fonts-nanum
2025-08-18T22:03:04.6014899Z The following NEW packages will be installed:
2025-08-18T22:03:04.6015739Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-18T22:03:04.6016762Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-18T22:03:04.6017835Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-18T22:03:04.6021137Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-18T22:03:04.6022156Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-18T22:03:04.6023447Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-18T22:03:04.6024287Z   poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:03:04.6196932Z 0 upgraded, 36 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:04.6197342Z Need to get 27.5 MB of archives.
2025-08-18T22:03:04.6197671Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-18T22:03:04.6198051Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:04.6509966Z 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-18T22:03:04.6967332Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-18T22:03:04.7412568Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-18T22:03:04.7648232Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-18T22:03:04.7795532Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-18T22:03:04.7948960Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-18T22:03:04.8233878Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-18T22:03:04.8512312Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-18T22:03:04.8800441Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-18T22:03:04.8979430Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-18T22:03:05.0323274Z 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-18T22:03:05.0481591Z 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-18T22:03:05.0757496Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-18T22:03:05.1001687Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-18T22:03:05.1149073Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-18T22:03:05.1303580Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-18T22:03:05.1451260Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-18T22:03:05.2107933Z 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-18T22:03:05.2703106Z 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-18T22:03:05.2876825Z 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-18T22:03:05.3024260Z 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-18T22:03:05.3180754Z 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-18T22:03:05.3482867Z 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-18T22:03:05.3642266Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-18T22:03:05.3806926Z 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-18T22:03:05.3960896Z 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-18T22:03:05.4275776Z 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-18T22:03:05.4434827Z 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-18T22:03:05.4592139Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-18T22:03:05.4752725Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-18T22:03:05.4899351Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-18T22:03:05.5053692Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-18T22:03:05.5212185Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-18T22:03:05.5709701Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-18T22:03:05.5905017Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-18T22:03:05.6184988Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-18T22:03:05.8614535Z Preconfiguring packages ...
2025-08-18T22:03:05.9170165Z Fetched 27.5 MB in 1s (27.2 MB/s)
2025-08-18T22:03:05.9389420Z Selecting previously unselected package fonts-droid-fallback.
2025-08-18T22:03:05.9443928Z (Reading database ... 
2025-08-18T22:03:05.9444339Z (Reading database ... 5%
2025-08-18T22:03:05.9444715Z (Reading database ... 10%
2025-08-18T22:03:05.9445123Z (Reading database ... 15%
2025-08-18T22:03:05.9445492Z (Reading database ... 20%
2025-08-18T22:03:05.9445851Z (Reading database ... 25%
2025-08-18T22:03:05.9446667Z (Reading database ... 30%
2025-08-18T22:03:05.9447029Z (Reading database ... 35%
2025-08-18T22:03:05.9447388Z (Reading database ... 40%
2025-08-18T22:03:05.9447737Z (Reading database ... 45%
2025-08-18T22:03:05.9448102Z (Reading database ... 50%
2025-08-18T22:03:05.9555861Z (Reading database ... 55%
2025-08-18T22:03:05.9575101Z (Reading database ... 60%
2025-08-18T22:03:05.9595950Z (Reading database ... 65%
2025-08-18T22:03:05.9634527Z (Reading database ... 70%
2025-08-18T22:03:05.9657308Z (Reading database ... 75%
2025-08-18T22:03:05.9679656Z (Reading database ... 80%
2025-08-18T22:03:05.9821623Z (Reading database ... 85%
2025-08-18T22:03:06.0086855Z (Reading database ... 90%
2025-08-18T22:03:06.0156719Z (Reading database ... 95%
2025-08-18T22:03:06.0157173Z (Reading database ... 100%
2025-08-18T22:03:06.0157883Z (Reading database ... 220072 files and directories currently installed.)
2025-08-18T22:03:06.0196586Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-18T22:03:06.0396241Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:03:06.1822615Z Selecting previously unselected package poppler-data.
2025-08-18T22:03:06.1958641Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-18T22:03:06.1969948Z Unpacking poppler-data (0.4.12-1) ...
2025-08-18T22:03:06.3192870Z Selecting previously unselected package b3sum.
2025-08-18T22:03:06.3331004Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-18T22:03:06.3345632Z Unpacking b3sum (1.2.0-1) ...
2025-08-18T22:03:06.3631437Z Selecting previously unselected package build-essential.
2025-08-18T22:03:06.3765881Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-18T22:03:06.3786964Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-18T22:03:06.4041367Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-18T22:03:06.4174912Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-18T22:03:06.4204501Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-18T22:03:06.4445100Z Selecting previously unselected package ccache.
2025-08-18T22:03:06.4576620Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-18T22:03:06.4592034Z Unpacking ccache (4.9.1-1) ...
2025-08-18T22:03:06.5104179Z Selecting previously unselected package fonts-noto-mono.
2025-08-18T22:03:06.5236726Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-18T22:03:06.5251415Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-18T22:03:06.5533707Z Selecting previously unselected package xfonts-encodings.
2025-08-18T22:03:06.5667575Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-18T22:03:06.5679400Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:03:06.5999258Z Selecting previously unselected package xfonts-utils.
2025-08-18T22:03:06.6131548Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-18T22:03:06.6145727Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:03:06.6713959Z Selecting previously unselected package fonts-urw-base35.
2025-08-18T22:03:06.6845885Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-18T22:03:06.7485780Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-18T22:03:06.8471435Z Selecting previously unselected package libgs-common.
2025-08-18T22:03:06.8609411Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:03:06.8623517Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:06.8869552Z Selecting previously unselected package libgs10-common.
2025-08-18T22:03:06.9005379Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:03:06.9015980Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:06.9704159Z Selecting previously unselected package libidn12:amd64.
2025-08-18T22:03:06.9839563Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-18T22:03:06.9854588Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-18T22:03:07.0096318Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-18T22:03:07.0229339Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-18T22:03:07.0243452Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-18T22:03:07.0480826Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-18T22:03:07.0615453Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-18T22:03:07.0628404Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-18T22:03:07.0894814Z Selecting previously unselected package libpaper1:amd64.
2025-08-18T22:03:07.1030223Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-18T22:03:07.1048963Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-18T22:03:07.1307877Z Selecting previously unselected package libgs10:amd64.
2025-08-18T22:03:07.1442191Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-18T22:03:07.1464570Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:07.2539184Z Selecting previously unselected package ghostscript.
2025-08-18T22:03:07.2674858Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-18T22:03:07.2688091Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:07.3012037Z Selecting previously unselected package imagemagick-6.q16.
2025-08-18T22:03:07.3146916Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-18T22:03:07.3159638Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:03:07.4001682Z Selecting previously unselected package imagemagick.
2025-08-18T22:03:07.4136622Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-18T22:03:07.4151681Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:03:07.4384541Z Selecting previously unselected package libdjvulibre-text.
2025-08-18T22:03:07.4518756Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-18T22:03:07.4530568Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:03:07.4818532Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-18T22:03:07.4952244Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-18T22:03:07.4966213Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:03:07.5278411Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-18T22:03:07.5411177Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-18T22:03:07.5421367Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:03:07.5705404Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-18T22:03:07.5837887Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-18T22:03:07.5853562Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:03:07.6111561Z Selecting previously unselected package libjxr-tools.
2025-08-18T22:03:07.6243251Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-18T22:03:07.6256628Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:03:07.6487856Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-18T22:03:07.6618053Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-18T22:03:07.6632941Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-18T22:03:07.7041681Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-18T22:03:07.7174982Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-18T22:03:07.7188485Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-18T22:03:07.7412673Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-18T22:03:07.7544721Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-18T22:03:07.7559834Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:03:07.7933436Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-18T22:03:07.8069888Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-18T22:03:07.8087186Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-18T22:03:07.8325013Z Selecting previously unselected package libpaper-utils.
2025-08-18T22:03:07.8459139Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-18T22:03:07.8469224Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-18T22:03:07.8787163Z Selecting previously unselected package libtool-bin.
2025-08-18T22:03:07.8921072Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-18T22:03:07.8933411Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-18T22:03:07.9161823Z Selecting previously unselected package lzip.
2025-08-18T22:03:07.9295734Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-18T22:03:07.9305994Z Unpacking lzip (1.24.1-1build1) ...
2025-08-18T22:03:07.9548146Z Selecting previously unselected package netpbm.
2025-08-18T22:03:07.9680020Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-18T22:03:07.9688971Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:03:08.1455135Z Selecting previously unselected package musl:amd64.
2025-08-18T22:03:08.1595736Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-18T22:03:08.1606989Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-18T22:03:08.1929204Z Selecting previously unselected package musl-dev:amd64.
2025-08-18T22:03:08.2065368Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-18T22:03:08.2074718Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-18T22:03:08.2718972Z Selecting previously unselected package musl-tools.
2025-08-18T22:03:08.2855859Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-18T22:03:08.2866757Z Unpacking musl-tools (1.2.4-2) ...
2025-08-18T22:03:08.3292125Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-18T22:03:08.5115453Z 
2025-08-18T22:03:08.5115935Z Creating config file /etc/papersize with new version
2025-08-18T22:03:08.5618919Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-18T22:03:08.5661937Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-18T22:03:08.5700347Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-18T22:03:08.5731058Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-18T22:03:08.5754736Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:08.5816926Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-18T22:03:08.5854791Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-18T22:03:08.5886306Z Setting up poppler-data (0.4.12-1) ...
2025-08-18T22:03:08.6021545Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:03:08.6049236Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-18T22:03:08.6079643Z Setting up lzip (1.24.1-1build1) ...
2025-08-18T22:03:08.6151331Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-18T22:03:08.6199630Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-18T22:03:08.6254401Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-18T22:03:08.6276769Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:03:08.6309488Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:03:08.6333308Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-18T22:03:08.6354884Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:03:08.6376430Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:03:08.6444696Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-18T22:03:08.6488123Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-18T22:03:08.6543301Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-18T22:03:08.6586948Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-18T22:03:08.6641327Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-18T22:03:08.6686504Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-18T22:03:08.6742754Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-18T22:03:08.6820139Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-18T22:03:08.6878107Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-18T22:03:08.6930164Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-18T22:03:08.6987842Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-18T22:03:08.7037970Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-18T22:03:08.7100826Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-18T22:03:08.7149548Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-18T22:03:08.7207182Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-18T22:03:08.7263715Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-18T22:03:08.7322904Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-18T22:03:08.7370922Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-18T22:03:08.7429352Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-18T22:03:08.7476711Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-18T22:03:08.7536359Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-18T22:03:08.7585259Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-18T22:03:08.7608767Z Setting up b3sum (1.2.0-1) ...
2025-08-18T22:03:08.7631397Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-18T22:03:08.7686153Z Setting up build-essential (12.10ubuntu1) ...
2025-08-18T22:03:08.7718820Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:03:08.7944272Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:03:08.7972095Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-18T22:03:08.8000002Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:03:08.8042834Z Setting up ccache (4.9.1-1) ...
2025-08-18T22:03:08.8069397Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:03:08.8253571Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:03:08.8284652Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:03:08.8342550Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-18T22:03:08.8384983Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-18T22:03:08.8416377Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:03:08.8459885Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:03:08.8491274Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-18T22:03:09.0080396Z Setting up musl-tools (1.2.4-2) ...
2025-08-18T22:03:09.0107618Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:09.0130514Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:09.0157287Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:09.0225283Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:03:09.2042287Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-18T22:03:09.4939256Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-18T22:03:09.6490854Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:03:09.7255305Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:17.1836873Z Reading package lists...
2025-08-18T22:03:17.3320876Z Building dependency tree...
2025-08-18T22:03:17.3328459Z Reading state information...
2025-08-18T22:03:17.4823102Z autoconf is already the newest version (2.71-3).
2025-08-18T22:03:17.4823542Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:03:17.4823928Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:03:17.4824291Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:03:17.4824668Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:03:17.4825044Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:17.4825385Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:03:17.4825705Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:03:17.4826036Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:17.4826672Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:03:17.4827033Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:03:17.4827380Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:03:17.4827677Z patch set to manually installed.
2025-08-18T22:03:17.4827977Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:03:17.4828325Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:03:17.4828656Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:03:17.4828975Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:17.4829259Z Suggested packages:
2025-08-18T22:03:17.4829452Z   scons-doc
2025-08-18T22:03:17.4952471Z The following NEW packages will be installed:
2025-08-18T22:03:17.4958732Z   autopoint byacc clang qemu-user-static scons
2025-08-18T22:03:17.5121051Z 0 upgraded, 5 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:17.5121521Z Need to get 15.8 MB of archives.
2025-08-18T22:03:17.5121925Z After this operation, 140 MB of additional disk space will be used.
2025-08-18T22:03:17.5122507Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:17.5463252Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-18T22:03:17.5693823Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-18T22:03:17.5862642Z 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-18T22:03:17.9179596Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-18T22:03:17.9500789Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-18T22:03:18.2041490Z Fetched 15.8 MB in 0s (35.0 MB/s)
2025-08-18T22:03:18.2230832Z Selecting previously unselected package autopoint.
2025-08-18T22:03:18.2286246Z (Reading database ... 
2025-08-18T22:03:18.2286674Z (Reading database ... 5%
2025-08-18T22:03:18.2287052Z (Reading database ... 10%
2025-08-18T22:03:18.2287672Z (Reading database ... 15%
2025-08-18T22:03:18.2288035Z (Reading database ... 20%
2025-08-18T22:03:18.2288391Z (Reading database ... 25%
2025-08-18T22:03:18.2288746Z (Reading database ... 30%
2025-08-18T22:03:18.2289102Z (Reading database ... 35%
2025-08-18T22:03:18.2289454Z (Reading database ... 40%
2025-08-18T22:03:18.2289820Z (Reading database ... 45%
2025-08-18T22:03:18.2290185Z (Reading database ... 50%
2025-08-18T22:03:18.2384142Z (Reading database ... 55%
2025-08-18T22:03:18.2402054Z (Reading database ... 60%
2025-08-18T22:03:18.2421622Z (Reading database ... 65%
2025-08-18T22:03:18.2459110Z (Reading database ... 70%
2025-08-18T22:03:18.2478681Z (Reading database ... 75%
2025-08-18T22:03:18.2502620Z (Reading database ... 80%
2025-08-18T22:03:18.2642111Z (Reading database ... 85%
2025-08-18T22:03:18.2906740Z (Reading database ... 90%
2025-08-18T22:03:18.2979306Z (Reading database ... 95%
2025-08-18T22:03:18.2979778Z (Reading database ... 100%
2025-08-18T22:03:18.2980443Z (Reading database ... 222565 files and directories currently installed.)
2025-08-18T22:03:18.3020461Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-18T22:03:18.3037488Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-18T22:03:18.3296563Z Selecting previously unselected package clang.
2025-08-18T22:03:18.3430297Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-18T22:03:18.3439748Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-18T22:03:18.3656054Z Selecting previously unselected package qemu-user-static.
2025-08-18T22:03:18.3788320Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-18T22:03:18.3800609Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:03:18.8189135Z Selecting previously unselected package scons.
2025-08-18T22:03:18.8326734Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-18T22:03:18.8340407Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-18T22:03:18.9033010Z Selecting previously unselected package byacc.
2025-08-18T22:03:18.9169599Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-18T22:03:18.9181931Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-18T22:03:18.9621094Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:03:18.9672033Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-18T22:03:18.9765852Z Setting up clang (1:18.0-59~exp2) ...
2025-08-18T22:03:19.0015501Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-18T22:03:19.3998665Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-18T22:03:19.4026675Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:23.2671745Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-18T22:03:24.7533770Z Reading package lists...
2025-08-18T22:03:24.9043780Z Building dependency tree...
2025-08-18T22:03:24.9051387Z Reading state information...
2025-08-18T22:03:25.0562291Z The following additional packages will be installed:
2025-08-18T22:03:25.0563381Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:03:25.0564140Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:03:25.0564893Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:03:25.0565785Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:03:25.0566606Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:03:25.0567402Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:03:25.0568246Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:03:25.0569002Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:03:25.0569720Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:03:25.0575889Z Suggested packages:
2025-08-18T22:03:25.0576359Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-18T22:03:25.0577057Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-18T22:03:25.0578259Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-18T22:03:25.0581272Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-18T22:03:25.0582185Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-18T22:03:25.0583188Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-18T22:03:25.0584000Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-18T22:03:25.0584865Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-18T22:03:25.0585508Z   wdiff-doc
2025-08-18T22:03:25.0585827Z Recommended packages:
2025-08-18T22:03:25.0586360Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-18T22:03:25.0587134Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-18T22:03:25.0587962Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-18T22:03:25.0588859Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-18T22:03:25.0769738Z The following NEW packages will be installed:
2025-08-18T22:03:25.0770492Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:03:25.0771406Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:03:25.0772160Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:03:25.0772959Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:03:25.0773561Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:03:25.0774354Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:03:25.0775187Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:03:25.0776351Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:03:25.0777768Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:03:25.0949837Z 0 upgraded, 30 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:25.0950414Z Need to get 2417 kB of archives.
2025-08-18T22:03:25.0950786Z After this operation, 7084 kB of additional disk space will be used.
2025-08-18T22:03:25.0951187Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:25.1281775Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-18T22:03:25.1447342Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-18T22:03:25.1607000Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-18T22:03:25.1788832Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-18T22:03:25.1954126Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-18T22:03:25.2127174Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-18T22:03:25.2300569Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-18T22:03:25.2481719Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-18T22:03:25.2670944Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-18T22:03:25.2844062Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-18T22:03:25.3003257Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-18T22:03:25.3160234Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-18T22:03:25.3320471Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-18T22:03:25.3493047Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-18T22:03:25.3659699Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-18T22:03:25.3895035Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-18T22:03:25.4071052Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-18T22:03:25.4769865Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-18T22:03:25.4930309Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-18T22:03:25.5086538Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-18T22:03:25.5240793Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-18T22:03:25.5538653Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-18T22:03:25.5794215Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-18T22:03:25.5951754Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-18T22:03:25.6148697Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-18T22:03:25.6328062Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-18T22:03:25.6519249Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-18T22:03:25.6689751Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-18T22:03:25.7260313Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-18T22:03:25.7417505Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-18T22:03:26.0312982Z Fetched 2417 kB in 1s (3511 kB/s)
2025-08-18T22:03:26.3099341Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-18T22:03:26.3155265Z (Reading database ... 
2025-08-18T22:03:26.3155747Z (Reading database ... 5%
2025-08-18T22:03:26.3156209Z (Reading database ... 10%
2025-08-18T22:03:26.3156649Z (Reading database ... 15%
2025-08-18T22:03:26.3157081Z (Reading database ... 20%
2025-08-18T22:03:26.3157511Z (Reading database ... 25%
2025-08-18T22:03:26.3157963Z (Reading database ... 30%
2025-08-18T22:03:26.3158388Z (Reading database ... 35%
2025-08-18T22:03:26.3158839Z (Reading database ... 40%
2025-08-18T22:03:26.3159267Z (Reading database ... 45%
2025-08-18T22:03:26.3159701Z (Reading database ... 50%
2025-08-18T22:03:26.3253976Z (Reading database ... 55%
2025-08-18T22:03:26.3271748Z (Reading database ... 60%
2025-08-18T22:03:26.3292151Z (Reading database ... 65%
2025-08-18T22:03:26.3329588Z (Reading database ... 70%
2025-08-18T22:03:26.3349894Z (Reading database ... 75%
2025-08-18T22:03:26.3375432Z (Reading database ... 80%
2025-08-18T22:03:26.3515866Z (Reading database ... 85%
2025-08-18T22:03:26.3789504Z (Reading database ... 90%
2025-08-18T22:03:26.3863732Z (Reading database ... 95%
2025-08-18T22:03:26.3864200Z (Reading database ... 100%
2025-08-18T22:03:26.3864712Z (Reading database ... 223013 files and directories currently installed.)
2025-08-18T22:03:26.3905470Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-18T22:03:26.3921615Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:03:26.4172738Z Selecting previously unselected package libfile-which-perl.
2025-08-18T22:03:26.4307240Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-18T22:03:26.4318075Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-18T22:03:26.4548987Z Selecting previously unselected package libfile-homedir-perl.
2025-08-18T22:03:26.4680219Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-18T22:03:26.4694186Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-18T22:03:26.4963210Z Selecting previously unselected package libfile-touch-perl.
2025-08-18T22:03:26.5094349Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-18T22:03:26.5112884Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-18T22:03:26.5325610Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-18T22:03:26.5457887Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-18T22:03:26.5473384Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:03:26.5691678Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-18T22:03:26.5824751Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-18T22:03:26.5838852Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:03:26.6066481Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-18T22:03:26.6199229Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-18T22:03:26.6210510Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-18T22:03:26.6441608Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-18T22:03:26.6574774Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-18T22:03:26.6590885Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:03:26.6800756Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-18T22:03:26.6933103Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-18T22:03:26.6943906Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-18T22:03:26.7171624Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-18T22:03:26.7302121Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-18T22:03:26.7317884Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-18T22:03:26.7535621Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-18T22:03:26.7666562Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-18T22:03:26.7686308Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:03:26.7899590Z Selecting previously unselected package libimport-into-perl.
2025-08-18T22:03:26.8029205Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-18T22:03:26.8038231Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-18T22:03:26.8295422Z Selecting previously unselected package librole-tiny-perl.
2025-08-18T22:03:26.8425244Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-18T22:03:26.8436953Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-18T22:03:26.8648517Z Selecting previously unselected package libsub-quote-perl.
2025-08-18T22:03:26.8780117Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-18T22:03:26.8792136Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:03:26.9009888Z Selecting previously unselected package libmoo-perl.
2025-08-18T22:03:26.9140858Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-18T22:03:26.9159327Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-18T22:03:26.9439100Z Selecting previously unselected package libfile-listing-perl.
2025-08-18T22:03:26.9572272Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-18T22:03:26.9587102Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-18T22:03:26.9796028Z Selecting previously unselected package libhtml-tree-perl.
2025-08-18T22:03:26.9927638Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-18T22:03:26.9942704Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-18T22:03:27.0207592Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-18T22:03:27.0340235Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-18T22:03:27.0357266Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:03:27.0598004Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-18T22:03:27.0734147Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-18T22:03:27.0744447Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:03:27.0964891Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-18T22:03:27.1100000Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-18T22:03:27.1111041Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-18T22:03:27.1340464Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-18T22:03:27.1475280Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-18T22:03:27.1493042Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-18T22:03:27.1903119Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-18T22:03:27.2039365Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-18T22:03:27.2049866Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:03:27.2316018Z Selecting previously unselected package libnet-http-perl.
2025-08-18T22:03:27.2450492Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-18T22:03:27.2458475Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-18T22:03:27.2671002Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-18T22:03:27.2804416Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-18T22:03:27.2813131Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:03:27.3036209Z Selecting previously unselected package libtry-tiny-perl.
2025-08-18T22:03:27.3173043Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-18T22:03:27.3181397Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-18T22:03:27.3411111Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-18T22:03:27.3547334Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-18T22:03:27.3559297Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:03:27.3796305Z Selecting previously unselected package libwww-perl.
2025-08-18T22:03:27.3930216Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-18T22:03:27.3947773Z Unpacking libwww-perl (6.76-1) ...
2025-08-18T22:03:27.4227923Z Selecting previously unselected package patchutils.
2025-08-18T22:03:27.4361698Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-18T22:03:27.4370900Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-18T22:03:27.4669921Z Selecting previously unselected package wdiff.
2025-08-18T22:03:27.4803690Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-18T22:03:27.4818629Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-18T22:03:27.5079029Z Selecting previously unselected package devscripts.
2025-08-18T22:03:27.5213924Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-18T22:03:27.5416212Z Unpacking devscripts (2.23.7) ...
2025-08-18T22:03:27.6668691Z Setting up wdiff (1.2.2-6build1) ...
2025-08-18T22:03:27.6708475Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:03:27.6747438Z Setting up libfile-which-perl (1.27-2) ...
2025-08-18T22:03:27.6789524Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-18T22:03:27.6829374Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:03:27.6864456Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:03:27.6901933Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:03:27.6953413Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-18T22:03:27.6994598Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-18T22:03:27.7037657Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-18T22:03:27.7136525Z Setting up libnet-http-perl (6.23-1) ...
2025-08-18T22:03:27.7172081Z Setting up patchutils (0.4.2-1build3) ...
2025-08-18T22:03:27.7207661Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-18T22:03:27.7241771Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:03:27.7287915Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-18T22:03:27.7316357Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:03:27.7339669Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:03:27.7375032Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:03:27.7402559Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-18T22:03:27.7438603Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-18T22:03:27.7480104Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-18T22:03:27.7517473Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-18T22:03:27.7557413Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:03:27.7587659Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-18T22:03:27.7646465Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:03:27.7697593Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-18T22:03:27.7744199Z Setting up libmoo-perl (2.005005-1) ...
2025-08-18T22:03:27.7791410Z Setting up libwww-perl (6.76-1) ...
2025-08-18T22:03:27.7849917Z Setting up devscripts (2.23.7) ...
2025-08-18T22:03:27.9070641Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:03:27.9099195Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:32.5790636Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:03:34.0341973Z Reading package lists...
2025-08-18T22:03:34.1861645Z Building dependency tree...
2025-08-18T22:03:34.1870120Z Reading state information...
2025-08-18T22:03:34.3302222Z The following additional packages will be installed:
2025-08-18T22:03:34.3308809Z   cmake-data libjsoncpp25 librhash0
2025-08-18T22:03:34.3314274Z Suggested packages:
2025-08-18T22:03:34.3314676Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-18T22:03:34.3440347Z The following NEW packages will be installed:
2025-08-18T22:03:34.3446629Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-18T22:03:34.3609934Z 0 upgraded, 4 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:34.3610430Z Need to get 13.6 MB of archives.
2025-08-18T22:03:34.3610770Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-18T22:03:34.3611268Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:34.4084687Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-18T22:03:34.4274002Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-18T22:03:34.4447492Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-18T22:03:34.4964189Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-18T22:03:34.8763003Z Fetched 13.6 MB in 0s (50.2 MB/s)
2025-08-18T22:03:34.8959942Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-18T22:03:34.9015918Z (Reading database ... 
2025-08-18T22:03:34.9016351Z (Reading database ... 5%
2025-08-18T22:03:34.9016866Z (Reading database ... 10%
2025-08-18T22:03:34.9017289Z (Reading database ... 15%
2025-08-18T22:03:34.9017514Z (Reading database ... 20%
2025-08-18T22:03:34.9017745Z (Reading database ... 25%
2025-08-18T22:03:34.9017971Z (Reading database ... 30%
2025-08-18T22:03:34.9018199Z (Reading database ... 35%
2025-08-18T22:03:34.9018418Z (Reading database ... 40%
2025-08-18T22:03:34.9018638Z (Reading database ... 45%
2025-08-18T22:03:34.9018887Z (Reading database ... 50%
2025-08-18T22:03:34.9098957Z (Reading database ... 55%
2025-08-18T22:03:34.9132988Z (Reading database ... 60%
2025-08-18T22:03:34.9154184Z (Reading database ... 65%
2025-08-18T22:03:34.9192668Z (Reading database ... 70%
2025-08-18T22:03:34.9214658Z (Reading database ... 75%
2025-08-18T22:03:34.9239601Z (Reading database ... 80%
2025-08-18T22:03:34.9268329Z (Reading database ... 85%
2025-08-18T22:03:34.9662683Z (Reading database ... 90%
2025-08-18T22:03:34.9736444Z (Reading database ... 95%
2025-08-18T22:03:34.9736911Z (Reading database ... 100%
2025-08-18T22:03:34.9737553Z (Reading database ... 223948 files and directories currently installed.)
2025-08-18T22:03:34.9777492Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-18T22:03:34.9808553Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-18T22:03:35.0071313Z Selecting previously unselected package librhash0:amd64.
2025-08-18T22:03:35.0204452Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-18T22:03:35.0216551Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-18T22:03:35.0495501Z Selecting previously unselected package cmake-data.
2025-08-18T22:03:35.0631281Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-18T22:03:35.0696711Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-18T22:03:35.6419879Z Selecting previously unselected package cmake.
2025-08-18T22:03:35.6570883Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-18T22:03:35.6585612Z Unpacking cmake (3.28.3-1build7) ...
2025-08-18T22:03:35.8435331Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-18T22:03:35.8464392Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-18T22:03:35.8500058Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-18T22:03:35.8560829Z Setting up cmake (3.28.3-1build7) ...
2025-08-18T22:03:35.8585917Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:39.9266860Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:03:40.4863676Z 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-18T22:03:40.4864860Z Running kernel seems to be up-to-date.
2025-08-18T22:03:40.4865072Z 
2025-08-18T22:03:40.4865164Z Restarting services...
2025-08-18T22:03:40.4923683Z 
2025-08-18T22:03:40.4924063Z Service restarts being deferred:
2025-08-18T22:03:40.4924493Z  systemctl restart hosted-compute-agent.service
2025-08-18T22:03:40.4924741Z 
2025-08-18T22:03:40.4924988Z No containers need to be restarted.
2025-08-18T22:03:40.4925284Z 
2025-08-18T22:03:40.4925458Z No user sessions are running outdated binaries.
2025-08-18T22:03:40.4925656Z 
2025-08-18T22:03:40.4925846Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T22:03:41.3094855Z Reading package lists...
2025-08-18T22:03:41.4540498Z Building dependency tree...
2025-08-18T22:03:41.4548743Z Reading state information...
2025-08-18T22:03:41.6167794Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:03:41.6168514Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:03:41.6169077Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:03:41.6169660Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:03:41.6170211Z b3sum is already the newest version (1.2.0-1).
2025-08-18T22:03:41.6170781Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:03:41.6171391Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:41.6171952Z ccache is already the newest version (4.9.1-1).
2025-08-18T22:03:41.6172686Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:03:41.6173290Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:41.6173843Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:03:41.6174384Z git-lfs is already the newest version (3.7.0).
2025-08-18T22:03:41.6174976Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-18T22:03:41.6175806Z lzip is already the newest version (1.24.1-1build1).
2025-08-18T22:03:41.6176159Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:41.6176507Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:03:41.6176856Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:03:41.6177177Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:03:41.6177477Z musl is already the newest version (1.2.4-2).
2025-08-18T22:03:41.6177788Z musl-dev is already the newest version (1.2.4-2).
2025-08-18T22:03:41.6178095Z musl-tools is already the newest version (1.2.4-2).
2025-08-18T22:03:41.6178685Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:03:41.6179227Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:03:41.6179570Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:03:41.6179882Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:41.6180242Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:41.6404532Z Reading package lists...
2025-08-18T22:03:41.7861144Z Building dependency tree...
2025-08-18T22:03:41.7869083Z Reading state information...
2025-08-18T22:03:41.9445230Z autoconf is already the newest version (2.71-3).
2025-08-18T22:03:41.9445868Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:03:41.9446280Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-18T22:03:41.9446640Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:03:41.9447001Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:03:41.9447379Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:03:41.9447756Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-18T22:03:41.9448349Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:41.9448963Z clang is already the newest version (1:18.0-59~exp2).
2025-08-18T22:03:41.9449404Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:03:41.9449811Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:03:41.9450322Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:41.9450763Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:03:41.9451192Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:03:41.9451696Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:03:41.9452140Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:03:41.9452966Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:03:41.9453795Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:03:41.9454478Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:03:41.9466746Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:03:41.9467603Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:41.9468202Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:41.9684131Z Reading package lists...
2025-08-18T22:03:42.1217334Z Building dependency tree...
2025-08-18T22:03:42.1225035Z Reading state information...
2025-08-18T22:03:42.2902223Z devscripts is already the newest version (2.23.7).
2025-08-18T22:03:42.2903019Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:42.3138858Z Reading package lists...
2025-08-18T22:03:42.4899297Z Building dependency tree...
2025-08-18T22:03:42.4907666Z Reading state information...
2025-08-18T22:03:42.6537460Z cmake is already the newest version (3.28.3-1build7).
2025-08-18T22:03:42.6538160Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:42.6773198Z Reading package lists...
2025-08-18T22:03:42.8234414Z Building dependency tree...
2025-08-18T22:03:42.8243053Z Reading state information...
2025-08-18T22:03:42.9619337Z Suggested packages:
2025-08-18T22:03:42.9620022Z   binutils-doc
2025-08-18T22:03:42.9861563Z The following NEW packages will be installed:
2025-08-18T22:03:42.9868469Z   binutils-aarch64-linux-gnu
2025-08-18T22:03:43.0043670Z 0 upgraded, 1 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:43.0266597Z Need to get 3711 kB of archives.
2025-08-18T22:03:43.0267232Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-18T22:03:43.0267944Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:43.0629871Z 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-18T22:03:43.3626775Z Fetched 3711 kB in 0s (38.2 MB/s)
2025-08-18T22:03:43.3817471Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-18T22:03:43.3873705Z (Reading database ... 
2025-08-18T22:03:43.3874181Z (Reading database ... 5%
2025-08-18T22:03:43.3874478Z (Reading database ... 10%
2025-08-18T22:03:43.3874705Z (Reading database ... 15%
2025-08-18T22:03:43.3874940Z (Reading database ... 20%
2025-08-18T22:03:43.3875156Z (Reading database ... 25%
2025-08-18T22:03:43.3875377Z (Reading database ... 30%
2025-08-18T22:03:43.3875594Z (Reading database ... 35%
2025-08-18T22:03:43.3875806Z (Reading database ... 40%
2025-08-18T22:03:43.3876017Z (Reading database ... 45%
2025-08-18T22:03:43.3876228Z (Reading database ... 50%
2025-08-18T22:03:43.3961127Z (Reading database ... 55%
2025-08-18T22:03:43.3996737Z (Reading database ... 60%
2025-08-18T22:03:43.4018716Z (Reading database ... 65%
2025-08-18T22:03:43.4059645Z (Reading database ... 70%
2025-08-18T22:03:43.4082718Z (Reading database ... 75%
2025-08-18T22:03:43.4107833Z (Reading database ... 80%
2025-08-18T22:03:43.4138471Z (Reading database ... 85%
2025-08-18T22:03:43.4559764Z (Reading database ... 90%
2025-08-18T22:03:43.4640843Z (Reading database ... 95%
2025-08-18T22:03:43.4641618Z (Reading database ... 100%
2025-08-18T22:03:43.4642150Z (Reading database ... 227357 files and directories currently installed.)
2025-08-18T22:03:43.4687179Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-18T22:03:43.4716238Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-18T22:03:43.6264456Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-18T22:03:43.6293521Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:03:43.6449448Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:49.0478831Z Reading package lists...
2025-08-18T22:03:49.2184068Z Building dependency tree...
2025-08-18T22:03:49.2191961Z Reading state information...
2025-08-18T22:03:49.3811503Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:03:49.3812783Z The following additional packages will be installed:
2025-08-18T22:03:49.3813603Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:03:49.3814529Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-18T22:03:49.3815539Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-18T22:03:49.3816490Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:03:49.3817350Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-18T22:03:49.3818003Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:03:49.3818725Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:03:49.3819522Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:03:49.3820265Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-18T22:03:49.3821003Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:03:49.3821714Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:03:49.3822247Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-18T22:03:49.3822920Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-18T22:03:49.3823754Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-18T22:03:49.3824268Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-18T22:03:49.3824884Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-18T22:03:49.3825513Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-18T22:03:49.3825978Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:03:49.3826423Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:03:49.3826901Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-18T22:03:49.3827428Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-18T22:03:49.3827874Z   linux-libc-dev-armhf-cross
2025-08-18T22:03:49.3828154Z Suggested packages:
2025-08-18T22:03:49.3828465Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-18T22:03:49.3828937Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-18T22:03:49.4364536Z The following NEW packages will be installed:
2025-08-18T22:03:49.4365244Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:03:49.4366006Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-18T22:03:49.4366801Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-18T22:03:49.4367565Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:03:49.4368254Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-18T22:03:49.4368673Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-18T22:03:49.4369032Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:03:49.4369798Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:03:49.4370455Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:03:49.4371224Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-18T22:03:49.4371958Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:03:49.4372657Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:03:49.4373180Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-18T22:03:49.4373704Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-18T22:03:49.4374216Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-18T22:03:49.4374824Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-18T22:03:49.4375388Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-18T22:03:49.4375882Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-18T22:03:49.4376342Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:03:49.4376790Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:03:49.4377258Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-18T22:03:49.4377763Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-18T22:03:49.4378194Z   linux-libc-dev-armhf-cross
2025-08-18T22:03:49.4567108Z 0 upgraded, 64 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:03:49.4567715Z Need to get 171 MB of archives.
2025-08-18T22:03:49.4568268Z After this operation, 599 MB of additional disk space will be used.
2025-08-18T22:03:49.4568921Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:03:49.4896780Z 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-18T22:03:49.5084262Z 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-18T22:03:49.6788197Z 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-18T22:03:49.7069529Z 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-18T22:03:49.8423897Z 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-18T22:03:49.8578463Z 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-18T22:03:49.9975685Z 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-18T22:03:50.0141509Z 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-18T22:03:50.0331592Z 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-18T22:03:50.0486742Z 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-18T22:03:50.0642005Z 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-18T22:03:50.0808427Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-18T22:03:50.1177625Z 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-18T22:03:50.1345200Z 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-18T22:03:50.1585001Z 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-18T22:03:50.1759733Z 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-18T22:03:50.2369750Z 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-18T22:03:50.2757212Z 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-18T22:03:50.2981028Z 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-18T22:03:50.3344601Z 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-18T22:03:50.3664661Z 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-18T22:03:50.3878879Z 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-18T22:03:50.4179412Z 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-18T22:03:50.4912161Z 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-18T22:03:50.9828070Z 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-18T22:03:51.0288935Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-18T22:03:51.0850437Z 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-18T22:03:51.1784093Z 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-18T22:03:51.5830444Z 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-18T22:03:51.7611763Z 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-18T22:03:51.7798420Z 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-18T22:03:51.7989284Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-18T22:03:51.8685471Z 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-18T22:03:51.9288406Z 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-18T22:03:51.9497231Z 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-18T22:03:51.9660483Z 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-18T22:03:52.0715147Z 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-18T22:03:52.1057662Z 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-18T22:03:52.1571422Z 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-18T22:03:52.2031185Z 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-18T22:03:53.0941304Z 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-18T22:03:53.1888234Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-18T22:03:53.2715883Z 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-18T22:03:53.3743501Z 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-18T22:03:53.7266513Z 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-18T22:03:53.8075173Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-18T22:03:53.8582626Z 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-18T22:03:53.8843360Z 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-18T22:03:53.9003140Z 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-18T22:03:53.9169196Z 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-18T22:03:54.0321252Z 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-18T22:03:54.0733603Z 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-18T22:03:54.1167190Z 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-18T22:03:54.1480603Z 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-18T22:03:54.4823387Z 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-18T22:03:54.5269382Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-18T22:03:54.5728197Z 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-18T22:03:54.6591127Z 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-18T22:03:54.8390322Z 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-18T22:03:54.8541187Z 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-18T22:03:54.8721838Z 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-18T22:03:54.8961144Z 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-18T22:03:54.9117132Z 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-18T22:03:54.9278339Z 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-18T22:03:55.2412174Z Fetched 171 MB in 5s (31.1 MB/s)
2025-08-18T22:03:55.2613053Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-18T22:03:55.2669022Z (Reading database ... 
2025-08-18T22:03:55.2669680Z (Reading database ... 5%
2025-08-18T22:03:55.2670015Z (Reading database ... 10%
2025-08-18T22:03:55.2670381Z (Reading database ... 15%
2025-08-18T22:03:55.2670727Z (Reading database ... 20%
2025-08-18T22:03:55.2671085Z (Reading database ... 25%
2025-08-18T22:03:55.2671407Z (Reading database ... 30%
2025-08-18T22:03:55.2671621Z (Reading database ... 35%
2025-08-18T22:03:55.2671831Z (Reading database ... 40%
2025-08-18T22:03:55.2672035Z (Reading database ... 45%
2025-08-18T22:03:55.2672246Z (Reading database ... 50%
2025-08-18T22:03:55.2750223Z (Reading database ... 55%
2025-08-18T22:03:55.2782766Z (Reading database ... 60%
2025-08-18T22:03:55.2803028Z (Reading database ... 65%
2025-08-18T22:03:55.2840541Z (Reading database ... 70%
2025-08-18T22:03:55.2861537Z (Reading database ... 75%
2025-08-18T22:03:55.2884024Z (Reading database ... 80%
2025-08-18T22:03:55.2911961Z (Reading database ... 85%
2025-08-18T22:03:55.3295199Z (Reading database ... 90%
2025-08-18T22:03:55.3369196Z (Reading database ... 95%
2025-08-18T22:03:55.3369567Z (Reading database ... 100%
2025-08-18T22:03:55.3369915Z (Reading database ... 227701 files and directories currently installed.)
2025-08-18T22:03:55.3410550Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:55.3421730Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:55.3657928Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-18T22:03:55.3792882Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:55.3824959Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:55.5409285Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-18T22:03:55.5548528Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:55.5557332Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:55.5794616Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-18T22:03:55.5929427Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:55.5962103Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:55.7272815Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-18T22:03:55.7412806Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:55.7426113Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:55.7678421Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-18T22:03:55.7818327Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:55.7855844Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:55.9159979Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-18T22:03:55.9298679Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:03:55.9307525Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:03:55.9519032Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-18T22:03:55.9655725Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-18T22:03:55.9663381Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:03:55.9878779Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-18T22:03:56.0011302Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:03:56.0021355Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:03:56.0215330Z Selecting previously unselected package gcc-13-cross-base.
2025-08-18T22:03:56.0349431Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.0366366Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.0578560Z Selecting previously unselected package gcc-14-cross-base.
2025-08-18T22:03:56.0715595Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.0730734Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.0956405Z Selecting previously unselected package libc6-arm64-cross.
2025-08-18T22:03:56.1092743Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:03:56.1114531Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:03:56.1509009Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-18T22:03:56.1645384Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.1659680Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.1869845Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-18T22:03:56.2005865Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.2017072Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.2241452Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-18T22:03:56.2377188Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.2386906Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.2596021Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-18T22:03:56.2734718Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.2745152Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.2970901Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-18T22:03:56.3107339Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.3120151Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.3431571Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-18T22:03:56.3569429Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.3582539Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.3837021Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-18T22:03:56.3973495Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.3986805Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.4278278Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-18T22:03:56.4414135Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.4429182Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.4754123Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-18T22:03:56.4889987Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.4909178Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.5141913Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-18T22:03:56.5278977Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.5290241Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.5567927Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-18T22:03:56.5705278Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:56.5720032Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.6769101Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-18T22:03:56.6908930Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:56.6951590Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:56.9598151Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-18T22:03:56.9737537Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:03:56.9747620Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-18T22:03:57.1560485Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-18T22:03:57.1704216Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:03:57.1713466Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:03:57.2943082Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-18T22:03:57.3085262Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:57.3104765Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:57.5385585Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-18T22:03:57.5530347Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:57.5565570Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:57.7063190Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-18T22:03:57.7203967Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-18T22:03:57.7233814Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:03:57.8097910Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-18T22:03:57.8239105Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:57.8260335Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:57.8485551Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-18T22:03:57.8626796Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:57.8639095Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:57.8908864Z Selecting previously unselected package libc6-armel-cross.
2025-08-18T22:03:57.9048602Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:03:57.9066163Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:03:57.9408610Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-18T22:03:57.9548923Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:57.9559110Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:57.9787881Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-18T22:03:57.9925904Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:57.9950341Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.0181402Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-18T22:03:58.0318955Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:58.0331027Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.0564622Z Selecting previously unselected package libasan8-armel-cross.
2025-08-18T22:03:58.0706883Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:58.0723940Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.1363433Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-18T22:03:58.1505154Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:58.1520228Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.1829972Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-18T22:03:58.1969295Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:58.1981321Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.2340475Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-18T22:03:58.2479909Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:58.2492780Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.3036822Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-18T22:03:58.3178765Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:58.3210496Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:58.5714165Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-18T22:03:58.5855363Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:03:58.5883603Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:03:58.7804964Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-18T22:03:58.7948395Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:03:58.7957250Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:03:58.9102901Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-18T22:03:58.9246409Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:58.9257723Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.1316172Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-18T22:03:59.1462276Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:59.1497251Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.2908473Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-18T22:03:59.3050937Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-18T22:03:59.3062931Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:03:59.3962548Z Selecting previously unselected package libc6-armhf-cross.
2025-08-18T22:03:59.4106129Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:03:59.4122274Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:03:59.4526747Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-18T22:03:59.4670209Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.4686104Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.4930262Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-18T22:03:59.5071529Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.5091360Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.5328682Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-18T22:03:59.5468830Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.5483355Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.5701027Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-18T22:03:59.5839954Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.5857085Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.6489930Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-18T22:03:59.6633045Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.6646871Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.6963121Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-18T22:03:59.7103931Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.7124820Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.7487760Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-18T22:03:59.7631178Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:03:59.7641999Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:03:59.8207298Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-18T22:03:59.8349996Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:03:59.8381301Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:00.0798757Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-18T22:04:00.0942675Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:04:00.0955191Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:00.2885898Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-18T22:04:00.3033202Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:04:00.3044437Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:00.4166048Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-18T22:04:00.4311717Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:00.4326338Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:00.6382327Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-18T22:04:00.6529348Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:04:00.6568153Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:00.7974916Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-18T22:04:00.8118999Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:04:00.8138941Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:00.8354017Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-18T22:04:00.8495898Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:04:00.8506025Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:00.8712799Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-18T22:04:00.8853645Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-18T22:04:00.8864246Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:00.9067113Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-18T22:04:00.9203060Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-18T22:04:00.9217639Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:00.9424084Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-18T22:04:00.9561553Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:04:00.9571059Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:00.9797944Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-18T22:04:00.9935033Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:04:00.9948011Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.0409654Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:04:01.0439167Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:01.0476702Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0508348Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0574882Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0619846Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:01.0657743Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0704452Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:01.0760736Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:01.0814586Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0864480Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:01.0900705Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:01.0937100Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0964545Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.0995415Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1024136Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:01.1052245Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:04:01.1090971Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1147650Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1190539Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1225728Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1276005Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1300337Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1336294Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1378689Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1407719Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1436130Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1463770Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1491245Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1516112Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:01.1543880Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1573306Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:01.1605344Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1647805Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1699519Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1739685Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.1783026Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:01.1807868Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1832007Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1856916Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1879726Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1904475Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.1938079Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.1968856Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2016198Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2050912Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2088045Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2122807Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2162899Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2218460Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2245117Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2282085Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:01.2310539Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2333054Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2357476Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2381873Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2404429Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2428483Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:01.2467589Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.2506003Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2577468Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:01.2614331Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.2645390Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.2683986Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:01.2744200Z Processing triggers for ccache (4.9.1-1) ...
2025-08-18T22:04:01.2775391Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:04:01.2867460Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:05.4243244Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:04:06.8282537Z Reading package lists...
2025-08-18T22:04:06.9799060Z Building dependency tree...
2025-08-18T22:04:06.9807459Z Reading state information...
2025-08-18T22:04:07.1287475Z The following additional packages will be installed:
2025-08-18T22:04:07.1288411Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:04:07.1292795Z   libpcap0.8-dev
2025-08-18T22:04:07.1557555Z The following NEW packages will be installed:
2025-08-18T22:04:07.1558408Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:04:07.1562675Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-18T22:04:07.1719532Z 0 upgraded, 8 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:04:07.1952972Z Need to get 1613 kB of archives.
2025-08-18T22:04:07.1953670Z After this operation, 6802 kB of additional disk space will be used.
2025-08-18T22:04:07.1954402Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:04:07.2323815Z 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-18T22:04:07.2526198Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-18T22:04:07.2686963Z 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-18T22:04:07.2853064Z 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-18T22:04:07.3094874Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-18T22:04:07.3386070Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-18T22:04:07.3573426Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-18T22:04:07.3722894Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-18T22:04:07.6277723Z Fetched 1613 kB in 0s (8581 kB/s)
2025-08-18T22:04:07.6488538Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-18T22:04:07.6547680Z (Reading database ... 
2025-08-18T22:04:07.6548120Z (Reading database ... 5%
2025-08-18T22:04:07.6548586Z (Reading database ... 10%
2025-08-18T22:04:07.6549047Z (Reading database ... 15%
2025-08-18T22:04:07.6549430Z (Reading database ... 20%
2025-08-18T22:04:07.6549787Z (Reading database ... 25%
2025-08-18T22:04:07.6550056Z (Reading database ... 30%
2025-08-18T22:04:07.6550275Z (Reading database ... 35%
2025-08-18T22:04:07.6550502Z (Reading database ... 40%
2025-08-18T22:04:07.6550718Z (Reading database ... 45%
2025-08-18T22:04:07.6550931Z (Reading database ... 50%
2025-08-18T22:04:07.6644977Z (Reading database ... 55%
2025-08-18T22:04:07.6664551Z (Reading database ... 60%
2025-08-18T22:04:07.6686445Z (Reading database ... 65%
2025-08-18T22:04:07.6727371Z (Reading database ... 70%
2025-08-18T22:04:07.6750375Z (Reading database ... 75%
2025-08-18T22:04:07.6776811Z (Reading database ... 80%
2025-08-18T22:04:07.6914658Z (Reading database ... 85%
2025-08-18T22:04:07.7207273Z (Reading database ... 90%
2025-08-18T22:04:07.7284230Z (Reading database ... 95%
2025-08-18T22:04:07.7284477Z (Reading database ... 100%
2025-08-18T22:04:07.7284855Z (Reading database ... 235760 files and directories currently installed.)
2025-08-18T22:04:07.7326924Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-18T22:04:07.7346038Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:04:07.7747331Z Selecting previously unselected package libjudydebian1.
2025-08-18T22:04:07.7887310Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-18T22:04:07.7918638Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:04:07.8172821Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-18T22:04:07.8313390Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-18T22:04:07.8323825Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:04:07.8785910Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-18T22:04:07.8930023Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-18T22:04:07.8936536Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:04:07.9214105Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-18T22:04:07.9357994Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-18T22:04:07.9369484Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-18T22:04:08.0115867Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-18T22:04:08.0260655Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-18T22:04:08.0300331Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:04:08.0762627Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-18T22:04:08.0907296Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-18T22:04:08.0926787Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:04:08.1185024Z Selecting previously unselected package pcaputils.
2025-08-18T22:04:08.1329479Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-18T22:04:08.1364007Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-18T22:04:08.1816636Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:04:08.1849395Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:04:08.3919424Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:04:08.3967844Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-18T22:04:08.4064870Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-18T22:04:08.7168941Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:04:08.7218343Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-18T22:04:08.7283844Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:04:08.7454978Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:13.2439036Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:04:13.2735708Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:04:13.2779902Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:04:14.6955039Z Reading package lists...
2025-08-18T22:04:14.8436146Z Building dependency tree...
2025-08-18T22:04:14.8444977Z Reading state information...
2025-08-18T22:04:14.8837837Z Reading package lists...
2025-08-18T22:04:15.0354895Z Building dependency tree...
2025-08-18T22:04:15.0363651Z Reading state information...
2025-08-18T22:04:15.1911799Z The following additional packages will be installed:
2025-08-18T22:04:15.1916158Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-18T22:04:15.1921690Z Suggested packages:
2025-08-18T22:04:15.1922248Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-18T22:04:15.1923105Z   librust-libc+rustc-std-workspace-core-dev
2025-08-18T22:04:15.2071419Z The following NEW packages will be installed:
2025-08-18T22:04:15.2072062Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-18T22:04:15.2076338Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-18T22:04:15.2244303Z 0 upgraded, 9 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:04:15.2244918Z Need to get 800 kB of archives.
2025-08-18T22:04:15.2245819Z After this operation, 6245 kB of additional disk space will be used.
2025-08-18T22:04:15.2246643Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:04:15.2710383Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-18T22:04:15.2905056Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-18T22:04:15.3103820Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-18T22:04:15.3370868Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-18T22:04:15.3547921Z 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-18T22:04:15.3709378Z 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-18T22:04:15.3947880Z 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-18T22:04:15.4101664Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-18T22:04:15.4413928Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-18T22:04:15.6933184Z Fetched 800 kB in 0s (3511 kB/s)
2025-08-18T22:04:15.7171587Z Selecting previously unselected package liblz1:amd64.
2025-08-18T22:04:15.7231100Z (Reading database ... 
2025-08-18T22:04:15.7231526Z (Reading database ... 5%
2025-08-18T22:04:15.7231775Z (Reading database ... 10%
2025-08-18T22:04:15.7232002Z (Reading database ... 15%
2025-08-18T22:04:15.7232247Z (Reading database ... 20%
2025-08-18T22:04:15.7232673Z (Reading database ... 25%
2025-08-18T22:04:15.7233102Z (Reading database ... 30%
2025-08-18T22:04:15.7233318Z (Reading database ... 35%
2025-08-18T22:04:15.7233519Z (Reading database ... 40%
2025-08-18T22:04:15.7233733Z (Reading database ... 45%
2025-08-18T22:04:15.7233931Z (Reading database ... 50%
2025-08-18T22:04:15.7329680Z (Reading database ... 55%
2025-08-18T22:04:15.7351698Z (Reading database ... 60%
2025-08-18T22:04:15.7372662Z (Reading database ... 65%
2025-08-18T22:04:15.7414268Z (Reading database ... 70%
2025-08-18T22:04:15.7437460Z (Reading database ... 75%
2025-08-18T22:04:15.7463618Z (Reading database ... 80%
2025-08-18T22:04:15.7603687Z (Reading database ... 85%
2025-08-18T22:04:15.7891427Z (Reading database ... 90%
2025-08-18T22:04:15.7967817Z (Reading database ... 95%
2025-08-18T22:04:15.7968200Z (Reading database ... 100%
2025-08-18T22:04:15.7968537Z (Reading database ... 236416 files and directories currently installed.)
2025-08-18T22:04:15.8010836Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-18T22:04:15.8042098Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-18T22:04:15.8307506Z Selecting previously unselected package liblz-dev:amd64.
2025-08-18T22:04:15.8449054Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-18T22:04:15.8478795Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-18T22:04:15.8741125Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-18T22:04:15.8879506Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-18T22:04:15.8888700Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-18T22:04:15.9702632Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-18T22:04:15.9845267Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-18T22:04:15.9859694Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-18T22:04:16.0145164Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-18T22:04:16.0286017Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-18T22:04:16.0309813Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-18T22:04:16.0576094Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-18T22:04:16.0724294Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-18T22:04:16.0736445Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:04:16.1040099Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-18T22:04:16.1190757Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-18T22:04:16.1204834Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-18T22:04:16.1449834Z Selecting previously unselected package lzma.
2025-08-18T22:04:16.1594450Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-18T22:04:16.1607110Z Unpacking lzma (9.22-2.2) ...
2025-08-18T22:04:16.1904837Z Selecting previously unselected package lzma-dev.
2025-08-18T22:04:16.2049509Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-18T22:04:16.2059362Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-18T22:04:16.2506693Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-18T22:04:16.2539271Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-18T22:04:16.2568943Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-18T22:04:16.2597732Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-18T22:04:16.2623460Z Setting up lzma (9.22-2.2) ...
2025-08-18T22:04:16.2703604Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-18T22:04:16.2749371Z Setting up lzma-dev (9.22-2.2) ...
2025-08-18T22:04:16.2779833Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:04:16.2814866Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-18T22:04:16.2852673Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-18T22:04:16.2891617Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:04:16.3049617Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:20.4428280Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:04:21.0786044Z 
2025-08-18T22:04:21.0786495Z Running kernel seems to be up-to-date.
2025-08-18T22:04:21.0786896Z 
2025-08-18T22:04:21.0787036Z Restarting services...
2025-08-18T22:04:21.0848732Z 
2025-08-18T22:04:21.0849095Z Service restarts being deferred:
2025-08-18T22:04:21.0849626Z  systemctl restart hosted-compute-agent.service
2025-08-18T22:04:21.0849991Z 
2025-08-18T22:04:21.0850367Z No containers need to be restarted.
2025-08-18T22:04:21.0850655Z 
2025-08-18T22:04:21.0852556Z No user sessions are running outdated binaries.
2025-08-18T22:04:21.0852912Z 
2025-08-18T22:04:21.0853219Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T22:04:21.9143575Z Reading package lists...
2025-08-18T22:04:22.0612224Z Building dependency tree...
2025-08-18T22:04:22.0620878Z Reading state information...
2025-08-18T22:04:22.2606027Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-18T22:04:22.2606713Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-18T22:04:22.2607213Z inetutils-telnet set to manually installed.
2025-08-18T22:04:22.2607673Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-18T22:04:22.2608167Z The following additional packages will be installed:
2025-08-18T22:04:22.2608566Z   tcpd update-inetd
2025-08-18T22:04:22.2754931Z The following packages will be REMOVED:
2025-08-18T22:04:22.2762051Z   iputils-ping rsyslog ubuntu-minimal
2025-08-18T22:04:22.2763320Z The following NEW packages will be installed:
2025-08-18T22:04:22.2763787Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-18T22:04:22.2764220Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-18T22:04:22.2769614Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-18T22:04:22.2937475Z 0 upgraded, 13 newly installed, 3 to remove and 37 not upgraded.
2025-08-18T22:04:22.2938082Z Need to get 698 kB of archives.
2025-08-18T22:04:22.2938491Z After this operation, 196 kB of additional disk space will be used.
2025-08-18T22:04:22.2939156Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:04:22.3276460Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-18T22:04:22.3513382Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-18T22:04:22.3679973Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-18T22:04:22.3845941Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-18T22:04:22.4069912Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-18T22:04:22.4242664Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-18T22:04:22.4447383Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-18T22:04:22.4637837Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-18T22:04:22.4997426Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-18T22:04:22.5190804Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-18T22:04:22.5379078Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-18T22:04:22.5549296Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-18T22:04:22.5759233Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-18T22:04:22.8013672Z Preconfiguring packages ...
2025-08-18T22:04:22.9044501Z Fetched 698 kB in 0s (2376 kB/s)
2025-08-18T22:04:22.9229307Z (Reading database ... 
2025-08-18T22:04:22.9229835Z (Reading database ... 5%
2025-08-18T22:04:22.9230249Z (Reading database ... 10%
2025-08-18T22:04:22.9230633Z (Reading database ... 15%
2025-08-18T22:04:22.9230997Z (Reading database ... 20%
2025-08-18T22:04:22.9231363Z (Reading database ... 25%
2025-08-18T22:04:22.9232314Z (Reading database ... 30%
2025-08-18T22:04:22.9233009Z (Reading database ... 35%
2025-08-18T22:04:22.9233415Z (Reading database ... 40%
2025-08-18T22:04:22.9233680Z (Reading database ... 45%
2025-08-18T22:04:22.9233914Z (Reading database ... 50%
2025-08-18T22:04:22.9331307Z (Reading database ... 55%
2025-08-18T22:04:22.9351152Z (Reading database ... 60%
2025-08-18T22:04:22.9373966Z (Reading database ... 65%
2025-08-18T22:04:22.9417251Z (Reading database ... 70%
2025-08-18T22:04:22.9440819Z (Reading database ... 75%
2025-08-18T22:04:22.9467393Z (Reading database ... 80%
2025-08-18T22:04:22.9612981Z (Reading database ... 85%
2025-08-18T22:04:22.9904060Z (Reading database ... 90%
2025-08-18T22:04:22.9980896Z (Reading database ... 95%
2025-08-18T22:04:22.9981291Z (Reading database ... 100%
2025-08-18T22:04:22.9981726Z (Reading database ... 236908 files and directories currently installed.)
2025-08-18T22:04:23.0022588Z Removing ubuntu-minimal (1.539.2) ...
2025-08-18T22:04:23.0195150Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:23.0398962Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-18T22:04:23.4254201Z Selecting previously unselected package inetutils-syslogd.
2025-08-18T22:04:23.4313559Z (Reading database ... 
2025-08-18T22:04:23.4313966Z (Reading database ... 5%
2025-08-18T22:04:23.4314297Z (Reading database ... 10%
2025-08-18T22:04:23.4314546Z (Reading database ... 15%
2025-08-18T22:04:23.4314763Z (Reading database ... 20%
2025-08-18T22:04:23.4314982Z (Reading database ... 25%
2025-08-18T22:04:23.4315201Z (Reading database ... 30%
2025-08-18T22:04:23.4315452Z (Reading database ... 35%
2025-08-18T22:04:23.4315667Z (Reading database ... 40%
2025-08-18T22:04:23.4315881Z (Reading database ... 45%
2025-08-18T22:04:23.4316321Z (Reading database ... 50%
2025-08-18T22:04:23.4413771Z (Reading database ... 55%
2025-08-18T22:04:23.4434442Z (Reading database ... 60%
2025-08-18T22:04:23.4457619Z (Reading database ... 65%
2025-08-18T22:04:23.4501863Z (Reading database ... 70%
2025-08-18T22:04:23.4526109Z (Reading database ... 75%
2025-08-18T22:04:23.4553240Z (Reading database ... 80%
2025-08-18T22:04:23.4699689Z (Reading database ... 85%
2025-08-18T22:04:23.4997127Z (Reading database ... 90%
2025-08-18T22:04:23.5075828Z (Reading database ... 95%
2025-08-18T22:04:23.5076113Z (Reading database ... 100%
2025-08-18T22:04:23.5076524Z (Reading database ... 236836 files and directories currently installed.)
2025-08-18T22:04:23.5119728Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.5161710Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.5433441Z Selecting previously unselected package tcpd.
2025-08-18T22:04:23.5575125Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-18T22:04:23.5584506Z Unpacking tcpd (7.6.q-33) ...
2025-08-18T22:04:23.5859799Z Selecting previously unselected package update-inetd.
2025-08-18T22:04:23.6001470Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-18T22:04:23.6013695Z Unpacking update-inetd (4.53) ...
2025-08-18T22:04:23.6293379Z Selecting previously unselected package inetutils-inetd.
2025-08-18T22:04:23.6432697Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.6485876Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.6742614Z Selecting previously unselected package inetutils-ftp.
2025-08-18T22:04:23.6882051Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.6894670Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.7162789Z Selecting previously unselected package inetutils-ftpd.
2025-08-18T22:04:23.7301279Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.7312061Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.7554714Z Selecting previously unselected package inetutils-ping.
2025-08-18T22:04:23.7693310Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.7705446Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.7961467Z Selecting previously unselected package inetutils-talk.
2025-08-18T22:04:23.8100741Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.8119488Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.8372998Z Selecting previously unselected package inetutils-talkd.
2025-08-18T22:04:23.8510916Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.8522990Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.8841840Z Selecting previously unselected package inetutils-telnetd.
2025-08-18T22:04:23.8980759Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.8990658Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.9216304Z Selecting previously unselected package inetutils-tools.
2025-08-18T22:04:23.9357087Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:23.9365070Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:04:23.9604177Z Selecting previously unselected package netcat-traditional.
2025-08-18T22:04:23.9745717Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-18T22:04:23.9762758Z Unpacking netcat-traditional (1.10-48) ...
2025-08-18T22:04:24.0014934Z Selecting previously unselected package inetutils-traceroute.
2025-08-18T22:04:24.0154378Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:04:24.0163869Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.0592323Z Setting up netcat-traditional (1.10-48) ...
2025-08-18T22:04:24.0678472Z Setting up update-inetd (4.53) ...
2025-08-18T22:04:24.1578901Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.1644013Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-18T22:04:24.1664006Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.5959746Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:04:24.5960216Z 
2025-08-18T22:04:24.5960348Z Removed "/etc/systemd/system/syslog.service".
2025-08-18T22:04:24.5960559Z 
2025-08-18T22:04:24.5960949Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:04:24.5961330Z 
2025-08-18T22:04:24.5961877Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:04:24.5962588Z 
2025-08-18T22:04:24.9028919Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.9112605Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.9180873Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-18T22:04:24.9199569Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.9231576Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:04:24.9254482Z Setting up tcpd (7.6.q-33) ...
2025-08-18T22:04:24.9292113Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:25.3284871Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:04:25.3285320Z 
2025-08-18T22:04:25.3285832Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:04:25.3286546Z 
2025-08-18T22:04:25.6331677Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:25.7729020Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:25.8408242Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:04:25.9109052Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:31.9771917Z Reading package lists...
2025-08-18T22:04:32.1348911Z Building dependency tree...
2025-08-18T22:04:32.1357026Z Reading state information...
2025-08-18T22:04:32.3403995Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-18T22:04:32.3404442Z iputils-tracepath set to manually installed.
2025-08-18T22:04:32.3404746Z The following packages will be REMOVED:
2025-08-18T22:04:32.3412053Z   inetutils-ping
2025-08-18T22:04:32.3413578Z The following NEW packages will be installed:
2025-08-18T22:04:32.3419901Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-18T22:04:32.3585843Z 0 upgraded, 3 newly installed, 1 to remove and 37 not upgraded.
2025-08-18T22:04:32.3586489Z Need to get 71.5 kB of archives.
2025-08-18T22:04:32.3587066Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-18T22:04:32.3587553Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:04:32.3915920Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-18T22:04:32.4096358Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-18T22:04:32.4271477Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-18T22:04:32.7076047Z Fetched 71.5 kB in 0s (907 kB/s)
2025-08-18T22:04:32.7264557Z (Reading database ... 
2025-08-18T22:04:32.7265215Z (Reading database ... 5%
2025-08-18T22:04:32.7265548Z (Reading database ... 10%
2025-08-18T22:04:32.7265910Z (Reading database ... 15%
2025-08-18T22:04:32.7266272Z (Reading database ... 20%
2025-08-18T22:04:32.7266644Z (Reading database ... 25%
2025-08-18T22:04:32.7266919Z (Reading database ... 30%
2025-08-18T22:04:32.7267129Z (Reading database ... 35%
2025-08-18T22:04:32.7267562Z (Reading database ... 40%
2025-08-18T22:04:32.7267773Z (Reading database ... 45%
2025-08-18T22:04:32.7267983Z (Reading database ... 50%
2025-08-18T22:04:32.7371779Z (Reading database ... 55%
2025-08-18T22:04:32.7392776Z (Reading database ... 60%
2025-08-18T22:04:32.7416419Z (Reading database ... 65%
2025-08-18T22:04:32.7460502Z (Reading database ... 70%
2025-08-18T22:04:32.7486088Z (Reading database ... 75%
2025-08-18T22:04:32.7511089Z (Reading database ... 80%
2025-08-18T22:04:32.7658029Z (Reading database ... 85%
2025-08-18T22:04:32.7951583Z (Reading database ... 90%
2025-08-18T22:04:32.8029338Z (Reading database ... 95%
2025-08-18T22:04:32.8029808Z (Reading database ... 100%
2025-08-18T22:04:32.8030465Z (Reading database ... 236997 files and directories currently installed.)
2025-08-18T22:04:32.8071055Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:04:32.8567625Z Selecting previously unselected package iputils-ping.
2025-08-18T22:04:32.8627855Z (Reading database ... 
2025-08-18T22:04:32.8628414Z (Reading database ... 5%
2025-08-18T22:04:32.8628821Z (Reading database ... 10%
2025-08-18T22:04:32.8629196Z (Reading database ... 15%
2025-08-18T22:04:32.8629560Z (Reading database ... 20%
2025-08-18T22:04:32.8629926Z (Reading database ... 25%
2025-08-18T22:04:32.8630290Z (Reading database ... 30%
2025-08-18T22:04:32.8630692Z (Reading database ... 35%
2025-08-18T22:04:32.8631051Z (Reading database ... 40%
2025-08-18T22:04:32.8631408Z (Reading database ... 45%
2025-08-18T22:04:32.8631769Z (Reading database ... 50%
2025-08-18T22:04:32.8726693Z (Reading database ... 55%
2025-08-18T22:04:32.8746836Z (Reading database ... 60%
2025-08-18T22:04:32.8769616Z (Reading database ... 65%
2025-08-18T22:04:32.8811745Z (Reading database ... 70%
2025-08-18T22:04:32.8836023Z (Reading database ... 75%
2025-08-18T22:04:32.8861719Z (Reading database ... 80%
2025-08-18T22:04:32.9004682Z (Reading database ... 85%
2025-08-18T22:04:32.9306747Z (Reading database ... 90%
2025-08-18T22:04:32.9386094Z (Reading database ... 95%
2025-08-18T22:04:32.9386579Z (Reading database ... 100%
2025-08-18T22:04:32.9387237Z (Reading database ... 236988 files and directories currently installed.)
2025-08-18T22:04:32.9430587Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-18T22:04:32.9441054Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:32.9658083Z Selecting previously unselected package iputils-arping.
2025-08-18T22:04:32.9799412Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-18T22:04:32.9807285Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:33.0015453Z Selecting previously unselected package iputils-clockdiff.
2025-08-18T22:04:33.0155015Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-18T22:04:33.0162975Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:33.0573402Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:33.0755055Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:33.0924493Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:04:33.1083017Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:38.8918142Z Reading package lists...
2025-08-18T22:04:39.0402030Z Building dependency tree...
2025-08-18T22:04:39.0410642Z Reading state information...
2025-08-18T22:04:39.1896151Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-18T22:04:39.1896806Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-18T22:04:39.2274087Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:04:40.1933313Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-18T22:04:40.7017996Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:04:41.6583608Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-18T22:04:41.7621593Z Collecting pip
2025-08-18T22:04:41.7961069Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-18T22:04:41.8031669Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-18T22:04:41.8570647Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 34.5 MB/s eta 0:00:00
2025-08-18T22:04:42.1195387Z Installing collected packages: pip
2025-08-18T22:04:42.8562700Z Successfully installed pip-25.2
2025-08-18T22:04:43.0704766Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-18T22:04:43.1145044Z Reading package lists...
2025-08-18T22:04:43.2640843Z Building dependency tree...
2025-08-18T22:04:43.2649002Z Reading state information...
2025-08-18T22:04:43.4154738Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-18T22:04:43.4155254Z pciutils set to manually installed.
2025-08-18T22:04:43.4155638Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-18T22:04:43.4156015Z python3-distro is already the newest version (1.9.0-1).
2025-08-18T22:04:43.4156359Z python3-distro set to manually installed.
2025-08-18T22:04:43.4156718Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-18T22:04:43.4157097Z python3-netifaces set to manually installed.
2025-08-18T22:04:43.4157416Z The following additional packages will be installed:
2025-08-18T22:04:43.4158238Z   libsysfs2
2025-08-18T22:04:43.4166991Z Suggested packages:
2025-08-18T22:04:43.4167373Z   fancontrol read-edid i2c-tools
2025-08-18T22:04:43.4421049Z The following NEW packages will be installed:
2025-08-18T22:04:43.4422981Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-18T22:04:43.4580225Z 0 upgraded, 4 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:04:43.4803209Z Need to get 142 kB of archives.
2025-08-18T22:04:43.4803801Z After this operation, 577 kB of additional disk space will be used.
2025-08-18T22:04:43.4804489Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:04:43.5173110Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-18T22:04:43.5344076Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-18T22:04:43.5535501Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-18T22:04:43.5765308Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-18T22:04:43.8301004Z Fetched 142 kB in 0s (1325 kB/s)
2025-08-18T22:04:43.8516960Z Selecting previously unselected package libsysfs2:amd64.
2025-08-18T22:04:43.8577741Z (Reading database ... 
2025-08-18T22:04:43.8579478Z (Reading database ... 5%
2025-08-18T22:04:43.8579924Z (Reading database ... 10%
2025-08-18T22:04:43.8580304Z (Reading database ... 15%
2025-08-18T22:04:43.8580669Z (Reading database ... 20%
2025-08-18T22:04:43.8581073Z (Reading database ... 25%
2025-08-18T22:04:43.8581427Z (Reading database ... 30%
2025-08-18T22:04:43.8581791Z (Reading database ... 35%
2025-08-18T22:04:43.8582167Z (Reading database ... 40%
2025-08-18T22:04:43.8582716Z (Reading database ... 45%
2025-08-18T22:04:43.8583079Z (Reading database ... 50%
2025-08-18T22:04:43.8689939Z (Reading database ... 55%
2025-08-18T22:04:43.8710977Z (Reading database ... 60%
2025-08-18T22:04:43.8736345Z (Reading database ... 65%
2025-08-18T22:04:43.8784612Z (Reading database ... 70%
2025-08-18T22:04:43.8812078Z (Reading database ... 75%
2025-08-18T22:04:43.8839577Z (Reading database ... 80%
2025-08-18T22:04:43.9000440Z (Reading database ... 85%
2025-08-18T22:04:43.9336109Z (Reading database ... 90%
2025-08-18T22:04:43.9421934Z (Reading database ... 95%
2025-08-18T22:04:43.9422215Z (Reading database ... 100%
2025-08-18T22:04:43.9422802Z (Reading database ... 237007 files and directories currently installed.)
2025-08-18T22:04:43.9469012Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-18T22:04:43.9491273Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-18T22:04:43.9766937Z Selecting previously unselected package sysfsutils.
2025-08-18T22:04:43.9909620Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-18T22:04:43.9943033Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-18T22:04:44.0273698Z Selecting previously unselected package lm-sensors.
2025-08-18T22:04:44.0416347Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-18T22:04:44.0613568Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:04:44.0886948Z Selecting previously unselected package virt-what.
2025-08-18T22:04:44.1031458Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-18T22:04:44.1042730Z Unpacking virt-what (1.25-2) ...
2025-08-18T22:04:44.1452583Z Setting up virt-what (1.25-2) ...
2025-08-18T22:04:44.1499991Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-18T22:04:44.1526908Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-18T22:04:44.5540066Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:04:44.5540774Z 
2025-08-18T22:04:44.5541619Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:04:44.5542173Z 
2025-08-18T22:04:44.8824473Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:04:45.2820993Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-18T22:04:45.2821516Z 
2025-08-18T22:04:45.2863029Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:49.8208626Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:04:51.2435465Z Reading package lists...
2025-08-18T22:04:51.3970649Z Building dependency tree...
2025-08-18T22:04:51.3979068Z Reading state information...
2025-08-18T22:04:51.5506937Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:04:51.5507796Z The following additional packages will be installed:
2025-08-18T22:04:51.5510241Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-18T22:04:51.5510756Z   xorg-sgml-doctools
2025-08-18T22:04:51.5516105Z Suggested packages:
2025-08-18T22:04:51.5516500Z   libxcb-doc
2025-08-18T22:04:51.5669079Z The following NEW packages will be installed:
2025-08-18T22:04:51.5670836Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-18T22:04:51.5673288Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-18T22:04:51.5673923Z   xcb xorg-sgml-doctools
2025-08-18T22:04:51.5840200Z 0 upgraded, 11 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:04:51.5840771Z Need to get 807 kB of archives.
2025-08-18T22:04:51.5841169Z After this operation, 3089 kB of additional disk space will be used.
2025-08-18T22:04:51.5841569Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:04:51.6270112Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-18T22:04:51.6449463Z 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-18T22:04:51.6638544Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-18T22:04:51.7687493Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-18T22:04:51.7859252Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-18T22:04:51.8074426Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-18T22:04:51.8353107Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-18T22:04:51.8551314Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-18T22:04:51.8746611Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-18T22:04:51.8924443Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-18T22:04:51.9098486Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-18T22:04:52.1706985Z Fetched 807 kB in 0s (2389 kB/s)
2025-08-18T22:04:52.1898969Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-18T22:04:52.1960229Z (Reading database ... 
2025-08-18T22:04:52.1960645Z (Reading database ... 5%
2025-08-18T22:04:52.1961032Z (Reading database ... 10%
2025-08-18T22:04:52.1961406Z (Reading database ... 15%
2025-08-18T22:04:52.1961766Z (Reading database ... 20%
2025-08-18T22:04:52.1962121Z (Reading database ... 25%
2025-08-18T22:04:52.1963142Z (Reading database ... 30%
2025-08-18T22:04:52.1963548Z (Reading database ... 35%
2025-08-18T22:04:52.1963908Z (Reading database ... 40%
2025-08-18T22:04:52.1964264Z (Reading database ... 45%
2025-08-18T22:04:52.1964638Z (Reading database ... 50%
2025-08-18T22:04:52.2060579Z (Reading database ... 55%
2025-08-18T22:04:52.2081215Z (Reading database ... 60%
2025-08-18T22:04:52.2104107Z (Reading database ... 65%
2025-08-18T22:04:52.2147606Z (Reading database ... 70%
2025-08-18T22:04:52.2172173Z (Reading database ... 75%
2025-08-18T22:04:52.2197413Z (Reading database ... 80%
2025-08-18T22:04:52.2344954Z (Reading database ... 85%
2025-08-18T22:04:52.2642808Z (Reading database ... 90%
2025-08-18T22:04:52.2721294Z (Reading database ... 95%
2025-08-18T22:04:52.2721681Z (Reading database ... 100%
2025-08-18T22:04:52.2722186Z (Reading database ... 237064 files and directories currently installed.)
2025-08-18T22:04:52.2766092Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-18T22:04:52.2775733Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-18T22:04:52.2997235Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-18T22:04:52.3138801Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-18T22:04:52.3149408Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:04:52.3429555Z Selecting previously unselected package x11proto-dev.
2025-08-18T22:04:52.3575368Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-18T22:04:52.3583566Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-18T22:04:52.4139438Z Selecting previously unselected package libxau-dev:amd64.
2025-08-18T22:04:52.4284184Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-18T22:04:52.4294527Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-18T22:04:52.4545384Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-18T22:04:52.4688125Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-18T22:04:52.4698974Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:04:52.4921020Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-18T22:04:52.5064172Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:04:52.5075149Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:52.5328711Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-18T22:04:52.5469778Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:04:52.5480212Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:52.5713201Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-18T22:04:52.5855109Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:04:52.5874901Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:52.6117883Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-18T22:04:52.6257425Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:04:52.6276810Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:52.6486064Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-18T22:04:52.6627026Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:04:52.6636549Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:52.6895494Z Selecting previously unselected package xcb.
2025-08-18T22:04:52.7035498Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-18T22:04:52.7051234Z Unpacking xcb (2.4-8build2) ...
2025-08-18T22:04:52.7508998Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:52.7538282Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-18T22:04:52.7575068Z Setting up xcb (2.4-8build2) ...
2025-08-18T22:04:52.7630952Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:04:52.7686078Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:04:52.7834076Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:57.1116950Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:04:57.1220367Z Setting up x11proto-dev (2023.2-1) ...
2025-08-18T22:04:57.1254795Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-18T22:04:57.1283136Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:04:57.1319978Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:57.1356047Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:57.1381284Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:57.1410078Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:04:58.7593870Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:04:59.3874054Z Collecting build
2025-08-18T22:04:59.4218243Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:04:59.5257065Z Collecting cffi
2025-08-18T22:04:59.5291271Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-18T22:04:59.5479412Z Collecting scons
2025-08-18T22:04:59.5510483Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:04:59.5663970Z Collecting scuba
2025-08-18T22:04:59.5699310Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:04:59.6188244Z Collecting pytest
2025-08-18T22:04:59.6232162Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:04:59.6406430Z Collecting packaging>=19.1 (from build)
2025-08-18T22:04:59.6443135Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:04:59.6567507Z Collecting pyproject_hooks (from build)
2025-08-18T22:04:59.6609795Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:04:59.6741372Z Collecting pycparser (from cffi)
2025-08-18T22:04:59.6773275Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:04:59.7098047Z Collecting PyYAML (from scuba)
2025-08-18T22:04:59.7135304Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-18T22:04:59.7262113Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:04:59.7295151Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:04:59.7452840Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:04:59.7484394Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:04:59.7689186Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:04:59.7722626Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:04:59.7839595Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:04:59.7907968Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-18T22:04:59.8069011Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:04:59.8459294Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 108.4 MB/s  0:00:00
2025-08-18T22:04:59.8527139Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:04:59.8596203Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:04:59.8669421Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:04:59.8737293Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:04:59.8804356Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:04:59.8874300Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:04:59.8959175Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 159.9 MB/s  0:00:00
2025-08-18T22:04:59.8990468Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:04:59.9052106Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:04:59.9112674Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-18T22:04:59.9182890Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 111.7 MB/s  0:00:00
2025-08-18T22:05:00.0326424Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:05:01.7364738Z 
2025-08-18T22:05:01.7381772Z 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-18T22:05:02.0523429Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:02.6743168Z Collecting ansi2txt
2025-08-18T22:05:02.7066361Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:05:02.7285327Z Collecting pipx
2025-08-18T22:05:02.7314849Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:05:02.7461325Z Collecting scons
2025-08-18T22:05:02.7477547Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:05:02.7610864Z Collecting py2static
2025-08-18T22:05:02.7650128Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:05:02.7829812Z Collecting typer
2025-08-18T22:05:02.7860708Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:05:02.8114424Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:05:02.8150427Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:02.8338378Z Collecting packaging>=20 (from pipx)
2025-08-18T22:05:02.8349107Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:05:02.8527210Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:05:02.8560555Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:05:02.8692805Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:05:02.8724233Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:05:02.9124642Z Collecting pyinstaller (from py2static)
2025-08-18T22:05:02.9170213Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-18T22:05:02.9320153Z Collecting staticx (from py2static)
2025-08-18T22:05:02.9356382Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-18T22:05:02.9527968Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:05:02.9564937Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:02.9863526Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:05:02.9894789Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:05:03.0047326Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:05:03.0076552Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:05:03.0435489Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:05:03.0477143Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:05:03.0653072Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:05:03.0684448Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:03.0892241Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:05:03.0903159Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:03.1001508Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:05:03.1035583Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:05:03.2159057Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:05:03.2209899Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:05:03.2413226Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:05:03.2562002Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:03.2770335Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:05:03.2802087Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:03.2986182Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:05:03.3030844Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:05:03.3126449Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:05:03.3180858Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:05:03.3236562Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:05:03.3307355Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:05:03.3358427Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:05:03.3414872Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:05:03.3468278Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:05:03.3509469Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:05:03.3548060Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:05:03.3597753Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:05:03.3647679Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:03.3689677Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:05:03.3748749Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:05:03.3802732Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:05:03.3858327Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:05:03.3926807Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:05:03.4023150Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-18T22:05:03.4088945Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 130.1 MB/s  0:00:00
2025-08-18T22:05:03.4117676Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:05:03.4238302Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:03.4322495Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 149.0 MB/s  0:00:00
2025-08-18T22:05:03.4355414Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:05:03.4443874Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-18T22:05:03.4505024Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:05:03.6068604Z 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-18T22:05:04.4221035Z   Attempting uninstall: scons
2025-08-18T22:05:04.4305763Z     Found existing installation: SCons 4.9.1
2025-08-18T22:05:04.4704963Z     Uninstalling SCons-4.9.1:
2025-08-18T22:05:04.4778025Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:05:05.0879080Z   Attempting uninstall: pygments
2025-08-18T22:05:05.0972667Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:05:05.1199385Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:05:05.1226290Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:05:05.7418641Z   Attempting uninstall: packaging
2025-08-18T22:05:05.7497795Z     Found existing installation: packaging 25.0
2025-08-18T22:05:05.7522627Z     Uninstalling packaging-25.0:
2025-08-18T22:05:05.7530100Z       Successfully uninstalled packaging-25.0
2025-08-18T22:05:06.7486370Z 
2025-08-18T22:05:06.7515756Z 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-18T22:05:07.0622287Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:07.2855696Z Collecting build
2025-08-18T22:05:07.2867085Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:05:07.3728289Z Collecting cffi
2025-08-18T22:05:07.3739518Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-18T22:05:07.3865895Z Collecting scons
2025-08-18T22:05:07.3876111Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:05:07.3993063Z Collecting scuba
2025-08-18T22:05:07.4003128Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:05:07.4398591Z Collecting pytest
2025-08-18T22:05:07.4409146Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:05:07.4587120Z Collecting packaging>=19.1 (from build)
2025-08-18T22:05:07.4597435Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:05:07.4668704Z Collecting pyproject_hooks (from build)
2025-08-18T22:05:07.4678910Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:05:07.4761454Z Collecting pycparser (from cffi)
2025-08-18T22:05:07.4771459Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:05:07.5053173Z Collecting PyYAML (from scuba)
2025-08-18T22:05:07.5064567Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-18T22:05:07.5144215Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:05:07.5154233Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:05:07.5283916Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:05:07.5294094Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:05:07.5453498Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:05:07.5463533Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:07.5520159Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:05:07.5530308Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-18T22:05:07.5543458Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:05:07.5584308Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:05:07.5596521Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:05:07.5608681Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:05:07.5618687Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:05:07.5628193Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:05:07.5638135Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:07.5656991Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:05:07.5667578Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:05:07.5677427Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-18T22:05:07.6900364Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:05:07.6906086Z   Attempting uninstall: scons
2025-08-18T22:05:07.6989121Z     Found existing installation: SCons 4.9.1
2025-08-18T22:05:07.7361972Z     Uninstalling SCons-4.9.1:
2025-08-18T22:05:07.7434464Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:05:08.3584596Z   Attempting uninstall: PyYAML
2025-08-18T22:05:08.3671106Z     Found existing installation: PyYAML 6.0.2
2025-08-18T22:05:08.3702137Z     Uninstalling PyYAML-6.0.2:
2025-08-18T22:05:08.3711345Z       Successfully uninstalled PyYAML-6.0.2
2025-08-18T22:05:08.4255421Z   Attempting uninstall: pyproject_hooks
2025-08-18T22:05:08.4338000Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-18T22:05:08.4354644Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-18T22:05:08.4361220Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-18T22:05:08.4454251Z   Attempting uninstall: pygments
2025-08-18T22:05:08.4532674Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:05:08.4757365Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:05:08.4784237Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:05:09.0788477Z   Attempting uninstall: pycparser
2025-08-18T22:05:09.0870652Z     Found existing installation: pycparser 2.22
2025-08-18T22:05:09.0904171Z     Uninstalling pycparser-2.22:
2025-08-18T22:05:09.0911467Z       Successfully uninstalled pycparser-2.22
2025-08-18T22:05:09.2096563Z   Attempting uninstall: pluggy
2025-08-18T22:05:09.2185987Z     Found existing installation: pluggy 1.6.0
2025-08-18T22:05:09.2205677Z     Uninstalling pluggy-1.6.0:
2025-08-18T22:05:09.2212730Z       Successfully uninstalled pluggy-1.6.0
2025-08-18T22:05:09.2363808Z   Attempting uninstall: packaging
2025-08-18T22:05:09.2444362Z     Found existing installation: packaging 25.0
2025-08-18T22:05:09.2468817Z     Uninstalling packaging-25.0:
2025-08-18T22:05:09.2476560Z       Successfully uninstalled packaging-25.0
2025-08-18T22:05:09.2867157Z   Attempting uninstall: iniconfig
2025-08-18T22:05:09.2950621Z     Found existing installation: iniconfig 2.1.0
2025-08-18T22:05:09.2967208Z     Uninstalling iniconfig-2.1.0:
2025-08-18T22:05:09.2974101Z       Successfully uninstalled iniconfig-2.1.0
2025-08-18T22:05:09.3050298Z   Attempting uninstall: scuba
2025-08-18T22:05:09.3130124Z     Found existing installation: scuba 2.14.1
2025-08-18T22:05:09.3151574Z     Uninstalling scuba-2.14.1:
2025-08-18T22:05:09.3161135Z       Successfully uninstalled scuba-2.14.1
2025-08-18T22:05:09.3352824Z   Attempting uninstall: pytest
2025-08-18T22:05:09.3435433Z     Found existing installation: pytest 8.4.1
2025-08-18T22:05:09.3500241Z     Uninstalling pytest-8.4.1:
2025-08-18T22:05:09.3760838Z       Successfully uninstalled pytest-8.4.1
2025-08-18T22:05:09.5861171Z   Attempting uninstall: cffi
2025-08-18T22:05:09.5940514Z     Found existing installation: cffi 1.17.1
2025-08-18T22:05:09.5966615Z     Uninstalling cffi-1.17.1:
2025-08-18T22:05:09.6203308Z       Successfully uninstalled cffi-1.17.1
2025-08-18T22:05:09.6870972Z   Attempting uninstall: build
2025-08-18T22:05:09.6949458Z     Found existing installation: build 1.3.0
2025-08-18T22:05:09.6974649Z     Uninstalling build-1.3.0:
2025-08-18T22:05:09.6984540Z       Successfully uninstalled build-1.3.0
2025-08-18T22:05:09.7172020Z 
2025-08-18T22:05:09.7200116Z 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-18T22:05:10.0308343Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:10.1949524Z Collecting ansi2txt
2025-08-18T22:05:10.1961206Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:05:10.2121797Z Collecting pipx
2025-08-18T22:05:10.2132921Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:05:10.2253320Z Collecting scons
2025-08-18T22:05:10.2269422Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:05:10.2344728Z Collecting py2static
2025-08-18T22:05:10.2355151Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:05:10.2488964Z Collecting typer
2025-08-18T22:05:10.2499664Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:05:10.2722754Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:05:10.2733309Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:10.2882934Z Collecting packaging>=20 (from pipx)
2025-08-18T22:05:10.2894486Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:05:10.3041374Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:05:10.3052021Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:05:10.3184573Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:05:10.3195232Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:05:10.3554396Z Collecting pyinstaller (from py2static)
2025-08-18T22:05:10.3565527Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-18T22:05:10.3689242Z Collecting staticx (from py2static)
2025-08-18T22:05:10.3699719Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-18T22:05:10.3843312Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:05:10.3854003Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:10.4131356Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:05:10.4141569Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:05:10.4240867Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:05:10.4251287Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:05:10.4580072Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:05:10.4590677Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:05:10.4749610Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:05:10.4760763Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:10.4949465Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:05:10.4960191Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:10.5044655Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:05:10.5055167Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:05:10.6117195Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:05:10.6128092Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:05:10.6288570Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:05:10.6298811Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:10.6448291Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:05:10.6459051Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:10.6602075Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:05:10.6612795Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:05:10.6650962Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:05:10.6661122Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:05:10.6671837Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:05:10.6711828Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:05:10.6721846Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:05:10.6732132Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:05:10.6742675Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:05:10.6753146Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:05:10.6763281Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:05:10.6773309Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:05:10.6784977Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:10.6803447Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:05:10.6814093Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:05:10.6824067Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:05:10.6834212Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:05:10.6844994Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:05:10.6855107Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-18T22:05:10.6870367Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:05:10.6883697Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:10.6901824Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:05:10.6912019Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-18T22:05:10.6923112Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:05:10.8432734Z 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-18T22:05:10.8437433Z   Attempting uninstall: pyelftools
2025-08-18T22:05:10.8515438Z     Found existing installation: pyelftools 0.32
2025-08-18T22:05:10.8568524Z     Uninstalling pyelftools-0.32:
2025-08-18T22:05:10.8584717Z       Successfully uninstalled pyelftools-0.32
2025-08-18T22:05:10.9672826Z   Attempting uninstall: altgraph
2025-08-18T22:05:10.9757971Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:05:10.9779501Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:05:10.9786028Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:05:10.9924615Z   Attempting uninstall: typing-extensions
2025-08-18T22:05:11.0009115Z     Found existing installation: typing_extensions 4.14.1
2025-08-18T22:05:11.0023672Z     Uninstalling typing_extensions-4.14.1:
2025-08-18T22:05:11.0262141Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-18T22:05:11.0510976Z   Attempting uninstall: staticx
2025-08-18T22:05:11.0593239Z     Found existing installation: staticx 0.14.1
2025-08-18T22:05:11.0618874Z     Uninstalling staticx-0.14.1:
2025-08-18T22:05:11.0629164Z       Successfully uninstalled staticx-0.14.1
2025-08-18T22:05:11.0831987Z   Attempting uninstall: shellingham
2025-08-18T22:05:11.0912734Z     Found existing installation: shellingham 1.5.4
2025-08-18T22:05:11.0930828Z     Uninstalling shellingham-1.5.4:
2025-08-18T22:05:11.0937965Z       Successfully uninstalled shellingham-1.5.4
2025-08-18T22:05:11.1038941Z   Attempting uninstall: setuptools
2025-08-18T22:05:11.1123991Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:05:11.1401783Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:05:11.1679529Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:05:11.8176112Z   Attempting uninstall: scons
2025-08-18T22:05:11.8269022Z     Found existing installation: SCons 4.9.1
2025-08-18T22:05:11.8650737Z     Uninstalling SCons-4.9.1:
2025-08-18T22:05:11.8720133Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:05:12.4772631Z   Attempting uninstall: pygments
2025-08-18T22:05:12.4853848Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:05:12.5079356Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:05:12.5105389Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:05:13.1073763Z   Attempting uninstall: platformdirs
2025-08-18T22:05:13.1162136Z     Found existing installation: platformdirs 4.3.8
2025-08-18T22:05:13.1185785Z     Uninstalling platformdirs-4.3.8:
2025-08-18T22:05:13.1192712Z       Successfully uninstalled platformdirs-4.3.8
2025-08-18T22:05:13.1339656Z   Attempting uninstall: packaging
2025-08-18T22:05:13.1418371Z     Found existing installation: packaging 25.0
2025-08-18T22:05:13.1441999Z     Uninstalling packaging-25.0:
2025-08-18T22:05:13.1449344Z       Successfully uninstalled packaging-25.0
2025-08-18T22:05:13.1820463Z   Attempting uninstall: mdurl
2025-08-18T22:05:13.1901695Z     Found existing installation: mdurl 0.1.2
2025-08-18T22:05:13.1918606Z     Uninstalling mdurl-0.1.2:
2025-08-18T22:05:13.1925245Z       Successfully uninstalled mdurl-0.1.2
2025-08-18T22:05:13.2006949Z   Attempting uninstall: click
2025-08-18T22:05:13.2089240Z     Found existing installation: click 8.2.1
2025-08-18T22:05:13.2111992Z     Uninstalling click-8.2.1:
2025-08-18T22:05:13.2119026Z       Successfully uninstalled click-8.2.1
2025-08-18T22:05:13.2689438Z   Attempting uninstall: argcomplete
2025-08-18T22:05:13.2773998Z     Found existing installation: argcomplete 3.6.2
2025-08-18T22:05:13.2802716Z     Uninstalling argcomplete-3.6.2:
2025-08-18T22:05:13.2813965Z       Successfully uninstalled argcomplete-3.6.2
2025-08-18T22:05:13.3035234Z   Attempting uninstall: ansi2txt
2025-08-18T22:05:13.3114799Z     Found existing installation: ansi2txt 0.2.0
2025-08-18T22:05:13.3130244Z     Uninstalling ansi2txt-0.2.0:
2025-08-18T22:05:13.3371113Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-18T22:05:13.3427491Z   Attempting uninstall: userpath
2025-08-18T22:05:13.3509226Z     Found existing installation: userpath 1.9.2
2025-08-18T22:05:13.3528395Z     Uninstalling userpath-1.9.2:
2025-08-18T22:05:13.3537584Z       Successfully uninstalled userpath-1.9.2
2025-08-18T22:05:13.3645619Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:05:13.3725657Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:05:13.4162850Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:05:13.4205072Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:05:13.6976375Z   Attempting uninstall: markdown-it-py
2025-08-18T22:05:13.7060363Z     Found existing installation: markdown-it-py 4.0.0
2025-08-18T22:05:13.7133946Z     Uninstalling markdown-it-py-4.0.0:
2025-08-18T22:05:13.7148216Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-18T22:05:13.7775487Z   Attempting uninstall: rich
2025-08-18T22:05:13.7863187Z     Found existing installation: rich 14.1.0
2025-08-18T22:05:13.7924414Z     Uninstalling rich-14.1.0:
2025-08-18T22:05:13.7934184Z       Successfully uninstalled rich-14.1.0
2025-08-18T22:05:13.9526600Z   Attempting uninstall: pyinstaller
2025-08-18T22:05:13.9607382Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:05:13.9961552Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:05:14.0005100Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:05:14.3327335Z   Attempting uninstall: pipx
2025-08-18T22:05:14.3417940Z     Found existing installation: pipx 1.7.1
2025-08-18T22:05:14.3460054Z     Uninstalling pipx-1.7.1:
2025-08-18T22:05:14.3471238Z       Successfully uninstalled pipx-1.7.1
2025-08-18T22:05:14.4037281Z   Attempting uninstall: typer
2025-08-18T22:05:14.4127568Z     Found existing installation: typer 0.16.1
2025-08-18T22:05:14.4154313Z     Uninstalling typer-0.16.1:
2025-08-18T22:05:14.4163724Z       Successfully uninstalled typer-0.16.1
2025-08-18T22:05:14.4518229Z   Attempting uninstall: py2static
2025-08-18T22:05:14.4597213Z     Found existing installation: py2static 0.0.1
2025-08-18T22:05:14.4616967Z     Uninstalling py2static-0.0.1:
2025-08-18T22:05:14.4627951Z       Successfully uninstalled py2static-0.0.1
2025-08-18T22:05:14.4705975Z 
2025-08-18T22:05:14.4734837Z 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-18T22:05:14.7863105Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:14.9068907Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-18T22:05:14.9073668Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-irz44obr
2025-08-18T22:05:14.9096943Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-irz44obr
2025-08-18T22:05:15.9879724Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-18T22:05:15.9921744Z   Installing build dependencies: started
2025-08-18T22:05:16.7162973Z   Installing build dependencies: finished with status 'done'
2025-08-18T22:05:16.7170567Z   Getting requirements to build wheel: started
2025-08-18T22:05:16.9993279Z   Getting requirements to build wheel: finished with status 'done'
2025-08-18T22:05:17.0004900Z   Preparing metadata (pyproject.toml): started
2025-08-18T22:05:17.1924174Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-18T22:05:17.3479224Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-18T22:05:17.3492202Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:05:17.3651268Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-18T22:05:17.3661995Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:17.3809750Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-18T22:05:17.3820248Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:17.3953098Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-18T22:05:17.3963905Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:05:17.4008776Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:05:17.4019397Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:05:17.4033689Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:17.4052856Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:05:17.4172018Z Building wheels for collected packages: pyinstaller
2025-08-18T22:05:17.4180218Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-18T22:05:18.0848987Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-18T22:05:18.0875196Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=a22a326ef5b981aa7efcb380de30784b73546c87dc500097453533f348d7d07d
2025-08-18T22:05:18.0876940Z   Stored in directory: /tmp/pip-ephem-wheel-cache-im1ynoef/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-18T22:05:18.0917505Z Successfully built pyinstaller
2025-08-18T22:05:18.1830842Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-18T22:05:18.1836874Z   Attempting uninstall: altgraph
2025-08-18T22:05:18.1918968Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:05:18.1940153Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:05:18.1947400Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:05:18.2118306Z   Attempting uninstall: setuptools
2025-08-18T22:05:18.2205205Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:05:18.2493758Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:05:18.2779510Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:05:18.9409432Z   Attempting uninstall: packaging
2025-08-18T22:05:18.9499234Z     Found existing installation: packaging 25.0
2025-08-18T22:05:18.9525750Z     Uninstalling packaging-25.0:
2025-08-18T22:05:18.9533251Z       Successfully uninstalled packaging-25.0
2025-08-18T22:05:18.9926308Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:05:19.0006127Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:05:19.0447693Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:05:19.0490457Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:05:19.3291431Z   Attempting uninstall: pyinstaller
2025-08-18T22:05:19.3373136Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:05:19.3737948Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:05:19.3784189Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:05:19.7239043Z 
2025-08-18T22:05:19.7267967Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-18T22:05:20.0313611Z 6.15.0
2025-08-18T22:05:20.0908602Z [+] Installing Go for linux-amd64...
2025-08-18T22:05:20.7274720Z [!] Found existing Go installation at: /usr/bin/go
2025-08-18T22:05:20.7275351Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-18T22:05:20.7275947Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-18T22:05:22.4414929Z [+] Downloading Go go1.25.0...
2025-08-18T22:05:22.4465315Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:05:22.4466030Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:05:22.4466959Z 
2025-08-18T22:05:22.5079968Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:05:22.5080728Z 100    80  100    80    0     0   1298      0 --:--:-- --:--:-- --:--:--  1311
2025-08-18T22:05:22.5754159Z 
2025-08-18T22:05:22.5754568Z 100    75  100    75    0     0    581      0 --:--:-- --:--:-- --:--:--   581
2025-08-18T22:05:22.6045758Z 
2025-08-18T22:05:22.9756149Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:05:22.9756938Z 100 56.8M  100 56.8M    0     0   107M      0 --:--:-- --:--:-- --:--:--  153M
2025-08-18T22:05:22.9792108Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-18T22:05:24.3744414Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-18T22:05:24.3744999Z [+] GOROOT: /home/runner/.go
2025-08-18T22:05:24.3745396Z [+] GOPATH: /home/runner/go
2025-08-18T22:05:24.3745935Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-18T22:05:24.3903628Z go version go1.25.0 linux/amd64
2025-08-18T22:05:24.4568595Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:05:24.4571320Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:05:24.4571969Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:05:24.4573048Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:05:24.4573558Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:05:24.4573945Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:05:24.4574312Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:05:24.4574663Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:05:24.4575029Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:05:24.4575366Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:05:24.4575732Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:05:24.4576121Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:05:24.4576515Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:05:24.4576921Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:05:24.4577321Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:05:24.4577718Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:05:24.4578127Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:05:24.4578698Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:05:24.4579388Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:05:24.4580211Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:05:24.4580974Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:05:24.4581394Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:05:24.4581817Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:05:24.4582233Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:05:24.4583039Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:05:24.4583446Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:05:24.4583885Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:05:24.4584299Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:05:24.4584700Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:05:24.4585112Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:05:24.4585528Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:05:24.4585950Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:05:24.4586407Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:05:24.4586823Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:05:24.4587269Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:05:24.4587702Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:05:24.4588102Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:05:24.4588498Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:05:24.4588906Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:05:24.4589325Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:05:24.4589738Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:05:24.4590138Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:05:24.4590636Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:05:24.4591090Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:05:24.4591563Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:05:24.4592026Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:05:24.4592790Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:05:24.4593249Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:05:24.4593671Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:05:24.4594091Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:05:24.4594492Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:05:24.4594903Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:05:24.4595303Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:05:24.4595668Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:05:24.4596035Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:05:24.4596412Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:05:24.4596733Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:05:24.4597076Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:05:24.4597485Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:05:24.4597857Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:05:24.4598263Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:05:24.4598701Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:05:24.4599122Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:05:24.4599526Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:05:24.4600103Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:05:24.4600529Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:05:24.4600926Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:05:24.4601320Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:05:24.4601739Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:05:24.4602210Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:05:24.4602918Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:05:24.4603402Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:05:24.4603817Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:05:24.4604197Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:05:24.4604593Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:05:24.4604993Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:05:24.4605427Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:05:24.4605910Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:05:24.4606404Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:05:24.4606892Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:05:24.4607328Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:05:24.4607842Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:05:24.4608256Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:05:24.4608667Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:05:24.4609065Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:05:24.4609461Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:05:24.4609878Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:05:24.4610294Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:05:24.4610672Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:05:24.4611045Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:05:24.4611446Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:05:24.4611846Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:05:24.4612216Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:05:24.4612848Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:05:24.4613245Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:05:24.4613628Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:05:24.4613977Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:05:24.4614348Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:05:24.4614716Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:05:24.4615073Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:05:24.4615454Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:05:24.4615815Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:05:24.4616178Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:05:24.4616556Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:05:24.4617072Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:05:24.4617468Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:05:24.4617854Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:05:24.4618224Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:05:24.4618591Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:05:24.4618980Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:05:24.4619376Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:05:24.4619714Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:05:24.4620044Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:05:24.4620401Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:05:24.4620753Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:05:24.4621104Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:05:24.4621457Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:05:24.4621965Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:05:24.4622919Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:05:24.4623353Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:05:24.4623792Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:05:24.4624240Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:05:24.4624653Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:05:24.4625179Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:05:24.4625573Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:05:24.4625965Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:05:24.4626367Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:05:24.4626773Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:05:24.4627166Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:05:24.4627726Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:05:24.4628137Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:05:24.4628572Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:05:24.4628999Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:05:24.4629387Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:05:24.4629774Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:05:24.4630175Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:05:24.4630575Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:05:24.4630971Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:05:24.4631361Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:05:24.4631754Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:05:24.4632153Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:05:24.4632789Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:05:24.4633148Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:05:24.4633456Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:05:24.4633779Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:05:24.4634321Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:05:24.4634716Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:05:24.4635107Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:05:24.4635475Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:05:24.4635844Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:05:24.4636222Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:05:24.4636570Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:05:24.4636907Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:05:24.4637327Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:05:24.4637769Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:05:24.4638163Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:05:24.4638532Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:05:24.4638913Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:05:24.4639318Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:05:24.4639729Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:05:24.4640142Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:05:24.4640498Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:05:24.4640851Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:05:24.4641265Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:05:24.4641847Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:05:24.4642562Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:05:24.4642946Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:05:24.4643287Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:05:24.4643696Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:05:24.4644090Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:05:24.4644516Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:05:24.4644984Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:05:24.4645398Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:05:24.4645765Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:05:24.4646107Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:05:24.4646462Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:05:24.4646918Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:05:24.4647422Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:05:24.4647861Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:05:24.4648299Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:05:24.4649132Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:05:24.4650090Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:05:24.4650990Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:05:24.4651479Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:05:24.4651847Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:05:24.4652227Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:05:24.4653085Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:05:24.4653505Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:05:24.4653911Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:05:24.4654289Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:05:24.4654667Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:05:24.4655061Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:05:24.4655464Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:05:24.4655864Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:05:24.4656254Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:05:24.4656645Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:05:24.4657041Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:05:24.4657460Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:05:24.4657921Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:05:24.4658344Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:05:24.4658713Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:05:24.4659084Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:05:24.4659479Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:05:24.4659855Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:05:24.4660350Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:05:24.4660752Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:05:24.4661145Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:05:24.4661563Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:05:24.4662025Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:05:24.4662688Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:05:24.4663093Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:05:24.4663479Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:05:24.4663857Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:05:24.4664232Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:05:24.4664598Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:05:24.4665011Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:05:24.4665394Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:05:24.4665834Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:05:24.4666311Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:05:24.4666773Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:05:24.4667285Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:05:24.4667786Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:05:24.4668277Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:05:24.4668767Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:05:24.4669199Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:05:24.4669561Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:05:24.4670050Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:05:24.4670424Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:05:24.4670797Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:05:24.4671157Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:05:24.4671543Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:05:24.4671933Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:05:24.4672321Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:05:24.4672998Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:05:24.4673382Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:05:24.4673776Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:05:24.4674167Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:05:24.4674583Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:05:24.4675021Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:05:24.4675406Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:05:24.4675778Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:05:24.4676189Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:05:24.4676561Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:05:24.4676915Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:05:24.4677383Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:05:24.4677747Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:05:24.4678133Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:05:24.4678503Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:05:24.4678892Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:05:24.4679255Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:05:24.4679570Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:05:24.4680028Z 	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-18T22:05:24.4680584Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:05:24.4680974Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:05:24.4681350Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:05:24.4681730Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:05:24.4682130Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:05:24.4682793Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:05:24.4683247Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:05:24.4683683Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:05:24.4684109Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:05:24.4684511Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:05:24.4684929Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:05:24.4685341Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:05:24.4685733Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:05:24.4686195Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:05:24.4686833Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:05:24.4687330Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:05:24.4687775Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:05:24.4688184Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:05:24.4688583Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:05:24.4689059Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:05:24.4689543Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:05:24.4689947Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:05:24.4690380Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:05:24.4690836Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:05:24.4691242Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:05:24.4691611Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:05:24.4691971Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:05:24.4692552Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:05:24.4692953Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:05:24.4693320Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:05:24.4693682Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:05:24.4694064Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:05:24.4694443Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:05:24.4694932Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:05:24.4695312Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:05:24.4695671Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:05:24.4696046Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:05:24.4696431Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:05:24.4696789Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:05:24.4697147Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:05:24.4697511Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:05:24.4697876Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:05:24.4698248Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:05:24.4698613Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:05:24.4698971Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:05:24.4699351Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:05:24.4699706Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:05:24.4700075Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:05:24.4700513Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:05:24.4700920Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:05:24.4701281Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:05:24.4701661Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:05:24.4702080Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:05:24.4702689Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:05:24.4703055Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:05:24.4703416Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:05:24.4703934Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:05:24.4704235Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:05:24.4704534Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:05:24.4704887Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:05:24.4705235Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:05:24.4705598Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:05:24.4705953Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:05:24.4706295Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:05:24.4706628Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:05:24.4707010Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:05:24.4707416Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:05:24.4707813Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:05:24.4708205Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:05:24.4708593Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:05:24.4709002Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:05:24.4709499Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:05:24.4710119Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:05:24.4710746Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:05:24.4711410Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:05:24.4711887Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:05:24.4712495Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:05:24.4713115Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:05:24.4713730Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:05:24.4714296Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:05:24.4714791Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:05:24.4715241Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:05:24.4715616Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:05:24.4715991Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:05:24.4716364Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:05:24.4716749Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:05:24.4717140Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:05:24.4717523Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:05:24.4717908Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:05:24.4718285Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:05:24.4718663Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:05:24.4719034Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:05:24.4719403Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:05:24.4719777Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:05:24.4720167Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:05:24.4720699Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:05:24.4721113Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:05:24.4721526Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:05:24.4721889Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:05:24.4722278Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:05:24.4722880Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:05:24.4723295Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:05:24.4723732Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:05:24.4724166Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:05:24.4724538Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:05:24.4724912Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:05:24.4725293Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:05:24.4725655Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:05:24.4726041Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:05:24.4726425Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:05:24.4726806Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:05:24.4727189Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:05:24.4727550Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:05:24.4727907Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:05:24.4728575Z 	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-18T22:05:24.4729294Z 	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-18T22:05:24.4729963Z 	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-18T22:05:24.4730613Z 	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-18T22:05:24.4731131Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:05:24.4731517Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:05:24.4731891Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:05:24.4732263Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:05:24.4732817Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:05:24.4733183Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:05:24.4733551Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:05:24.4733935Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:05:24.4734314Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:05:24.4734685Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:05:24.4735065Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:05:24.4735436Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:05:24.4735822Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:05:24.4736231Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:05:24.4736648Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:05:24.4737061Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:05:24.4737584Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:05:24.4737976Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:05:24.4738366Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:05:24.4738746Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:05:24.4739119Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:05:24.4739501Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:05:24.4739903Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:05:24.4740297Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:05:24.4740694Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:05:24.4741088Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:05:24.4741471Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:05:24.4741893Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:05:24.4742323Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:05:24.4742932Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:05:24.4743369Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:05:24.4743827Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:05:24.4744230Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:05:24.4744593Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:05:24.4745090Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:05:24.4745495Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:05:24.4745903Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:05:24.4746302Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:05:24.4746680Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:05:24.4747076Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:05:24.4747540Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:05:24.4748010Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:05:24.4748429Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:05:24.4748849Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:05:24.4749309Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:05:24.4749755Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:05:24.4750230Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:05:24.4750712Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:05:24.4751152Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:05:24.4751591Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:05:24.4751995Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:05:24.4752586Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:05:24.4753060Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:05:24.4753464Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:05:24.4753856Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:05:24.4754274Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:05:24.4754830Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:05:24.4755247Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:05:24.4755673Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:05:24.4756071Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:05:24.4756451Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:05:24.4763919Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:05:24.4764521Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:05:24.4764946Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:05:24.4765405Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:05:24.4765871Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:05:24.4766322Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:05:24.4766736Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:05:24.4767178Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:05:24.4767635Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:05:24.4768050Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:05:24.4768460Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:05:24.4768817Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:05:24.4769179Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:05:24.4769758Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:05:24.4770173Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:05:24.4770543Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:05:24.4770866Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:05:24.4771175Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:05:24.4771524Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:05:24.4772031Z 	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-18T22:05:24.4772762Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:05:24.4773142Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:05:24.4773507Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:05:24.4773902Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:05:24.4774313Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:05:24.4774714Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:05:24.4775108Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:05:24.4775522Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:05:24.4775925Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:05:24.4776296Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:05:24.4776667Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:05:24.4777027Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:05:24.4777403Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:05:24.4777822Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:05:24.4778248Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:05:24.4778784Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:05:24.4779203Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:05:24.4779639Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:05:24.4780026Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:05:24.4780384Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:05:24.4780730Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:05:24.4781083Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:05:24.4781446Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:05:24.4781824Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:05:24.4782217Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:05:24.4782879Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:05:24.4783352Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:05:24.4783791Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:05:24.4784166Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:05:24.4784547Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:05:24.4784926Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:05:24.4785306Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:05:24.4785677Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:05:24.4786044Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:05:24.4786651Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:05:24.4787149Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:05:24.4787572Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:05:24.4787947Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:05:24.4788318Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:05:24.4788719Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:05:24.4789111Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:05:24.4789484Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:05:24.4789880Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:05:24.4790256Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:05:24.4790600Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:05:24.4790954Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:05:24.4791349Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:05:24.4791766Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:05:24.4792144Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:05:24.4792780Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:05:24.4793226Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:05:24.4793648Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:05:24.4794054Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:05:24.4794441Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:05:24.4794949Z 	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-18T22:05:24.4795581Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:05:24.4795885Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:05:24.4796230Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:05:24.4796636Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:05:24.4797054Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:05:24.4797566Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:05:24.4798141Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:05:24.4798745Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:05:24.4799383Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:05:24.4800018Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:05:24.4800638Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:05:24.4801249Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:05:24.4801842Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:05:24.4802326Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:05:24.4802896Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:05:24.4803327Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:05:24.4803858Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:05:24.4804325Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:05:24.4804755Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:05:24.4805136Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:05:24.4805503Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:05:24.4805870Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:05:24.4806242Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:05:24.4806646Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:05:24.4807050Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:05:24.4807404Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:05:24.4807794Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:05:24.4808250Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:05:24.4808732Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:05:24.4809210Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:05:24.4809678Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:05:24.4810152Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:05:24.4810619Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:05:24.4811064Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:05:24.4811471Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:05:24.4811882Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:05:24.4812283Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:05:24.4812942Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:05:24.4813354Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:05:24.4813781Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:05:24.4814212Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:05:24.4814596Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:05:24.4814977Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:05:24.4815352Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:05:24.4815726Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:05:24.4816158Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:05:24.4816592Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:05:24.4816990Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:05:24.4817387Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:05:24.4817802Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:05:24.4818238Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:05:24.4818678Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:05:24.4819118Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:05:24.4819509Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:05:24.4819879Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:05:24.4820408Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:05:24.4820779Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:05:24.4821149Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:05:24.4821543Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:05:24.4821933Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:05:24.4822520Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:05:24.4823055Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:05:24.4823464Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:05:24.4823860Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:05:24.4824246Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:05:24.4824544Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:05:24.4824857Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:05:24.4825235Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:05:24.4825619Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:05:24.4826000Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:05:24.4826378Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:05:24.4826795Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:05:24.4827231Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:05:24.4827638Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:05:24.4828028Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:05:24.4828433Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:05:24.4828975Z 	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-18T22:05:24.4829677Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:05:24.4830121Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:05:24.4830547Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:05:24.4830970Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:05:24.4831380Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:05:24.4831772Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:05:24.4832156Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:05:24.4832795Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:05:24.4833196Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:05:24.4833587Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:05:24.4833971Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:05:24.4834351Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:05:24.4834741Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:05:24.4835111Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:05:24.4835510Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:05:24.4835951Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:05:24.4836363Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:05:24.4836867Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:05:24.4837243Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:05:24.4837625Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:05:24.4838000Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:05:24.4838362Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:05:24.4838781Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:05:24.4839221Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:05:24.4839624Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:05:24.4840016Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:05:24.4840406Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:05:24.4840777Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:05:24.4841146Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:05:24.4841520Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:05:24.4841918Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:05:24.4842484Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:05:24.4842937Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:05:24.4843366Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:05:24.4843774Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:05:24.4844168Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:05:24.4844582Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:05:24.4844967Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:05:24.4845327Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:05:24.4845640Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:05:24.4846060Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:05:24.4846423Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:05:24.4846791Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:05:24.4847135Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:05:24.4847499Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:05:24.4847890Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:05:24.4848271Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:05:24.4848627Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:05:24.4848973Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:05:24.4849345Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:05:24.4849736Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:05:24.4850109Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:05:24.4850464Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:05:24.4850811Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:05:24.4851190Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:05:24.4851568Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:05:24.4851909Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:05:24.4852277Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:05:24.4852771Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:05:24.4853252Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:05:24.4853627Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:05:24.4853999Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:05:24.4854374Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:05:24.4854771Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:05:24.4855195Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:05:24.4855595Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:05:24.4855943Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:05:24.4856287Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:05:24.4856631Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:05:24.4857053Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:05:24.4857546Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:05:24.4858038Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:05:24.4858509Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:05:24.4858991Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:05:24.4859420Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:05:24.4859798Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:05:24.4860180Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:05:24.4860560Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:05:24.4860939Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:05:24.4861321Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:05:24.4861699Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:05:24.4862191Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:05:24.4862804Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:05:24.4863243Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:05:24.4863665Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:05:24.4864033Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:05:24.4864428Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:05:24.4864862Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:05:24.4865236Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:05:24.4865583Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:05:24.4865963Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:05:24.4866411Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:05:24.4866831Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:05:24.4867235Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:05:24.4867639Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:05:24.4867956Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:05:24.4868232Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:05:24.4868579Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:05:24.4869055Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:05:24.7049262Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:24.8712312Z Collecting meson
2025-08-18T22:05:24.9083543Z   Downloading meson-1.8.3-py3-none-any.whl.metadata (1.8 kB)
2025-08-18T22:05:24.9402659Z Collecting ninja
2025-08-18T22:05:24.9437957Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-18T22:05:24.9528723Z Downloading meson-1.8.3-py3-none-any.whl (1.0 MB)
2025-08-18T22:05:24.9820567Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 53.1 MB/s  0:00:00
2025-08-18T22:05:24.9861196Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-18T22:05:25.0776006Z Installing collected packages: ninja, meson
2025-08-18T22:05:25.7936461Z 
2025-08-18T22:05:25.7966134Z Successfully installed meson-1.8.3 ninja-1.13.0
2025-08-18T22:05:26.0844160Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:26.1911865Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.3)
2025-08-18T22:05:26.2459598Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-18T22:05:26.7737405Z 1.8.3
2025-08-18T22:05:26.7980412Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-18T22:05:26.8232693Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:05:26.8233287Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:05:26.8233922Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:05:26.8234537Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:05:26.8235199Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:05:26.8235853Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:05:26.8236527Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:05:26.8237166Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:05:26.8237830Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:05:26.8238428Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:05:26.8239350Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:05:26.8240049Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:05:26.8240723Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:05:26.8241446Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:05:26.8242136Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:05:26.8243047Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:05:26.8243740Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:05:26.8244382Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:05:26.8244784Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:05:26.8245267Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:05:26.8245728Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:05:26.8246119Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:05:26.8246725Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:05:26.8247406Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:05:26.8248008Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:05:26.8248699Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:05:26.8249427Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:05:26.8250138Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:05:26.8251082Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:05:26.8251820Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:05:26.8252744Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:05:26.8253507Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:05:26.8254270Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:05:26.8255123Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:05:26.8255916Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:05:26.8256697Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:05:26.8257423Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:05:26.8258118Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:05:26.8258853Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:05:26.8259607Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:05:26.8260365Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:05:26.8261096Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:05:26.8261792Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:05:26.8262770Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:05:26.8263619Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:05:26.8264441Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:05:26.8265341Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:05:26.8266120Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:05:26.8266873Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:05:26.8267627Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:05:26.8268573Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:05:26.8269322Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:05:26.8270038Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:05:26.8270692Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:05:26.8271324Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:05:26.8271967Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:05:26.8272752Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:05:26.8273378Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:05:26.8274114Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:05:26.8274797Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:05:26.8275529Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:05:26.8276305Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:05:26.8277044Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:05:26.8277759Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:05:26.8278505Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:05:26.8279257Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:05:26.8279971Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:05:26.8280668Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:05:26.8281591Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:05:26.8282609Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:05:26.8283493Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:05:26.8284337Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:05:26.8285072Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:05:26.8285743Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:05:26.8286429Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:05:26.8287139Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:05:26.8287884Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:05:26.8288763Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:05:26.8289631Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:05:26.8290495Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:05:26.8291257Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:05:26.8291938Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:05:26.8292768Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:05:26.8293468Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:05:26.8294186Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:05:26.8294862Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:05:26.8295606Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:05:26.8296366Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:05:26.8297037Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:05:26.8297921Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:05:26.8298647Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:05:26.8299334Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:05:26.8299982Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:05:26.8300622Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:05:26.8301320Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:05:26.8302006Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:05:26.8302897Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:05:26.8303548Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:05:26.8304197Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:05:26.8304822Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:05:26.8305515Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:05:26.8306149Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:05:26.8306807Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:05:26.8307477Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:05:26.8308148Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:05:26.8308843Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:05:26.8309566Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:05:26.8310251Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:05:26.8311121Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:05:26.8311829Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:05:26.8312745Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:05:26.8313345Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:05:26.8313710Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:05:26.8314106Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:05:26.8314470Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:05:26.8314827Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:05:26.8315191Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:05:26.8315541Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:05:26.8315931Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:05:26.8316342Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:05:26.8316785Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:05:26.8317240Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:05:26.8317644Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:05:26.8318038Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:05:26.8318426Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:05:26.8318818Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:05:26.8319212Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:05:26.8319623Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:05:26.8320000Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:05:26.8320394Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:05:26.8320806Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:05:26.8321420Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:05:26.8321885Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:05:26.8322273Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:05:26.8322879Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:05:26.8323288Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:05:26.8323747Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:05:26.8324236Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:05:26.8324622Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:05:26.8325028Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:05:26.8325428Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:05:26.8325811Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:05:26.8326167Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:05:26.8326474Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:05:26.8326794Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:05:26.8327178Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:05:26.8327570Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:05:26.8327958Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:05:26.8328328Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:05:26.8328695Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:05:26.8329201Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:05:26.8329561Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:05:26.8329907Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:05:26.8330326Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:05:26.8330775Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:05:26.8331181Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:05:26.8331550Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:05:26.8331935Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:05:26.8332491Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:05:26.8332945Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:05:26.8333364Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:05:26.8333721Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:05:26.8334084Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:05:26.8334509Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:05:26.8334938Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:05:26.8335349Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:05:26.8335710Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:05:26.8336048Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:05:26.8336431Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:05:26.8336811Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:05:26.8337237Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:05:26.8337702Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:05:26.8338258Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:05:26.8338628Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:05:26.8338971Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:05:26.8339325Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:05:26.8339775Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:05:26.8340277Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:05:26.8340718Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:05:26.8341094Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:05:26.8341571Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:05:26.8342107Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:05:26.8342792Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:05:26.8343221Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:05:26.8343582Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:05:26.8343957Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:05:26.8344379Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:05:26.8344907Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:05:26.8345305Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:05:26.8345675Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:05:26.8346176Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:05:26.8346594Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:05:26.8346999Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:05:26.8347393Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:05:26.8347784Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:05:26.8348412Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:05:26.8348808Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:05:26.8349232Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:05:26.8349681Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:05:26.8350106Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:05:26.8350476Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:05:26.8350845Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:05:26.8351250Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:05:26.8351625Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:05:26.8351994Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:05:26.8352523Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:05:26.8352930Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:05:26.8353346Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:05:26.8353809Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:05:26.8354257Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:05:26.8354672Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:05:26.8355063Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:05:26.8355588Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:05:26.8356129Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:05:26.8356532Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:05:26.8356922Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:05:26.8357318Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:05:26.8357772Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:05:26.8358261Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:05:26.8358769Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:05:26.8359463Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:05:26.8359987Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:05:26.8360491Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:05:26.8360984Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:05:26.8361421Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:05:26.8361794Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:05:26.8362158Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:05:26.8362723Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:05:26.8363105Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:05:26.8363465Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:05:26.8363983Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:05:26.8364384Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:05:26.8364789Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:05:26.8365179Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:05:26.8365574Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:05:26.8365975Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:05:26.8366362Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:05:26.8366782Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:05:26.8367227Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:05:26.8367621Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:05:26.8368008Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:05:26.8368426Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:05:26.8368804Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:05:26.8369160Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:05:26.8369517Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:05:26.8369878Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:05:26.8370267Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:05:26.8370639Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:05:26.8371036Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:05:26.8371404Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:05:26.8371721Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:05:26.8372195Z 	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-18T22:05:26.8372874Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:05:26.8373381Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:05:26.8373759Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:05:26.8374129Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:05:26.8374531Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:05:26.8374970Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:05:26.8375396Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:05:26.8375827Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:05:26.8376238Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:05:26.8376653Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:05:26.8377075Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:05:26.8377499Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:05:26.8377887Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:05:26.8378318Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:05:26.8378812Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:05:26.8379308Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:05:26.8379756Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:05:26.8380166Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:05:26.8380732Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:05:26.8381236Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:05:26.8381729Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:05:26.8382136Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:05:26.8382727Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:05:26.8383178Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:05:26.8383581Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:05:26.8383947Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:05:26.8384313Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:05:26.8384694Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:05:26.8385127Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:05:26.8385579Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:05:26.8385954Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:05:26.8386346Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:05:26.8386729Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:05:26.8387090Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:05:26.8387461Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:05:26.8387819Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:05:26.8388208Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:05:26.8388596Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:05:26.8388958Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:05:26.8389322Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:05:26.8389680Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:05:26.8390191Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:05:26.8390565Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:05:26.8390929Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:05:26.8391286Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:05:26.8391665Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:05:26.8392021Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:05:26.8392590Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:05:26.8393050Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:05:26.8393461Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:05:26.8393830Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:05:26.8394212Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:05:26.8394643Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:05:26.8395041Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:05:26.8395402Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:05:26.8395774Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:05:26.8396140Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:05:26.8396448Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:05:26.8396750Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:05:26.8397100Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:05:26.8397453Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:05:26.8397943Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:05:26.8398321Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:05:26.8398676Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:05:26.8399012Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:05:26.8399392Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:05:26.8399803Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:05:26.8400199Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:05:26.8400591Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:05:26.8400974Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:05:26.8401385Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:05:26.8401906Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:05:26.8402719Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:05:26.8403404Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:05:26.8403958Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:05:26.8404435Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:05:26.8404890Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:05:26.8405412Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:05:26.8406037Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:05:26.8406605Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:05:26.8407098Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:05:26.8407693Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:05:26.8408067Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:05:26.8408442Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:05:26.8408817Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:05:26.8409198Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:05:26.8409588Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:05:26.8409973Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:05:26.8410356Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:05:26.8410742Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:05:26.8411123Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:05:26.8411503Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:05:26.8411870Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:05:26.8412238Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:05:26.8412787Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:05:26.8413183Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:05:26.8413595Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:05:26.8414009Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:05:26.8414381Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:05:26.8414767Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:05:26.8415301Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:05:26.8415725Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:05:26.8416173Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:05:26.8416611Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:05:26.8416982Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:05:26.8417356Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:05:26.8417735Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:05:26.8418102Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:05:26.8418492Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:05:26.8418884Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:05:26.8419276Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:05:26.8419659Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:05:26.8420023Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:05:26.8420387Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:05:26.8420937Z 	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-18T22:05:26.8421655Z 	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-18T22:05:26.8422517Z 	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-18T22:05:26.8423257Z 	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-18T22:05:26.8423792Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:05:26.8424182Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:05:26.8424700Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:05:26.8425084Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:05:26.8425459Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:05:26.8425817Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:05:26.8426198Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:05:26.8426584Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:05:26.8426961Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:05:26.8427332Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:05:26.8427720Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:05:26.8428102Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:05:26.8428496Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:05:26.8428908Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:05:26.8429302Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:05:26.8429695Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:05:26.8430088Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:05:26.8430485Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:05:26.8430870Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:05:26.8431254Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:05:26.8431624Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:05:26.8432121Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:05:26.8432738Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:05:26.8440188Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:05:26.8440804Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:05:26.8441250Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:05:26.8441674Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:05:26.8442110Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:05:26.8442690Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:05:26.8443114Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:05:26.8443567Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:05:26.8444031Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:05:26.8444449Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:05:26.8444818Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:05:26.8445196Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:05:26.8445602Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:05:26.8446015Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:05:26.8446426Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:05:26.8446809Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:05:26.8447206Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:05:26.8447679Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:05:26.8448153Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:05:26.8448741Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:05:26.8449157Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:05:26.8449612Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:05:26.8450055Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:05:26.8450527Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:05:26.8451011Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:05:26.8451447Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:05:26.8451883Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:05:26.8452290Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:05:26.8452794Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:05:26.8453224Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:05:26.8453609Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:05:26.8454001Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:05:26.8454415Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:05:26.8454820Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:05:26.8455222Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:05:26.8455639Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:05:26.8456031Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:05:26.8456523Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:05:26.8457065Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:05:26.8457442Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:05:26.8457837Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:05:26.8458255Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:05:26.8458710Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:05:26.8459162Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:05:26.8459563Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:05:26.8459992Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:05:26.8460416Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:05:26.8460826Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:05:26.8461232Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:05:26.8461599Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:05:26.8461961Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:05:26.8462450Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:05:26.8462845Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:05:26.8463212Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:05:26.8463542Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:05:26.8463856Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:05:26.8464207Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:05:26.8464717Z 	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-18T22:05:26.8465232Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:05:26.8465789Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:05:26.8466314Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:05:26.8466708Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:05:26.8467117Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:05:26.8467525Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:05:26.8467924Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:05:26.8468327Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:05:26.8468732Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:05:26.8469112Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:05:26.8469484Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:05:26.8469855Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:05:26.8470236Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:05:26.8470659Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:05:26.8471083Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:05:26.8471472Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:05:26.8471891Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:05:26.8472441Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:05:26.8472849Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:05:26.8473351Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:05:26.8473728Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:05:26.8474100Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:05:26.8474485Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:05:26.8474865Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:05:26.8475262Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:05:26.8475684Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:05:26.8476138Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:05:26.8476578Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:05:26.8476952Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:05:26.8477339Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:05:26.8477727Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:05:26.8478126Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:05:26.8478514Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:05:26.8478913Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:05:26.8479362Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:05:26.8479856Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:05:26.8480278Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:05:26.8480653Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:05:26.8481027Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:05:26.8481432Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:05:26.8481831Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:05:26.8482208Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:05:26.8482857Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:05:26.8483243Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:05:26.8483599Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:05:26.8483958Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:05:26.8484358Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:05:26.8484783Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:05:26.8485160Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:05:26.8485546Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:05:26.8485994Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:05:26.8486433Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:05:26.8486861Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:05:26.8487268Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:05:26.8487786Z 	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-18T22:05:26.8488295Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:05:26.8488600Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:05:26.8488945Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:05:26.8489357Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:05:26.8489780Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:05:26.8490455Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:05:26.8491065Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:05:26.8491678Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:05:26.8492430Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:05:26.8493080Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:05:26.8493712Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:05:26.8494331Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:05:26.8494917Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:05:26.8495406Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:05:26.8495854Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:05:26.8496288Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:05:26.8496710Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:05:26.8497173Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:05:26.8497601Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:05:26.8497980Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:05:26.8498344Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:05:26.8498718Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:05:26.8499100Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:05:26.8499511Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:05:26.8500052Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:05:26.8500420Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:05:26.8500811Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:05:26.8501274Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:05:26.8501769Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:05:26.8502253Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:05:26.8502846Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:05:26.8503367Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:05:26.8503856Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:05:26.8504302Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:05:26.8504724Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:05:26.8505143Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:05:26.8505556Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:05:26.8505969Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:05:26.8506372Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:05:26.8506804Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:05:26.8507234Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:05:26.8507746Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:05:26.8508144Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:05:26.8508529Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:05:26.8508909Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:05:26.8509350Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:05:26.8509791Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:05:26.8510192Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:05:26.8510597Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:05:26.8511014Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:05:26.8511462Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:05:26.8511909Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:05:26.8512433Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:05:26.8512836Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:05:26.8513203Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:05:26.8513591Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:05:26.8513960Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:05:26.8514337Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:05:26.8514734Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:05:26.8515133Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:05:26.8515559Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:05:26.8516028Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:05:26.8516450Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:05:26.8516986Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:05:26.8517386Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:05:26.8517685Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:05:26.8518007Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:05:26.8518391Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:05:26.8518785Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:05:26.8519175Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:05:26.8519564Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:05:26.8519989Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:05:26.8520440Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:05:26.8520854Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:05:26.8521250Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:05:26.8521648Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:05:26.8522190Z 	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-18T22:05:26.8522874Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:05:26.8523327Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:05:26.8523759Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:05:26.8524188Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:05:26.8524755Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:05:26.8525163Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:05:26.8525556Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:05:26.8525937Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:05:26.8526336Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:05:26.8526735Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:05:26.8527108Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:05:26.8527494Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:05:26.8527891Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:05:26.8528265Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:05:26.8528677Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:05:26.8529135Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:05:26.8529556Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:05:26.8529928Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:05:26.8530302Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:05:26.8530687Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:05:26.8531060Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:05:26.8531430Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:05:26.8531860Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:05:26.8532310Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:05:26.8532823Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:05:26.8533218Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:05:26.8533737Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:05:26.8534116Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:05:26.8534488Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:05:26.8534869Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:05:26.8535276Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:05:26.8535729Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:05:26.8536185Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:05:26.8536604Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:05:26.8537006Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:05:26.8537408Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:05:26.8537836Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:05:26.8538215Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:05:26.8538571Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:05:26.8538885Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:05:26.8539189Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:05:26.8539557Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:05:26.8539928Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:05:26.8540277Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:05:26.8540765Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:05:26.8541164Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:05:26.8541557Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:05:26.8541914Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:05:26.8542263Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:05:26.8542744Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:05:26.8543139Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:05:26.8543511Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:05:26.8543880Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:05:26.8544239Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:05:26.8544623Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:05:26.8545016Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:05:26.8545360Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:05:26.8545735Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:05:26.8546122Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:05:26.8546498Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:05:26.8546869Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:05:26.8547240Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:05:26.8547623Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:05:26.8548019Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:05:26.8548443Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:05:26.8548849Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:05:26.8549200Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:05:26.8549681Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:05:26.8550028Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:05:26.8550453Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:05:26.8550950Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:05:26.8551414Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:05:26.8551887Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:05:26.8552481Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:05:26.8552920Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:05:26.8553309Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:05:26.8553698Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:05:26.8554080Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:05:26.8554464Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:05:26.8554845Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:05:26.8555226Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:05:26.8555594Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:05:26.8555983Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:05:26.8556421Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:05:26.8556850Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:05:26.8557340Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:05:26.8557749Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:05:26.8558179Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:05:26.8558558Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:05:26.8558909Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:05:26.8559292Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:05:26.8559742Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:05:26.8560163Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:05:26.8560574Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:05:26.8560978Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:05:26.8561308Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:05:26.8561586Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:05:26.8561931Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:05:26.8562515Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:05:27.1196933Z info: downloading installer
2025-08-18T22:05:27.3441886Z warn: It looks like you have an existing rustup settings file at:
2025-08-18T22:05:27.3442475Z warn: /home/runner/.rustup/settings.toml
2025-08-18T22:05:27.3443008Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-18T22:05:27.3443529Z warn: instead of the one inferred from the default host triple.
2025-08-18T22:05:27.3617492Z info: profile set to 'default'
2025-08-18T22:05:27.3617860Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-18T22:05:27.3618261Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-18T22:05:27.4320382Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:05:27.4458760Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:05:27.4459514Z 
2025-08-18T22:05:27.4557606Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:05:27.4558151Z 
2025-08-18T22:05:27.4558171Z 
2025-08-18T22:05:27.4558325Z Rust is installed now. Great!
2025-08-18T22:05:27.4558585Z 
2025-08-18T22:05:27.4558812Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-18T22:05:27.4559261Z environment variable. This has not been done automatically.
2025-08-18T22:05:27.4559594Z 
2025-08-18T22:05:27.4559798Z To configure your current shell, you need to source
2025-08-18T22:05:27.4560307Z the corresponding env file under $HOME/.cargo.
2025-08-18T22:05:27.4560612Z 
2025-08-18T22:05:27.4560905Z This is usually done by running one of the following (note the leading DOT):
2025-08-18T22:05:27.4561598Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-18T22:05:27.4562120Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-18T22:05:27.4562781Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-18T22:05:27.4967348Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:05:27.5305852Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:05:27.5306226Z 
2025-08-18T22:05:27.5402055Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:05:27.5402740Z 
2025-08-18T22:05:27.5892673Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:05:28.1717067Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-18T22:05:28.2023864Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:05:28.2024555Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:05:28.2025050Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:05:28.2025459Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:05:28.2026435Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:05:28.2027144Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:05:28.2027819Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:05:28.2028462Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:05:28.2029073Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:05:28.2029659Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:05:28.2030291Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:05:28.2030979Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:05:28.2031664Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:05:28.2032584Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:05:28.2033308Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:05:28.2034013Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:05:28.2034727Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:05:28.2035211Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:05:28.2035598Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:05:28.2036056Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:05:28.2036492Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:05:28.2036873Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:05:28.2037292Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:05:28.2037687Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:05:28.2038040Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:05:28.2038431Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:05:28.2038857Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:05:28.2039473Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:05:28.2039870Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:05:28.2040275Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:05:28.2040685Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:05:28.2041095Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:05:28.2041512Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:05:28.2041923Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:05:28.2042540Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:05:28.2042980Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:05:28.2043378Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:05:28.2043757Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:05:28.2044159Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:05:28.2044575Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:05:28.2044985Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:05:28.2045380Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:05:28.2045762Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:05:28.2046206Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:05:28.2046799Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:05:28.2047271Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:05:28.2047753Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:05:28.2048192Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:05:28.2048610Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:05:28.2049025Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:05:28.2049425Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:05:28.2049848Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:05:28.2050253Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:05:28.2050621Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:05:28.2050980Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:05:28.2051342Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:05:28.2051667Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:05:28.2052005Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:05:28.2052618Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:05:28.2052997Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:05:28.2053395Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:05:28.2053824Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:05:28.2054233Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:05:28.2054635Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:05:28.2055056Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:05:28.2055511Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:05:28.2056038Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:05:28.2056426Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:05:28.2056841Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:05:28.2057303Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:05:28.2057791Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:05:28.2058251Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:05:28.2058661Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:05:28.2059044Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:05:28.2059438Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:05:28.2059843Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:05:28.2060288Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:05:28.2060775Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:05:28.2061267Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:05:28.2061750Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:05:28.2062181Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:05:28.2062919Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:05:28.2063470Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:05:28.2063997Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:05:28.2064406Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:05:28.2064800Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:05:28.2065222Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:05:28.2065641Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:05:28.2066022Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:05:28.2066397Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:05:28.2066802Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:05:28.2067201Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:05:28.2067569Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:05:28.2067936Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:05:28.2068328Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:05:28.2068714Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:05:28.2069063Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:05:28.2069439Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:05:28.2069809Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:05:28.2070167Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:05:28.2070550Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:05:28.2070903Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:05:28.2071259Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:05:28.2071628Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:05:28.2072024Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:05:28.2072600Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:05:28.2073120Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:05:28.2073494Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:05:28.2073861Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:05:28.2074253Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:05:28.2074825Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:05:28.2075387Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:05:28.2075943Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:05:28.2076323Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:05:28.2076674Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:05:28.2077036Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:05:28.2077394Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:05:28.2077744Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:05:28.2078113Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:05:28.2078501Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:05:28.2078950Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:05:28.2079406Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:05:28.2079804Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:05:28.2080186Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:05:28.2080571Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:05:28.2081086Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:05:28.2081558Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:05:28.2081976Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:05:28.2082523Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:05:28.2082923Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:05:28.2083332Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:05:28.2083771Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:05:28.2084200Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:05:28.2084582Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:05:28.2084964Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:05:28.2085375Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:05:28.2085780Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:05:28.2086184Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:05:28.2086569Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:05:28.2086957Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:05:28.2087363Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:05:28.2087738Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:05:28.2088116Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:05:28.2088430Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:05:28.2088756Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:05:28.2089149Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:05:28.2089548Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:05:28.2089939Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:05:28.2090436Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:05:28.2090805Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:05:28.2091180Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:05:28.2091527Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:05:28.2091861Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:05:28.2092281Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:05:28.2093013Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:05:28.2093413Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:05:28.2093783Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:05:28.2094168Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:05:28.2094582Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:05:28.2094992Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:05:28.2095407Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:05:28.2095763Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:05:28.2096118Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:05:28.2096535Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:05:28.2096961Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:05:28.2097372Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:05:28.2097851Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:05:28.2098193Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:05:28.2098577Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:05:28.2098955Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:05:28.2099405Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:05:28.2099874Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:05:28.2100292Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:05:28.2100661Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:05:28.2101007Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:05:28.2101569Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:05:28.2102539Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:05:28.2103443Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:05:28.2103941Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:05:28.2104319Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:05:28.2104792Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:05:28.2105329Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:05:28.2105828Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:05:28.2106260Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:05:28.2106627Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:05:28.2107018Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:05:28.2107436Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:05:28.2107850Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:05:28.2108420Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:05:28.2108799Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:05:28.2109172Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:05:28.2109567Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:05:28.2109962Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:05:28.2110365Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:05:28.2110759Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:05:28.2111147Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:05:28.2111538Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:05:28.2111963Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:05:28.2112632Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:05:28.2113061Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:05:28.2113428Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:05:28.2113799Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:05:28.2114193Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:05:28.2114569Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:05:28.2114940Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:05:28.2115311Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:05:28.2115699Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:05:28.2116241Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:05:28.2116758Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:05:28.2117207Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:05:28.2117609Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:05:28.2117995Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:05:28.2118375Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:05:28.2118749Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:05:28.2119132Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:05:28.2119520Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:05:28.2119902Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:05:28.2120357Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:05:28.2120837Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:05:28.2121291Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:05:28.2121806Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:05:28.2122310Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:05:28.2123143Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:05:28.2123633Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:05:28.2124063Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:05:28.2124426Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:05:28.2124793Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:05:28.2125166Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:05:28.2125723Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:05:28.2126082Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:05:28.2126456Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:05:28.2126829Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:05:28.2127242Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:05:28.2127859Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:05:28.2128515Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:05:28.2129004Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:05:28.2129393Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:05:28.2129804Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:05:28.2130246Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:05:28.2130628Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:05:28.2131001Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:05:28.2131410Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:05:28.2131777Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:05:28.2132129Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:05:28.2132669Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:05:28.2133032Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:05:28.2133415Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:05:28.2133923Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:05:28.2134329Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:05:28.2134695Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:05:28.2135009Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:05:28.2135471Z 	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-18T22:05:28.2135985Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:05:28.2136350Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:05:28.2136725Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:05:28.2137090Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:05:28.2137487Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:05:28.2137926Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:05:28.2138349Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:05:28.2138772Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:05:28.2139172Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:05:28.2139569Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:05:28.2139992Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:05:28.2140400Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:05:28.2140800Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:05:28.2141237Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:05:28.2141734Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:05:28.2142231Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:05:28.2142997Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:05:28.2143421Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:05:28.2143829Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:05:28.2144304Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:05:28.2144791Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:05:28.2145201Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:05:28.2145637Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:05:28.2146093Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:05:28.2146509Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:05:28.2146877Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:05:28.2147248Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:05:28.2147629Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:05:28.2148022Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:05:28.2148391Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:05:28.2148753Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:05:28.2149142Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:05:28.2149522Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:05:28.2149889Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:05:28.2150257Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:05:28.2150724Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:05:28.2151113Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:05:28.2151506Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:05:28.2151868Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:05:28.2152227Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:05:28.2152793Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:05:28.2153159Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:05:28.2153533Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:05:28.2153893Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:05:28.2154249Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:05:28.2154623Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:05:28.2154977Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:05:28.2155350Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:05:28.2155786Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:05:28.2156194Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:05:28.2156556Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:05:28.2156932Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:05:28.2157353Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:05:28.2157747Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:05:28.2158112Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:05:28.2158479Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:05:28.2158840Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:05:28.2159138Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:05:28.2159438Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:05:28.2159914Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:05:28.2160264Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:05:28.2160630Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:05:28.2160990Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:05:28.2161335Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:05:28.2161665Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:05:28.2162044Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:05:28.2162631Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:05:28.2163037Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:05:28.2163432Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:05:28.2163825Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:05:28.2164234Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:05:28.2164731Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:05:28.2165348Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:05:28.2165967Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:05:28.2166507Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:05:28.2166978Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:05:28.2167545Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:05:28.2168077Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:05:28.2168701Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:05:28.2169262Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:05:28.2169751Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:05:28.2170194Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:05:28.2170559Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:05:28.2170936Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:05:28.2171308Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:05:28.2171693Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:05:28.2172084Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:05:28.2172666Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:05:28.2173055Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:05:28.2173430Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:05:28.2173808Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:05:28.2174175Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:05:28.2174542Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:05:28.2174911Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:05:28.2175301Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:05:28.2175696Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:05:28.2183420Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:05:28.2184203Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:05:28.2184605Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:05:28.2185025Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:05:28.2185442Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:05:28.2185852Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:05:28.2186295Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:05:28.2186725Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:05:28.2187089Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:05:28.2187456Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:05:28.2187839Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:05:28.2188210Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:05:28.2188602Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:05:28.2188992Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:05:28.2189373Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:05:28.2189754Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:05:28.2190114Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:05:28.2190466Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:05:28.2191007Z 	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-18T22:05:28.2191836Z 	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-18T22:05:28.2192754Z 	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-18T22:05:28.2193428Z 	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-18T22:05:28.2193953Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:05:28.2194338Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:05:28.2194715Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:05:28.2195092Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:05:28.2195465Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:05:28.2195819Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:05:28.2196194Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:05:28.2196574Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:05:28.2196947Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:05:28.2197326Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:05:28.2197700Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:05:28.2198065Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:05:28.2198447Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:05:28.2198849Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:05:28.2199241Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:05:28.2199630Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:05:28.2200026Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:05:28.2200412Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:05:28.2200938Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:05:28.2201318Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:05:28.2201711Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:05:28.2202092Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:05:28.2202593Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:05:28.2202989Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:05:28.2203374Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:05:28.2203762Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:05:28.2204137Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:05:28.2204554Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:05:28.2204985Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:05:28.2205389Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:05:28.2205823Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:05:28.2206277Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:05:28.2206680Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:05:28.2207042Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:05:28.2207415Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:05:28.2207802Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:05:28.2208318Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:05:28.2208723Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:05:28.2209101Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:05:28.2209479Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:05:28.2209946Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:05:28.2210413Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:05:28.2210804Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:05:28.2211203Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:05:28.2211646Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:05:28.2212086Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:05:28.2212743Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:05:28.2213236Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:05:28.2213675Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:05:28.2214099Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:05:28.2214493Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:05:28.2214882Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:05:28.2215297Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:05:28.2215677Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:05:28.2216050Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:05:28.2216476Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:05:28.2216875Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:05:28.2217290Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:05:28.2217844Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:05:28.2218240Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:05:28.2218618Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:05:28.2218989Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:05:28.2219345Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:05:28.2219734Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:05:28.2220148Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:05:28.2220602Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:05:28.2221058Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:05:28.2221459Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:05:28.2221900Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:05:28.2222320Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:05:28.2222827Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:05:28.2223232Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:05:28.2223592Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:05:28.2223953Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:05:28.2224341Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:05:28.2224729Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:05:28.2225213Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:05:28.2225548Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:05:28.2225865Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:05:28.2226214Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:05:28.2226713Z 	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-18T22:05:28.2227223Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:05:28.2227595Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:05:28.2227960Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:05:28.2228347Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:05:28.2228748Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:05:28.2229156Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:05:28.2229553Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:05:28.2229966Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:05:28.2230371Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:05:28.2230735Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:05:28.2231098Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:05:28.2231455Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:05:28.2231827Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:05:28.2232246Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:05:28.2232771Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:05:28.2233160Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:05:28.2233572Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:05:28.2234175Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:05:28.2234568Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:05:28.2234928Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:05:28.2235276Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:05:28.2235630Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:05:28.2235997Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:05:28.2236368Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:05:28.2236767Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:05:28.2237178Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:05:28.2237662Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:05:28.2238113Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:05:28.2238488Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:05:28.2238868Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:05:28.2239250Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:05:28.2239629Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:05:28.2240000Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:05:28.2240368Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:05:28.2240808Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:05:28.2241410Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:05:28.2241837Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:05:28.2242216Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:05:28.2242700Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:05:28.2243105Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:05:28.2243498Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:05:28.2243868Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:05:28.2244258Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:05:28.2244629Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:05:28.2244977Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:05:28.2245331Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:05:28.2245728Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:05:28.2246144Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:05:28.2246528Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:05:28.2246910Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:05:28.2247346Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:05:28.2247782Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:05:28.2248195Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:05:28.2248583Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:05:28.2249098Z 	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-18T22:05:28.2249620Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:05:28.2249934Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:05:28.2250275Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:05:28.2250807Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:05:28.2251227Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:05:28.2251742Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:05:28.2252323Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:05:28.2253121Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:05:28.2253765Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:05:28.2254410Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:05:28.2255026Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:05:28.2255648Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:05:28.2256223Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:05:28.2256705Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:05:28.2257142Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:05:28.2257581Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:05:28.2257999Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:05:28.2258458Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:05:28.2259005Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:05:28.2259391Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:05:28.2259753Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:05:28.2260123Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:05:28.2260498Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:05:28.2260904Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:05:28.2261314Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:05:28.2261673Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:05:28.2262066Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:05:28.2262636Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:05:28.2263121Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:05:28.2263599Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:05:28.2264076Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:05:28.2264547Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:05:28.2265019Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:05:28.2265452Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:05:28.2265861Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:05:28.2266264Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:05:28.2266667Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:05:28.2267077Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:05:28.2267483Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:05:28.2268032Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:05:28.2268454Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:05:28.2268837Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:05:28.2269213Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:05:28.2269583Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:05:28.2269955Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:05:28.2270383Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:05:28.2270817Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:05:28.2271218Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:05:28.2271621Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:05:28.2272042Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:05:28.2272587Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:05:28.2273024Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:05:28.2273448Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:05:28.2273832Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:05:28.2274204Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:05:28.2274592Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:05:28.2274958Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:05:28.2275441Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:05:28.2275843Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:05:28.2276237Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:05:28.2276656Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:05:28.2277117Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:05:28.2277533Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:05:28.2277932Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:05:28.2278325Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:05:28.2278622Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:05:28.2278938Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:05:28.2279319Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:05:28.2279713Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:05:28.2280096Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:05:28.2280484Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:05:28.2280904Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:05:28.2281343Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:05:28.2281749Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:05:28.2282130Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:05:28.2282629Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:05:28.2283168Z 	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-18T22:05:28.2283748Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:05:28.2284192Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:05:28.2284749Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:05:28.2285176Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:05:28.2285588Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:05:28.2285980Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:05:28.2286364Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:05:28.2286740Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:05:28.2287128Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:05:28.2287519Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:05:28.2287892Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:05:28.2288275Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:05:28.2288672Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:05:28.2289040Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:05:28.2289458Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:05:28.2289921Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:05:28.2290336Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:05:28.2290699Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:05:28.2291069Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:05:28.2291451Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:05:28.2291932Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:05:28.2292299Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:05:28.2292905Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:05:28.2293346Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:05:28.2293744Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:05:28.2294132Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:05:28.2294520Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:05:28.2294896Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:05:28.2295263Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:05:28.2295639Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:05:28.2296035Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:05:28.2296481Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:05:28.2296944Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:05:28.2297361Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:05:28.2297753Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:05:28.2298153Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:05:28.2298571Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:05:28.2298952Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:05:28.2299302Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:05:28.2299608Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:05:28.2299912Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:05:28.2300276Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:05:28.2300786Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:05:28.2301145Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:05:28.2301516Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:05:28.2301911Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:05:28.2302293Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:05:28.2302774Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:05:28.2303127Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:05:28.2303506Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:05:28.2303901Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:05:28.2304278Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:05:28.2304638Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:05:28.2304995Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:05:28.2305374Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:05:28.2305756Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:05:28.2306102Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:05:28.2306466Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:05:28.2306851Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:05:28.2307226Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:05:28.2307593Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:05:28.2308083Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:05:28.2308474Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:05:28.2308876Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:05:28.2309300Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:05:28.2309696Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:05:28.2310042Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:05:28.2310384Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:05:28.2310723Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:05:28.2311140Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:05:28.2311638Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:05:28.2312112Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:05:28.2312679Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:05:28.2313168Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:05:28.2313594Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:05:28.2313971Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:05:28.2314354Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:05:28.2314730Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:05:28.2315107Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:05:28.2315483Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:05:28.2315860Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:05:28.2316230Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:05:28.2316643Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:05:28.2317199Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:05:28.2317620Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:05:28.2317991Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:05:28.2318385Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:05:28.2318800Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:05:28.2319175Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:05:28.2319524Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:05:28.2319906Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:05:28.2320355Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:05:28.2320783Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:05:28.2321195Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:05:28.2321599Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:05:28.2321919Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:05:28.2322189Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:05:28.2322637Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:05:28.2323114Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:05:28.2323417Z 
2025-08-18T22:05:28.2323421Z 
2025-08-18T22:05:28.2323767Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Monday, 2025-08-18 (10:05:28 PM)
2025-08-18T22:05:28.2324138Z 
2025-08-18T22:05:28.2324142Z 
2025-08-18T22:05:28.2324161Z 
2025-08-18T22:05:28.2324357Z [+] Continue : YES
2025-08-18T22:05:28.2324475Z 
2025-08-18T22:05:28.2324709Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-18T22:05:28.2627804Z 
2025-08-18T22:05:28.2628177Z ==> [+] Started Building at :: Monday, 2025-08-18 (10:05:28 PM) UTC
2025-08-18T22:05:28.2628584Z 
2025-08-18T22:05:28.2645631Z 
2025-08-18T22:05:28.2645817Z [+] Total RECIPES :: 1
2025-08-18T22:05:28.2646046Z 
2025-08-18T22:05:28.2720445Z 
2025-08-18T22:05:28.2721278Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml (1/1)
2025-08-18T22:05:28.2721889Z 
2025-08-18T22:05:28.3098921Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:05:28.3109929Z mode of '/tmp/pkgforge/eUiyavR9O_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:05:28.3158397Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tinycc/official/glibc [Provided]
2025-08-18T22:05:28.3158875Z [+] Setting '.pkg_family' --> tinycc [Provided]
2025-08-18T22:05:28.3171879Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-18T22:05:28.3178833Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 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-18T22:05:28.3269493Z [00:00:00.009]➜  
2025-08-18T22:05:28.3270794Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tinycc/static.official.glibc.yaml) --> /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR [Monday, 2025-08-18 (10:05:28 PM) UTC]
2025-08-18T22:05:28.3271679Z [00:00:00.009]➜  
2025-08-18T22:05:28.3271891Z [00:00:00.009]➜  
2025-08-18T22:05:28.3272088Z [00:00:00.009]➜  
2025-08-18T22:05:28.3272513Z [00:00:00.009]➜  ###################################################################
2025-08-18T22:05:28.3280427Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0    
2025-08-18T22:05:28.3283284Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:05:28.3284629Z [00:00:00.010]➜  _disabled: false
2025-08-18T22:05:28.3285084Z [00:00:00.010]➜  
2025-08-18T22:05:28.3285482Z [00:00:00.010]➜  pkg: "tinycc"
2025-08-18T22:05:28.3286057Z [00:00:00.010]➜  pkg_id: "github.com.TinyCC.tinycc.glibc"
2025-08-18T22:05:28.3286580Z [00:00:00.010]➜  pkg_type: "static"
2025-08-18T22:05:28.3286864Z [00:00:00.010]➜  category:
2025-08-18T22:05:28.3287577Z [00:00:00.010]➜    - "ConsoleOnly"
2025-08-18T22:05:28.3287888Z [00:00:00.010]➜    - "Utility"
2025-08-18T22:05:28.3288196Z [00:00:00.010]➜  description: "Fast Tiny C Compiler"
2025-08-18T22:05:28.3288504Z [00:00:00.010]➜  distro_pkg:
2025-08-18T22:05:28.3288749Z [00:00:00.010]➜    alpine:
2025-08-18T22:05:28.3288983Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:05:28.3289223Z [00:00:00.010]➜    archlinux:
2025-08-18T22:05:28.3289486Z [00:00:00.010]➜      aur:
2025-08-18T22:05:28.3289725Z [00:00:00.010]➜        - "tcc-git"
2025-08-18T22:05:28.3289981Z [00:00:00.010]➜      extra:
2025-08-18T22:05:28.3290230Z [00:00:00.010]➜        - "tcc"
2025-08-18T22:05:28.3290467Z [00:00:00.010]➜    debian:
2025-08-18T22:05:28.3290700Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:05:28.3290927Z [00:00:00.010]➜    gnuguix:
2025-08-18T22:05:28.3291158Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:05:28.3291397Z [00:00:00.010]➜    homebrew:
2025-08-18T22:05:28.3291634Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:05:28.3291866Z [00:00:00.010]➜    nixpkgs:
2025-08-18T22:05:28.3292100Z [00:00:00.010]➜      - "tinycc"
2025-08-18T22:05:28.3292523Z [00:00:00.010]➜  homepage:
2025-08-18T22:05:28.3293005Z [00:00:00.011]➜    - "https://bellard.org/tcc/"
2025-08-18T22:05:28.3293377Z [00:00:00.011]➜    - "https://github.com/TinyCC/tinycc"
2025-08-18T22:05:28.3293681Z [00:00:00.011]➜  license:
2025-08-18T22:05:28.3293958Z [00:00:00.011]➜    - id: "LGPL-2.1"
2025-08-18T22:05:28.3294674Z [00:00:00.011]➜      url: "https://github.com/TinyCC/tinycc/raw/6ec4a106524ab6a6e3a4178774fd1e884d3fcce2/COPYING"
2025-08-18T22:05:28.3295184Z [00:00:00.011]➜  maintainer:
2025-08-18T22:05:28.3295522Z [00:00:00.011]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:05:28.3295847Z [00:00:00.011]➜  note:
2025-08-18T22:05:28.3296145Z [00:00:00.011]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-18T22:05:28.3296992Z [00:00:00.011]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/TinyCC/tinycc"
2025-08-18T22:05:28.3297506Z [00:00:00.011]➜    - "Statically Linked on Debian (GLIBC)"  
2025-08-18T22:05:28.3297819Z [00:00:00.011]➜  provides:
2025-08-18T22:05:28.3298072Z [00:00:00.011]➜    - "tcc==tinycc"  
2025-08-18T22:05:28.3298335Z [00:00:00.011]➜  repology:
2025-08-18T22:05:28.3298594Z [00:00:00.011]➜    - "tinycc"
2025-08-18T22:05:28.3298834Z [00:00:00.011]➜  src_url:
2025-08-18T22:05:28.3299131Z [00:00:00.011]➜    - "https://github.com/TinyCC/tinycc"
2025-08-18T22:05:28.3299526Z [00:00:00.011]➜    - "https://repo.or.cz/tinycc.git"
2025-08-18T22:05:28.3299819Z [00:00:00.011]➜  tag:
2025-08-18T22:05:28.3300058Z [00:00:00.011]➜    - "compiler"
2025-08-18T22:05:28.3300302Z [00:00:00.011]➜  x_exec:
2025-08-18T22:05:28.3300525Z [00:00:00.011]➜    host:
2025-08-18T22:05:28.3300768Z [00:00:00.011]➜      - "aarch64-Linux"
2025-08-18T22:05:28.3301054Z [00:00:00.011]➜      - "x86_64-Linux"
2025-08-18T22:05:28.3301322Z [00:00:00.011]➜    shell: "bash"
2025-08-18T22:05:28.3301574Z [00:00:00.011]➜    pkgver: |
2025-08-18T22:05:28.3301875Z [00:00:00.011]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-18T22:05:28.3302782Z [00:00:00.011]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" &>/dev/null && \
2025-08-18T22:05:28.3303687Z [00:00:00.011]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-18T22:05:28.3304372Z [00:00:00.011]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-18T22:05:28.3304939Z [00:00:00.011]➜    run: |
2025-08-18T22:05:28.3305172Z [00:00:00.011]➜      #Build
2025-08-18T22:05:28.3305734Z [00:00:00.011]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --privileged --net="host" --name "debian-builder-unstable" --pull="always" \
2025-08-18T22:05:28.3306657Z [00:00:00.011]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-18T22:05:28.3307696Z [00:00:00.011]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-18T22:05:28.3308544Z [00:00:00.011]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-18T22:05:28.3309427Z [00:00:00.011]➜       "ghcr.io/pkgforge/devscripts/debian-builder-unstable:$(uname -m)" \
2025-08-18T22:05:28.3310146Z [00:00:00.011]➜        bash -l -c '
2025-08-18T22:05:28.3310590Z [00:00:00.011]➜        #Setup ENV
2025-08-18T22:05:28.3311437Z [00:00:00.011]➜         set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-18T22:05:28.3312520Z [00:00:00.011]➜         mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:05:28.3313154Z [00:00:00.011]➜        #Build
2025-08-18T22:05:28.3314136Z [00:00:00.011]➜         git clone --filter "blob:none" --depth="1" --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-18T22:05:28.3315402Z [00:00:00.011]➜         export CFLAGS="-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error"
2025-08-18T22:05:28.3316271Z [00:00:00.011]➜         export CPPFLAGS="${CFLAGS}"
2025-08-18T22:05:28.3316863Z [00:00:00.011]➜         export CXXFLAGS="${CFLAGS}"
2025-08-18T22:05:28.3317443Z [00:00:00.011]➜         export LD="$(which mold)"
2025-08-18T22:05:28.3319000Z [00:00:00.011]➜         export LDFLAGS="-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack"
2025-08-18T22:05:28.3320822Z [00:00:00.011]➜         "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-18T22:05:28.3321936Z [00:00:00.011]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-18T22:05:28.3323930Z [00:00:00.011]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-18T22:05:28.3325496Z [00:00:00.011]➜        #Copy
2025-08-18T22:05:28.3326020Z [00:00:00.011]➜         #cp "./tcc" "/build-bins/tcc"
2025-08-18T22:05:28.3327711Z [00:00:00.011]➜         find "." -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-18T22:05:28.3329903Z [00:00:00.011]➜         ( 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-18T22:05:28.3330992Z [00:00:00.011]➜        #strip & info 
2025-08-18T22:05:28.3331978Z [00:00:00.011]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:05:28.3333595Z [00:00:00.011]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:05:28.3334896Z [00:00:00.011]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:05:28.3336058Z [00:00:00.011]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:05:28.3337126Z [00:00:00.011]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:05:28.3338055Z [00:00:00.011]➜         popd &>/dev/null
2025-08-18T22:05:28.3338510Z [00:00:00.011]➜        '
2025-08-18T22:05:28.3339249Z [00:00:00.011]➜      #Copy & Meta
2025-08-18T22:05:28.3339993Z [00:00:00.011]➜       docker cp "debian-builder-unstable:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-18T22:05:28.3341079Z [00:00:00.011]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-18T22:05:28.3343273Z [00:00:00.011]➜       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-18T22:05:28.3344741Z [00:00:00.011]➜  
2025-08-18T22:05:28.3345267Z [00:00:00.011]➜  ###################################################################
2025-08-18T22:05:28.3345799Z [00:00:00.011]➜  
2025-08-18T22:05:28.3346155Z [00:00:00.011]➜  
2025-08-18T22:05:28.3346523Z [00:00:00.011]➜  
2025-08-18T22:05:28.3347420Z [00:00:00.012]➜  '/tmp/pkgforge/eUiyavR9O_build.yaml' -> '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-18T22:05:29.5932559Z [00:00:01.275]➜  '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.static.version' -> '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.version'
2025-08-18T22:05:29.5987928Z [00:00:01.281]➜  [+] Version: HEAD-80e7040-250818T222805 ('.x_exec.pkgver') [/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.static.version]
2025-08-18T22:05:29.6230986Z [00:00:01.305]➜  [+] Progs: tcc tinycc
2025-08-18T22:05:29.9839793Z [00:00:01.666]➜  
2025-08-18T22:05:29.9840332Z [00:00:01.666]➜  [-] Missing packages. Found: 
2025-08-18T22:05:29.9840935Z [00:00:01.666]➜  [+] Expected: tcc tinycc
2025-08-18T22:05:29.9841495Z [00:00:01.666]➜  [+] Continuing with build...
2025-08-18T22:05:29.9841989Z [00:00:01.666]➜  
2025-08-18T22:05:30.3939031Z [00:00:02.076]➜  
2025-08-18T22:05:30.3939608Z [00:00:02.076]➜  
2025-08-18T22:05:30.4028905Z [00:00:02.085]➜  + mkdir -pv /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-18T22:05:30.4046376Z [00:00:02.087]➜  ++ uname -m
2025-08-18T22:05:30.4061893Z [00:00:02.088]➜  + docker run --privileged --net=host --name debian-builder-unstable --pull=always -e PKG=tinycc -e PKG_ID=github.com.TinyCC.tinycc.glibc -e PKG_TYPE=static -e PKG_VER=HEAD-80e7040-250818T222805 -e PKGVER=HEAD-80e7040-250818T222805 -e SBUILD_PKG=tinycc.static -e SBUILD_PKGVER=HEAD-80e7040-250818T222805 --volume /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64 bash -l -c '
2025-08-18T22:05:30.4065013Z [00:00:02.088]➜    #Setup ENV
2025-08-18T22:05:30.4065799Z [00:00:02.088]➜     set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-18T22:05:30.4066720Z [00:00:02.088]➜     mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:05:30.4067321Z [00:00:02.088]➜    #Build
2025-08-18T22:05:30.4067900Z [00:00:02.088]➜     git clone --filter "blob:none" --depth="1" --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-18T22:05:30.4068635Z [00:00:02.088]➜     export CFLAGS="-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error"
2025-08-18T22:05:30.4069105Z [00:00:02.088]➜     export CPPFLAGS="${CFLAGS}"
2025-08-18T22:05:30.4069429Z [00:00:02.088]➜     export CXXFLAGS="${CFLAGS}"
2025-08-18T22:05:30.4069965Z [00:00:02.088]➜     export LD="$(which mold)"
2025-08-18T22:05:30.4070721Z [00:00:02.088]➜     export LDFLAGS="-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack"
2025-08-18T22:05:30.4071670Z [00:00:02.088]➜     "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-18T22:05:30.4072274Z [00:00:02.088]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-18T22:05:30.4073420Z [00:00:02.088]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-18T22:05:30.4074436Z [00:00:02.088]➜    #Copy
2025-08-18T22:05:30.4074712Z [00:00:02.088]➜     #cp "./tcc" "/build-bins/tcc"
2025-08-18T22:05:30.4075610Z [00:00:02.088]➜     find "." -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-18T22:05:30.4076773Z [00:00:02.088]➜     ( 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-18T22:05:30.4077362Z [00:00:02.088]➜    #strip & info 
2025-08-18T22:05:30.4077949Z [00:00:02.088]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:05:30.4078911Z [00:00:02.088]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:05:30.4079953Z [00:00:02.088]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:05:30.4080749Z [00:00:02.088]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:05:30.4081483Z [00:00:02.088]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:05:30.4082106Z [00:00:02.088]➜     popd &>/dev/null
2025-08-18T22:05:30.4082604Z [00:00:02.088]➜    '
2025-08-18T22:05:30.6664785Z [00:00:02.349]➜  x86_64: Pulling from pkgforge/devscripts/debian-builder-unstable
2025-08-18T22:05:30.7168886Z [00:00:02.399]➜  8d168639a251: Pulling fs layer
2025-08-18T22:05:30.7169779Z [00:00:02.399]➜  fe7d99319d2b: Pulling fs layer
2025-08-18T22:05:30.7170236Z [00:00:02.399]➜  3fa572b2c833: Pulling fs layer
2025-08-18T22:05:30.7170584Z [00:00:02.399]➜  f5ce304eb53a: Pulling fs layer
2025-08-18T22:05:30.7170914Z [00:00:02.399]➜  e33617362e8f: Pulling fs layer
2025-08-18T22:05:30.7171238Z [00:00:02.399]➜  940014c1be08: Pulling fs layer
2025-08-18T22:05:30.7171593Z [00:00:02.399]➜  2a5cd1e19f19: Pulling fs layer
2025-08-18T22:05:30.7171890Z [00:00:02.399]➜  a3fedbbc7878: Pulling fs layer
2025-08-18T22:05:30.7172195Z [00:00:02.399]➜  f5ce304eb53a: Waiting
2025-08-18T22:05:30.7172717Z [00:00:02.399]➜  e33617362e8f: Waiting
2025-08-18T22:05:30.7172991Z [00:00:02.399]➜  940014c1be08: Waiting
2025-08-18T22:05:30.7173256Z [00:00:02.399]➜  2a5cd1e19f19: Waiting
2025-08-18T22:05:30.7173521Z [00:00:02.399]➜  a3fedbbc7878: Waiting
2025-08-18T22:05:30.8663013Z [00:00:02.548]➜  fe7d99319d2b: Verifying Checksum
2025-08-18T22:05:30.8663791Z [00:00:02.549]➜  fe7d99319d2b: Download complete
2025-08-18T22:05:30.9423196Z [00:00:02.624]➜  f5ce304eb53a: Download complete
2025-08-18T22:05:31.0354801Z [00:00:02.718]➜  e33617362e8f: Verifying Checksum
2025-08-18T22:05:31.0355601Z [00:00:02.718]➜  e33617362e8f: Download complete
2025-08-18T22:05:31.0429581Z [00:00:02.725]➜  8d168639a251: Verifying Checksum
2025-08-18T22:05:31.0430223Z [00:00:02.725]➜  8d168639a251: Download complete
2025-08-18T22:05:32.5130207Z [00:00:04.195]➜  3fa572b2c833: Verifying Checksum
2025-08-18T22:05:32.5130865Z [00:00:04.195]➜  3fa572b2c833: Download complete
2025-08-18T22:05:32.6853122Z [00:00:04.368]➜  a3fedbbc7878: Verifying Checksum
2025-08-18T22:05:32.6853714Z [00:00:04.368]➜  a3fedbbc7878: Download complete
2025-08-18T22:05:33.0069306Z [00:00:04.689]➜  8d168639a251: Pull complete
2025-08-18T22:05:34.1462115Z [00:00:05.828]➜  940014c1be08: Verifying Checksum
2025-08-18T22:05:34.1463374Z [00:00:05.829]➜  940014c1be08: Download complete
2025-08-18T22:05:38.5017147Z [00:00:10.184]➜  fe7d99319d2b: Pull complete
2025-08-18T22:05:43.4859269Z [00:00:15.168]➜  2a5cd1e19f19: Verifying Checksum
2025-08-18T22:05:43.4859983Z [00:00:15.168]➜  2a5cd1e19f19: Download complete
2025-08-18T22:05:52.3116149Z [00:00:23.994]➜  3fa572b2c833: Pull complete
2025-08-18T22:05:52.3284723Z [00:00:24.011]➜  f5ce304eb53a: Pull complete
2025-08-18T22:05:52.3418453Z [00:00:24.024]➜  e33617362e8f: Pull complete
2025-08-18T22:05:57.5546762Z [00:00:29.237]➜  940014c1be08: Pull complete
2025-08-18T22:07:09.4145705Z [00:01:41.097]➜  2a5cd1e19f19: Pull complete
2025-08-18T22:07:09.4501312Z [00:01:41.132]➜  a3fedbbc7878: Pull complete
2025-08-18T22:07:09.4549024Z [00:01:41.137]➜  Digest: sha256:05160bdb42a1ad93a4d97258b0b8e137a94945626a47789ff160d41fe1d4f4f7
2025-08-18T22:07:09.4562010Z [00:01:41.138]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/debian-builder-unstable:x86_64
2025-08-18T22:07:09.7242723Z [00:01:41.407]➜  + mkdir -pv /tmp
2025-08-18T22:07:09.7256051Z [00:01:41.408]➜  ++ whoami
2025-08-18T22:07:09.7269305Z [00:01:41.409]➜  ++ whoami
2025-08-18T22:07:09.7279645Z [00:01:41.410]➜  + chown -R root:root /tmp
2025-08-18T22:07:09.7298144Z [00:01:41.412]➜  + chmod -v 1777 /tmp
2025-08-18T22:07:09.7313422Z [00:01:41.414]➜  mode of '/tmp' changed from 0755 (rwxr-xr-x) to 1777 (rwxrwxrwt)
2025-08-18T22:07:09.7314737Z [00:01:41.414]➜  + mkdir -p /build-bins
2025-08-18T22:07:09.7328899Z [00:01:41.415]➜  ++ mktemp -d
2025-08-18T22:07:09.7339423Z [00:01:41.416]➜  + pushd /tmp/tmp.OHoOeDFfFU
2025-08-18T22:07:09.7340467Z [00:01:41.416]➜  + git clone --filter blob:none --depth=1 --quiet https://github.com/TinyCC/tinycc ./TEMPREPO
2025-08-18T22:07:10.3756535Z [00:01:42.058]➜  + cd ./TEMPREPO
2025-08-18T22:07:10.3757289Z [00:01:42.058]➜  + export 'CFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:07:10.3758369Z [00:01:42.058]➜  + CFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:07:10.3759809Z [00:01:42.058]➜  + export 'CPPFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:07:10.3761007Z [00:01:42.058]➜  + CPPFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:07:10.3762125Z [00:01:42.058]➜  + export 'CXXFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:07:10.3763388Z [00:01:42.058]➜  + CXXFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:07:10.3764129Z [00:01:42.059]➜  ++ which mold
2025-08-18T22:07:10.3786404Z [00:01:42.061]➜  + export LD=/usr/bin/mold
2025-08-18T22:07:10.3786965Z [00:01:42.061]➜  + LD=/usr/bin/mold
2025-08-18T22:07:10.3788151Z [00:01:42.061]➜  + export 'LDFLAGS=-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack'
2025-08-18T22:07:10.3789297Z [00:01:42.061]➜  + LDFLAGS='-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack'
2025-08-18T22:07:10.3790303Z [00:01:42.061]➜  + ./configure --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings=no
2025-08-18T22:07:10.3797178Z [00:01:42.062]➜  configure: WARNING: unrecognized option --disable-shared
2025-08-18T22:07:10.3798057Z [00:01:42.062]➜  configure: WARNING: unrecognized option --disable-Werror
2025-08-18T22:07:10.3798939Z [00:01:42.062]➜  configure: WARNING: unrecognized option --enable-year2038
2025-08-18T22:07:10.3799770Z [00:01:42.062]➜  configure: WARNING: unrecognized option --enable-compile-warnings=no
2025-08-18T22:07:10.4212711Z [00:01:42.104]➜  Perhaps you want ./configure --config-musl
2025-08-18T22:07:10.4325297Z [00:01:42.115]➜  Binary directory    /usr/local/bin
2025-08-18T22:07:10.4325966Z [00:01:42.115]➜  TinyCC directory    /usr/local/lib/tcc
2025-08-18T22:07:10.4326405Z [00:01:42.115]➜  Library directory   /usr/local/lib
2025-08-18T22:07:10.4326781Z [00:01:42.115]➜  Include directory   /usr/local/include
2025-08-18T22:07:10.4327188Z [00:01:42.115]➜  Manual directory    /usr/local/share/man
2025-08-18T22:07:10.4327554Z [00:01:42.115]➜  Info directory      /usr/local/share/info
2025-08-18T22:07:10.4327911Z [00:01:42.115]➜  Doc directory       /usr/local/share/doc
2025-08-18T22:07:10.4331434Z [00:01:42.115]➜  Source path         /tmp/tmp.OHoOeDFfFU/TEMPREPO
2025-08-18T22:07:10.4333110Z [00:01:42.116]➜  Build OS            Linux x86_64
2025-08-18T22:07:10.4333699Z [00:01:42.116]➜  C compiler          gcc (14.3)
2025-08-18T22:07:10.4334152Z [00:01:42.116]➜  Target OS           Linux
2025-08-18T22:07:10.4334462Z [00:01:42.116]➜  CPU                 x86_64
2025-08-18T22:07:10.4334799Z [00:01:42.116]➜  Triplet             x86_64-linux-gnu
2025-08-18T22:07:10.4335117Z [00:01:42.116]➜  Config              static
2025-08-18T22:07:10.4335441Z [00:01:42.116]➜  Creating config.mak and config.h
2025-08-18T22:07:10.4418420Z [00:01:42.124]➜  ++ nproc
2025-08-18T22:07:10.4435597Z [00:01:42.126]➜  + make --jobs=5 --keep-going
2025-08-18T22:07:10.4673912Z [00:01:42.149]➜  gcc -o tcc.o -c tcc.c -I. -DONE_SOURCE=0 -DTCC_GITHASH="\"2025-08-18 mob@80e7040\"" -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.4682765Z [00:01:42.150]➜  gcc -o libtcc.o -c libtcc.c -I. -DONE_SOURCE=0 -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.4687695Z [00:01:42.150]➜  gcc -DC2STR conftest.c -o c2str.exe
2025-08-18T22:07:10.4690362Z [00:01:42.151]➜  Using built-in specs.
2025-08-18T22:07:10.4701196Z [00:01:42.151]➜  gcc -o tccgen.o -c tccgen.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.4703037Z [00:01:42.152]➜  Using built-in specs.
2025-08-18T22:07:10.4735188Z [00:01:42.152]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.4735825Z [00:01:42.152]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.4736459Z [00:01:42.152]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.4736999Z [00:01:42.152]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.4738244Z [00:01:42.152]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs COLLECT_GCC=gcc
2025-08-18T22:07:10.4744824Z [00:01:42.152]➜  --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=mOFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.4752722Z [00:01:42.152]➜  32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-conOFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.4755492Z [00:01:42.152]➜  fig=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.4756163Z [00:01:42.152]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.4756666Z [00:01:42.152]➜  Thread model: posix
2025-08-18T22:07:10.4760632Z [00:01:42.152]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs Supported LTO compression algorithms: zlib--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14  zstd--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable
2025-08-18T22:07:10.4787147Z [00:01:42.152]➜  -libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.4798547Z [00:01:42.152]➜  --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.4802139Z [00:01:42.152]➜  Thread model: posix
2025-08-18T22:07:10.4805279Z [00:01:42.152]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.4805983Z [00:01:42.152]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.4808087Z [00:01:42.152]➜  COLLECT_GCC_OPTIONS='-o' 'libtcc.o' '-c' '-I' '.' '-D' 'ONE_SOURCE=0' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.4811618Z [00:01:42.152]➜  COLLECT_GCC_OPTIONS='-o' 'tcc.o' '-c' '-I' '.' '-D' 'ONE_SOURCE=0' '-D' 'TCC_GITHASH="2025-08-18 mob@80e7040"' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.4817305Z [00:01:42.152]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu -D ONE_SOURCE=0 libtcc.c /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -quiet -dumpbase -v libtcc.c -v -dumpbase-ext -I .c . -mtune=generic -imultiarch -march=x86-64 x86_64-linux-gnu -g0 -D -g0 ONE_SOURCE=0 -Os -D -Os TCC_GITHASH="2025-08-18 mob@80e7040" -Wdeclaration-after-statement tcc.c -Wno-unused-result -quiet -Wno-error -dumpbase -w tcc.c -w -dumpbase-ext -version .c -flto=auto -mtune=generic -flto=auto -march=x86-64 -fasynchronous-unwind-tables -g0 -o -g0 - -Os | -Os -Wdeclaration-after-statement
2025-08-18T22:07:10.4821603Z [00:01:42.152]➜   -Wno-unused-result as -Wno-error -v -w -v -w -W -version -I -flto=auto . -flto=auto --64 -fasynchronous-unwind-tables -o -o libtcc.o -
2025-08-18T22:07:10.4822774Z [00:01:42.152]➜   |
2025-08-18T22:07:10.4823247Z [00:01:42.152]➜   as -v -v -W -I . --64 -o tcc.o
2025-08-18T22:07:10.4823824Z [00:01:42.159]➜  Using built-in specs.
2025-08-18T22:07:10.4824312Z [00:01:42.159]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.4824914Z [00:01:42.159]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.4825554Z [00:01:42.159]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.4826093Z [00:01:42.159]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.4835776Z [00:01:42.159]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.4844190Z [00:01:42.159]➜  Thread model: posix
2025-08-18T22:07:10.4844820Z [00:01:42.159]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.4845500Z [00:01:42.159]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.4847470Z [00:01:42.159]➜  COLLECT_GCC_OPTIONS='-o' 'tccgen.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.4850976Z [00:01:42.159]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu tccgen.c -quiet -dumpbase tccgen.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.4853239Z [00:01:42.159]➜   as -v -v -W -I . --64 -o tccgen.o
2025-08-18T22:07:10.4854185Z [00:01:42.159]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.4855185Z [00:01:42.159]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.4856319Z [00:01:42.159]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.4857182Z [00:01:42.159]➜  
2025-08-18T22:07:10.4857875Z [00:01:42.159]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.4858876Z [00:01:42.159]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.4860030Z [00:01:42.159]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.4861240Z [00:01:42.159]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.4925454Z [00:01:42.159]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.4945192Z [00:01:42.159]➜  #include "..." search starts here:
2025-08-18T22:07:10.4945928Z [00:01:42.159]➜  #include <...> search starts here:
2025-08-18T22:07:10.4946445Z [00:01:42.159]➜   .
2025-08-18T22:07:10.4946940Z [00:01:42.159]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.4947496Z [00:01:42.159]➜   /usr/local/include
2025-08-18T22:07:10.4948035Z [00:01:42.159]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.4948543Z [00:01:42.159]➜   /usr/include
2025-08-18T22:07:10.4948997Z [00:01:42.159]➜  End of search list.
2025-08-18T22:07:10.4949893Z [00:01:42.159]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.4951960Z [00:01:42.159]➜  gcc -o tccdbg.o -c tccdbg.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.4953929Z [00:01:42.160]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.4955092Z [00:01:42.160]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.4955939Z [00:01:42.160]➜  
2025-08-18T22:07:10.4956645Z [00:01:42.160]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.4957672Z [00:01:42.160]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.4958849Z [00:01:42.160]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.4960055Z [00:01:42.160]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.4961574Z [00:01:42.160]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.4967899Z [00:01:42.160]➜  #include "..." search starts here:
2025-08-18T22:07:10.4968766Z [00:01:42.160]➜  #include <...> search starts here:
2025-08-18T22:07:10.4969284Z [00:01:42.160]➜   .
2025-08-18T22:07:10.4969779Z [00:01:42.160]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.4970354Z [00:01:42.160]➜   /usr/local/include
2025-08-18T22:07:10.4970902Z [00:01:42.160]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.4971434Z [00:01:42.160]➜   /usr/include
2025-08-18T22:07:10.4971900Z [00:01:42.160]➜  End of search list.
2025-08-18T22:07:10.4972953Z [00:01:42.160]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.4974033Z [00:01:42.161]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.4975514Z [00:01:42.163]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.4976427Z [00:01:42.169]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.4977586Z [00:01:42.170]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.4978440Z [00:01:42.170]➜  
2025-08-18T22:07:10.4979164Z [00:01:42.171]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.4980193Z [00:01:42.171]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.4981379Z [00:01:42.171]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.4982804Z [00:01:42.171]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.4984091Z [00:01:42.171]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.4985061Z [00:01:42.175]➜  #include "..." search starts here:
2025-08-18T22:07:10.4985668Z [00:01:42.175]➜  #include <...> search starts here:
2025-08-18T22:07:10.4986413Z [00:01:42.175]➜   .
2025-08-18T22:07:10.4986890Z [00:01:42.175]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.4987432Z [00:01:42.175]➜   /usr/local/include
2025-08-18T22:07:10.4987947Z [00:01:42.175]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.4988439Z [00:01:42.175]➜   /usr/include
2025-08-18T22:07:10.4988904Z [00:01:42.175]➜  End of search list.
2025-08-18T22:07:10.4989411Z [00:01:42.175]➜  Using built-in specs.
2025-08-18T22:07:10.4989912Z [00:01:42.175]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.4990521Z [00:01:42.175]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.4991152Z [00:01:42.175]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.4991685Z [00:01:42.175]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.5001454Z [00:01:42.175]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.5009931Z [00:01:42.175]➜  Thread model: posix
2025-08-18T22:07:10.5010592Z [00:01:42.175]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.5011299Z [00:01:42.175]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.5013462Z [00:01:42.175]➜  COLLECT_GCC_OPTIONS='-o' 'tccdbg.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.5018865Z [00:01:42.175]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu tccdbg.c -quiet -dumpbase tccdbg.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.5021046Z [00:01:42.175]➜   as -v -v -W -I . --64 -o tccdbg.o
2025-08-18T22:07:10.5021792Z [00:01:42.179]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.5023092Z [00:01:42.179]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.5023959Z [00:01:42.179]➜  
2025-08-18T22:07:10.5024672Z [00:01:42.179]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.5025730Z [00:01:42.179]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.5026898Z [00:01:42.179]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.5028110Z [00:01:42.179]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.5029346Z [00:01:42.179]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.5030568Z [00:01:42.179]➜  #include "..." search starts here:
2025-08-18T22:07:10.5031184Z [00:01:42.179]➜  #include <...> search starts here:
2025-08-18T22:07:10.5031703Z [00:01:42.179]➜   .
2025-08-18T22:07:10.5032206Z [00:01:42.179]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.5032950Z [00:01:42.179]➜   /usr/local/include
2025-08-18T22:07:10.5033498Z [00:01:42.179]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.5034017Z [00:01:42.179]➜   /usr/include
2025-08-18T22:07:10.5034477Z [00:01:42.179]➜  End of search list.
2025-08-18T22:07:10.5035366Z [00:01:42.179]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.5048778Z [00:01:42.187]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.5076698Z [00:01:42.190]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.5681100Z [00:01:42.250]➜  gcc -o tccelf.o -c tccelf.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.5694379Z [00:01:42.251]➜  Using built-in specs.
2025-08-18T22:07:10.5709345Z [00:01:42.253]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.5727964Z [00:01:42.255]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.5735486Z [00:01:42.255]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.5736122Z [00:01:42.255]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.5745096Z [00:01:42.255]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.5755710Z [00:01:42.255]➜  Thread model: posix
2025-08-18T22:07:10.5756323Z [00:01:42.255]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.5756954Z [00:01:42.255]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.5758859Z [00:01:42.255]➜  COLLECT_GCC_OPTIONS='-o' 'tccelf.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.5762221Z [00:01:42.258]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu tccelf.c -quiet -dumpbase tccelf.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.5764489Z [00:01:42.258]➜   as -v -v -W -I . --64 -o tccelf.o
2025-08-18T22:07:10.5795552Z [00:01:42.262]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.5807176Z [00:01:42.263]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.5808782Z [00:01:42.263]➜  
2025-08-18T22:07:10.5812684Z [00:01:42.264]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.5818392Z [00:01:42.264]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.5819675Z [00:01:42.264]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.5820940Z [00:01:42.264]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.5822277Z [00:01:42.264]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.5823500Z [00:01:42.264]➜  #include "..." search starts here:
2025-08-18T22:07:10.5826543Z [00:01:42.265]➜  #include <...> search starts here:
2025-08-18T22:07:10.5827221Z [00:01:42.265]➜   .
2025-08-18T22:07:10.5827753Z [00:01:42.265]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.5828438Z [00:01:42.265]➜   /usr/local/include
2025-08-18T22:07:10.5829016Z [00:01:42.265]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.5829586Z [00:01:42.265]➜   /usr/include
2025-08-18T22:07:10.5830068Z [00:01:42.265]➜  End of search list.
2025-08-18T22:07:10.5841107Z [00:01:42.266]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.5894198Z [00:01:42.272]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.6345185Z [00:01:42.315]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.6348907Z [00:01:42.315]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.6352957Z [00:01:42.317]➜  COLLECT_GCC_OPTIONS='-o' 'tcc.o' '-c' '-I' '.' '-D' 'ONE_SOURCE=0' '-D' 'TCC_GITHASH="2025-08-18 mob@80e7040"' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tcc.'
2025-08-18T22:07:10.6362531Z [00:01:42.318]➜  gcc -o tccasm.o -c tccasm.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.6405571Z [00:01:42.323]➜  Using built-in specs.
2025-08-18T22:07:10.6406353Z [00:01:42.323]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.6408720Z [00:01:42.323]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.6409380Z [00:01:42.323]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.6411978Z [00:01:42.323]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.6426926Z [00:01:42.323]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.6458529Z [00:01:42.323]➜  Thread model: posix
2025-08-18T22:07:10.6459238Z [00:01:42.323]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.6459984Z [00:01:42.323]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.6462108Z [00:01:42.323]➜  COLLECT_GCC_OPTIONS='-o' 'tccasm.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.6467188Z [00:01:42.323]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu tccasm.c -quiet -dumpbase tccasm.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.6469350Z [00:01:42.323]➜   as -v -v -W -I . --64 -o tccasm.o
2025-08-18T22:07:10.6470114Z [00:01:42.326]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.6472737Z [00:01:42.326]➜  	compiled by GNU C version 14.3.0, COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.6476269Z [00:01:42.327]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.6479772Z [00:01:42.327]➜  COLLECT_GCC_OPTIONS='-o' 'libtcc.o' '-c' '-I' '.' '-D' 'ONE_SOURCE=0' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'libtcc.'
2025-08-18T22:07:10.6481960Z [00:01:42.328]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.6484290Z [00:01:42.329]➜  gcc -o tccrun.o -c tccrun.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.6486143Z [00:01:42.329]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.6486864Z [00:01:42.329]➜  
2025-08-18T22:07:10.6487626Z [00:01:42.329]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.6488729Z [00:01:42.329]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.6489968Z [00:01:42.329]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.6491279Z [00:01:42.329]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.6498233Z [00:01:42.329]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.6503049Z [00:01:42.330]➜  #include "..." search starts here:
2025-08-18T22:07:10.6503693Z [00:01:42.330]➜  #include <...> search starts here:
2025-08-18T22:07:10.6504206Z [00:01:42.330]➜   .
2025-08-18T22:07:10.6504685Z [00:01:42.330]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.6510772Z [00:01:42.330]➜   /usr/local/include
2025-08-18T22:07:10.6511391Z [00:01:42.330]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.6511935Z [00:01:42.330]➜   /usr/include
2025-08-18T22:07:10.6512564Z [00:01:42.330]➜  End of search list.
2025-08-18T22:07:10.6513096Z [00:01:42.332]➜  Using built-in specs.
2025-08-18T22:07:10.6517664Z [00:01:42.332]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.6518374Z [00:01:42.332]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.6519056Z [00:01:42.332]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.6519618Z [00:01:42.332]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.6529521Z [00:01:42.333]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.6552272Z [00:01:42.333]➜  Thread model: posix
2025-08-18T22:07:10.6553280Z [00:01:42.333]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.6553992Z [00:01:42.333]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.6555983Z [00:01:42.333]➜  COLLECT_GCC_OPTIONS='-o' 'tccrun.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.6559494Z [00:01:42.334]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu tccrun.c -quiet -dumpbase tccrun.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.6561589Z [00:01:42.334]➜   as -v -v -W -I . --64 -o tccrun.o
2025-08-18T22:07:10.6566170Z [00:01:42.339]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.6587398Z [00:01:42.341]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.6592524Z [00:01:42.341]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.6626178Z [00:01:42.341]➜  
2025-08-18T22:07:10.6626965Z [00:01:42.341]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.6628016Z [00:01:42.345]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.6629428Z [00:01:42.345]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.6630637Z [00:01:42.345]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.6631895Z [00:01:42.345]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.6633049Z [00:01:42.345]➜  #include "..." search starts here:
2025-08-18T22:07:10.6633647Z [00:01:42.345]➜  #include <...> search starts here:
2025-08-18T22:07:10.6634133Z [00:01:42.345]➜   .
2025-08-18T22:07:10.6634633Z [00:01:42.345]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.6635200Z [00:01:42.345]➜   /usr/local/include
2025-08-18T22:07:10.6635791Z [00:01:42.345]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.6636339Z [00:01:42.345]➜   /usr/include
2025-08-18T22:07:10.6636794Z [00:01:42.345]➜  End of search list.
2025-08-18T22:07:10.6637689Z [00:01:42.345]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.6638726Z [00:01:42.345]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.8212692Z [00:01:42.503]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.8223176Z [00:01:42.504]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.8226977Z [00:01:42.504]➜  COLLECT_GCC_OPTIONS='-o' 'tccrun.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tccrun.'
2025-08-18T22:07:10.8233080Z [00:01:42.504]➜  gcc -o x86_64-gen.o -c x86_64-gen.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.8234684Z [00:01:42.505]➜  Using built-in specs.
2025-08-18T22:07:10.8255223Z [00:01:42.508]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.8255908Z [00:01:42.508]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.8261433Z [00:01:42.508]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.8262916Z [00:01:42.508]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.8275428Z [00:01:42.508]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.8287129Z [00:01:42.508]➜  Thread model: posix
2025-08-18T22:07:10.8287845Z [00:01:42.508]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.8288582Z [00:01:42.508]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.8290729Z [00:01:42.508]➜  COLLECT_GCC_OPTIONS='-o' 'x86_64-gen.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.8294671Z [00:01:42.509]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu x86_64-gen.c -quiet -dumpbase x86_64-gen.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.8296917Z [00:01:42.511]➜   as -v -v -W -I . --64 -o x86_64-gen.o
2025-08-18T22:07:10.8318530Z [00:01:42.514]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.8325549Z [00:01:42.515]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.8337527Z [00:01:42.516]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.8346895Z [00:01:42.516]➜  
2025-08-18T22:07:10.8347678Z [00:01:42.516]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.8349023Z [00:01:42.516]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.8350317Z [00:01:42.516]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.8351572Z [00:01:42.517]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.8353022Z [00:01:42.517]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.8354029Z [00:01:42.517]➜  #include "..." search starts here:
2025-08-18T22:07:10.8354648Z [00:01:42.517]➜  #include <...> search starts here:
2025-08-18T22:07:10.8355176Z [00:01:42.517]➜   .
2025-08-18T22:07:10.8355693Z [00:01:42.517]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.8359548Z [00:01:42.517]➜   /usr/local/include
2025-08-18T22:07:10.8360174Z [00:01:42.517]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.8360756Z [00:01:42.517]➜   /usr/include
2025-08-18T22:07:10.8361279Z [00:01:42.517]➜  End of search list.
2025-08-18T22:07:10.8417603Z [00:01:42.524]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.8576008Z [00:01:42.540]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.8588680Z [00:01:42.541]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.8597105Z [00:01:42.541]➜  COLLECT_GCC_OPTIONS='-o' 'tccasm.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tccasm.'
2025-08-18T22:07:10.8600407Z [00:01:42.542]➜  gcc -o x86_64-link.o -c x86_64-link.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.8617059Z [00:01:42.544]➜  Using built-in specs.
2025-08-18T22:07:10.8623358Z [00:01:42.544]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.8624017Z [00:01:42.544]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.8624665Z [00:01:42.544]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.8625205Z [00:01:42.544]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.8647576Z [00:01:42.546]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.8665018Z [00:01:42.546]➜  Thread model: posix
2025-08-18T22:07:10.8665984Z [00:01:42.546]➜  /usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.8666985Z [00:01:42.549]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.8667661Z [00:01:42.549]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.8669997Z [00:01:42.549]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.8674211Z [00:01:42.549]➜  COLLECT_GCC_OPTIONS='-o' 'x86_64-link.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' COLLECT_GCC_OPTIONS='-o' 'tccdbg.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.8677248Z [00:01:42.549]➜  '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tccdbg.'
2025-08-18T22:07:10.8680374Z [00:01:42.549]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu x86_64-link.c -quiet -dumpbase x86_64-link.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.8682703Z [00:01:42.549]➜   as -v -v -W -I . --64 -o x86_64-link.o
2025-08-18T22:07:10.8684676Z [00:01:42.549]➜  gcc -o i386-asm.o -c i386-asm.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:10.8686166Z [00:01:42.549]➜  Using built-in specs.
2025-08-18T22:07:10.8692243Z [00:01:42.551]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.8725957Z [00:01:42.555]➜  COLLECT_GCC=gcc
2025-08-18T22:07:10.8729347Z [00:01:42.555]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.8733394Z [00:01:42.556]➜  	compiled by GNU C version 14.3.0, OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:10.8738301Z [00:01:42.556]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:10.8740206Z [00:01:42.556]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:10.8759836Z [00:01:42.556]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:10.8768199Z [00:01:42.556]➜  Thread model: posix
2025-08-18T22:07:10.8768853Z [00:01:42.556]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:10.8769540Z [00:01:42.556]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:10.8771523Z [00:01:42.556]➜  COLLECT_GCC_OPTIONS='-o' 'i386-asm.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:10.8775267Z [00:01:42.556]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu i386-asm.c -quiet -dumpbase i386-asm.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:10.8777346Z [00:01:42.556]➜   as -v -v -W -I . --64 -o i386-asm.o
2025-08-18T22:07:10.8778172Z [00:01:42.556]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.8778855Z [00:01:42.556]➜  
2025-08-18T22:07:10.8779537Z [00:01:42.556]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.8780531Z [00:01:42.556]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.8781700Z [00:01:42.556]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.8783138Z [00:01:42.558]➜  GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:10.8785103Z [00:01:42.558]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.8786791Z [00:01:42.558]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.8787795Z [00:01:42.558]➜  #include "..." search starts here:
2025-08-18T22:07:10.8788432Z [00:01:42.558]➜  #include <...> search starts here:
2025-08-18T22:07:10.8788953Z [00:01:42.558]➜   .
2025-08-18T22:07:10.8789455Z [00:01:42.558]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.8790026Z [00:01:42.558]➜   /usr/local/include
2025-08-18T22:07:10.8790570Z [00:01:42.558]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.8791094Z [00:01:42.558]➜   /usr/include
2025-08-18T22:07:10.8791571Z [00:01:42.558]➜  End of search list.
2025-08-18T22:07:10.8797947Z [00:01:42.562]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:10.8799126Z [00:01:42.562]➜  	compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:10.8800016Z [00:01:42.562]➜  
2025-08-18T22:07:10.8800737Z [00:01:42.562]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:10.8801783Z [00:01:42.562]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:10.8803210Z [00:01:42.562]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:10.8804602Z [00:01:42.562]➜  Compiler executable checksum: ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:10.8805979Z [00:01:42.562]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:10.8806901Z [00:01:42.562]➜  #include "..." search starts here:
2025-08-18T22:07:10.8807888Z [00:01:42.562]➜  47f1d9fbf2bbbbcf2a25de#include <...> search starts here:
2025-08-18T22:07:10.8808557Z [00:01:42.562]➜  321c2ec94e .
2025-08-18T22:07:10.8809103Z [00:01:42.562]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:10.8809676Z [00:01:42.562]➜   /usr/local/include
2025-08-18T22:07:10.8810264Z [00:01:42.562]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:10.8810834Z [00:01:42.562]➜   /usr/include
2025-08-18T22:07:10.8811301Z [00:01:42.562]➜  End of search list.
2025-08-18T22:07:10.8811756Z [00:01:42.562]➜  
2025-08-18T22:07:10.8853168Z [00:01:42.567]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:10.9039093Z [00:01:42.586]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.9047043Z [00:01:42.587]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.9063187Z [00:01:42.587]➜  COLLECT_GCC_OPTIONS='-o' 'tccelf.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tccelf.'
2025-08-18T22:07:10.9079046Z [00:01:42.589]➜  perl ./texi2pod.pl tcc-doc.texi tcc-doc.pod
2025-08-18T22:07:10.9406942Z [00:01:42.623]➜  makeinfo --no-split --html --number-sections -o tcc-doc.html tcc-doc.texi
2025-08-18T22:07:10.9659582Z [00:01:42.648]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:10.9668280Z [00:01:42.648]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:10.9672220Z [00:01:42.649]➜  COLLECT_GCC_OPTIONS='-o' 'x86_64-link.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'x86_64-link.'
2025-08-18T22:07:10.9674312Z [00:01:42.649]➜  makeinfo tcc-doc.texi || true
2025-08-18T22:07:11.0098821Z [00:01:42.692]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:11.0118123Z [00:01:42.692]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:11.0121910Z [00:01:42.693]➜  COLLECT_GCC_OPTIONS='-o' 'tccgen.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tccgen.'
2025-08-18T22:07:11.0124165Z [00:01:42.693]➜  ./c2str.exe include/tccdefs.h tccdefs_.h
2025-08-18T22:07:11.0130113Z [00:01:42.695]➜  pod2man --section=1 --center="Tiny C Compiler" --release="0.9.28rc" tcc-doc.pod >tcc.1
2025-08-18T22:07:11.0404686Z [00:01:42.722]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:11.0409623Z [00:01:42.723]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:11.0416864Z [00:01:42.723]➜  COLLECT_GCC_OPTIONS='-o' 'x86_64-gen.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'x86_64-gen.'
2025-08-18T22:07:11.0419975Z [00:01:42.723]➜  gcc -o tccpp.o -c tccpp.c -I. -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error -Wdeclaration-after-statement -Wno-unused-result -Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error
2025-08-18T22:07:11.0436433Z [00:01:42.726]➜  Using built-in specs.
2025-08-18T22:07:11.0441106Z [00:01:42.726]➜  COLLECT_GCC=gcc
2025-08-18T22:07:11.0444468Z [00:01:42.727]➜  OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
2025-08-18T22:07:11.0451112Z [00:01:42.727]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:07:11.0451674Z [00:01:42.727]➜  Target: x86_64-linux-gnu
2025-08-18T22:07:11.0461114Z [00:01:42.727]➜  Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
2025-08-18T22:07:11.0469879Z [00:01:42.727]➜  Thread model: posix
2025-08-18T22:07:11.0470574Z [00:01:42.727]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:07:11.0471300Z [00:01:42.727]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:07:11.0493681Z [00:01:42.727]➜  COLLECT_GCC_OPTIONS='-o' 'tccpp.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64'
2025-08-18T22:07:11.0497859Z [00:01:42.727]➜   /usr/libexec/gcc/x86_64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch x86_64-linux-gnu tccpp.c -quiet -dumpbase tccpp.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -fasynchronous-unwind-tables -o - |
2025-08-18T22:07:11.0500961Z [00:01:42.727]➜   as -v -v -W -I . --64 -o tccpp.o
2025-08-18T22:07:11.0501760Z [00:01:42.732]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (x86_64-linux-gnu)
2025-08-18T22:07:11.0515222Z [00:01:42.734]➜  	compiled by GNU C version 14.3.0, GNU assembler version 2.45 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:07:11.0518362Z [00:01:42.734]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:07:11.0520275Z [00:01:42.734]➜  
2025-08-18T22:07:11.0521787Z [00:01:42.734]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:07:11.0524305Z [00:01:42.734]➜  ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
2025-08-18T22:07:11.0525482Z [00:01:42.735]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed/x86_64-linux-gnu"
2025-08-18T22:07:11.0526757Z [00:01:42.735]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/include-fixed"
2025-08-18T22:07:11.0528066Z [00:01:42.735]➜  ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include"
2025-08-18T22:07:11.0529097Z [00:01:42.735]➜  #include "..." search starts here:
2025-08-18T22:07:11.0529743Z [00:01:42.735]➜  #include <...> search starts here:
2025-08-18T22:07:11.0530290Z [00:01:42.735]➜   .
2025-08-18T22:07:11.0530793Z [00:01:42.735]➜   /usr/lib/gcc/x86_64-linux-gnu/14/include
2025-08-18T22:07:11.0531393Z [00:01:42.735]➜   /usr/local/include
2025-08-18T22:07:11.0531982Z [00:01:42.735]➜   /usr/include/x86_64-linux-gnu
2025-08-18T22:07:11.0532729Z [00:01:42.735]➜   /usr/include
2025-08-18T22:07:11.0533195Z [00:01:42.735]➜  End of search list.
2025-08-18T22:07:11.0567939Z [00:01:42.739]➜  Compiler executable checksum: 47f1d9fbf2bbbbcf2a25de321c2ec94e
2025-08-18T22:07:11.0759756Z [00:01:42.758]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:11.0785038Z [00:01:42.759]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:11.0794972Z [00:01:42.759]➜  COLLECT_GCC_OPTIONS='-o' 'i386-asm.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'i386-asm.'
2025-08-18T22:07:11.2637582Z [00:01:42.946]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/14/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/
2025-08-18T22:07:11.2654700Z [00:01:42.947]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/x86_64-linux-gnu/14/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:07:11.2658277Z [00:01:42.947]➜  COLLECT_GCC_OPTIONS='-o' 'tccpp.o' '-c' '-I' '.' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mtune=generic' '-march=x86-64' '-dumpdir' 'tccpp.'
2025-08-18T22:07:11.2660803Z [00:01:42.948]➜  ar rcs libtcc.a libtcc.o tccpp.o tccgen.o tccdbg.o tccelf.o tccasm.o tccrun.o x86_64-gen.o x86_64-link.o i386-asm.o
2025-08-18T22:07:11.2964207Z [00:01:42.979]➜  gcc -o tcc tcc.o libtcc.a -lm -ldl -lpthread -static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack
2025-08-18T22:07:12.9854183Z [00:01:44.668]➜  /usr/bin/ld: /tmp/ccGuAcLj.ltrans0.ltrans.o: in function `tcc_add_file_internal':
2025-08-18T22:07:12.9856024Z [00:01:44.668]➜  <artificial>:(.text+0x4f07): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
2025-08-18T22:07:13.0124833Z [00:01:44.695]➜  /usr/bin/ld: total time in link: 0.059187
2025-08-18T22:07:13.0187482Z [00:01:44.701]➜  make[1]: Entering directory '/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib'
2025-08-18T22:07:13.0188426Z [00:01:44.701]➜  ../tcc -c libtcc1.c -o libtcc1.o -B.. -I..
2025-08-18T22:07:13.0192738Z [00:01:44.701]➜  ../tcc -c alloca.S -o alloca.o -B.. -I..
2025-08-18T22:07:13.0195885Z [00:01:44.702]➜  ../tcc -c alloca-bt.S -o alloca-bt.o -B.. -I..
2025-08-18T22:07:13.0201450Z [00:01:44.702]➜  ../tcc -c stdatomic.c -o stdatomic.o -B.. -I..
2025-08-18T22:07:13.0206454Z [00:01:44.703]➜  ../tcc -c atomic.S -o atomic.o -B.. -I..
2025-08-18T22:07:13.0216977Z [00:01:44.704]➜  ../tcc -c builtin.c -o builtin.o -B.. -I..
2025-08-18T22:07:13.0223165Z [00:01:44.705]➜  ../tcc -c tcov.c -o tcov.o -B.. -I..
2025-08-18T22:07:13.0229362Z [00:01:44.705]➜  ../tcc -c va_list.c -o va_list.o -B.. -I..
2025-08-18T22:07:13.0235027Z [00:01:44.706]➜  ../tcc -c dsohandle.c -o dsohandle.o -B.. -I..
2025-08-18T22:07:13.0242036Z [00:01:44.706]➜  ../tcc -c runmain.c -o ../runmain.o -B.. -I..
2025-08-18T22:07:13.0249408Z [00:01:44.707]➜  ../tcc -c bt-exe.c -o ../bt-exe.o -B.. -I..
2025-08-18T22:07:13.0256973Z [00:01:44.708]➜  ../tcc -c bt-log.c -o ../bt-log.o -B.. -I..
2025-08-18T22:07:13.0291698Z [00:01:44.709]➜  ../tcc -c bcheck.c -o ../bcheck.o -B.. -I.. -bt
2025-08-18T22:07:13.0300300Z [00:01:44.712]➜  ../tcc -ar rcs ../libtcc1.a libtcc1.o alloca.o alloca-bt.o stdatomic.o atomic.o builtin.o tcov.o va_list.o dsohandle.o
2025-08-18T22:07:13.0457460Z [00:01:44.728]➜  make[1]: Leaving directory '/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib'
2025-08-18T22:07:13.0467432Z [00:01:44.729]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:07:13.0474729Z [00:01:44.729]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:07:13.0475498Z [00:01:44.730]➜  + cut -d: -f1
2025-08-18T22:07:13.0475970Z [00:01:44.730]➜  + xargs realpath
2025-08-18T22:07:13.0476644Z [00:01:44.730]➜  + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-18T22:07:13.3927922Z [00:01:45.075]➜  File: /tmp/tmp.OHoOeDFfFU/TEMPREPO/c2str.exe
2025-08-18T22:07:13.3937818Z [00:01:45.076]➜  
2025-08-18T22:07:13.3938331Z [00:01:45.076]➜  String dump of section '.comment':
2025-08-18T22:07:13.3938835Z [00:01:45.076]➜    [     0]  GCC: (Debian 14.3.0-5) 14.3.0
2025-08-18T22:07:13.3939173Z [00:01:45.076]➜  
2025-08-18T22:07:13.3947942Z [00:01:45.077]➜  File: /tmp/tmp.OHoOeDFfFU/TEMPREPO/configure
2025-08-18T22:07:13.3957614Z [00:01:45.078]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-18T22:07:13.3968175Z [00:01:45.079]➜  File: /tmp/tmp.OHoOeDFfFU/TEMPREPO/texi2pod.pl
2025-08-18T22:07:13.3976558Z [00:01:45.080]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-18T22:07:13.3986790Z [00:01:45.081]➜  File: /tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc
2025-08-18T22:07:13.3995804Z [00:01:45.082]➜  
2025-08-18T22:07:13.3996283Z [00:01:45.082]➜  String dump of section '.comment':
2025-08-18T22:07:13.3996790Z [00:01:45.082]➜    [     0]  GCC: (Debian 14.3.0-5) 14.3.0
2025-08-18T22:07:13.3997099Z [00:01:45.082]➜  
2025-08-18T22:07:13.4006053Z [00:01:45.083]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:07:13.4007402Z [00:01:45.083]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:07:13.4013744Z [00:01:45.084]➜  + cut -d: -f1
2025-08-18T22:07:13.4020655Z [00:01:45.084]➜  + xargs realpath --no-symlinks
2025-08-18T22:07:13.4027726Z [00:01:45.084]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-18T22:07:13.7439867Z [00:01:45.426]➜  sending incremental file list
2025-08-18T22:07:13.7441722Z [00:01:45.427]➜  c2str.exe
2025-08-18T22:07:13.7850789Z [00:01:45.467]➜  
2025-08-18T22:07:13.7851583Z [00:01:45.467]➜  sent 16.97K bytes  received 35 bytes  34.01K bytes/sec
2025-08-18T22:07:13.7852701Z [00:01:45.467]➜  total size is 16.85K  speedup is 0.99
2025-08-18T22:07:13.7873251Z [00:01:45.470]➜  sending incremental file list
2025-08-18T22:07:13.7877057Z [00:01:45.470]➜  configure
2025-08-18T22:07:13.8284165Z [00:01:45.511]➜  
2025-08-18T22:07:13.8284791Z [00:01:45.511]➜  sent 21.42K bytes  received 35 bytes  42.91K bytes/sec
2025-08-18T22:07:13.8285522Z [00:01:45.511]➜  total size is 21.30K  speedup is 0.99
2025-08-18T22:07:13.8307819Z [00:01:45.513]➜  sending incremental file list
2025-08-18T22:07:13.8310997Z [00:01:45.513]➜  texi2pod.pl
2025-08-18T22:07:13.8718348Z [00:01:45.554]➜  
2025-08-18T22:07:13.8718947Z [00:01:45.554]➜  sent 11.15K bytes  received 35 bytes  22.38K bytes/sec
2025-08-18T22:07:13.8719570Z [00:01:45.554]➜  total size is 11.03K  speedup is 0.99
2025-08-18T22:07:13.8739661Z [00:01:45.556]➜  sending incremental file list
2025-08-18T22:07:13.8746061Z [00:01:45.557]➜  tcc
2025-08-18T22:07:13.9168653Z [00:01:45.599]➜  
2025-08-18T22:07:13.9169230Z [00:01:45.599]➜  sent 1.09M bytes  received 35 bytes  2.19M bytes/sec
2025-08-18T22:07:13.9169787Z [00:01:45.599]➜  total size is 1.09M  speedup is 1.00
2025-08-18T22:07:14.0537294Z [00:01:45.736]➜  '/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/LICENSE' -> '/build-bins/LICENSE'
2025-08-18T22:07:14.0930546Z [00:01:45.775]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-18T22:07:14.0979517Z [00:01:45.780]➜  objcopy: /build-bins/configure: file format not recognized
2025-08-18T22:07:14.0995499Z [00:01:45.782]➜  objcopy: /build-bins/texi2pod.pl: file format not recognized
2025-08-18T22:07:14.1057936Z [00:01:45.788]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-18T22:07:14.1063533Z [00:01:45.789]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-18T22:07:14.1213868Z [00:01:45.804]➜  copy from `/build-bins/c2str.exe' [elf64-x86-64] to `/build-bins/stbbjkQe' [elf64-x86-64]
2025-08-18T22:07:14.1673795Z [00:01:45.850]➜  copy from `/build-bins/tcc' [elf64-x86-64] to `/build-bins/stGkuUgd' [elf64-x86-64]
2025-08-18T22:07:14.1839896Z [00:01:45.866]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-18T22:07:14.1871236Z [00:01:45.869]➜  
2025-08-18T22:07:14.1881446Z [00:01:45.870]➜  /build-bins/c2str.exe
2025-08-18T22:07:14.1895774Z [00:01:45.872]➜  There are 25 section headers, starting at offset 0x3258:
2025-08-18T22:07:14.1896439Z [00:01:45.872]➜  
2025-08-18T22:07:14.1896870Z [00:01:45.872]➜  Section Headers:
2025-08-18T22:07:14.1897480Z [00:01:45.872]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:07:14.1898278Z [00:01:45.872]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:07:14.1899038Z [00:01:45.872]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:07:14.1899745Z [00:01:45.872]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:07:14.1900518Z [00:01:45.872]➜    [ 1] .interp           PROGBITS         0000000000000394  00000394
2025-08-18T22:07:14.1901289Z [00:01:45.872]➜         000000000000001c  0000000000000000   A       0     0     1
2025-08-18T22:07:14.1902036Z [00:01:45.872]➜    [ 2] .gnu.hash         GNU_HASH         00000000000003b0  000003b0
2025-08-18T22:07:14.1902891Z [00:01:45.872]➜         0000000000000028  0000000000000000   A       3     0     8
2025-08-18T22:07:14.1903557Z [00:01:45.872]➜    [ 3] .dynsym           DYNSYM           00000000000003d8  000003d8
2025-08-18T22:07:14.1904025Z [00:01:45.872]➜         0000000000000198  0000000000000018   A       4     1     8
2025-08-18T22:07:14.1904466Z [00:01:45.872]➜    [ 4] .dynstr           STRTAB           0000000000000570  00000570
2025-08-18T22:07:14.1904887Z [00:01:45.872]➜         00000000000000d2  0000000000000000   A       0     0     1
2025-08-18T22:07:14.1905317Z [00:01:45.872]➜    [ 5] .gnu.version      VERSYM           0000000000000642  00000642
2025-08-18T22:07:14.1905745Z [00:01:45.872]➜         0000000000000022  0000000000000002   A       3     0     2
2025-08-18T22:07:14.1906179Z [00:01:45.872]➜    [ 6] .gnu.version_r    VERNEED          0000000000000668  00000668
2025-08-18T22:07:14.1906621Z [00:01:45.872]➜         0000000000000030  0000000000000000   A       4     1     8
2025-08-18T22:07:14.1907052Z [00:01:45.872]➜    [ 7] .rela.dyn         RELA             0000000000000698  00000698
2025-08-18T22:07:14.1907482Z [00:01:45.872]➜         00000000000003d8  0000000000000018   A       3     0     8
2025-08-18T22:07:14.1907912Z [00:01:45.872]➜    [ 8] .rela.plt         RELA             0000000000000a70  00000a70
2025-08-18T22:07:14.1908339Z [00:01:45.872]➜         00000000000000f0  0000000000000018  AI       3    21     8
2025-08-18T22:07:14.1908755Z [00:01:45.872]➜    [ 9] .init             PROGBITS         0000000000001000  00001000
2025-08-18T22:07:14.1909166Z [00:01:45.872]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-18T22:07:14.1909586Z [00:01:45.872]➜    [10] .plt              PROGBITS         0000000000001020  00001020
2025-08-18T22:07:14.1910011Z [00:01:45.872]➜         00000000000000b0  0000000000000010  AX       0     0     16
2025-08-18T22:07:14.1910440Z [00:01:45.872]➜    [11] .plt.got          PROGBITS         00000000000010d0  000010d0
2025-08-18T22:07:14.1910858Z [00:01:45.872]➜         0000000000000008  0000000000000008  AX       0     0     8
2025-08-18T22:07:14.1911290Z [00:01:45.872]➜    [12] .text             PROGBITS         00000000000010e0  000010e0
2025-08-18T22:07:14.1911709Z [00:01:45.872]➜         00000000000006db  0000000000000000  AX       0     0     16
2025-08-18T22:07:14.1912284Z [00:01:45.872]➜    [13] .fini             PROGBITS         00000000000017bc  000017bc
2025-08-18T22:07:14.1913163Z [00:01:45.872]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-18T22:07:14.1913586Z [00:01:45.872]➜    [14] .rodata           PROGBITS         0000000000002000  00002000
2025-08-18T22:07:14.1914002Z [00:01:45.872]➜         0000000000000216  0000000000000000   A       0     0     8
2025-08-18T22:07:14.1914426Z [00:01:45.872]➜    [15] .eh_frame_hdr     PROGBITS         0000000000002218  00002218
2025-08-18T22:07:14.1914842Z [00:01:45.872]➜         000000000000003c  0000000000000000   A       0     0     4
2025-08-18T22:07:14.1915255Z [00:01:45.872]➜    [16] .eh_frame         PROGBITS         0000000000002258  00002258
2025-08-18T22:07:14.1915676Z [00:01:45.872]➜         00000000000000f0  0000000000000000   A       0     0     8
2025-08-18T22:07:14.1916114Z [00:01:45.872]➜    [17] .init_array       INIT_ARRAY       0000000000003dd0  00002dd0
2025-08-18T22:07:14.1916561Z [00:01:45.872]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.1916994Z [00:01:45.872]➜    [18] .fini_array       FINI_ARRAY       0000000000003dd8  00002dd8
2025-08-18T22:07:14.1917423Z [00:01:45.872]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.1917854Z [00:01:45.872]➜    [19] .dynamic          DYNAMIC          0000000000003de0  00002de0
2025-08-18T22:07:14.1918277Z [00:01:45.872]➜         00000000000001e0  0000000000000010  WA       4     0     8
2025-08-18T22:07:14.1918692Z [00:01:45.872]➜    [20] .got              PROGBITS         0000000000003fc0  00002fc0
2025-08-18T22:07:14.1919108Z [00:01:45.872]➜         0000000000000028  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.1919680Z [00:01:45.872]➜    [21] .got.plt          PROGBITS         0000000000003fe8  00002fe8
2025-08-18T22:07:14.1920124Z [00:01:45.872]➜         0000000000000068  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.1920548Z [00:01:45.872]➜    [22] .data             PROGBITS         0000000000004060  00003060
2025-08-18T22:07:14.1920971Z [00:01:45.872]➜         0000000000000128  0000000000000000  WA       0     0     32
2025-08-18T22:07:14.1921398Z [00:01:45.872]➜    [23] .bss              NOBITS           00000000000041a0  00003188
2025-08-18T22:07:14.1921808Z [00:01:45.872]➜         0000000000000010  0000000000000000  WA       0     0     32
2025-08-18T22:07:14.1922236Z [00:01:45.872]➜    [24] .shstrtab         STRTAB           0000000000000000  00003188
2025-08-18T22:07:14.1923198Z [00:01:45.872]➜         00000000000000cd  0000000000000000           0     0     1
2025-08-18T22:07:14.1924240Z [00:01:45.872]➜  Key to Flags:
2025-08-18T22:07:14.1924863Z [00:01:45.872]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:07:14.1925371Z [00:01:45.872]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:07:14.1925847Z [00:01:45.872]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:07:14.1926473Z [00:01:45.872]➜    D (mbind), l (large), p (processor specific)
2025-08-18T22:07:14.1926795Z [00:01:45.875]➜  
2025-08-18T22:07:14.1935069Z [00:01:45.876]➜  /build-bins/configure
2025-08-18T22:07:14.1970417Z [00:01:45.879]➜  
2025-08-18T22:07:14.1980206Z [00:01:45.880]➜  /build-bins/texi2pod.pl
2025-08-18T22:07:14.2015857Z [00:01:45.884]➜  
2025-08-18T22:07:14.2025409Z [00:01:45.885]➜  /build-bins/tcc
2025-08-18T22:07:14.2039135Z [00:01:45.886]➜  There are 20 section headers, starting at offset 0x10aba0:
2025-08-18T22:07:14.2039940Z [00:01:45.886]➜  
2025-08-18T22:07:14.2040366Z [00:01:45.886]➜  Section Headers:
2025-08-18T22:07:14.2040999Z [00:01:45.886]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:07:14.2041792Z [00:01:45.886]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:07:14.2042839Z [00:01:45.886]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:07:14.2043637Z [00:01:45.886]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:07:14.2044408Z [00:01:45.886]➜    [ 1] .rela.plt         RELA             0000000000400270  00000270
2025-08-18T22:07:14.2044907Z [00:01:45.886]➜         0000000000000270  0000000000000018  AI       0    16     8
2025-08-18T22:07:14.2045351Z [00:01:45.886]➜    [ 2] .init             PROGBITS         0000000000401000  00001000
2025-08-18T22:07:14.2045773Z [00:01:45.886]➜         0000000000000017  0000000000000000  AX       0     0     4
2025-08-18T22:07:14.2046207Z [00:01:45.886]➜    [ 3] .plt              PROGBITS         0000000000401018  00001018
2025-08-18T22:07:14.2046619Z [00:01:45.886]➜         00000000000000d0  0000000000000000  AX       0     0     8
2025-08-18T22:07:14.2047225Z [00:01:45.886]➜    [ 4] .text             PROGBITS         0000000000401100  00001100
2025-08-18T22:07:14.2047671Z [00:01:45.886]➜         00000000000c7f39  0000000000000000  AX       0     0     64
2025-08-18T22:07:14.2048112Z [00:01:45.886]➜    [ 5] .fini             PROGBITS         00000000004c903c  000c903c
2025-08-18T22:07:14.2048531Z [00:01:45.886]➜         0000000000000009  0000000000000000  AX       0     0     4
2025-08-18T22:07:14.2048955Z [00:01:45.886]➜    [ 6] .rodata           PROGBITS         00000000004ca000  000ca000
2025-08-18T22:07:14.2049382Z [00:01:45.886]➜         000000000002660c  0000000000000000   A       0     0     32
2025-08-18T22:07:14.2049821Z [00:01:45.886]➜    [ 7] rodata.cst32      PROGBITS         00000000004f0620  000f0620
2025-08-18T22:07:14.2050254Z [00:01:45.886]➜         0000000000000060  0000000000000020  AM       0     0     32
2025-08-18T22:07:14.2050671Z [00:01:45.886]➜    [ 8] .eh_frame         PROGBITS         00000000004f0680  000f0680
2025-08-18T22:07:14.2051100Z [00:01:45.886]➜         00000000000125f8  0000000000000000   A       0     0     8
2025-08-18T22:07:14.2051544Z [00:01:45.886]➜    [ 9] .gcc_except_table PROGBITS         0000000000502c78  00102c78
2025-08-18T22:07:14.2052003Z [00:01:45.886]➜         00000000000001fc  0000000000000000   A       0     0     1
2025-08-18T22:07:14.2052656Z [00:01:45.886]➜    [10] .tdata            PROGBITS         0000000000503e68  00103e68
2025-08-18T22:07:14.2053095Z [00:01:45.886]➜         0000000000000018  0000000000000000 WAT       0     0     8
2025-08-18T22:07:14.2053515Z [00:01:45.886]➜    [11] .tbss             NOBITS           0000000000503e80  00103e80
2025-08-18T22:07:14.2053927Z [00:01:45.886]➜         0000000000000040  0000000000000000 WAT       0     0     8
2025-08-18T22:07:14.2054357Z [00:01:45.886]➜    [12] .init_array       INIT_ARRAY       0000000000503e80  00103e80
2025-08-18T22:07:14.2054782Z [00:01:45.886]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.2055214Z [00:01:45.886]➜    [13] .fini_array       FINI_ARRAY       0000000000503e90  00103e90
2025-08-18T22:07:14.2055637Z [00:01:45.886]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.2056232Z [00:01:45.886]➜    [14] .data.rel.ro      PROGBITS         0000000000503ea0  00103ea0
2025-08-18T22:07:14.2056665Z [00:01:45.886]➜         00000000000050a8  0000000000000000  WA       0     0     32
2025-08-18T22:07:14.2057091Z [00:01:45.886]➜    [15] .got              PROGBITS         0000000000508f48  00108f48
2025-08-18T22:07:14.2057499Z [00:01:45.886]➜         0000000000000088  0000000000000000  WA       0     0     8
2025-08-18T22:07:14.2057950Z [00:01:45.886]➜    [16] .got.plt          PROGBITS         0000000000508fe8  00108fe8
2025-08-18T22:07:14.2058372Z [00:01:45.886]➜         00000000000000e8  0000000000000008  WA       0     0     8
2025-08-18T22:07:14.2058788Z [00:01:45.886]➜    [17] .data             PROGBITS         00000000005090e0  001090e0
2025-08-18T22:07:14.2059210Z [00:01:45.886]➜         0000000000001a18  0000000000000000  WA       0     0     32
2025-08-18T22:07:14.2059627Z [00:01:45.886]➜    [18] .bss              NOBITS           000000000050ab00  0010aaf8
2025-08-18T22:07:14.2060055Z [00:01:45.886]➜         000000000002e388  0000000000000000  WA       0     0     32
2025-08-18T22:07:14.2060478Z [00:01:45.887]➜    [19] .shstrtab         STRTAB           0000000000000000  0010aaf8
2025-08-18T22:07:14.2060903Z [00:01:45.887]➜         00000000000000a3  0000000000000000           0     0     1
2025-08-18T22:07:14.2061234Z [00:01:45.887]➜  Key to Flags:
2025-08-18T22:07:14.2061599Z [00:01:45.887]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:07:14.2062098Z [00:01:45.887]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:07:14.2063128Z [00:01:45.887]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:07:14.2063876Z [00:01:45.887]➜    D (mbind), l (large), p (processor specific)
2025-08-18T22:07:14.2064771Z [00:01:45.889]➜  
2025-08-18T22:07:14.2074281Z [00:01:45.890]➜  /build-bins/LICENSE
2025-08-18T22:07:14.2093627Z [00:01:45.892]➜  + file /build-bins/c2str.exe /build-bins/configure /build-bins/LICENSE /build-bins/tcc /build-bins/texi2pod.pl
2025-08-18T22:07:14.2172576Z [00:01:45.900]➜  /build-bins/c2str.exe:   ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, stripped
2025-08-18T22:07:14.2173550Z [00:01:45.900]➜  /build-bins/configure:   POSIX shell script, ASCII text executable
2025-08-18T22:07:14.2174015Z [00:01:45.900]➜  /build-bins/LICENSE:     ASCII text
2025-08-18T22:07:14.2174572Z [00:01:45.900]➜  /build-bins/tcc:         ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped
2025-08-18T22:07:14.2175135Z [00:01:45.900]➜  /build-bins/texi2pod.pl: Perl script text executable
2025-08-18T22:07:14.2185239Z [00:01:45.901]➜  + stat -c '%n:         %s Bytes' /build-bins/c2str.exe /build-bins/configure /build-bins/LICENSE /build-bins/tcc /build-bins/texi2pod.pl
2025-08-18T22:07:14.2205467Z [00:01:45.903]➜  /build-bins/c2str.exe:         14488 Bytes
2025-08-18T22:07:14.2205919Z [00:01:45.903]➜  /build-bins/configure:         21298 Bytes
2025-08-18T22:07:14.2206745Z [00:01:45.903]➜  /build-bins/LICENSE:         1837 Bytes
2025-08-18T22:07:14.2207543Z [00:01:45.903]➜  /build-bins/tcc:         1093792 Bytes
2025-08-18T22:07:14.2208216Z [00:01:45.903]➜  /build-bins/texi2pod.pl:         11030 Bytes
2025-08-18T22:07:14.2209127Z [00:01:45.903]➜  + du /build-bins/c2str.exe /build-bins/configure /build-bins/LICENSE /build-bins/tcc /build-bins/texi2pod.pl --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-18T22:07:14.2227433Z [00:01:45.905]➜  15K	2025-08-18 22:07:14.119846953 +0000	/build-bins/c2str.exe
2025-08-18T22:07:14.2228345Z [00:01:45.905]➜  21K	2025-08-18 22:07:10.343829638 +0000	/build-bins/configure
2025-08-18T22:07:14.2229135Z [00:01:45.905]➜  1.8K	2025-08-18 22:07:14.052846646 +0000	/build-bins/LICENSE
2025-08-18T22:07:14.2229650Z [00:01:45.905]➜  1.1M	2025-08-18 22:07:14.165847163 +0000	/build-bins/tcc
2025-08-18T22:07:14.2230178Z [00:01:45.905]➜  11K	2025-08-18 22:07:10.364829734 +0000	/build-bins/texi2pod.pl
2025-08-18T22:07:14.2230745Z [00:01:45.905]➜  + popd
2025-08-18T22:07:14.2692604Z [00:01:45.951]➜  + docker cp debian-builder-unstable:/build-bins/. /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-18T22:07:14.2875811Z [00:01:45.970]➜  + '[' -s /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-18T22:07:14.2877685Z [00:01:45.970]➜  + cp -fv /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-18T22:07:14.2891496Z [00:01:45.971]➜  '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-18T22:07:14.2898646Z [00:01:45.972]➜  + find /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:07:14.2900977Z [00:01:45.972]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:07:14.2902185Z [00:01:45.972]➜  + cut -d: -f1
2025-08-18T22:07:14.2903430Z [00:01:45.973]➜  + xargs realpath --no-symlinks
2025-08-18T22:07:14.2905322Z [00:01:45.973]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:14.5987342Z [00:01:46.281]➜  sending incremental file list
2025-08-18T22:07:14.5990334Z [00:01:46.281]➜  c2str.exe
2025-08-18T22:07:14.6397378Z [00:01:46.322]➜  
2025-08-18T22:07:14.6397897Z [00:01:46.322]➜  sent 14.61K bytes  received 35 bytes  29.29K bytes/sec
2025-08-18T22:07:14.6398417Z [00:01:46.322]➜  total size is 14.49K  speedup is 0.99
2025-08-18T22:07:14.6420896Z [00:01:46.324]➜  sending incremental file list
2025-08-18T22:07:14.6424254Z [00:01:46.325]➜  configure
2025-08-18T22:07:14.6832146Z [00:01:46.365]➜  
2025-08-18T22:07:14.6833165Z [00:01:46.366]➜  sent 21.42K bytes  received 35 bytes  42.91K bytes/sec
2025-08-18T22:07:14.6833770Z [00:01:46.366]➜  total size is 21.30K  speedup is 0.99
2025-08-18T22:07:14.6856604Z [00:01:46.368]➜  sending incremental file list
2025-08-18T22:07:14.6859698Z [00:01:46.368]➜  texi2pod.pl
2025-08-18T22:07:14.7266372Z [00:01:46.409]➜  
2025-08-18T22:07:14.7266961Z [00:01:46.409]➜  sent 11.15K bytes  received 35 bytes  22.38K bytes/sec
2025-08-18T22:07:14.7267512Z [00:01:46.409]➜  total size is 11.03K  speedup is 0.99
2025-08-18T22:07:14.7289079Z [00:01:46.411]➜  sending incremental file list
2025-08-18T22:07:14.7295360Z [00:01:46.412]➜  tcc
2025-08-18T22:07:14.7718846Z [00:01:46.454]➜  
2025-08-18T22:07:14.7719417Z [00:01:46.454]➜  sent 1.09M bytes  received 35 bytes  2.19M bytes/sec
2025-08-18T22:07:14.7720077Z [00:01:46.454]➜  total size is 1.09M  speedup is 1.00
2025-08-18T22:07:14.7731143Z [00:01:46.455]➜  
2025-08-18T22:07:15.1370137Z [00:01:46.819]➜  
2025-08-18T22:07:15.1478848Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.a' from root:root to runner:runner
2025-08-18T22:07:15.1481166Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex4.c' from root:root to runner:runner
2025-08-18T22:07:15.1483612Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex1.c' from root:root to runner:runner
2025-08-18T22:07:15.1485864Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex2.c' from root:root to runner:runner
2025-08-18T22:07:15.1488105Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex3.c' from root:root to runner:runner
2025-08-18T22:07:15.1490310Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex5.c' from root:root to runner:runner
2025-08-18T22:07:15.1493063Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples' from root:root to runner:runner
2025-08-18T22:07:15.1495212Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcctok.h' from root:root to runner:runner
2025-08-18T22:07:15.1497329Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-18T22:07:15.1499489Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/dwarf.h' from root:root to runner:runner
2025-08-18T22:07:15.1501622Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.o' from root:root to runner:runner
2025-08-18T22:07:15.1503935Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/conftest.c' from root:root to runner:runner
2025-08-18T22:07:15.1506065Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/USES' from root:root to runner:runner
2025-08-18T22:07:15.1508206Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.html' from root:root to runner:runner
2025-08-18T22:07:15.1510613Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-asm.h' from root:root to runner:runner
2025-08-18T22:07:15.1512966Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccpp.c' from root:root to runner:runner
2025-08-18T22:07:15.1515138Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccmacho.c' from root:root to runner:runner
2025-08-18T22:07:15.1517270Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcclib.h' from root:root to runner:runner
2025-08-18T22:07:15.1519402Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/c2str.exe' from root:root to runner:runner
2025-08-18T22:07:15.1521581Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/CodingStyle' from root:root to runner:runner
2025-08-18T22:07:15.1523914Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcctools.c' from root:root to runner:runner
2025-08-18T22:07:15.1526062Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/coff.h' from root:root to runner:runner
2025-08-18T22:07:15.1528182Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/configure' from root:root to runner:runner
2025-08-18T22:07:15.1530365Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/texi2pod.pl' from root:root to runner:runner
2025-08-18T22:07:15.1532877Z [00:01:46.830]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-link.o' from root:root to runner:runner
2025-08-18T22:07:15.1535116Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-asm.c' from root:root to runner:runner
2025-08-18T22:07:15.1537480Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccasm.o' from root:root to runner:runner
2025-08-18T22:07:15.1539599Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccpp.o' from root:root to runner:runner
2025-08-18T22:07:15.1541735Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/RELICENSING' from root:root to runner:runner
2025-08-18T22:07:15.1544096Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccgen.o' from root:root to runner:runner
2025-08-18T22:07:15.1546268Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm64-link.c' from root:root to runner:runner
2025-08-18T22:07:15.1548396Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/stab.h' from root:root to runner:runner
2025-08-18T22:07:15.1550515Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-asm.h' from root:root to runner:runner
2025-08-18T22:07:15.1552832Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-gen.o' from root:root to runner:runner
2025-08-18T22:07:15.1555170Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-asm.c' from root:root to runner:runner
2025-08-18T22:07:15.1557345Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc' from root:root to runner:runner
2025-08-18T22:07:15.1559463Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/VERSION' from root:root to runner:runner
2025-08-18T22:07:15.1561619Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/config.h' from root:root to runner:runner
2025-08-18T22:07:15.1563959Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm64-asm.c' from root:root to runner:runner
2025-08-18T22:07:15.1566173Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.1568366Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.1570508Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc1.a' from root:root to runner:runner
2025-08-18T22:07:15.1572757Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/elf.h' from root:root to runner:runner
2025-08-18T22:07:15.1574915Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-link.c' from root:root to runner:runner
2025-08-18T22:07:15.1577082Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccelf.o' from root:root to runner:runner
2025-08-18T22:07:15.1579533Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/libtcc_test.c' from root:root to runner:runner
2025-08-18T22:07:15.1581851Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/32_led.c' from root:root to runner:runner
2025-08-18T22:07:15.1584486Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/97_utf8_string_literal.c' from root:root to runner:runner
2025-08-18T22:07:15.1586981Z [00:01:46.831]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/118_switch.expect' from root:root to runner:runner
2025-08-18T22:07:15.1589595Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/72_long_long_constant.expect' from root:root to runner:runner
2025-08-18T22:07:15.1592120Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/06_case.expect' from root:root to runner:runner
2025-08-18T22:07:15.1594810Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/60_errors_and_warnings.c' from root:root to runner:runner
2025-08-18T22:07:15.1597285Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/39_typedef.expect' from root:root to runner:runner
2025-08-18T22:07:15.1599940Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/80_flexarray.expect' from root:root to runner:runner
2025-08-18T22:07:15.1611640Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/120_alias.c' from root:root to runner:runner
2025-08-18T22:07:15.1614414Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/136_atomic_gcc_style.expect' from root:root to runner:runner
2025-08-18T22:07:15.1616884Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/39_typedef.c' from root:root to runner:runner
2025-08-18T22:07:15.1619301Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/37_sprintf.expect' from root:root to runner:runner
2025-08-18T22:07:15.1621814Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/85_asm-outside-function.c' from root:root to runner:runner
2025-08-18T22:07:15.1624452Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/31_args.expect' from root:root to runner:runner
2025-08-18T22:07:15.1626938Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/97_utf8_string_literal.expect' from root:root to runner:runner
2025-08-18T22:07:15.1629415Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/87_dead_code.c' from root:root to runner:runner
2025-08-18T22:07:15.1631871Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/13_integer_literals.c' from root:root to runner:runner
2025-08-18T22:07:15.1634687Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/88_codeopt.c' from root:root to runner:runner
2025-08-18T22:07:15.1637058Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/99_fastcall.c' from root:root to runner:runner
2025-08-18T22:07:15.1639499Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/108_constructor.expect' from root:root to runner:runner
2025-08-18T22:07:15.1642016Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/116_bound_setjmp2.expect' from root:root to runner:runner
2025-08-18T22:07:15.1644714Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/50_logical_second_arg.c' from root:root to runner:runner
2025-08-18T22:07:15.1647217Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/36_array_initialisers.c' from root:root to runner:runner
2025-08-18T22:07:15.1649623Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/02_printf.c' from root:root to runner:runner
2025-08-18T22:07:15.1652294Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/13_integer_literals.expect' from root:root to runner:runner
2025-08-18T22:07:15.1655034Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/00_assignment.expect' from root:root to runner:runner
2025-08-18T22:07:15.1657600Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/83_utf8_in_identifiers.c' from root:root to runner:runner
2025-08-18T22:07:15.1660124Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/48_nested_break.expect' from root:root to runner:runner
2025-08-18T22:07:15.1662875Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/131_return_struct_in_reg.expect' from root:root to runner:runner
2025-08-18T22:07:15.1665504Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/134_double_to_signed.expect' from root:root to runner:runner
2025-08-18T22:07:15.1667629Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/05_array.c' from root:root to runner:runner
2025-08-18T22:07:15.1669245Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/07_function.expect' from root:root to runner:runner
2025-08-18T22:07:15.1670606Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/105_local_extern.c' from root:root to runner:runner
2025-08-18T22:07:15.1671965Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/43_void_param.expect' from root:root to runner:runner
2025-08-18T22:07:15.1673586Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/43_void_param.c' from root:root to runner:runner
2025-08-18T22:07:15.1675493Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/55_lshift_type.c' from root:root to runner:runner
2025-08-18T22:07:15.1677987Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/130_large_argument.expect' from root:root to runner:runner
2025-08-18T22:07:15.1679485Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/03_struct.expect' from root:root to runner:runner
2025-08-18T22:07:15.1680850Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/106_versym.expect' from root:root to runner:runner
2025-08-18T22:07:15.1682208Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/129_scopes.c' from root:root to runner:runner
2025-08-18T22:07:15.1683770Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/81_types.c' from root:root to runner:runner
2025-08-18T22:07:15.1685083Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/127_asm_goto.c' from root:root to runner:runner
2025-08-18T22:07:15.1686593Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/47_switch_return.expect' from root:root to runner:runner
2025-08-18T22:07:15.1687982Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/86_memory-model.c' from root:root to runner:runner
2025-08-18T22:07:15.1689349Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/49_bracket_evaluation.c' from root:root to runner:runner
2025-08-18T22:07:15.1690702Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/00_assignment.c' from root:root to runner:runner
2025-08-18T22:07:15.1692029Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/115_bound_setjmp.c' from root:root to runner:runner
2025-08-18T22:07:15.1693597Z [00:01:46.832]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/22_floating_point.expect' from root:root to runner:runner
2025-08-18T22:07:15.1694976Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/78_vla_label.expect' from root:root to runner:runner
2025-08-18T22:07:15.1696378Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/34_array_assignment.expect' from root:root to runner:runner
2025-08-18T22:07:15.1697760Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/113_btdll.expect' from root:root to runner:runner
2025-08-18T22:07:15.1699115Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/42_function_pointer.c' from root:root to runner:runner
2025-08-18T22:07:15.1700598Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/52_unnamed_enum.c' from root:root to runner:runner
2025-08-18T22:07:15.1701929Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/90_struct-init.c' from root:root to runner:runner
2025-08-18T22:07:15.1703531Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/09_do_while.expect' from root:root to runner:runner
2025-08-18T22:07:15.1704877Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/104_inline.expect' from root:root to runner:runner
2025-08-18T22:07:15.1706234Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/114_bound_signal.expect' from root:root to runner:runner
2025-08-18T22:07:15.1707673Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/70_floating_point_literals.expect' from root:root to runner:runner
2025-08-18T22:07:15.1709069Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/120_alias.expect' from root:root to runner:runner
2025-08-18T22:07:15.1710410Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/99_fastcall.expect' from root:root to runner:runner
2025-08-18T22:07:15.1711923Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/130_large_argument.c' from root:root to runner:runner
2025-08-18T22:07:15.1713554Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/10_pointer.expect' from root:root to runner:runner
2025-08-18T22:07:15.1714908Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/11_precedence.expect' from root:root to runner:runner
2025-08-18T22:07:15.1716288Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/88_codeopt.expect' from root:root to runner:runner
2025-08-18T22:07:15.1717646Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/84_hex-float.expect' from root:root to runner:runner
2025-08-18T22:07:15.1718991Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/121_struct_return.c' from root:root to runner:runner
2025-08-18T22:07:15.1720360Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/34_array_assignment.c' from root:root to runner:runner
2025-08-18T22:07:15.1721696Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/02_printf.expect' from root:root to runner:runner
2025-08-18T22:07:15.1723287Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/118_switch.c' from root:root to runner:runner
2025-08-18T22:07:15.1724686Z [00:01:46.833]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/77_push_pop_macro.expect' from root:root to runner:runner
2025-08-18T22:07:15.1726204Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/71_macro_empty_arg.c' from root:root to runner:runner
2025-08-18T22:07:15.1727579Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/105_local_extern.expect' from root:root to runner:runner
2025-08-18T22:07:15.1728952Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/15_recursion.c' from root:root to runner:runner
2025-08-18T22:07:15.1730332Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/38_multiple_array_index.c' from root:root to runner:runner
2025-08-18T22:07:15.1731696Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/54_goto.c' from root:root to runner:runner
2025-08-18T22:07:15.1733304Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/20_pointer_comparison.expect' from root:root to runner:runner
2025-08-18T22:07:15.1734951Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/109_float_struct_calling.c' from root:root to runner:runner
2025-08-18T22:07:15.1736317Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/33_ternary_op.c' from root:root to runner:runner
2025-08-18T22:07:15.1737827Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/70_floating_point_literals.c' from root:root to runner:runner
2025-08-18T22:07:15.1739387Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/125_atomic_misc.expect' from root:root to runner:runner
2025-08-18T22:07:15.1740770Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/37_sprintf.c' from root:root to runner:runner
2025-08-18T22:07:15.1742121Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/108_constructor.c' from root:root to runner:runner
2025-08-18T22:07:15.1743769Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/76_dollars_in_identifiers.c' from root:root to runner:runner
2025-08-18T22:07:15.1745152Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/54_goto.expect' from root:root to runner:runner
2025-08-18T22:07:15.1746510Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/131_return_struct_in_reg.c' from root:root to runner:runner
2025-08-18T22:07:15.1747832Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/04_for.c' from root:root to runner:runner
2025-08-18T22:07:15.1749163Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/33_ternary_op.expect' from root:root to runner:runner
2025-08-18T22:07:15.1750494Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/104+_inline.c' from root:root to runner:runner
2025-08-18T22:07:15.1752519Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/60_errors_and_warnings.expect' from root:root to runner:runner
2025-08-18T22:07:15.1754376Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/73_arm64.expect' from root:root to runner:runner
2025-08-18T22:07:15.1755770Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/28_strings.expect' from root:root to runner:runner
2025-08-18T22:07:15.1757103Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/08_while.c' from root:root to runner:runner
2025-08-18T22:07:15.1758445Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/64_macro_nesting.expect' from root:root to runner:runner
2025-08-18T22:07:15.1759850Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/36_array_initialisers.expect' from root:root to runner:runner
2025-08-18T22:07:15.1761208Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/09_do_while.c' from root:root to runner:runner
2025-08-18T22:07:15.1762946Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/89_nocode_wanted.expect' from root:root to runner:runner
2025-08-18T22:07:15.1764388Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields_ms.expect' from root:root to runner:runner
2025-08-18T22:07:15.1765770Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/41_hashif.expect' from root:root to runner:runner
2025-08-18T22:07:15.1767094Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/17_enum.expect' from root:root to runner:runner
2025-08-18T22:07:15.1768444Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/29_array_address.expect' from root:root to runner:runner
2025-08-18T22:07:15.1769798Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/10_pointer.c' from root:root to runner:runner
2025-08-18T22:07:15.1771121Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/125_atomic_misc.c' from root:root to runner:runner
2025-08-18T22:07:15.1772669Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/87_dead_code.expect' from root:root to runner:runner
2025-08-18T22:07:15.1773990Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/46_grep.c' from root:root to runner:runner
2025-08-18T22:07:15.1775290Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/32_led.expect' from root:root to runner:runner
2025-08-18T22:07:15.1776587Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/94_generic.c' from root:root to runner:runner
2025-08-18T22:07:15.1778070Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/79_vla_continue.expect' from root:root to runner:runner
2025-08-18T22:07:15.1779410Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/117_builtins.c' from root:root to runner:runner
2025-08-18T22:07:15.1780748Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/112_backtrace.expect' from root:root to runner:runner
2025-08-18T22:07:15.1782126Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/23_type_coercion.expect' from root:root to runner:runner
2025-08-18T22:07:15.1783839Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/23_type_coercion.c' from root:root to runner:runner
2025-08-18T22:07:15.1785168Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/80_flexarray.c' from root:root to runner:runner
2025-08-18T22:07:15.1786512Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/52_unnamed_enum.expect' from root:root to runner:runner
2025-08-18T22:07:15.1788041Z [00:01:46.834]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/124_atomic_counter.expect' from root:root to runner:runner
2025-08-18T22:07:15.1789501Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/42_function_pointer.expect' from root:root to runner:runner
2025-08-18T22:07:15.1790889Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/05_array.expect' from root:root to runner:runner
2025-08-18T22:07:15.1792223Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/126_bound_global.c' from root:root to runner:runner
2025-08-18T22:07:15.1793669Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields.c' from root:root to runner:runner
2025-08-18T22:07:15.1795026Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/121_struct_return.expect' from root:root to runner:runner
2025-08-18T22:07:15.1796391Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/07_function.c' from root:root to runner:runner
2025-08-18T22:07:15.1797726Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/98_al_ax_extend.expect' from root:root to runner:runner
2025-08-18T22:07:15.1799124Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/44_scoped_declarations.expect' from root:root to runner:runner
2025-08-18T22:07:15.1800498Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/03_struct.c' from root:root to runner:runner
2025-08-18T22:07:15.1801993Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/44_scoped_declarations.c' from root:root to runner:runner
2025-08-18T22:07:15.1803841Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/128_run_atexit.expect' from root:root to runner:runner
2025-08-18T22:07:15.1805231Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/117_builtins.expect' from root:root to runner:runner
2025-08-18T22:07:15.1806651Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.c' from root:root to runner:runner
2025-08-18T22:07:15.1808211Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/82_attribs_position.c' from root:root to runner:runner
2025-08-18T22:07:15.1809556Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/31_args.c' from root:root to runner:runner
2025-08-18T22:07:15.1810926Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/49_bracket_evaluation.expect' from root:root to runner:runner
2025-08-18T22:07:15.1812284Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/104_inline.c' from root:root to runner:runner
2025-08-18T22:07:15.1813874Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/116_bound_setjmp2.c' from root:root to runner:runner
2025-08-18T22:07:15.1815239Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/28_strings.c' from root:root to runner:runner
2025-08-18T22:07:15.1816556Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/107_stack_safe.c' from root:root to runner:runner
2025-08-18T22:07:15.1817896Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/77_push_pop_macro.c' from root:root to runner:runner
2025-08-18T22:07:15.1819294Z [00:01:46.835]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/75_array_in_struct_init.expect' from root:root to runner:runner
2025-08-18T22:07:15.1821301Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/85_asm-outside-function.expect' from root:root to runner:runner
2025-08-18T22:07:15.1823176Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/14_if.expect' from root:root to runner:runner
2025-08-18T22:07:15.1824560Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields.expect' from root:root to runner:runner
2025-08-18T22:07:15.1825920Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/94_generic.expect' from root:root to runner:runner
2025-08-18T22:07:15.1827304Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/45_empty_for.expect' from root:root to runner:runner
2025-08-18T22:07:15.1828807Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/120+_alias.c' from root:root to runner:runner
2025-08-18T22:07:15.1830139Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/61_integers.expect' from root:root to runner:runner
2025-08-18T22:07:15.1831462Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/45_empty_for.c' from root:root to runner:runner
2025-08-18T22:07:15.1832929Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/72_long_long_constant.c' from root:root to runner:runner
2025-08-18T22:07:15.1834305Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/86_memory-model.expect' from root:root to runner:runner
2025-08-18T22:07:15.1835673Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/22_floating_point.c' from root:root to runner:runner
2025-08-18T22:07:15.1837038Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/103_implicit_memmove.c' from root:root to runner:runner
2025-08-18T22:07:15.1838430Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/50_logical_second_arg.expect' from root:root to runner:runner
2025-08-18T22:07:15.1839916Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/84_hex-float.c' from root:root to runner:runner
2025-08-18T22:07:15.1841260Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/132_bound_test.c' from root:root to runner:runner
2025-08-18T22:07:15.1842795Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/11_precedence.c' from root:root to runner:runner
2025-08-18T22:07:15.1844152Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/132_bound_test.expect' from root:root to runner:runner
2025-08-18T22:07:15.1845517Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/124_atomic_counter.c' from root:root to runner:runner
2025-08-18T22:07:15.1846878Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/55_lshift_type.expect' from root:root to runner:runner
2025-08-18T22:07:15.1848278Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/137_funcall_struct_args.expect' from root:root to runner:runner
2025-08-18T22:07:15.1849639Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/133_old_func.c' from root:root to runner:runner
2025-08-18T22:07:15.1850974Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/133_old_func.expect' from root:root to runner:runner
2025-08-18T22:07:15.1852441Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/Makefile' from root:root to runner:runner
2025-08-18T22:07:15.1853934Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/12_hashdefine.c' from root:root to runner:runner
2025-08-18T22:07:15.1855239Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/17_enum.c' from root:root to runner:runner
2025-08-18T22:07:15.1856557Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/51_static.c' from root:root to runner:runner
2025-08-18T22:07:15.1857926Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/100_c99array-decls.expect' from root:root to runner:runner
2025-08-18T22:07:15.1859320Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/101_cleanup.expect' from root:root to runner:runner
2025-08-18T22:07:15.1860683Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/134_double_to_signed.c' from root:root to runner:runner
2025-08-18T22:07:15.1862041Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/100_c99array-decls.c' from root:root to runner:runner
2025-08-18T22:07:15.1863766Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/24_math_library.expect' from root:root to runner:runner
2025-08-18T22:07:15.1865158Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/107_stack_safe.expect' from root:root to runner:runner
2025-08-18T22:07:15.1866489Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/41_hashif.c' from root:root to runner:runner
2025-08-18T22:07:15.1867816Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/25_quicksort.expect' from root:root to runner:runner
2025-08-18T22:07:15.1869161Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/92_enum_bitfield.c' from root:root to runner:runner
2025-08-18T22:07:15.1870804Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/82_attribs_position.expect' from root:root to runner:runner
2025-08-18T22:07:15.1872202Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/29_array_address.c' from root:root to runner:runner
2025-08-18T22:07:15.1873670Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/110_average.expect' from root:root to runner:runner
2025-08-18T22:07:15.1875172Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/115_bound_setjmp.expect' from root:root to runner:runner
2025-08-18T22:07:15.1876624Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/16_nesting.expect' from root:root to runner:runner
2025-08-18T22:07:15.1877989Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/119_random_stuff.expect' from root:root to runner:runner
2025-08-18T22:07:15.1879492Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/98_al_ax_extend.c' from root:root to runner:runner
2025-08-18T22:07:15.1880829Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/15_recursion.expect' from root:root to runner:runner
2025-08-18T22:07:15.1882163Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/30_hanoi.expect' from root:root to runner:runner
2025-08-18T22:07:15.1883711Z [00:01:46.836]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/25_quicksort.c' from root:root to runner:runner
2025-08-18T22:07:15.1885074Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/96_nodata_wanted.expect' from root:root to runner:runner
2025-08-18T22:07:15.1886486Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/76_dollars_in_identifiers.expect' from root:root to runner:runner
2025-08-18T22:07:15.1888475Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/92_enum_bitfield.expect' from root:root to runner:runner
2025-08-18T22:07:15.1890287Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/40_stdio.expect' from root:root to runner:runner
2025-08-18T22:07:15.1891623Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/73_arm64.c' from root:root to runner:runner
2025-08-18T22:07:15.1893056Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/113_btdll.c' from root:root to runner:runner
2025-08-18T22:07:15.1894391Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/90_struct-init.expect' from root:root to runner:runner
2025-08-18T22:07:15.1895707Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/LICENSE' from root:root to runner:runner
2025-08-18T22:07:15.1896996Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/01_comment.c' from root:root to runner:runner
2025-08-18T22:07:15.1898320Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/24_math_library.c' from root:root to runner:runner
2025-08-18T22:07:15.1899704Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/109_float_struct_calling.expect' from root:root to runner:runner
2025-08-18T22:07:15.1901097Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/102_alignas.expect' from root:root to runner:runner
2025-08-18T22:07:15.1902499Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/30_hanoi.c' from root:root to runner:runner
2025-08-18T22:07:15.1903962Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/67_macro_concat.expect' from root:root to runner:runner
2025-08-18T22:07:15.1905422Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/06_case.c' from root:root to runner:runner
2025-08-18T22:07:15.1906712Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include.h' from root:root to runner:runner
2025-08-18T22:07:15.1908017Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/21_char_array.c' from root:root to runner:runner
2025-08-18T22:07:15.1909340Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/61_integers.c' from root:root to runner:runner
2025-08-18T22:07:15.1910663Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/123_vla_bug.c' from root:root to runner:runner
2025-08-18T22:07:15.1911987Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/64_macro_nesting.c' from root:root to runner:runner
2025-08-18T22:07:15.1913464Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/111_conversion.expect' from root:root to runner:runner
2025-08-18T22:07:15.1914998Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/26_character_constants.c' from root:root to runner:runner
2025-08-18T22:07:15.1916366Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include.expect' from root:root to runner:runner
2025-08-18T22:07:15.1917717Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/21_char_array.expect' from root:root to runner:runner
2025-08-18T22:07:15.1919072Z [00:01:46.837]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/93_integer_promotion.c' from root:root to runner:runner
2025-08-18T22:07:15.1920417Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/51_static.expect' from root:root to runner:runner
2025-08-18T22:07:15.1921781Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/137_funcall_struct_args.c' from root:root to runner:runner
2025-08-18T22:07:15.1923369Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/128_run_atexit.c' from root:root to runner:runner
2025-08-18T22:07:15.1924749Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.expect' from root:root to runner:runner
2025-08-18T22:07:15.1926173Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/38_multiple_array_index.expect' from root:root to runner:runner
2025-08-18T22:07:15.1927556Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/48_nested_break.c' from root:root to runner:runner
2025-08-18T22:07:15.1929010Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/78_vla_label.c' from root:root to runner:runner
2025-08-18T22:07:15.1930329Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/129_scopes.expect' from root:root to runner:runner
2025-08-18T22:07:15.1931651Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/122_vla_reuse.c' from root:root to runner:runner
2025-08-18T22:07:15.1933089Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/123_vla_bug.expect' from root:root to runner:runner
2025-08-18T22:07:15.1934472Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/135_func_arg_struct_compare.c' from root:root to runner:runner
2025-08-18T22:07:15.1935831Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/106_versym.c' from root:root to runner:runner
2025-08-18T22:07:15.1937122Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/16_nesting.c' from root:root to runner:runner
2025-08-18T22:07:15.1938663Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/127_asm_goto.expect' from root:root to runner:runner
2025-08-18T22:07:15.1940127Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/81_types.expect' from root:root to runner:runner
2025-08-18T22:07:15.1941472Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/89_nocode_wanted.c' from root:root to runner:runner
2025-08-18T22:07:15.1943184Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/96_nodata_wanted.c' from root:root to runner:runner
2025-08-18T22:07:15.1944602Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/135_func_arg_struct_compare.expect' from root:root to runner:runner
2025-08-18T22:07:15.1946019Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/136_atomic_gcc_style.c' from root:root to runner:runner
2025-08-18T22:07:15.1947404Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/93_integer_promotion.expect' from root:root to runner:runner
2025-08-18T22:07:15.1948821Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/19_pointer_arithmetic.expect' from root:root to runner:runner
2025-08-18T22:07:15.1950186Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/27_sizeof.expect' from root:root to runner:runner
2025-08-18T22:07:15.1951559Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/103_implicit_memmove.expect' from root:root to runner:runner
2025-08-18T22:07:15.1953118Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/101_cleanup.c' from root:root to runner:runner
2025-08-18T22:07:15.1954589Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/102_alignas.c' from root:root to runner:runner
2025-08-18T22:07:15.1956455Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/27_sizeof.c' from root:root to runner:runner
2025-08-18T22:07:15.1958127Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/35_sizeof.expect' from root:root to runner:runner
2025-08-18T22:07:15.1959529Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/47_switch_return.c' from root:root to runner:runner
2025-08-18T22:07:15.1960862Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/35_sizeof.c' from root:root to runner:runner
2025-08-18T22:07:15.1962159Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include2.h' from root:root to runner:runner
2025-08-18T22:07:15.1963742Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/12_hashdefine.expect' from root:root to runner:runner
2025-08-18T22:07:15.1965268Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/75_array_in_struct_init.c' from root:root to runner:runner
2025-08-18T22:07:15.1966653Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/08_while.expect' from root:root to runner:runner
2025-08-18T22:07:15.1967987Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/79_vla_continue.c' from root:root to runner:runner
2025-08-18T22:07:15.1969347Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/71_macro_empty_arg.expect' from root:root to runner:runner
2025-08-18T22:07:15.1970714Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/122_vla_reuse.expect' from root:root to runner:runner
2025-08-18T22:07:15.1972049Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/04_for.expect' from root:root to runner:runner
2025-08-18T22:07:15.1973485Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/112_backtrace.c' from root:root to runner:runner
2025-08-18T22:07:15.1974790Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include.c' from root:root to runner:runner
2025-08-18T22:07:15.1976078Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/40_stdio.c' from root:root to runner:runner
2025-08-18T22:07:15.1977346Z [00:01:46.838]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/14_if.c' from root:root to runner:runner
2025-08-18T22:07:15.1978674Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/19_pointer_arithmetic.c' from root:root to runner:runner
2025-08-18T22:07:15.1980189Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/20_pointer_comparison.c' from root:root to runner:runner
2025-08-18T22:07:15.1981565Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/126_bound_global.expect' from root:root to runner:runner
2025-08-18T22:07:15.1983016Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/67_macro_concat.c' from root:root to runner:runner
2025-08-18T22:07:15.1984357Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields_ms.c' from root:root to runner:runner
2025-08-18T22:07:15.1985692Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/01_comment.expect' from root:root to runner:runner
2025-08-18T22:07:15.1987039Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/114_bound_signal.c' from root:root to runner:runner
2025-08-18T22:07:15.1988373Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/119_random_stuff.c' from root:root to runner:runner
2025-08-18T22:07:15.1989888Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/26_character_constants.expect' from root:root to runner:runner
2025-08-18T22:07:15.1991276Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/111_conversion.c' from root:root to runner:runner
2025-08-18T22:07:15.1992765Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/83_utf8_in_identifiers.expect' from root:root to runner:runner
2025-08-18T22:07:15.1994136Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/46_grep.expect' from root:root to runner:runner
2025-08-18T22:07:15.1995445Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/110_average.c' from root:root to runner:runner
2025-08-18T22:07:15.1996705Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2' from root:root to runner:runner
2025-08-18T22:07:15.1997927Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/abitest.c' from root:root to runner:runner
2025-08-18T22:07:15.1999178Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/asm-c-connect-2.c' from root:root to runner:runner
2025-08-18T22:07:15.2000422Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/testfp.c' from root:root to runner:runner
2025-08-18T22:07:15.2001691Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/arm-asm-testsuite.sh' from root:root to runner:runner
2025-08-18T22:07:15.2003174Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tcctest.h' from root:root to runner:runner
2025-08-18T22:07:15.2004540Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/08.c' from root:root to runner:runner
2025-08-18T22:07:15.2005744Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/19.c' from root:root to runner:runner
2025-08-18T22:07:15.2007192Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/17.expect' from root:root to runner:runner
2025-08-18T22:07:15.2008451Z [00:01:46.839]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/21.expect' from root:root to runner:runner
2025-08-18T22:07:15.2009694Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/19.expect' from root:root to runner:runner
2025-08-18T22:07:15.2011019Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/09.c' from root:root to runner:runner
2025-08-18T22:07:15.2012455Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/08.expect' from root:root to runner:runner
2025-08-18T22:07:15.2013708Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/20.expect' from root:root to runner:runner
2025-08-18T22:07:15.2015084Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/07.expect' from root:root to runner:runner
2025-08-18T22:07:15.2016310Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/14.c' from root:root to runner:runner
2025-08-18T22:07:15.2017533Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/06.expect' from root:root to runner:runner
2025-08-18T22:07:15.2018772Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/15.expect' from root:root to runner:runner
2025-08-18T22:07:15.2019988Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/18.c' from root:root to runner:runner
2025-08-18T22:07:15.2021194Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/05.c' from root:root to runner:runner
2025-08-18T22:07:15.2022501Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/21.c' from root:root to runner:runner
2025-08-18T22:07:15.2024227Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/09.expect' from root:root to runner:runner
2025-08-18T22:07:15.2025917Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/06.c' from root:root to runner:runner
2025-08-18T22:07:15.2027206Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/pp-counter.expect' from root:root to runner:runner
2025-08-18T22:07:15.2028477Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/22.c' from root:root to runner:runner
2025-08-18T22:07:15.2029881Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/pp-counter.c' from root:root to runner:runner
2025-08-18T22:07:15.2031116Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/03.c' from root:root to runner:runner
2025-08-18T22:07:15.2032460Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/13.expect' from root:root to runner:runner
2025-08-18T22:07:15.2033719Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/22.expect' from root:root to runner:runner
2025-08-18T22:07:15.2034961Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/14.expect' from root:root to runner:runner
2025-08-18T22:07:15.2036208Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/04.expect' from root:root to runner:runner
2025-08-18T22:07:15.2037425Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/23.S' from root:root to runner:runner
2025-08-18T22:07:15.2038650Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/05.expect' from root:root to runner:runner
2025-08-18T22:07:15.2039987Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/13.S' from root:root to runner:runner
2025-08-18T22:07:15.2041201Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/02.c' from root:root to runner:runner
2025-08-18T22:07:15.2042634Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/03.expect' from root:root to runner:runner
2025-08-18T22:07:15.2043889Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/11.expect' from root:root to runner:runner
2025-08-18T22:07:15.2045107Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/20.c' from root:root to runner:runner
2025-08-18T22:07:15.2046312Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/07.c' from root:root to runner:runner
2025-08-18T22:07:15.2047542Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/12.expect' from root:root to runner:runner
2025-08-18T22:07:15.2048763Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/12.S' from root:root to runner:runner
2025-08-18T22:07:15.2049987Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/Makefile' from root:root to runner:runner
2025-08-18T22:07:15.2051206Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/17.c' from root:root to runner:runner
2025-08-18T22:07:15.2052532Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/02.expect' from root:root to runner:runner
2025-08-18T22:07:15.2053924Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/01.expect' from root:root to runner:runner
2025-08-18T22:07:15.2055142Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/15.c' from root:root to runner:runner
2025-08-18T22:07:15.2056379Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/10.c' from root:root to runner:runner
2025-08-18T22:07:15.2057605Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/10.expect' from root:root to runner:runner
2025-08-18T22:07:15.2058850Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/16.expect' from root:root to runner:runner
2025-08-18T22:07:15.2060097Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/23.expect' from root:root to runner:runner
2025-08-18T22:07:15.2061316Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/04.c' from root:root to runner:runner
2025-08-18T22:07:15.2062672Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/11.c' from root:root to runner:runner
2025-08-18T22:07:15.2064079Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/01.c' from root:root to runner:runner
2025-08-18T22:07:15.2065312Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/18.expect' from root:root to runner:runner
2025-08-18T22:07:15.2066539Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/16.c' from root:root to runner:runner
2025-08-18T22:07:15.2067723Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp' from root:root to runner:runner
2025-08-18T22:07:15.2068917Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/asmtest.S' from root:root to runner:runner
2025-08-18T22:07:15.2070139Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/Makefile' from root:root to runner:runner
2025-08-18T22:07:15.2071390Z [00:01:46.840]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/gcctestsuite.sh' from root:root to runner:runner
2025-08-18T22:07:15.2072759Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/vla_test.c' from root:root to runner:runner
2025-08-18T22:07:15.2074194Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tcctest.c' from root:root to runner:runner
2025-08-18T22:07:15.2075449Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/boundtest.c' from root:root to runner:runner
2025-08-18T22:07:15.2076677Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/bug.c' from root:root to runner:runner
2025-08-18T22:07:15.2078073Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/asm-c-connect-1.c' from root:root to runner:runner
2025-08-18T22:07:15.2079501Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/42test.h' from root:root to runner:runner
2025-08-18T22:07:15.2080751Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/libtcc_test_mt.c' from root:root to runner:runner
2025-08-18T22:07:15.2081966Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests' from root:root to runner:runner
2025-08-18T22:07:15.2083369Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-tok.h' from root:root to runner:runner
2025-08-18T22:07:15.2084572Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/runmain.o' from root:root to runner:runner
2025-08-18T22:07:15.2085736Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccelf.c' from root:root to runner:runner
2025-08-18T22:07:15.2086911Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/Changelog' from root:root to runner:runner
2025-08-18T22:07:15.2088226Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.2089419Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.c' from root:root to runner:runner
2025-08-18T22:07:15.2090592Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/c67-link.c' from root:root to runner:runner
2025-08-18T22:07:15.2092543Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccasm.c' from root:root to runner:runner
2025-08-18T22:07:15.2093923Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.info' from root:root to runner:runner
2025-08-18T22:07:15.2095133Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-asm.o' from root:root to runner:runner
2025-08-18T22:07:15.2096312Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-tok.h' from root:root to runner:runner
2025-08-18T22:07:15.2097666Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/il-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.2098833Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccdefs_.h' from root:root to runner:runner
2025-08-18T22:07:15.2099998Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-18T22:07:15.2101165Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcccoff.c' from root:root to runner:runner
2025-08-18T22:07:15.2102517Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/c67-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.2103789Z [00:01:46.841]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.2104974Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/config.texi' from root:root to runner:runner
2025-08-18T22:07:15.2106145Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.h' from root:root to runner:runner
2025-08-18T22:07:15.2107429Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/stab.def' from root:root to runner:runner
2025-08-18T22:07:15.2108621Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm64-gen.c' from root:root to runner:runner
2025-08-18T22:07:15.2109792Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.1' from root:root to runner:runner
2025-08-18T22:07:15.2110940Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccdbg.o' from root:root to runner:runner
2025-08-18T22:07:15.2112112Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/config.mak' from root:root to runner:runner
2025-08-18T22:07:15.2113402Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.c' from root:root to runner:runner
2025-08-18T22:07:15.2114553Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.h' from root:root to runner:runner
2025-08-18T22:07:15.2115715Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/bcheck.o' from root:root to runner:runner
2025-08-18T22:07:15.2116931Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/fib.c' from root:root to runner:runner
2025-08-18T22:07:15.2118222Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/hello_dll.c' from root:root to runner:runner
2025-08-18T22:07:15.2119559Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/hello_win.c' from root:root to runner:runner
2025-08-18T22:07:15.2120969Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/dll.c' from root:root to runner:runner
2025-08-18T22:07:15.2122208Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples' from root:root to runner:runner
2025-08-18T22:07:15.2123668Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/build-tcc.bat' from root:root to runner:runner
2025-08-18T22:07:15.2124925Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/tcc-win32.txt' from root:root to runner:runner
2025-08-18T22:07:15.2126222Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/io_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2127572Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/crtdbg_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2128933Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/stralign_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2130300Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/sys/timeb_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2131760Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/sys' from root:root to runner:runner
2025-08-18T22:07:15.2133210Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/wchar_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2134554Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/stdlib_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2135891Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/time_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2137243Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/mbstring_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2138593Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/tchar_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2139940Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/search_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2141510Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/stdio_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2143093Z [00:01:46.842]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/conio_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2144480Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/string_s.h' from root:root to runner:runner
2025-08-18T22:07:15.2146142Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api' from root:root to runner:runner
2025-08-18T22:07:15.2147459Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/unistd.h' from root:root to runner:runner
2025-08-18T22:07:15.2148737Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/ctype.h' from root:root to runner:runner
2025-08-18T22:07:15.2150012Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/vadefs.h' from root:root to runner:runner
2025-08-18T22:07:15.2151290Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/fenv.h' from root:root to runner:runner
2025-08-18T22:07:15.2152681Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/excpt.h' from root:root to runner:runner
2025-08-18T22:07:15.2153962Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/malloc.h' from root:root to runner:runner
2025-08-18T22:07:15.2155259Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/unistd.h' from root:root to runner:runner
2025-08-18T22:07:15.2156745Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/locking.h' from root:root to runner:runner
2025-08-18T22:07:15.2158064Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/stat.h' from root:root to runner:runner
2025-08-18T22:07:15.2160039Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/utime.h' from root:root to runner:runner
2025-08-18T22:07:15.2161545Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/timeb.h' from root:root to runner:runner
2025-08-18T22:07:15.2163071Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/file.h' from root:root to runner:runner
2025-08-18T22:07:15.2164385Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/types.h' from root:root to runner:runner
2025-08-18T22:07:15.2165687Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/fcntl.h' from root:root to runner:runner
2025-08-18T22:07:15.2166975Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/time.h' from root:root to runner:runner
2025-08-18T22:07:15.2168238Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys' from root:root to runner:runner
2025-08-18T22:07:15.2169504Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/dirent.h' from root:root to runner:runner
2025-08-18T22:07:15.2170776Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/assert.h' from root:root to runner:runner
2025-08-18T22:07:15.2172184Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/io.h' from root:root to runner:runner
2025-08-18T22:07:15.2173587Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/tcc/tcc_libm.h' from root:root to runner:runner
2025-08-18T22:07:15.2174870Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/tcc' from root:root to runner:runner
2025-08-18T22:07:15.2176137Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/wctype.h' from root:root to runner:runner
2025-08-18T22:07:15.2177418Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/_mingw.h' from root:root to runner:runner
2025-08-18T22:07:15.2178690Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/conio.h' from root:root to runner:runner
2025-08-18T22:07:15.2180003Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/wingdi.h' from root:root to runner:runner
2025-08-18T22:07:15.2181374Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack2.h' from root:root to runner:runner
2025-08-18T22:07:15.2183054Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winver.h' from root:root to runner:runner
2025-08-18T22:07:15.2184442Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/wincon.h' from root:root to runner:runner
2025-08-18T22:07:15.2185783Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/windows.h' from root:root to runner:runner
2025-08-18T22:07:15.2187129Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack8.h' from root:root to runner:runner
2025-08-18T22:07:15.2188481Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winuser.h' from root:root to runner:runner
2025-08-18T22:07:15.2189827Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/ws2ipdef.h' from root:root to runner:runner
2025-08-18T22:07:15.2191183Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/shellapi.h' from root:root to runner:runner
2025-08-18T22:07:15.2192635Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/basetsd.h' from root:root to runner:runner
2025-08-18T22:07:15.2194003Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winsock2.h' from root:root to runner:runner
2025-08-18T22:07:15.2195348Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winreg.h' from root:root to runner:runner
2025-08-18T22:07:15.2196826Z [00:01:46.843]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack1.h' from root:root to runner:runner
2025-08-18T22:07:15.2198167Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winnt.h' from root:root to runner:runner
2025-08-18T22:07:15.2199519Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack4.h' from root:root to runner:runner
2025-08-18T22:07:15.2200874Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winnls.h' from root:root to runner:runner
2025-08-18T22:07:15.2202236Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winerror.h' from root:root to runner:runner
2025-08-18T22:07:15.2203824Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/basetyps.h' from root:root to runner:runner
2025-08-18T22:07:15.2205172Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/windef.h' from root:root to runner:runner
2025-08-18T22:07:15.2206650Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/ws2tcpip.h' from root:root to runner:runner
2025-08-18T22:07:15.2208226Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/poppack.h' from root:root to runner:runner
2025-08-18T22:07:15.2209603Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/qos.h' from root:root to runner:runner
2025-08-18T22:07:15.2210939Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winbase.h' from root:root to runner:runner
2025-08-18T22:07:15.2212287Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/guiddef.h' from root:root to runner:runner
2025-08-18T22:07:15.2213986Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi' from root:root to runner:runner
2025-08-18T22:07:15.2215273Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/string.h' from root:root to runner:runner
2025-08-18T22:07:15.2216554Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/memory.h' from root:root to runner:runner
2025-08-18T22:07:15.2217827Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/locale.h' from root:root to runner:runner
2025-08-18T22:07:15.2219098Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/signal.h' from root:root to runner:runner
2025-08-18T22:07:15.2220377Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/iso646.h' from root:root to runner:runner
2025-08-18T22:07:15.2221819Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/share.h' from root:root to runner:runner
2025-08-18T22:07:15.2223344Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/math.h' from root:root to runner:runner
2025-08-18T22:07:15.2224634Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/inttypes.h' from root:root to runner:runner
2025-08-18T22:07:15.2226569Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/dos.h' from root:root to runner:runner
2025-08-18T22:07:15.2228050Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/dir.h' from root:root to runner:runner
2025-08-18T22:07:15.2229326Z [00:01:46.844]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/stdio.h' from root:root to runner:runner
2025-08-18T22:07:15.2230592Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/direct.h' from root:root to runner:runner
2025-08-18T22:07:15.2231862Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/values.h' from root:root to runner:runner
2025-08-18T22:07:15.2233406Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/setjmp.h' from root:root to runner:runner
2025-08-18T22:07:15.2234694Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/stdint.h' from root:root to runner:runner
2025-08-18T22:07:15.2235961Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/errno.h' from root:root to runner:runner
2025-08-18T22:07:15.2237218Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/mem.h' from root:root to runner:runner
2025-08-18T22:07:15.2238478Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/limits.h' from root:root to runner:runner
2025-08-18T22:07:15.2239758Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/process.h' from root:root to runner:runner
2025-08-18T22:07:15.2241037Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/uchar.h' from root:root to runner:runner
2025-08-18T22:07:15.2242299Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/fcntl.h' from root:root to runner:runner
2025-08-18T22:07:15.2243790Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/stdlib.h' from root:root to runner:runner
2025-08-18T22:07:15.2245071Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/wchar.h' from root:root to runner:runner
2025-08-18T22:07:15.2246332Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/tchar.h' from root:root to runner:runner
2025-08-18T22:07:15.2247740Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/time.h' from root:root to runner:runner
2025-08-18T22:07:15.2248976Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include' from root:root to runner:runner
2025-08-18T22:07:15.2250212Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/wincrt1.c' from root:root to runner:runner
2025-08-18T22:07:15.2251481Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/kernel32.def' from root:root to runner:runner
2025-08-18T22:07:15.2252866Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/wincrt1w.c' from root:root to runner:runner
2025-08-18T22:07:15.2254125Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/user32.def' from root:root to runner:runner
2025-08-18T22:07:15.2255407Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/ws2_32.def' from root:root to runner:runner
2025-08-18T22:07:15.2256655Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/crtinit.c' from root:root to runner:runner
2025-08-18T22:07:15.2258011Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/crt1w.c' from root:root to runner:runner
2025-08-18T22:07:15.2259271Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/chkstk.S' from root:root to runner:runner
2025-08-18T22:07:15.2260513Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/dllcrt1.c' from root:root to runner:runner
2025-08-18T22:07:15.2261753Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/dllmain.c' from root:root to runner:runner
2025-08-18T22:07:15.2263237Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/crt1.c' from root:root to runner:runner
2025-08-18T22:07:15.2264488Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/gdi32.def' from root:root to runner:runner
2025-08-18T22:07:15.2265753Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/msvcrt.def' from root:root to runner:runner
2025-08-18T22:07:15.2266960Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib' from root:root to runner:runner
2025-08-18T22:07:15.2268126Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32' from root:root to runner:runner
2025-08-18T22:07:15.2269283Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccrun.c' from root:root to runner:runner
2025-08-18T22:07:15.2270461Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-link.c' from root:root to runner:runner
2025-08-18T22:07:15.2271834Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdnoreturn.h' from root:root to runner:runner
2025-08-18T22:07:15.2273201Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdbool.h' from root:root to runner:runner
2025-08-18T22:07:15.2274448Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdatomic.h' from root:root to runner:runner
2025-08-18T22:07:15.2275893Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/float.h' from root:root to runner:runner
2025-08-18T22:07:15.2277150Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/tccdefs.h' from root:root to runner:runner
2025-08-18T22:07:15.2278383Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/tgmath.h' from root:root to runner:runner
2025-08-18T22:07:15.2279604Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stddef.h' from root:root to runner:runner
2025-08-18T22:07:15.2281019Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdarg.h' from root:root to runner:runner
2025-08-18T22:07:15.2282597Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/varargs.h' from root:root to runner:runner
2025-08-18T22:07:15.2283914Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdalign.h' from root:root to runner:runner
2025-08-18T22:07:15.2285119Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include' from root:root to runner:runner
2025-08-18T22:07:15.2286292Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-link.c' from root:root to runner:runner
2025-08-18T22:07:15.2287480Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-tok.h' from root:root to runner:runner
2025-08-18T22:07:15.2288640Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-18T22:07:15.2289882Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-18T22:07:15.2291146Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-18T22:07:15.2292558Z [00:01:46.845]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.github' from root:root to runner:runner
2025-08-18T22:07:15.2294309Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-asm.c' from root:root to runner:runner
2025-08-18T22:07:15.2295701Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/TODO' from root:root to runner:runner
2025-08-18T22:07:15.2297055Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/bt-log.o' from root:root to runner:runner
2025-08-18T22:07:15.2298328Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-18T22:07:15.2299672Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-18T22:07:15.2301033Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-18T22:07:15.2302574Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-18T22:07:15.2303897Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-18T22:07:15.2305252Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-18T22:07:15.2306720Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-18T22:07:15.2308054Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-18T22:07:15.2309392Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-18T22:07:15.2310718Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-18T22:07:15.2312022Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-18T22:07:15.2313484Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-18T22:07:15.2314844Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-18T22:07:15.2316213Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-18T22:07:15.2317486Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-18T22:07:15.2318734Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/heads/mob' from root:root to runner:runner
2025-08-18T22:07:15.2319994Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-18T22:07:15.2321431Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:07:15.2322986Z [00:01:46.846]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:07:15.2324294Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-18T22:07:15.2325536Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-18T22:07:15.2326741Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-18T22:07:15.2327930Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-18T22:07:15.2329134Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/heads/mob' from root:root to runner:runner
2025-08-18T22:07:15.2330355Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-18T22:07:15.2331752Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:07:15.2333321Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:07:15.2334584Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-18T22:07:15.2335794Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-18T22:07:15.2336975Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-18T22:07:15.2338159Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-18T22:07:15.2339350Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-18T22:07:15.2340554Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-18T22:07:15.2341790Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-18T22:07:15.2343300Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-18T22:07:15.2344791Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.promisor' from root:root to runner:runner
2025-08-18T22:07:15.2346634Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.idx' from root:root to runner:runner
2025-08-18T22:07:15.2348496Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.promisor' from root:root to runner:runner
2025-08-18T22:07:15.2350186Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.idx' from root:root to runner:runner
2025-08-18T22:07:15.2351837Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.pack' from root:root to runner:runner
2025-08-18T22:07:15.2353608Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.rev' from root:root to runner:runner
2025-08-18T22:07:15.2355248Z [00:01:46.847]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.rev' from root:root to runner:runner
2025-08-18T22:07:15.2357060Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.pack' from root:root to runner:runner
2025-08-18T22:07:15.2358521Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-18T22:07:15.2359749Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-18T22:07:15.2361625Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-18T22:07:15.2363255Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-18T22:07:15.2364473Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-18T22:07:15.2365652Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-18T22:07:15.2366807Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git' from root:root to runner:runner
2025-08-18T22:07:15.2367967Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/il-opcodes.h' from root:root to runner:runner
2025-08-18T22:07:15.2369154Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccgen.c' from root:root to runner:runner
2025-08-18T22:07:15.2370350Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.pod' from root:root to runner:runner
2025-08-18T22:07:15.2371779Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/builtin.c' from root:root to runner:runner
2025-08-18T22:07:15.2373271Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/stdatomic.o' from root:root to runner:runner
2025-08-18T22:07:15.2374498Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bt-dll.c' from root:root to runner:runner
2025-08-18T22:07:15.2375710Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/builtin.o' from root:root to runner:runner
2025-08-18T22:07:15.2376922Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/lib-arm64.c' from root:root to runner:runner
2025-08-18T22:07:15.2378134Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/atomic.o' from root:root to runner:runner
2025-08-18T22:07:15.2379317Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/tcov.o' from root:root to runner:runner
2025-08-18T22:07:15.2380506Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bt-log.c' from root:root to runner:runner
2025-08-18T22:07:15.2381833Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bt-exe.c' from root:root to runner:runner
2025-08-18T22:07:15.2383210Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/stdatomic.c' from root:root to runner:runner
2025-08-18T22:07:15.2384450Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/dsohandle.o' from root:root to runner:runner
2025-08-18T22:07:15.2385681Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bcheck.c' from root:root to runner:runner
2025-08-18T22:07:15.2386875Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/va_list.c' from root:root to runner:runner
2025-08-18T22:07:15.2388097Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca-bt.o' from root:root to runner:runner
2025-08-18T22:07:15.2389318Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/dsohandle.c' from root:root to runner:runner
2025-08-18T22:07:15.2390541Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca-bt.S' from root:root to runner:runner
2025-08-18T22:07:15.2391745Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/Makefile' from root:root to runner:runner
2025-08-18T22:07:15.2393054Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca.S' from root:root to runner:runner
2025-08-18T22:07:15.2394251Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/tcov.c' from root:root to runner:runner
2025-08-18T22:07:15.2395571Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/va_list.o' from root:root to runner:runner
2025-08-18T22:07:15.2396786Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/runmain.c' from root:root to runner:runner
2025-08-18T22:07:15.2397990Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/armeabi.c' from root:root to runner:runner
2025-08-18T22:07:15.2399183Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca.o' from root:root to runner:runner
2025-08-18T22:07:15.2400388Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/libtcc1.c' from root:root to runner:runner
2025-08-18T22:07:15.2401596Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/atomic.S' from root:root to runner:runner
2025-08-18T22:07:15.2403005Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/libtcc1.o' from root:root to runner:runner
2025-08-18T22:07:15.2404221Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/armflush.c' from root:root to runner:runner
2025-08-18T22:07:15.2405389Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib' from root:root to runner:runner
2025-08-18T22:07:15.2406663Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccpe.c' from root:root to runner:runner
2025-08-18T22:07:15.2407848Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccrun.o' from root:root to runner:runner
2025-08-18T22:07:15.2409010Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccdbg.c' from root:root to runner:runner
2025-08-18T22:07:15.2410182Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-link.c' from root:root to runner:runner
2025-08-18T22:07:15.2411356Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/bt-exe.o' from root:root to runner:runner
2025-08-18T22:07:15.2412910Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/README' from root:root to runner:runner
2025-08-18T22:07:15.2414113Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.o' from root:root to runner:runner
2025-08-18T22:07:15.2415301Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.texi' from root:root to runner:runner
2025-08-18T22:07:15.2416452Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO' from root:root to runner:runner
2025-08-18T22:07:15.2417744Z [00:01:46.848]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU' from root:root to runner:runner
2025-08-18T22:07:15.2418766Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from root:root to runner:runner
2025-08-18T22:07:15.2419893Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/c2str.exe' from runner:docker to runner:runner
2025-08-18T22:07:15.2420893Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/configure' from runner:docker to runner:runner
2025-08-18T22:07:15.2421901Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/texi2pod.pl' from runner:docker to runner:runner
2025-08-18T22:07:15.2423023Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tcc' from runner:docker to runner:runner
2025-08-18T22:07:15.2424000Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-18T22:07:15.2425009Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-18T22:07:15.2425998Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-18T22:07:15.2426914Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/c2str.exe' from runner:docker to runner:runner
2025-08-18T22:07:15.2427822Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/configure' from runner:docker to runner:runner
2025-08-18T22:07:15.2428735Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/texi2pod.pl' from runner:docker to runner:runner
2025-08-18T22:07:15.2429897Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.version' from runner:docker to runner:runner
2025-08-18T22:07:15.2431393Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-18T22:07:15.2432681Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tcc' from runner:docker to runner:runner
2025-08-18T22:07:15.2433637Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.static.version' from runner:docker to runner:runner
2025-08-18T22:07:15.2434585Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-18T22:07:15.2435445Z [00:01:46.849]➜  changed ownership of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-18T22:07:15.2436493Z [00:01:46.858]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2437663Z [00:01:46.864]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex4.c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2438777Z [00:01:46.871]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex1.c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2439947Z [00:01:46.878]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2441176Z [00:01:46.885]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2442607Z [00:01:46.892]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/examples/ex5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2444025Z [00:01:46.898]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcctok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2445233Z [00:01:46.905]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2446422Z [00:01:46.912]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/dwarf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2447586Z [00:01:46.918]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2448774Z [00:01:46.925]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/conftest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2499656Z [00:01:46.932]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/USES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2567089Z [00:01:46.939]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2634757Z [00:01:46.946]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-asm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2703119Z [00:01:46.953]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccpp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2771776Z [00:01:46.959]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccmacho.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2838273Z [00:01:46.966]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcclib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2905556Z [00:01:46.973]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:15.2972149Z [00:01:46.979]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/CodingStyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3040108Z [00:01:46.986]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcctools.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3106996Z [00:01:46.993]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/coff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3176419Z [00:01:47.000]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3244251Z [00:01:47.007]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3311411Z [00:01:47.013]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3380150Z [00:01:47.020]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3447323Z [00:01:47.027]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccasm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3514731Z [00:01:47.034]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccpp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3581636Z [00:01:47.040]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/RELICENSING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3649838Z [00:01:47.047]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccgen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3717126Z [00:01:47.054]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3784190Z [00:01:47.061]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/stab.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3850484Z [00:01:47.067]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-asm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3917384Z [00:01:47.074]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-gen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.3984557Z [00:01:47.081]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4050777Z [00:01:47.087]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4120494Z [00:01:47.094]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4189105Z [00:01:47.101]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4256793Z [00:01:47.108]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm64-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4323319Z [00:01:47.115]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4389241Z [00:01:47.121]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4456170Z [00:01:47.128]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc1.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4523289Z [00:01:47.135]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/elf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4589376Z [00:01:47.141]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4655539Z [00:01:47.148]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccelf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4723809Z [00:01:47.155]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/libtcc_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4791623Z [00:01:47.161]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/32_led.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4857961Z [00:01:47.168]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/97_utf8_string_literal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4924824Z [00:01:47.175]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/118_switch.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.4990745Z [00:01:47.181]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/72_long_long_constant.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5056645Z [00:01:47.188]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/06_case.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5125355Z [00:01:47.195]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/60_errors_and_warnings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5192149Z [00:01:47.201]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/39_typedef.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5258318Z [00:01:47.208]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/80_flexarray.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5328252Z [00:01:47.215]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/120_alias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5395903Z [00:01:47.222]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/136_atomic_gcc_style.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5463845Z [00:01:47.229]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/39_typedef.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5530080Z [00:01:47.235]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/37_sprintf.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5597310Z [00:01:47.242]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/85_asm-outside-function.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5664866Z [00:01:47.249]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/31_args.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5733179Z [00:01:47.256]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/97_utf8_string_literal.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5799265Z [00:01:47.262]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/87_dead_code.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5868001Z [00:01:47.269]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/13_integer_literals.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.5934686Z [00:01:47.276]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/88_codeopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6002655Z [00:01:47.283]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/99_fastcall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6070652Z [00:01:47.289]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/108_constructor.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6139074Z [00:01:47.296]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/116_bound_setjmp2.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6207209Z [00:01:47.303]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/50_logical_second_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6275056Z [00:01:47.310]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/36_array_initialisers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6342282Z [00:01:47.316]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/02_printf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6409074Z [00:01:47.323]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/13_integer_literals.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6475996Z [00:01:47.330]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/00_assignment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6541758Z [00:01:47.336]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/83_utf8_in_identifiers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6611102Z [00:01:47.343]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/48_nested_break.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6679135Z [00:01:47.350]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/131_return_struct_in_reg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6746728Z [00:01:47.357]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/134_double_to_signed.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6814010Z [00:01:47.364]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/05_array.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6881617Z [00:01:47.370]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/07_function.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.6949951Z [00:01:47.377]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/105_local_extern.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7017439Z [00:01:47.384]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/43_void_param.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7085226Z [00:01:47.391]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/43_void_param.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7153256Z [00:01:47.398]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/55_lshift_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7221162Z [00:01:47.404]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/130_large_argument.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7289386Z [00:01:47.411]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/03_struct.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7357293Z [00:01:47.418]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/106_versym.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7424233Z [00:01:47.425]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/129_scopes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7491680Z [00:01:47.431]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/81_types.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7560642Z [00:01:47.438]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/127_asm_goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7628620Z [00:01:47.445]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/47_switch_return.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7696852Z [00:01:47.452]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/86_memory-model.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7763958Z [00:01:47.459]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/49_bracket_evaluation.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7831539Z [00:01:47.465]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/00_assignment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7898118Z [00:01:47.472]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/115_bound_setjmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.7964141Z [00:01:47.479]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/22_floating_point.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8031974Z [00:01:47.485]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/78_vla_label.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8099753Z [00:01:47.492]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/34_array_assignment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8168091Z [00:01:47.499]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/113_btdll.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8235877Z [00:01:47.506]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/42_function_pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8304278Z [00:01:47.513]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/52_unnamed_enum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8372605Z [00:01:47.519]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/90_struct-init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8440863Z [00:01:47.526]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/09_do_while.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8509296Z [00:01:47.533]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/104_inline.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8576075Z [00:01:47.540]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/114_bound_signal.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8645167Z [00:01:47.547]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/70_floating_point_literals.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8712243Z [00:01:47.553]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/120_alias.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8780023Z [00:01:47.560]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/99_fastcall.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8847819Z [00:01:47.567]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/130_large_argument.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8915973Z [00:01:47.574]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/10_pointer.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.8983172Z [00:01:47.581]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/11_precedence.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9049884Z [00:01:47.587]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/88_codeopt.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9118861Z [00:01:47.594]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/84_hex-float.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9186235Z [00:01:47.601]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/121_struct_return.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9253960Z [00:01:47.608]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/34_array_assignment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9321528Z [00:01:47.614]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/02_printf.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9389387Z [00:01:47.621]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/118_switch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9457253Z [00:01:47.628]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/77_push_pop_macro.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9524514Z [00:01:47.635]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/71_macro_empty_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9592601Z [00:01:47.641]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/105_local_extern.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9660472Z [00:01:47.648]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/15_recursion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9727990Z [00:01:47.655]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/38_multiple_array_index.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9795947Z [00:01:47.662]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/54_goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9864081Z [00:01:47.669]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/20_pointer_comparison.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:15.9932042Z [00:01:47.675]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/109_float_struct_calling.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0001259Z [00:01:47.682]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/33_ternary_op.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0068468Z [00:01:47.689]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/70_floating_point_literals.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0137087Z [00:01:47.696]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/125_atomic_misc.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0205155Z [00:01:47.703]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/37_sprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0272519Z [00:01:47.709]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/108_constructor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0339898Z [00:01:47.716]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/76_dollars_in_identifiers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0407250Z [00:01:47.723]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/54_goto.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0475343Z [00:01:47.730]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/131_return_struct_in_reg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0542764Z [00:01:47.737]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/04_for.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0612206Z [00:01:47.743]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/33_ternary_op.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0681466Z [00:01:47.750]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/104+_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0753848Z [00:01:47.758]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/60_errors_and_warnings.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0824989Z [00:01:47.765]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/73_arm64.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0893948Z [00:01:47.772]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/28_strings.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.0962727Z [00:01:47.778]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/08_while.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1031693Z [00:01:47.785]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/64_macro_nesting.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1101071Z [00:01:47.792]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/36_array_initialisers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1170025Z [00:01:47.799]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/09_do_while.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1239874Z [00:01:47.806]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/89_nocode_wanted.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1308236Z [00:01:47.813]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields_ms.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1376483Z [00:01:47.820]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/41_hashif.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1444526Z [00:01:47.827]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/17_enum.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1512175Z [00:01:47.833]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/29_array_address.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1579247Z [00:01:47.840]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/10_pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1646802Z [00:01:47.847]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/125_atomic_misc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1714886Z [00:01:47.854]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/87_dead_code.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1781472Z [00:01:47.860]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/46_grep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1850152Z [00:01:47.867]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/32_led.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1920095Z [00:01:47.874]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/94_generic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.1989934Z [00:01:47.881]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/79_vla_continue.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2057862Z [00:01:47.888]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/117_builtins.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2125828Z [00:01:47.895]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/112_backtrace.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2193670Z [00:01:47.902]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/23_type_coercion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2261982Z [00:01:47.908]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/23_type_coercion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2330126Z [00:01:47.915]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/80_flexarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2398450Z [00:01:47.922]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/52_unnamed_enum.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2467822Z [00:01:47.929]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/124_atomic_counter.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2536392Z [00:01:47.936]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/42_function_pointer.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2606463Z [00:01:47.943]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/05_array.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2676996Z [00:01:47.950]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/126_bound_global.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2744847Z [00:01:47.957]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2813090Z [00:01:47.964]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/121_struct_return.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2881645Z [00:01:47.970]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/07_function.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.2948612Z [00:01:47.977]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/98_al_ax_extend.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3017483Z [00:01:47.984]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/44_scoped_declarations.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3085470Z [00:01:47.991]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/03_struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3152871Z [00:01:47.998]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/44_scoped_declarations.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3222051Z [00:01:48.004]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/128_run_atexit.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3290265Z [00:01:48.011]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/117_builtins.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3358778Z [00:01:48.018]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3427356Z [00:01:48.025]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/82_attribs_position.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3494992Z [00:01:48.032]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/31_args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3564057Z [00:01:48.039]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/49_bracket_evaluation.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3630820Z [00:01:48.045]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/104_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3699506Z [00:01:48.052]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/116_bound_setjmp2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3768128Z [00:01:48.059]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/28_strings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3836439Z [00:01:48.066]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/107_stack_safe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3904477Z [00:01:48.073]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/77_push_pop_macro.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.3972855Z [00:01:48.080]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/75_array_in_struct_init.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4039959Z [00:01:48.086]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/85_asm-outside-function.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4107480Z [00:01:48.093]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/14_if.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4176371Z [00:01:48.100]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4243376Z [00:01:48.107]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/94_generic.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4310843Z [00:01:48.113]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/45_empty_for.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4377730Z [00:01:48.120]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/120+_alias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4445851Z [00:01:48.127]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/61_integers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4511554Z [00:01:48.133]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/45_empty_for.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4580217Z [00:01:48.140]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/72_long_long_constant.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4646602Z [00:01:48.147]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/86_memory-model.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4713791Z [00:01:48.154]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/22_floating_point.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4780448Z [00:01:48.160]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/103_implicit_memmove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4848178Z [00:01:48.167]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/50_logical_second_arg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4916058Z [00:01:48.174]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/84_hex-float.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.4982836Z [00:01:48.181]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/132_bound_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5050575Z [00:01:48.187]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/11_precedence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5119176Z [00:01:48.194]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/132_bound_test.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5187480Z [00:01:48.201]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/124_atomic_counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5254350Z [00:01:48.208]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/55_lshift_type.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5323527Z [00:01:48.215]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/137_funcall_struct_args.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5391358Z [00:01:48.221]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/133_old_func.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5458895Z [00:01:48.228]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/133_old_func.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5527387Z [00:01:48.235]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5596727Z [00:01:48.242]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/12_hashdefine.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5665095Z [00:01:48.249]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/17_enum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5733715Z [00:01:48.256]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/51_static.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5801786Z [00:01:48.262]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/100_c99array-decls.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5870135Z [00:01:48.269]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/101_cleanup.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.5937490Z [00:01:48.276]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/134_double_to_signed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6005382Z [00:01:48.283]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/100_c99array-decls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6073390Z [00:01:48.290]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/24_math_library.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6142756Z [00:01:48.297]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/107_stack_safe.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6210981Z [00:01:48.303]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/41_hashif.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6278682Z [00:01:48.310]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/25_quicksort.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6349065Z [00:01:48.317]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/92_enum_bitfield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6416533Z [00:01:48.324]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/82_attribs_position.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6484224Z [00:01:48.331]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/29_array_address.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6552221Z [00:01:48.337]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/110_average.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6620839Z [00:01:48.344]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/115_bound_setjmp.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6688672Z [00:01:48.351]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/16_nesting.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6756417Z [00:01:48.358]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/119_random_stuff.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6825288Z [00:01:48.365]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/98_al_ax_extend.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6892857Z [00:01:48.372]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/15_recursion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.6960589Z [00:01:48.378]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/30_hanoi.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7028172Z [00:01:48.385]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/25_quicksort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7097465Z [00:01:48.392]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/96_nodata_wanted.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7166370Z [00:01:48.399]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/76_dollars_in_identifiers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7234702Z [00:01:48.406]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/92_enum_bitfield.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7302503Z [00:01:48.412]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/40_stdio.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7371185Z [00:01:48.419]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/73_arm64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7438732Z [00:01:48.426]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/113_btdll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7506015Z [00:01:48.433]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/90_struct-init.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7572790Z [00:01:48.440]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7639286Z [00:01:48.446]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/01_comment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7708041Z [00:01:48.453]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/24_math_library.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7777025Z [00:01:48.460]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/109_float_struct_calling.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7845436Z [00:01:48.467]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/102_alignas.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7914015Z [00:01:48.474]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/30_hanoi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.7981075Z [00:01:48.480]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/67_macro_concat.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8049640Z [00:01:48.487]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/06_case.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8117970Z [00:01:48.494]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8185861Z [00:01:48.501]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/21_char_array.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8253796Z [00:01:48.508]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/61_integers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8321779Z [00:01:48.514]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/123_vla_bug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8389116Z [00:01:48.521]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/64_macro_nesting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8456302Z [00:01:48.528]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/111_conversion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8523260Z [00:01:48.535]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/26_character_constants.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8591647Z [00:01:48.541]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8659209Z [00:01:48.548]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/21_char_array.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8727056Z [00:01:48.555]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/93_integer_promotion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8794707Z [00:01:48.562]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/51_static.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8861116Z [00:01:48.568]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/137_funcall_struct_args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8929040Z [00:01:48.575]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/128_run_atexit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.8997615Z [00:01:48.582]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9066644Z [00:01:48.589]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/38_multiple_array_index.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9135626Z [00:01:48.596]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/48_nested_break.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9203605Z [00:01:48.603]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/78_vla_label.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9271222Z [00:01:48.609]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/129_scopes.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9339258Z [00:01:48.616]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/122_vla_reuse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9408863Z [00:01:48.623]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/123_vla_bug.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9476511Z [00:01:48.630]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/135_func_arg_struct_compare.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9543765Z [00:01:48.637]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/106_versym.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9611167Z [00:01:48.643]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/16_nesting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9679506Z [00:01:48.650]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/127_asm_goto.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9746776Z [00:01:48.657]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/81_types.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9814441Z [00:01:48.664]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/89_nocode_wanted.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9882557Z [00:01:48.670]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/96_nodata_wanted.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:16.9950837Z [00:01:48.677]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/135_func_arg_struct_compare.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0017874Z [00:01:48.684]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/136_atomic_gcc_style.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0085130Z [00:01:48.691]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/93_integer_promotion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0152922Z [00:01:48.698]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/19_pointer_arithmetic.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0222935Z [00:01:48.705]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/27_sizeof.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0290520Z [00:01:48.711]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/103_implicit_memmove.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0359174Z [00:01:48.718]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/101_cleanup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0426450Z [00:01:48.725]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/102_alignas.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0493696Z [00:01:48.732]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/27_sizeof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0561991Z [00:01:48.738]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/35_sizeof.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0631137Z [00:01:48.745]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/47_switch_return.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0699455Z [00:01:48.752]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/35_sizeof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0767181Z [00:01:48.759]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0835501Z [00:01:48.766]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/12_hashdefine.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0904059Z [00:01:48.773]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/75_array_in_struct_init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0970902Z [00:01:48.779]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/08_while.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1038223Z [00:01:48.786]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/79_vla_continue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1105723Z [00:01:48.793]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/71_macro_empty_arg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1173028Z [00:01:48.800]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/122_vla_reuse.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1239936Z [00:01:48.806]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/04_for.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1307076Z [00:01:48.813]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/112_backtrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1374262Z [00:01:48.820]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/18_include.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1441205Z [00:01:48.826]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/40_stdio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1508071Z [00:01:48.833]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/14_if.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1575854Z [00:01:48.840]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/19_pointer_arithmetic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1641829Z [00:01:48.846]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/20_pointer_comparison.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1710138Z [00:01:48.853]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/126_bound_global.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1776889Z [00:01:48.860]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/67_macro_concat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1844833Z [00:01:48.867]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/95_bitfields_ms.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1911967Z [00:01:48.873]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/01_comment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.1978849Z [00:01:48.880]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/114_bound_signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2044848Z [00:01:48.887]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/119_random_stuff.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2112154Z [00:01:48.893]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/26_character_constants.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2178168Z [00:01:48.900]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/111_conversion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2244900Z [00:01:48.907]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/83_utf8_in_identifiers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2312296Z [00:01:48.913]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/46_grep.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2379545Z [00:01:48.920]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tests2/110_average.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2445712Z [00:01:48.927]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/abitest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2513065Z [00:01:48.934]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/asm-c-connect-2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2582125Z [00:01:48.940]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/testfp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2648955Z [00:01:48.947]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/arm-asm-testsuite.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2716877Z [00:01:48.954]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tcctest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2784312Z [00:01:48.961]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/08.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2850491Z [00:01:48.967]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/19.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2917225Z [00:01:48.974]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/17.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.2985335Z [00:01:48.981]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/21.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3053320Z [00:01:48.988]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/19.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3121541Z [00:01:48.994]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/09.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3189078Z [00:01:49.001]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/08.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3256633Z [00:01:49.008]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/20.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3324329Z [00:01:49.015]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/07.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3391091Z [00:01:49.021]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/14.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3458347Z [00:01:49.028]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/06.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3525963Z [00:01:49.035]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/15.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3591751Z [00:01:49.041]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/18.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3658426Z [00:01:49.048]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/05.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3725270Z [00:01:49.055]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/21.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3792668Z [00:01:49.062]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/09.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3858795Z [00:01:49.068]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/06.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3924409Z [00:01:49.075]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/pp-counter.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.3991491Z [00:01:49.081]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/22.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4058050Z [00:01:49.088]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/pp-counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4126269Z [00:01:49.095]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/03.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4195244Z [00:01:49.102]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/13.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4263037Z [00:01:49.109]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/22.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4332003Z [00:01:49.115]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/14.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4399179Z [00:01:49.122]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/04.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4465898Z [00:01:49.129]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/23.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4531988Z [00:01:49.135]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/05.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4599195Z [00:01:49.142]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/13.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4666246Z [00:01:49.149]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/02.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4733890Z [00:01:49.156]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/03.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4800141Z [00:01:49.162]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/11.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4867540Z [00:01:49.169]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/20.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.4933849Z [00:01:49.176]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/07.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5000115Z [00:01:49.182]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/12.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5066062Z [00:01:49.189]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/12.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5134732Z [00:01:49.196]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5201210Z [00:01:49.202]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/17.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5268919Z [00:01:49.209]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/02.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5334992Z [00:01:49.216]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/01.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5401283Z [00:01:49.222]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/15.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5467813Z [00:01:49.229]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/10.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5535238Z [00:01:49.236]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/10.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5601867Z [00:01:49.242]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/16.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5669500Z [00:01:49.249]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/23.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5735829Z [00:01:49.256]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/04.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5801999Z [00:01:49.262]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/11.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5869390Z [00:01:49.269]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/01.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.5935833Z [00:01:49.276]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/18.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6002051Z [00:01:49.282]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/pp/16.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6069244Z [00:01:49.289]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/asmtest.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6136268Z [00:01:49.296]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6208476Z [00:01:49.303]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/gcctestsuite.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6276479Z [00:01:49.310]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/vla_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6342594Z [00:01:49.317]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/tcctest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6408861Z [00:01:49.323]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/boundtest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6475983Z [00:01:49.330]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/bug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6542047Z [00:01:49.336]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/asm-c-connect-1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6609210Z [00:01:49.343]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/42test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6676228Z [00:01:49.350]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tests/libtcc_test_mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6743481Z [00:01:49.357]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6812630Z [00:01:49.363]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/runmain.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6878215Z [00:01:49.370]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccelf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.6945464Z [00:01:49.377]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/Changelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7013951Z [00:01:49.384]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7081807Z [00:01:49.390]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7150235Z [00:01:49.397]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/c67-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7219326Z [00:01:49.404]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccasm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7287122Z [00:01:49.411]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7356061Z [00:01:49.418]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-asm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7425036Z [00:01:49.425]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7491667Z [00:01:49.431]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/il-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7559965Z [00:01:49.438]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccdefs_.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7627225Z [00:01:49.445]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7694225Z [00:01:49.452]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcccoff.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7760548Z [00:01:49.458]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/c67-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7826279Z [00:01:49.465]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7891931Z [00:01:49.471]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/config.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.7957799Z [00:01:49.478]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8023897Z [00:01:49.485]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/stab.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8089920Z [00:01:49.491]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8155728Z [00:01:49.498]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8220823Z [00:01:49.504]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccdbg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8289486Z [00:01:49.511]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/config.mak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8355532Z [00:01:49.518]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8420777Z [00:01:49.524]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8488883Z [00:01:49.531]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/bcheck.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8556295Z [00:01:49.538]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/fib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8622285Z [00:01:49.544]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/hello_dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8688762Z [00:01:49.551]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/hello_win.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8755818Z [00:01:49.558]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/examples/dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8821696Z [00:01:49.564]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/build-tcc.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8888145Z [00:01:49.571]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/tcc-win32.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.8956501Z [00:01:49.578]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/io_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9023205Z [00:01:49.585]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/crtdbg_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9089907Z [00:01:49.591]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/stralign_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9158825Z [00:01:49.598]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/sys/timeb_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9226162Z [00:01:49.605]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/wchar_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9293658Z [00:01:49.612]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/stdlib_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9359613Z [00:01:49.618]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/time_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9426949Z [00:01:49.625]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/mbstring_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9492811Z [00:01:49.632]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/tchar_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9560780Z [00:01:49.638]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/search_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9627243Z [00:01:49.645]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/stdio_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9694288Z [00:01:49.652]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/conio_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9761198Z [00:01:49.658]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sec_api/string_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9828204Z [00:01:49.665]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9895265Z [00:01:49.672]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.9961304Z [00:01:49.678]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/vadefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0028175Z [00:01:49.685]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/fenv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0094254Z [00:01:49.692]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/excpt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0160538Z [00:01:49.698]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/malloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0228387Z [00:01:49.705]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0293635Z [00:01:49.712]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/locking.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0361674Z [00:01:49.718]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0427971Z [00:01:49.725]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/utime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0494078Z [00:01:49.732]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/timeb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0560760Z [00:01:49.738]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0627472Z [00:01:49.745]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0701188Z [00:01:49.752]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0773643Z [00:01:49.760]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/sys/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0849077Z [00:01:49.767]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/dirent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0920625Z [00:01:49.774]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/assert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.0991239Z [00:01:49.781]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1060153Z [00:01:49.788]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/tcc/tcc_libm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1128353Z [00:01:49.795]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/wctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1196040Z [00:01:49.802]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/_mingw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1263135Z [00:01:49.809]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/conio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1330554Z [00:01:49.815]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/wingdi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1397678Z [00:01:49.822]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1465281Z [00:01:49.829]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1531478Z [00:01:49.835]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/wincon.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1598432Z [00:01:49.842]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/windows.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1665318Z [00:01:49.849]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1731487Z [00:01:49.855]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winuser.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1798991Z [00:01:49.862]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/ws2ipdef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1865001Z [00:01:49.869]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/shellapi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1930448Z [00:01:49.875]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/basetsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.1997881Z [00:01:49.882]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winsock2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2064987Z [00:01:49.889]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winreg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2132291Z [00:01:49.895]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2200193Z [00:01:49.902]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winnt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2268837Z [00:01:49.909]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/pshpack4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2336406Z [00:01:49.916]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winnls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2405705Z [00:01:49.923]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winerror.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2472890Z [00:01:49.930]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/basetyps.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2539771Z [00:01:49.936]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/windef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2607157Z [00:01:49.943]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/ws2tcpip.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2674391Z [00:01:49.950]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/poppack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2741671Z [00:01:49.956]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/qos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2808549Z [00:01:49.963]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/winbase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2876188Z [00:01:49.970]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/winapi/guiddef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.2944390Z [00:01:49.977]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/string.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3011133Z [00:01:49.983]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/memory.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3078865Z [00:01:49.990]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3146739Z [00:01:49.997]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/signal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3215944Z [00:01:50.004]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/iso646.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3284079Z [00:01:50.011]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/share.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3351618Z [00:01:50.017]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3419825Z [00:01:50.024]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/inttypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3486954Z [00:01:50.031]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/dos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3554210Z [00:01:50.038]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/dir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3621648Z [00:01:50.044]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/stdio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3691706Z [00:01:50.051]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/direct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3762167Z [00:01:50.058]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/values.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3831590Z [00:01:50.065]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/setjmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3899528Z [00:01:50.072]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.3967875Z [00:01:50.079]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/errno.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4036783Z [00:01:50.086]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/mem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4103567Z [00:01:50.093]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4173564Z [00:01:50.100]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/process.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4240523Z [00:01:50.106]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/uchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4309294Z [00:01:50.113]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4376454Z [00:01:50.120]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/stdlib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4443656Z [00:01:50.127]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/wchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4511367Z [00:01:50.133]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/tchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4580480Z [00:01:50.140]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/include/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4649921Z [00:01:50.147]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/wincrt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4717704Z [00:01:50.154]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/kernel32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4786377Z [00:01:50.161]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/wincrt1w.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4854767Z [00:01:50.168]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/user32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4922601Z [00:01:50.175]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/ws2_32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.4991016Z [00:01:50.181]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/crtinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5058788Z [00:01:50.188]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/crt1w.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5128344Z [00:01:50.195]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/chkstk.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5197098Z [00:01:50.202]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/dllcrt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5265743Z [00:01:50.209]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/dllmain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5332526Z [00:01:50.216]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/crt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5399357Z [00:01:50.222]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/gdi32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5468288Z [00:01:50.229]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/win32/lib/msvcrt.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5537471Z [00:01:50.236]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccrun.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5604914Z [00:01:50.243]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/x86_64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5673239Z [00:01:50.250]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdnoreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5740315Z [00:01:50.256]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdbool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5808487Z [00:01:50.263]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdatomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5876880Z [00:01:50.270]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/float.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.5945209Z [00:01:50.277]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/tccdefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6013045Z [00:01:50.284]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/tgmath.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6080286Z [00:01:50.290]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stddef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6147099Z [00:01:50.297]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdarg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6213560Z [00:01:50.304]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/varargs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6282012Z [00:01:50.310]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/include/stdalign.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6350324Z [00:01:50.317]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6417245Z [00:01:50.324]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/arm-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6484124Z [00:01:50.331]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6551209Z [00:01:50.337]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6619020Z [00:01:50.344]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/riscv64-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6686562Z [00:01:50.351]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6752928Z [00:01:50.358]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/bt-log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6819736Z [00:01:50.364]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6888552Z [00:01:50.371]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.6956358Z [00:01:50.378]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7023542Z [00:01:50.385]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7091660Z [00:01:50.391]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7159009Z [00:01:50.398]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7226593Z [00:01:50.405]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7294031Z [00:01:50.412]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7361042Z [00:01:50.418]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7429051Z [00:01:50.425]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7496459Z [00:01:50.432]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7564312Z [00:01:50.439]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7631139Z [00:01:50.445]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7699046Z [00:01:50.452]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7767099Z [00:01:50.459]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/heads/mob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7834223Z [00:01:50.466]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7901060Z [00:01:50.472]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.7968274Z [00:01:50.479]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/heads/mob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8035497Z [00:01:50.486]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8102544Z [00:01:50.493]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8168857Z [00:01:50.499]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8235449Z [00:01:50.506]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8301730Z [00:01:50.512]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8369730Z [00:01:50.519]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8438093Z [00:01:50.526]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8506185Z [00:01:50.533]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8572875Z [00:01:50.539]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8641158Z [00:01:50.546]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8708103Z [00:01:50.553]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8775480Z [00:01:50.560]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8842008Z [00:01:50.566]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8908840Z [00:01:50.573]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.8976519Z [00:01:50.580]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9043600Z [00:01:50.587]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9109658Z [00:01:50.593]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/il-opcodes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9179012Z [00:01:50.600]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccgen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9246234Z [00:01:50.607]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.pod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9313475Z [00:01:50.614]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/builtin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9380543Z [00:01:50.620]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/stdatomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9449163Z [00:01:50.627]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bt-dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9516674Z [00:01:50.634]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/builtin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9585247Z [00:01:50.641]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/lib-arm64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9653587Z [00:01:50.648]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/atomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9720719Z [00:01:50.654]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/tcov.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9788750Z [00:01:50.661]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bt-log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9856055Z [00:01:50.668]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bt-exe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9924011Z [00:01:50.675]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/stdatomic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:18.9991786Z [00:01:50.681]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/dsohandle.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0059776Z [00:01:50.688]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/bcheck.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0127248Z [00:01:50.695]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/va_list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0195037Z [00:01:50.702]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca-bt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0263134Z [00:01:50.709]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/dsohandle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0331069Z [00:01:50.715]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca-bt.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0399246Z [00:01:50.722]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0466287Z [00:01:50.729]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0534636Z [00:01:50.736]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/tcov.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0601686Z [00:01:50.742]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/va_list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0668917Z [00:01:50.749]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/runmain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0738484Z [00:01:50.756]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/armeabi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0807780Z [00:01:50.763]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/alloca.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0876296Z [00:01:50.770]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/libtcc1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.0945421Z [00:01:50.777]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/atomic.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1014808Z [00:01:50.784]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/libtcc1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1084155Z [00:01:50.791]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/lib/armflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1155059Z [00:01:50.798]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccpe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1222508Z [00:01:50.805]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccrun.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1289722Z [00:01:50.811]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tccdbg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1357236Z [00:01:50.818]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/i386-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1425824Z [00:01:50.825]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/bt-exe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1494109Z [00:01:50.832]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1561396Z [00:01:50.838]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/libtcc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1630209Z [00:01:50.845]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OHoOeDFfFU/TEMPREPO/tcc-doc.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1698913Z [00:01:50.852]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1766379Z [00:01:50.859]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1833656Z [00:01:50.866]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1901931Z [00:01:50.872]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.1970694Z [00:01:50.879]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2039450Z [00:01:50.886]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2107383Z [00:01:50.893]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2175500Z [00:01:50.900]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2243021Z [00:01:50.907]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2310698Z [00:01:50.913]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2378467Z [00:01:50.920]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2446776Z [00:01:50.927]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2513642Z [00:01:50.934]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.2581775Z [00:01:50.940]➜  mode of '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:19.3085466Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-18T22:07:19.3086543Z [00:01:50.991]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-18T22:07:24.4106779Z 
2025-08-18T22:07:24.4107473Z [+] Sanitizing /tmp/pkgforge/XSlmkNH9q_SBUILD/BUILD.log ==> /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.static.log
2025-08-18T22:07:26.6870993Z '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tinycc.static.log' -> '/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/tcc.log'
2025-08-18T22:07:26.6911300Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-x86_64-linux&download=tcc.log
2025-08-18T22:07:26.6911870Z 
2025-08-18T22:07:26.6912308Z [+] Parsing/Uploading tinycc/tcc --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftinycc%2Ftcc [x86_64-Linux]
2025-08-18T22:07:26.6954201Z {
2025-08-18T22:07:26.6954499Z   "_disabled": "false",
2025-08-18T22:07:26.6954849Z   "host": "x86_64-Linux",
2025-08-18T22:07:26.6955191Z   "rank": "",
2025-08-18T22:07:26.6955497Z   "pkg": "tinycc.static",
2025-08-18T22:07:26.6955815Z   "pkg_family": "tinycc",
2025-08-18T22:07:26.6956194Z   "pkg_id": "github.com.TinyCC.tinycc.glibc",
2025-08-18T22:07:26.6956633Z   "pkg_name": "tcc",
2025-08-18T22:07:26.6956963Z   "pkg_type": "static",
2025-08-18T22:07:26.6957468Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc",
2025-08-18T22:07:26.6957887Z   "app_id": "",
2025-08-18T22:07:26.6958070Z   "appstream": "",
2025-08-18T22:07:26.6958253Z   "category": [
2025-08-18T22:07:26.6958441Z     "ConsoleOnly",
2025-08-18T22:07:26.6958612Z     "Utility"
2025-08-18T22:07:26.6958788Z   ],
2025-08-18T22:07:26.6958973Z   "description": "Fast Tiny C Compiler",
2025-08-18T22:07:26.6959221Z   "desktop": "",
2025-08-18T22:07:26.6959401Z   "homepage": [
2025-08-18T22:07:26.6959595Z     "https://bellard.org/tcc/",
2025-08-18T22:07:26.6959844Z     "https://github.com/TinyCC/tinycc"
2025-08-18T22:07:26.6960079Z   ],
2025-08-18T22:07:26.6960619Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-x86_64-linux&download=tcc.png",
2025-08-18T22:07:26.6961206Z   "license": [
2025-08-18T22:07:26.6961401Z     "LGPL-2.1"
2025-08-18T22:07:26.6961569Z   ],
2025-08-18T22:07:26.6961727Z   "maintainer": [
2025-08-18T22:07:26.6961959Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:07:26.6962221Z   ],
2025-08-18T22:07:26.6962571Z   "provides": [
2025-08-18T22:07:26.6962763Z     "tcc==tinycc"
2025-08-18T22:07:26.6962934Z   ],
2025-08-18T22:07:26.6963090Z   "note": [
2025-08-18T22:07:26.6963406Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/TinyCC/tinycc",
2025-08-18T22:07:26.6964007Z     "Statically Linked on Debian (GLIBC)"
2025-08-18T22:07:26.6964243Z   ],
2025-08-18T22:07:26.6964420Z   "repology": [
2025-08-18T22:07:26.6964605Z     "tinycc"
2025-08-18T22:07:26.6964776Z   ],
2025-08-18T22:07:26.6964939Z   "screenshots": [],
2025-08-18T22:07:26.6965132Z   "src_url": [
2025-08-18T22:07:26.6965333Z     "https://github.com/TinyCC/tinycc",
2025-08-18T22:07:26.6965600Z     "https://repo.or.cz/tinycc.git"
2025-08-18T22:07:26.6965831Z   ],
2025-08-18T22:07:26.6965986Z   "tag": [
2025-08-18T22:07:26.6966152Z     "compiler"
2025-08-18T22:07:26.6966311Z   ],
2025-08-18T22:07:26.6966548Z   "version": "HEAD-80e7040-250818T222805",
2025-08-18T22:07:26.6966898Z   "version_upstream": "NA-2025-08-18",
2025-08-18T22:07:26.6967343Z   "bsum": "3ae5fb318da1b66511a5c9f87c610257d0dc93b184926c60abf3fb1a8a5ae18b",
2025-08-18T22:07:26.6967913Z   "build_date": "2025-08-18T22:07:20Z",
2025-08-18T22:07:26.6975323Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051106027",
2025-08-18T22:07:26.6976047Z   "build_id": "17051106027",
2025-08-18T22:07:26.6977092Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-x86_64-linux&download=tcc.log",
2025-08-18T22:07:26.6978666Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tinycc/static.official.glibc.yaml",
2025-08-18T22:07:26.6980191Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-x86_64-linux&download=tcc",
2025-08-18T22:07:26.6981679Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-x86_64-linux",
2025-08-18T22:07:26.6983225Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc",
2025-08-18T22:07:26.6984734Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-x86_64-linux&manifest",
2025-08-18T22:07:26.6986059Z   "shasum": "45b5329d8e7e43423aca63e7cc1ae7b6a9414b54d8515945921ee57c29656cfd",
2025-08-18T22:07:26.6986720Z   "size": "1.1 MB",
2025-08-18T22:07:26.6987055Z   "size_raw": "1093792",
2025-08-18T22:07:26.6987409Z   "snapshots": [
2025-08-18T22:07:26.6987841Z     "HEAD-6ec4a10-250216T134437-x86_64-linux[NA-2025-02-16]",
2025-08-18T22:07:26.6988443Z     "HEAD-8c4e673-250311T225622-x86_64-linux[NA-2025-03-11]",
2025-08-18T22:07:26.6989041Z     "HEAD-59aecdb-250528T213330-x86_64-linux[NA-2025-05-28]",
2025-08-18T22:07:26.6989635Z     "HEAD-5fad6dc-250619T032759-x86_64-linux[NA-2025-06-19]",
2025-08-18T22:07:26.6990232Z     "HEAD-2d4e4a6-250623T103024-x86_64-linux[NA-2025-06-23]",
2025-08-18T22:07:26.6990821Z     "HEAD-32b5977-250624T213831-x86_64-linux[NA-2025-06-24]",
2025-08-18T22:07:26.6991414Z     "HEAD-0c12363-250711T221330-x86_64-linux[NA-2025-07-11]",
2025-08-18T22:07:26.6992011Z     "HEAD-28d7fb8-250714T163933-x86_64-linux[NA-2025-07-14]",
2025-08-18T22:07:26.6992793Z     "HEAD-2ffb586-250719T003012-x86_64-linux[NA-2025-07-19]",
2025-08-18T22:07:26.6993402Z     "HEAD-a2902d3-250721T004851-x86_64-linux[NA-2025-07-21]",
2025-08-18T22:07:26.6993975Z     "HEAD-8025a82-250727T112216-x86_64-linux[NA-2025-07-27]",
2025-08-18T22:07:26.6994555Z     "HEAD-666e88e-250729T082657-x86_64-linux[NA-2025-07-29]",
2025-08-18T22:07:26.6995139Z     "HEAD-5364bc7-250803T184132-x86_64-linux[NA-2025-08-03]",
2025-08-18T22:07:26.6995724Z     "HEAD-9dffcd2-250805T221413-x86_64-linux[NA-2025-08-05]",
2025-08-18T22:07:26.6996312Z     "HEAD-fa97954-250807T113209-x86_64-linux[NA-2025-08-07]"
2025-08-18T22:07:26.6996804Z   ]
2025-08-18T22:07:26.6997082Z }
2025-08-18T22:07:26.6997241Z 
2025-08-18T22:07:26.6997246Z 
2025-08-18T22:07:26.8008453Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-x86_64-linux": ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-x86_64-linux: not found
2025-08-18T22:07:26.8046713Z Uploading empty artifact
2025-08-18T22:07:26.8049832Z time=2025-08-18T22:07:26Z level=debug msg=Request #0
2025-08-18T22:07:26.8051180Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/sha256:5482780c26eb4b794587b00be15ce65d89f24888d7d2b2477a05088e0dda8682"
2025-08-18T22:07:26.8052665Z > Request method: "HEAD"
2025-08-18T22:07:26.8053090Z > Request headers:
2025-08-18T22:07:26.8054831Z    "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-18T22:07:26.8056548Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:07:26.8466100Z time=2025-08-18T22:07:26Z level=debug msg=Response #0
2025-08-18T22:07:26.8466688Z < Response Status: "401 Unauthorized"
2025-08-18T22:07:26.8467070Z < Response headers:
2025-08-18T22:07:26.8467436Z    "X-Github-Request-Id": "A801:33CEEA:1C795:1F070:68A3A41E"
2025-08-18T22:07:26.8467887Z    "Content-Type": "application/json"
2025-08-18T22:07:26.8469065Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tinycc/official/glibc/tcc:pull\""
2025-08-18T22:07:26.8469730Z    "Date": "Mon, 18 Aug 2025 22:07:26 GMT"
2025-08-18T22:07:26.8470011Z    "Content-Length": "73"
2025-08-18T22:07:26.8470288Z time=2025-08-18T22:07:26Z level=debug msg=Request #1
2025-08-18T22:07:26.8470969Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftinycc%2Fofficial%2Fglibc%2Ftcc%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:07:26.8471610Z > Request method: "GET"
2025-08-18T22:07:26.8471832Z > Request headers:
2025-08-18T22:07:26.8472045Z    "Authorization": "*****"
2025-08-18T22:07:26.8472289Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:07:26.8876557Z time=2025-08-18T22:07:26Z level=debug msg=Response #1
2025-08-18T22:07:26.8877307Z < Response Status: "200 OK"
2025-08-18T22:07:26.8877836Z < Response headers:
2025-08-18T22:07:26.8878413Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:07:26.8879381Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:07:26.8880269Z    "Date": "Mon, 18 Aug 2025 22:07:26 GMT"
2025-08-18T22:07:26.8880707Z    "Content-Length": "69"
2025-08-18T22:07:26.8881013Z    "X-Github-Request-Id": "A801:33CEEA:1C79A:1F074:68A3A41E"
2025-08-18T22:07:26.8881360Z    "Content-Type": "application/json"
2025-08-18T22:07:26.8881672Z time=2025-08-18T22:07:26Z level=debug msg=Request #2
2025-08-18T22:07:26.8882690Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/sha256:5482780c26eb4b794587b00be15ce65d89f24888d7d2b2477a05088e0dda8682"
2025-08-18T22:07:26.8883484Z > Request method: "HEAD"
2025-08-18T22:07:26.8883715Z > Request headers:
2025-08-18T22:07:26.8884804Z    "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-18T22:07:26.8885940Z    "Authorization": "*****"
2025-08-18T22:07:26.8886183Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:07:26.9099683Z time=2025-08-18T22:07:26Z level=debug msg=Response #2
2025-08-18T22:07:26.9100381Z < Response Status: "404 Not Found"
2025-08-18T22:07:26.9100956Z < Response headers:
2025-08-18T22:07:26.9101499Z    "X-Github-Request-Id": "A801:33CEEA:1C7A3:1F07D:68A3A41E"
2025-08-18T22:07:26.9101933Z    "Content-Type": "application/json"
2025-08-18T22:07:26.9102581Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:07:26.9103175Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:07:26.9103680Z    "Date": "Mon, 18 Aug 2025 22:07:26 GMT"
2025-08-18T22:07:26.9104015Z    "Content-Length": "70"
2025-08-18T22:07:26.9104354Z time=2025-08-18T22:07:26Z level=debug msg=Request #3
2025-08-18T22:07:26.9105303Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:07:26.9106426Z > Request method: "HEAD"
2025-08-18T22:07:26.9106694Z > Request headers:
2025-08-18T22:07:26.9106947Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:07:26.9107236Z    "Authorization": "*****"
2025-08-18T22:07:26.9237728Z time=2025-08-18T22:07:26Z level=debug msg=Response #3
2025-08-18T22:07:26.9238432Z < Response Status: "200 OK"
2025-08-18T22:07:26.9238946Z < Response headers:
2025-08-18T22:07:26.9239403Z    "Content-Length": "0"
2025-08-18T22:07:26.9239789Z    "Content-Type": ""
2025-08-18T22:07:26.9240368Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:07:26.9241066Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:07:26.9241523Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:07:26.9242060Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:07:26.9242661Z    "Date": "Mon, 18 Aug 2025 22:07:26 GMT"
2025-08-18T22:07:26.9242981Z    "X-Github-Request-Id": "A801:33CEEA:1C7A9:1F084:68A3A41E"
2025-08-18T22:07:26.9243336Z time=2025-08-18T22:07:26Z level=debug msg=Request #4
2025-08-18T22:07:26.9243972Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/HEAD-80e7040-250818T222805-x86_64-linux"
2025-08-18T22:07:26.9244567Z > Request method: "PUT"
2025-08-18T22:07:26.9244779Z > Request headers:
2025-08-18T22:07:26.9244983Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:07:26.9245292Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:07:26.9245626Z    "Authorization": "*****"
2025-08-18T22:07:27.1677115Z time=2025-08-18T22:07:27Z level=debug msg=Response #4
2025-08-18T22:07:27.1678158Z < Response Status: "201 Created"
2025-08-18T22:07:27.1678722Z < Response headers:
2025-08-18T22:07:27.1679085Z    "Content-Length": "0"
2025-08-18T22:07:27.1679471Z    "X-Github-Request-Id": "A801:33CEEA:1C7B0:1F088:68A3A41E"
2025-08-18T22:07:27.1679912Z    "Content-Type": "application/json"
2025-08-18T22:07:27.1680520Z    "Docker-Content-Digest": "sha256:5482780c26eb4b794587b00be15ce65d89f24888d7d2b2477a05088e0dda8682"
2025-08-18T22:07:27.1681181Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:07:27.1682088Z    "Location": "/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/sha256:5482780c26eb4b794587b00be15ce65d89f24888d7d2b2477a05088e0dda8682"
2025-08-18T22:07:27.1683431Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:07:27.1683949Z    "Date": "Mon, 18 Aug 2025 22:07:27 GMT"
2025-08-18T22:07:27.1684609Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:27.1685354Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:07:27.1685835Z Digest: sha256:5482780c26eb4b794587b00be15ce65d89f24888d7d2b2477a05088e0dda8682
2025-08-18T22:07:29.3078821Z Uploading d378687245b9 CHECKSUM.sig
2025-08-18T22:07:29.3247828Z Uploading 5b5744ae7442 CHECKSUM
2025-08-18T22:07:29.3256182Z Uploading acbb5fc3359b tcc.sig
2025-08-18T22:07:29.3344770Z Uploading 45b5329d8e7e tcc
2025-08-18T22:07:29.3543317Z Exists    9aedc94c459a LICENSE
2025-08-18T22:07:29.3944786Z Uploading fda7d5579eb8 LICENSE.sig
2025-08-18T22:07:30.2483294Z Uploaded  acbb5fc3359b tcc.sig
2025-08-18T22:07:30.2666833Z Exists    f127d0b4579c SBUILD
2025-08-18T22:07:30.2825681Z Uploading 7431893a9e9e SBUILD.sig
2025-08-18T22:07:30.3696776Z Uploaded  45b5329d8e7e tcc
2025-08-18T22:07:30.3884622Z Exists    11cf0313013e tcc.png
2025-08-18T22:07:30.3948746Z Uploaded  5b5744ae7442 CHECKSUM
2025-08-18T22:07:30.4020129Z Uploaded  fda7d5579eb8 LICENSE.sig
2025-08-18T22:07:30.4059964Z Uploading 29c535d307a1 tcc.json
2025-08-18T22:07:30.4139276Z Uploading dd4227bdc3a4 tcc.json.sig
2025-08-18T22:07:30.4403263Z Uploading 311e74ebe74f tcc.log
2025-08-18T22:07:30.4815728Z Uploaded  d378687245b9 CHECKSUM.sig
2025-08-18T22:07:30.4992096Z Uploading d552b3581272 tcc.log.sig
2025-08-18T22:07:31.3275971Z Uploaded  7431893a9e9e SBUILD.sig
2025-08-18T22:07:31.3396706Z Uploaded  29c535d307a1 tcc.json
2025-08-18T22:07:31.3619849Z Uploading f0d9ffd1d49a tcc.version.sig
2025-08-18T22:07:31.3661249Z Uploading df59955db388 tcc.version
2025-08-18T22:07:31.3760652Z Uploaded  dd4227bdc3a4 tcc.json.sig
2025-08-18T22:07:31.4810094Z Uploaded  311e74ebe74f tcc.log
2025-08-18T22:07:31.5667465Z Uploaded  d552b3581272 tcc.log.sig
2025-08-18T22:07:32.4369232Z Uploaded  f0d9ffd1d49a tcc.version.sig
2025-08-18T22:07:32.4786579Z Uploaded  df59955db388 tcc.version
2025-08-18T22:07:32.4787189Z Uploading 660704d497ed tcc
2025-08-18T22:07:32.8195037Z Uploaded  660704d497ed tcc
2025-08-18T22:07:32.8196158Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:32.8197449Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:07:32.8198434Z Digest: sha256:660704d497ed6d83529b7291ee42f0e2c4258a264dc12814d9359677b19ccc6b
2025-08-18T22:07:38.0261299Z 
2025-08-18T22:07:38.0261909Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:38.0262904Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-x86_64-linux&manifest 
2025-08-18T22:07:38.0263430Z 
2025-08-18T22:07:40.1497311Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-18T22:07:40.1982141Z ./BUILD_ARTIFACTS.tar : 39.56%   (  12.9 MiB =>   5.09 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-18T22:07:40.2033312Z removed './BUILD_ARTIFACTS.tar'
2025-08-18T22:07:40.2070239Z 
2025-08-18T22:07:40.2071761Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml :: 00(Hr):02(Min):12(Sec)
2025-08-18T22:07:40.2072844Z 
2025-08-18T22:07:40.2086292Z 
2025-08-18T22:07:40.2086771Z ==> [+] Finished Building at :: Monday, 2025-08-18 (10:07:40 PM) UTC
2025-08-18T22:07:40.2087080Z 
2025-08-18T22:07:40.3905015Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-18T22:07:40.3954313Z ##[group]Run ##Presets
2025-08-18T22:07:40.3954663Z [36;1m##Presets[0m
2025-08-18T22:07:40.3954869Z [36;1mset +x ; set +e[0m
2025-08-18T22:07:40.3955083Z [36;1m#-------------#[0m
2025-08-18T22:07:40.3955282Z [36;1m##Debug?[0m
2025-08-18T22:07:40.3955527Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:07:40.3955817Z [36;1m  set -x[0m
2025-08-18T22:07:40.3955997Z [36;1mfi[0m
2025-08-18T22:07:40.3956174Z [36;1m#-------------#[0m
2025-08-18T22:07:40.3956374Z [36;1m##Set ENV[0m
2025-08-18T22:07:40.3956607Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-18T22:07:40.3957110Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-80e7040-250818T222805-x86_64-linux"[0m
2025-08-18T22:07:40.3957657Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-80e7040-250818T222805-x86_64-linux"[0m
2025-08-18T22:07:40.3958261Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027"[0m
2025-08-18T22:07:40.3958787Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-18T22:07:40.3959186Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:07:40.3959627Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:07:40.3959959Z [36;1m fi[0m
2025-08-18T22:07:40.3960138Z [36;1m##Push[0m
2025-08-18T22:07:40.3960361Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-18T22:07:40.3960642Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-18T22:07:40.3961017Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-18T22:07:40.3961495Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:07:40.3962134Z [36;1m     ls -sh "/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR"[0m
2025-08-18T22:07:40.3962682Z [36;1m     ghcr_push_cmd()[0m
2025-08-18T22:07:40.3962899Z [36;1m       {[0m
2025-08-18T22:07:40.3963091Z [36;1m        for i in {1..10}; do[0m
2025-08-18T22:07:40.3963435Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-18T22:07:40.3963886Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-18T22:07:40.3964336Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-18T22:07:40.3964875Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-80e7040-250818T222805-x86_64-linux")[0m
2025-08-18T22:07:40.3965598Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17051106027")[0m
2025-08-18T22:07:40.3966221Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17051106027")[0m
2025-08-18T22:07:40.3966937Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-x86_64-linux")[0m
2025-08-18T22:07:40.3967667Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-18T22:07:20Z")[0m
2025-08-18T22:07:40.3968169Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:07:40.3968692Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-18T22:07:20Z")[0m
2025-08-18T22:07:40.3969382Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc")[0m
2025-08-18T22:07:40.3970053Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-18T22:07:40.3970584Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:07:40.3971322Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:07:40.3972098Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc")[0m
2025-08-18T22:07:40.3973078Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tinycc")[0m
2025-08-18T22:07:40.3973637Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/TinyCC/tinycc")[0m
2025-08-18T22:07:40.3974167Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-18T22:07:40.3974684Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:07:40.3975166Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-18T22:07:40.3975672Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-18T22:07:40.3976114Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-18T22:07:40.3976371Z [36;1m         #Check[0m
2025-08-18T22:07:40.3976962Z [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-18T22:07:20Z" ]]; then[0m
2025-08-18T22:07:40.3977687Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-18T22:07:40.3978035Z [36;1m            break[0m
2025-08-18T22:07:40.3978243Z [36;1m          else[0m
2025-08-18T22:07:40.3978649Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-18T22:07:40.3979083Z [36;1m          fi[0m
2025-08-18T22:07:40.3979304Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-18T22:07:40.3979703Z [36;1m        done[0m
2025-08-18T22:07:40.3979891Z [36;1m       }[0m
2025-08-18T22:07:40.3980099Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-18T22:07:40.3980349Z [36;1m       ghcr_push_cmd[0m
2025-08-18T22:07:40.3980956Z [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-18T22:07:20Z" ]]; then[0m
2025-08-18T22:07:40.3981739Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:07:40.3982150Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-18T22:07:40.3982879Z [36;1m          ghcr_push_cmd[0m
2025-08-18T22:07:40.3983501Z [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-18T22:07:20Z" ]]; then[0m
2025-08-18T22:07:40.3984262Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-18T22:07:40.3984783Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:07:40.3985182Z [36;1m             return 1 || exit 1[0m
2025-08-18T22:07:40.3985421Z [36;1m           fi[0m
2025-08-18T22:07:40.3985622Z [36;1m       fi[0m
2025-08-18T22:07:40.3985807Z [36;1m   fi[0m
2025-08-18T22:07:40.3985986Z [36;1m fi[0m
2025-08-18T22:07:40.3986172Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:07:40.4051667Z shell: /usr/bin/bash -e {0}
2025-08-18T22:07:40.4051906Z env:
2025-08-18T22:07:40.4052087Z   CROSS_COMPILING: NO
2025-08-18T22:07:40.4052306Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:40.4052814Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:40.4053030Z   ON_QEMU: NO
2025-08-18T22:07:40.4053204Z   DEBUG: 0
2025-08-18T22:07:40.4053382Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:40.4053617Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:40.4053932Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:40.4054419Z   KEEP_LOGS: YES
2025-08-18T22:07:40.4054622Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:40.4054834Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:40.4055054Z   SBUILD_REBUILD: false
2025-08-18T22:07:40.4055583Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:40.4056144Z   BUILD_SYS: null
2025-08-18T22:07:40.4056337Z   SYSTMP: /tmp
2025-08-18T22:07:40.4056520Z   GHA_MODE: MATRIX
2025-08-18T22:07:40.4056950Z   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-18T22:07:40.4057458Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:40.4057791Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:40.4058178Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:40.4058674Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:40.4059062Z   PKG_TYPE: static
2025-08-18T22:07:40.4059260Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:40.4059488Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:40.4059869Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:40.4060227Z   BUILD_ID: 17051106027
2025-08-18T22:07:40.4060420Z   PKG_NAME: tcc
2025-08-18T22:07:40.4060604Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:40.4060842Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:40.4061102Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:40.4061428Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:40.4061794Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:40.4062237Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:40.4062955Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:40.4063228Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:40.4063608Z   GHCR_TOKEN: ***
2025-08-18T22:07:40.4063891Z   GITHUB_TOKEN: ***
2025-08-18T22:07:40.4064131Z   GITLAB_TOKEN: ***
2025-08-18T22:07:40.4065279Z   MINISIGN_KEY: ***
2025-08-18T22:07:40.4065476Z ##[endgroup]
2025-08-18T22:07:40.4154756Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-18T22:07:40.4165237Z 5.1M	./BUILD_ARTIFACTS.zstd
2025-08-18T22:07:40.4178446Z total 1.9M
2025-08-18T22:07:40.4178786Z 4.0K CHECKSUM
2025-08-18T22:07:40.4179106Z 4.0K CHECKSUM.sig
2025-08-18T22:07:40.4179426Z 4.0K LICENSE
2025-08-18T22:07:40.4179736Z 4.0K LICENSE.sig
2025-08-18T22:07:40.4180051Z 8.0K SBUILD
2025-08-18T22:07:40.4180336Z 4.0K SBUILD.sig
2025-08-18T22:07:40.4180650Z 4.0K SBUILD_TEMP
2025-08-18T22:07:40.4180966Z  16K c2str.exe
2025-08-18T22:07:40.4181273Z 4.0K c2str.exe.sig
2025-08-18T22:07:40.4181584Z  24K configure
2025-08-18T22:07:40.4181895Z 4.0K configure.sig
2025-08-18T22:07:40.4182192Z 1.1M tcc
2025-08-18T22:07:40.4182650Z 4.0K tcc.json
2025-08-18T22:07:40.4182949Z 4.0K tcc.json.sig
2025-08-18T22:07:40.4183261Z 328K tcc.log
2025-08-18T22:07:40.4183556Z 4.0K tcc.log.sig
2025-08-18T22:07:40.4183864Z  40K tcc.png
2025-08-18T22:07:40.4184152Z 4.0K tcc.sig
2025-08-18T22:07:40.4184431Z 4.0K tcc.version
2025-08-18T22:07:40.4184737Z 4.0K tcc.version.sig
2025-08-18T22:07:40.4185069Z  12K texi2pod.pl
2025-08-18T22:07:40.4185379Z 4.0K texi2pod.pl.sig
2025-08-18T22:07:40.4185697Z 328K tinycc.static.log
2025-08-18T22:07:40.4186058Z 4.0K tinycc.static.version
2025-08-18T22:07:40.4186455Z 4.0K tinycc.static.version.sig
2025-08-18T22:07:40.4186843Z 4.0K tinycc.version
2025-08-18T22:07:40.4187184Z 4.0K tinycc.version.sig
2025-08-18T22:07:40.5451189Z Uploading b1bf07b360eb BUILD_ARTIFACTS.zstd
2025-08-18T22:07:41.8778283Z Uploaded  b1bf07b360eb BUILD_ARTIFACTS.zstd
2025-08-18T22:07:41.8778901Z Uploading a8fc7858f236 SRCBUILD-tinycc
2025-08-18T22:07:42.2007574Z Uploaded  a8fc7858f236 SRCBUILD-tinycc
2025-08-18T22:07:42.2009288Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027:HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:42.2010670Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:07:42.2011559Z Digest: sha256:a8fc7858f2362a6bb4186cd4260e146028e4dc72388f0c9ce15ed7b2cd50859f
2025-08-18T22:07:47.3617948Z 
2025-08-18T22:07:47.3618862Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:47.3619595Z 
2025-08-18T22:07:47.4919626Z ##[group]Run ##Presets
2025-08-18T22:07:47.4920101Z [36;1m##Presets[0m
2025-08-18T22:07:47.4920464Z [36;1mset +x ; set +e[0m
2025-08-18T22:07:47.4920887Z [36;1m#-------------#[0m
2025-08-18T22:07:47.4921221Z [36;1m##Debug?[0m
2025-08-18T22:07:47.4921640Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:07:47.4922148Z [36;1m  set -x[0m
2025-08-18T22:07:47.4922747Z [36;1mfi[0m
2025-08-18T22:07:47.4923059Z [36;1m#-------------#[0m
2025-08-18T22:07:47.4923525Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-18T22:07:47.4924109Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:07:47.4990196Z shell: /usr/bin/bash -e {0}
2025-08-18T22:07:47.4990434Z env:
2025-08-18T22:07:47.4990618Z   CROSS_COMPILING: NO
2025-08-18T22:07:47.4990846Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:47.4991081Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:47.4991291Z   ON_QEMU: NO
2025-08-18T22:07:47.4991499Z   DEBUG: 0
2025-08-18T22:07:47.4991679Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:47.4991899Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:47.4992201Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:47.4992739Z   KEEP_LOGS: YES
2025-08-18T22:07:47.4992933Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:47.4993143Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:47.4993356Z   SBUILD_REBUILD: false
2025-08-18T22:07:47.4994079Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:47.4994656Z   BUILD_SYS: null
2025-08-18T22:07:47.4994845Z   SYSTMP: /tmp
2025-08-18T22:07:47.4995024Z   GHA_MODE: MATRIX
2025-08-18T22:07:47.4995462Z   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-18T22:07:47.4995980Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:47.4996309Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:47.4996697Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:47.4997183Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:47.4997568Z   PKG_TYPE: static
2025-08-18T22:07:47.4997763Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:47.4997995Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:47.4998383Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:47.4998753Z   BUILD_ID: 17051106027
2025-08-18T22:07:47.4998946Z   PKG_NAME: tcc
2025-08-18T22:07:47.4999139Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:47.4999382Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:47.4999648Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:47.4999980Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:47.5000344Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:47.5000790Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:47.5001232Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:47.5001499Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:47.5001768Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:47.5002270Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:47.5002885Z ##[endgroup]
2025-08-18T22:07:47.5187590Z ##[group]Run actions/upload-artifact@v4
2025-08-18T22:07:47.5187915Z with:
2025-08-18T22:07:47.5188122Z   name: Bincache_tinycc_x86_64-Linux
2025-08-18T22:07:47.5188423Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-18T22:07:47.5188726Z   compression-level: 0
2025-08-18T22:07:47.5188934Z   retention-days: 30
2025-08-18T22:07:47.5189126Z   overwrite: true
2025-08-18T22:07:47.5189319Z   if-no-files-found: warn
2025-08-18T22:07:47.5189541Z   include-hidden-files: false
2025-08-18T22:07:47.5189752Z env:
2025-08-18T22:07:47.5189920Z   CROSS_COMPILING: NO
2025-08-18T22:07:47.5190122Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:47.5190339Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:47.5190546Z   ON_QEMU: NO
2025-08-18T22:07:47.5190716Z   DEBUG: 0
2025-08-18T22:07:47.5190896Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:47.5191114Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:47.5191425Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:47.5191772Z   KEEP_LOGS: YES
2025-08-18T22:07:47.5191960Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:47.5192177Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:47.5192590Z   SBUILD_REBUILD: false
2025-08-18T22:07:47.5193134Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:47.5193688Z   BUILD_SYS: null
2025-08-18T22:07:47.5193871Z   SYSTMP: /tmp
2025-08-18T22:07:47.5194049Z   GHA_MODE: MATRIX
2025-08-18T22:07:47.5194479Z   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-18T22:07:47.5194983Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:47.5195304Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:47.5195686Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:47.5196350Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:47.5196731Z   PKG_TYPE: static
2025-08-18T22:07:47.5196923Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:47.5197149Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:47.5197525Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:47.5197878Z   BUILD_ID: 17051106027
2025-08-18T22:07:47.5198062Z   PKG_NAME: tcc
2025-08-18T22:07:47.5198254Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:47.5198490Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:47.5198749Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:47.5199085Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:47.5199444Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:47.5199884Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:47.5200325Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:47.5200601Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:47.5200870Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:47.5201365Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:47.5201811Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:47.5202037Z ##[endgroup]
2025-08-18T22:07:47.7421739Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-18T22:07:47.7425142Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-18T22:07:47.7425966Z With the provided path, there will be 2 files uploaded
2025-08-18T22:07:47.8317919Z Artifact name is valid!
2025-08-18T22:07:47.8319182Z Root directory input is valid!
2025-08-18T22:07:47.8612979Z Beginning upload of artifact content to blob storage
2025-08-18T22:07:48.1214810Z Uploaded bytes 5970441
2025-08-18T22:07:48.1446706Z Finished uploading artifact content to blob storage!
2025-08-18T22:07:48.1450477Z SHA256 digest of uploaded artifact zip is a35d0f8b71474d655c0adb454802b485dd938e47373164c4dfddeb19402e863e
2025-08-18T22:07:48.1451179Z Finalizing artifact upload
2025-08-18T22:07:48.2193093Z Artifact Bincache_tinycc_x86_64-Linux.zip successfully finalized. Artifact ID 3793145532
2025-08-18T22:07:48.2194528Z Artifact Bincache_tinycc_x86_64-Linux has been successfully uploaded! Final size is 5970441 bytes. Artifact ID is 3793145532
2025-08-18T22:07:48.2200824Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17051106027/artifacts/3793145532
2025-08-18T22:07:48.2349853Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-18T22:07:48.2350179Z with:
2025-08-18T22:07:48.2350482Z   subject-name: tinycc-17051106027-HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.2351337Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:07:48.2352088Z   show-summary: true
2025-08-18T22:07:48.2352306Z   push-to-registry: false
2025-08-18T22:07:48.2352881Z   github-token: ***
2025-08-18T22:07:48.2353081Z env:
2025-08-18T22:07:48.2353258Z   CROSS_COMPILING: NO
2025-08-18T22:07:48.2353474Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:48.2353706Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:48.2353923Z   ON_QEMU: NO
2025-08-18T22:07:48.2354102Z   DEBUG: 0
2025-08-18T22:07:48.2354282Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:48.2354519Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:48.2354843Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:48.2355172Z   KEEP_LOGS: YES
2025-08-18T22:07:48.2355375Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:48.2355594Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:48.2355811Z   SBUILD_REBUILD: false
2025-08-18T22:07:48.2356348Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:48.2357093Z   BUILD_SYS: null
2025-08-18T22:07:48.2357286Z   SYSTMP: /tmp
2025-08-18T22:07:48.2357473Z   GHA_MODE: MATRIX
2025-08-18T22:07:48.2357908Z   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-18T22:07:48.2358426Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:48.2358752Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:48.2359142Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:48.2359638Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:48.2360026Z   PKG_TYPE: static
2025-08-18T22:07:48.2360226Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:48.2360460Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:48.2360840Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:48.2361213Z   BUILD_ID: 17051106027
2025-08-18T22:07:48.2361417Z   PKG_NAME: tcc
2025-08-18T22:07:48.2361615Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:48.2361862Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:48.2362128Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:48.2362580Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:48.2362975Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.2363421Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:48.2363877Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:48.2364148Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:48.2364423Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.2364925Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:48.2365374Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:48.2365613Z ##[endgroup]
2025-08-18T22:07:48.2436588Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-18T22:07:48.2437020Z env:
2025-08-18T22:07:48.2437201Z   CROSS_COMPILING: NO
2025-08-18T22:07:48.2437419Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:48.2437651Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:48.2437868Z   ON_QEMU: NO
2025-08-18T22:07:48.2438048Z   DEBUG: 0
2025-08-18T22:07:48.2438230Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:48.2438457Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:48.2438960Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:48.2439310Z   KEEP_LOGS: YES
2025-08-18T22:07:48.2439514Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:48.2439736Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:48.2439959Z   SBUILD_REBUILD: false
2025-08-18T22:07:48.2440500Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:48.2441060Z   BUILD_SYS: null
2025-08-18T22:07:48.2441256Z   SYSTMP: /tmp
2025-08-18T22:07:48.2441443Z   GHA_MODE: MATRIX
2025-08-18T22:07:48.2441885Z   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-18T22:07:48.2442558Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:48.2442891Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:48.2443290Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:48.2443783Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:48.2444171Z   PKG_TYPE: static
2025-08-18T22:07:48.2444371Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:48.2444605Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:48.2444989Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:48.2445354Z   BUILD_ID: 17051106027
2025-08-18T22:07:48.2445704Z   PKG_NAME: tcc
2025-08-18T22:07:48.2445910Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:48.2446167Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:48.2446448Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:48.2446795Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:48.2447174Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.2447636Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:48.2448096Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:48.2448376Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:48.2448657Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.2449164Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:48.2449616Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:48.2449853Z ##[endgroup]
2025-08-18T22:07:48.5485737Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-18T22:07:48.5486092Z with:
2025-08-18T22:07:48.5486781Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:07:48.5487642Z   subject-name: tinycc-17051106027-HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.5488051Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-18T22:07:48.5490713Z   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/17051106027/attempts/1"}}}
2025-08-18T22:07:48.5493655Z   push-to-registry: false
2025-08-18T22:07:48.5493894Z   show-summary: true
2025-08-18T22:07:48.5494287Z   github-token: ***
2025-08-18T22:07:48.5494492Z env:
2025-08-18T22:07:48.5494675Z   CROSS_COMPILING: NO
2025-08-18T22:07:48.5494891Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:48.5495302Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:48.5495542Z   ON_QEMU: NO
2025-08-18T22:07:48.5495725Z   DEBUG: 0
2025-08-18T22:07:48.5495910Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:48.5496151Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:48.5496459Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:48.5496785Z   KEEP_LOGS: YES
2025-08-18T22:07:48.5496987Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:48.5497214Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:48.5497436Z   SBUILD_REBUILD: false
2025-08-18T22:07:48.5497981Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:48.5498562Z   BUILD_SYS: null
2025-08-18T22:07:48.5498780Z   SYSTMP: /tmp
2025-08-18T22:07:48.5498977Z   GHA_MODE: MATRIX
2025-08-18T22:07:48.5499415Z   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-18T22:07:48.5499943Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:48.5500277Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:48.5500672Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:48.5501159Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:48.5501702Z   PKG_TYPE: static
2025-08-18T22:07:48.5501906Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:48.5502148Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:48.5502769Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:48.5503141Z   BUILD_ID: 17051106027
2025-08-18T22:07:48.5503342Z   PKG_NAME: tcc
2025-08-18T22:07:48.5503541Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:48.5503792Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:48.5504062Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:48.5504416Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:48.5504797Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.5505253Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:48.5505707Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:48.5505984Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:48.5506265Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:48.5506782Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:48.5507243Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:48.5507482Z ##[endgroup]
2025-08-18T22:07:49.6461199Z Attestation created for 24 subjects
2025-08-18T22:07:49.6465443Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-18T22:07:49.6466059Z -----BEGIN CERTIFICATE-----
2025-08-18T22:07:49.6466489Z MIIG7zCCBnWgAwIBAgIUR4mDACDw8r3erpS6yuA2HWVH/2IwCgYIKoZIzj0EAwMw
2025-08-18T22:07:49.6467046Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-18T22:07:49.6467607Z cm1lZGlhdGUwHhcNMjUwODE4MjIwNzQ4WhcNMjUwODE4MjIxNzQ4WjAAMFkwEwYH
2025-08-18T22:07:49.6468170Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEimEmxvIlpOUybJPnaloWzLG0p2sMjDebfDUi
2025-08-18T22:07:49.6468723Z KJkcxHcpNb51kTZl+r+1+Z3h2Pq67gqfXAwBWaeunxz+1lLgp6OCBZQwggWQMA4G
2025-08-18T22:07:49.6469250Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUE89K
2025-08-18T22:07:49.6469757Z CiF1Q4Cd2BJnu8+KfwA0D9kwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-18T22:07:49.6470261Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-18T22:07:49.6470760Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-18T22:07:49.6471282Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-18T22:07:49.6471790Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-18T22:07:49.6472736Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-18T22:07:49.6473297Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-18T22:07:49.6473827Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-18T22:07:49.6474348Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-18T22:07:49.6474855Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-18T22:07:49.6475350Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-18T22:07:49.6475978Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-18T22:07:49.6476559Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-18T22:07:49.6477062Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-18T22:07:49.6477571Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-18T22:07:49.6478096Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-18T22:07:49.6478620Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-18T22:07:49.6479114Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-18T22:07:49.6479591Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-18T22:07:49.6480277Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-18T22:07:49.6480754Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-18T22:07:49.6481548Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-18T22:07:49.6482040Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-18T22:07:49.6482716Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-18T22:07:49.6483192Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MDUxMTA2MDI3L2F0
2025-08-18T22:07:49.6483674Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-18T22:07:49.6484162Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZi/OW7+
2025-08-18T22:07:49.6484642Z AAAEAwBHMEUCIAngsQDf1OA9dXNSLidB+byUXzNKbZ70MnnLIVXHW3VYAiEA6Vhj
2025-08-18T22:07:49.6485098Z vEp1t0hE6a5nZcgOW3zTbUfrSMi4uEFW2d/igFAwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-18T22:07:49.6485536Z AJXoeE/qGSrbffUx/OSCbIKsjhFMWJzBLVJBjsiI9BxVpn/vHQfkf2UAE08MHL7y
2025-08-18T22:07:49.6485987Z lwIwUfxM4KFl+kJgj0QI5fY0+aWR7FWY7eOWIzWYEmIgB7Lfy+NwoTeHxrZPhHTa
2025-08-18T22:07:49.6486331Z aTbl
2025-08-18T22:07:49.6486518Z -----END CERTIFICATE-----
2025-08-18T22:07:49.6486672Z 
2025-08-18T22:07:49.6487057Z ##[endgroup]
2025-08-18T22:07:49.6487450Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-18T22:07:49.6487855Z https://search.sigstore.dev?logIndex=408664035
2025-08-18T22:07:49.6488213Z [36mAttestation uploaded to repository[39m
2025-08-18T22:07:49.6488545Z https://github.com/pkgforge/bincache/attestations/9786839
2025-08-18T22:07:49.7249749Z ##[group]Run ##Presets
2025-08-18T22:07:49.7250016Z [36;1m##Presets[0m
2025-08-18T22:07:49.7250226Z [36;1mset +x ; set +e[0m
2025-08-18T22:07:49.7250444Z [36;1m#-------------#[0m
2025-08-18T22:07:49.7250657Z [36;1m##Debug?[0m
2025-08-18T22:07:49.7250910Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:07:49.7251211Z [36;1m  set -x[0m
2025-08-18T22:07:49.7251405Z [36;1mfi[0m
2025-08-18T22:07:49.7251593Z [36;1m#-------------#[0m
2025-08-18T22:07:49.7251907Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:07:49.7252719Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tinycc/official/glibc"[0m
2025-08-18T22:07:49.7253161Z [36;1m exit 1[0m
2025-08-18T22:07:49.7253349Z [36;1mfi[0m
2025-08-18T22:07:49.7302256Z shell: /usr/bin/bash -e {0}
2025-08-18T22:07:49.7302710Z env:
2025-08-18T22:07:49.7302901Z   CROSS_COMPILING: NO
2025-08-18T22:07:49.7303156Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:49.7303393Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:49.7303617Z   ON_QEMU: NO
2025-08-18T22:07:49.7303797Z   DEBUG: 0
2025-08-18T22:07:49.7303986Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:49.7304219Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:49.7304539Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:49.7304877Z   KEEP_LOGS: YES
2025-08-18T22:07:49.7305078Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:49.7305304Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:49.7305527Z   SBUILD_REBUILD: false
2025-08-18T22:07:49.7306084Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:49.7306649Z   BUILD_SYS: null
2025-08-18T22:07:49.7306846Z   SYSTMP: /tmp
2025-08-18T22:07:49.7307040Z   GHA_MODE: MATRIX
2025-08-18T22:07:49.7307482Z   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-18T22:07:49.7308020Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:49.7308358Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:49.7308755Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:49.7309252Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:49.7309642Z   PKG_TYPE: static
2025-08-18T22:07:49.7309845Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:49.7310087Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:49.7310666Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:49.7311046Z   BUILD_ID: 17051106027
2025-08-18T22:07:49.7311250Z   PKG_NAME: tcc
2025-08-18T22:07:49.7311460Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:49.7311716Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:49.7311990Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:49.7312471Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:49.7312898Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:49.7313453Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:49.7314103Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:49.7326434Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:49.7326926Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:49.7327486Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:49.7327971Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:49.7328215Z ##[endgroup]
2025-08-18T22:07:49.7415331Z ##[group]Run ##Presets
2025-08-18T22:07:49.7415587Z [36;1m##Presets[0m
2025-08-18T22:07:49.7415799Z [36;1mset +x ; set +e[0m
2025-08-18T22:07:49.7416020Z [36;1m#-------------#[0m
2025-08-18T22:07:49.7416230Z [36;1m##Debug?[0m
2025-08-18T22:07:49.7416486Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:07:49.7416792Z [36;1m  set -x[0m
2025-08-18T22:07:49.7416985Z [36;1mfi[0m
2025-08-18T22:07:49.7417176Z [36;1m#-------------#[0m
2025-08-18T22:07:49.7417422Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:07:49.7417905Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tinycc/official/glibc"[0m
2025-08-18T22:07:49.7418343Z [36;1m exit 1[0m
2025-08-18T22:07:49.7418538Z [36;1mfi[0m
2025-08-18T22:07:49.7461544Z shell: /usr/bin/bash -e {0}
2025-08-18T22:07:49.7461796Z env:
2025-08-18T22:07:49.7461979Z   CROSS_COMPILING: NO
2025-08-18T22:07:49.7462226Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:49.7462695Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:49.7462957Z   ON_QEMU: NO
2025-08-18T22:07:49.7463141Z   DEBUG: 0
2025-08-18T22:07:49.7463331Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:49.7463562Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:49.7463876Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:49.7464203Z   KEEP_LOGS: YES
2025-08-18T22:07:49.7464404Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:49.7464629Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:49.7464850Z   SBUILD_REBUILD: false
2025-08-18T22:07:49.7465389Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:49.7465952Z   BUILD_SYS: null
2025-08-18T22:07:49.7466339Z   SYSTMP: /tmp
2025-08-18T22:07:49.7466588Z   GHA_MODE: MATRIX
2025-08-18T22:07:49.7467036Z   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-18T22:07:49.7467553Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:49.7467887Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:49.7468282Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:49.7468769Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:49.7469164Z   PKG_TYPE: static
2025-08-18T22:07:49.7469366Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:49.7469605Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:49.7469996Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:49.7470357Z   BUILD_ID: 17051106027
2025-08-18T22:07:49.7470564Z   PKG_NAME: tcc
2025-08-18T22:07:49.7470763Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:49.7471018Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:49.7471461Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:49.7471807Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:49.7472184Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:49.7472792Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:49.7473243Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:49.7473517Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:49.7473798Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:49.7474302Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:49.7474753Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:49.7474985Z ##[endgroup]
2025-08-18T22:07:49.7556797Z ##[group]Run ##Presets
2025-08-18T22:07:49.7557063Z [36;1m##Presets[0m
2025-08-18T22:07:49.7557283Z [36;1mset +x ; set +e[0m
2025-08-18T22:07:49.7557520Z [36;1m#-------------#[0m
2025-08-18T22:07:49.7557737Z [36;1m##Debug?[0m
2025-08-18T22:07:49.7557994Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:07:49.7558294Z [36;1m  set -x[0m
2025-08-18T22:07:49.7558483Z [36;1mfi[0m
2025-08-18T22:07:49.7558671Z [36;1m#-------------#[0m
2025-08-18T22:07:49.7559026Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:07:49.7559457Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-18T22:07:49.7559770Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:07:49.7560041Z [36;1mfi[0m
2025-08-18T22:07:49.7603083Z shell: /usr/bin/bash -e {0}
2025-08-18T22:07:49.7603322Z env:
2025-08-18T22:07:49.7603514Z   CROSS_COMPILING: NO
2025-08-18T22:07:49.7603781Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:07:49.7604014Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:07:49.7604232Z   ON_QEMU: NO
2025-08-18T22:07:49.7604413Z   DEBUG: 0
2025-08-18T22:07:49.7604604Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:07:49.7604832Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:07:49.7605150Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:07:49.7605496Z   KEEP_LOGS: YES
2025-08-18T22:07:49.7605699Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:07:49.7605925Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:07:49.7606147Z   SBUILD_REBUILD: false
2025-08-18T22:07:49.7606691Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:49.7607250Z   BUILD_SYS: null
2025-08-18T22:07:49.7607451Z   SYSTMP: /tmp
2025-08-18T22:07:49.7607648Z   GHA_MODE: MATRIX
2025-08-18T22:07:49.7608094Z   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-18T22:07:49.7608617Z   INPUT_SBUILD: /tmp/pkgforge/eUiyavR9O_build.yaml
2025-08-18T22:07:49.7608972Z   BUILD_DIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml
2025-08-18T22:07:49.7609382Z   SBUILD_OUTDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:49.7609877Z   SBUILD_TMPDIR: /tmp/pkgforge/8bNPNov_eUiyavR9O_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:07:49.7610278Z   PKG_TYPE: static
2025-08-18T22:07:49.7610482Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:07:49.7610723Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:07:49.7611117Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:07:49.7611490Z   BUILD_ID: 17051106027
2025-08-18T22:07:49.7611702Z   PKG_NAME: tcc
2025-08-18T22:07:49.7611910Z   PKG_DATE: 2025-08-18T22:07:20Z
2025-08-18T22:07:49.7612171Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:07:49.7612636Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:07:49.7612984Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:07:49.7613354Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:49.7613806Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tinycc/official/glibc/tcc
2025-08-18T22:07:49.7614443Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:07:49.7614722Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:07:49.7615006Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-x86_64-linux
2025-08-18T22:07:49.7615526Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:07:49.7615980Z   UTC_TIME: 2025_08_18T10_07_47_PM
2025-08-18T22:07:49.7616213Z ##[endgroup]
2025-08-18T22:07:49.7688285Z EXITED
2025-08-18T22:07:49.7730007Z Cleaning up orphan processes
