﻿2025-08-18T22:02:18.7013833Z Current runner version: '2.327.1'
2025-08-18T22:02:18.7048115Z ##[group]Runner Image Provisioner
2025-08-18T22:02:18.7049018Z Hosted Compute Agent
2025-08-18T22:02:18.7049772Z Version: 20250818.377
2025-08-18T22:02:18.7050414Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-18T22:02:18.7051468Z Build Date: 2025-08-18T14:52:18Z
2025-08-18T22:02:18.7052135Z ##[endgroup]
2025-08-18T22:02:18.7052666Z ##[group]VM Image
2025-08-18T22:02:18.7053269Z - OS: Linux (arm64)
2025-08-18T22:02:18.7053841Z - Source: Partner
2025-08-18T22:02:18.7054356Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-18T22:02:18.7055054Z - Version: 20250728.24.1
2025-08-18T22:02:18.7056070Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-18T22:02:18.7057135Z ##[endgroup]
2025-08-18T22:02:18.7058466Z ##[group]GITHUB_TOKEN Permissions
2025-08-18T22:02:18.7061720Z Attestations: write
2025-08-18T22:02:18.7062401Z Contents: write
2025-08-18T22:02:18.7063350Z Metadata: read
2025-08-18T22:02:18.7063965Z Packages: write
2025-08-18T22:02:18.7064567Z ##[endgroup]
2025-08-18T22:02:18.7067392Z Secret source: Actions
2025-08-18T22:02:18.7068196Z Prepare workflow directory
2025-08-18T22:02:18.7487428Z Prepare all required actions
2025-08-18T22:02:18.7531500Z Getting action download info
2025-08-18T22:02:19.0799948Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-18T22:02:19.7303335Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-18T22:02:20.0192558Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-18T22:02:20.2023632Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-18T22:02:20.5195447Z Getting action download info
2025-08-18T22:02:20.6793921Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-18T22:02:20.9144628Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-18T22:02:21.1915361Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/tinycc/official/glibc)
2025-08-18T22:02:21.2695934Z ##[group]Run ##Presets
2025-08-18T22:02:21.2696915Z [36;1m##Presets[0m
2025-08-18T22:02:21.2697586Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:21.2698418Z [36;1m#-------------#[0m
2025-08-18T22:02:21.2699369Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-18T22:02:21.2700499Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-18T22:02:21.2701819Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.2702713Z [36;1m  fi[0m
2025-08-18T22:02:21.2703629Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-18T22:02:21.2704808Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-18T22:02:21.2705911Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.2706862Z [36;1m  fi[0m
2025-08-18T22:02:21.2707661Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-18T22:02:21.2708878Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-18T22:02:21.2709940Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.2711110Z [36;1m  fi[0m
2025-08-18T22:02:21.2712015Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-18T22:02:21.2713086Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-18T22:02:21.2714077Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-18T22:02:21.2714985Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-18T22:02:21.2715978Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.2717353Z [36;1m     else[0m
2025-08-18T22:02:21.2718173Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.2719080Z [36;1m     fi[0m
2025-08-18T22:02:21.2719787Z [36;1m  fi[0m
2025-08-18T22:02:21.2720389Z [36;1mfi[0m
2025-08-18T22:02:21.2758150Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:21.2759462Z env:
2025-08-18T22:02:21.2761243Z   GH_TOKEN: ***
2025-08-18T22:02:21.2761924Z ##[endgroup]
2025-08-18T22:02:21.3045296Z ##[group]Run ##Presets
2025-08-18T22:02:21.3046260Z [36;1m##Presets[0m
2025-08-18T22:02:21.3047213Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:21.3047982Z [36;1m#-------------#[0m
2025-08-18T22:02:21.3048791Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-18T22:02:21.3050197Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-18T22:02:21.3051875Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-18T22:02:21.3053095Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-18T22:02:21.3054276Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-18T22:02:21.3055531Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-18T22:02:21.3056530Z [36;1m  exit 1[0m
2025-08-18T22:02:21.3057150Z [36;1mfi[0m
2025-08-18T22:02:21.3089021Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:21.3089803Z env:
2025-08-18T22:02:21.3091034Z   RO_GHTOKEN: ***
2025-08-18T22:02:21.3091895Z   RO_GLTOKEN: ***
2025-08-18T22:02:21.3094904Z   MINISIGN_KEY: ***
2025-08-18T22:02:21.3095545Z ##[endgroup]
2025-08-18T22:02:21.3269111Z ##[group]Run ##Presets
2025-08-18T22:02:21.3270177Z [36;1m##Presets[0m
2025-08-18T22:02:21.3271060Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:21.3271835Z [36;1m#-------------#[0m
2025-08-18T22:02:21.3272551Z [36;1m##Host Triplet[0m
2025-08-18T22:02:21.3273491Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:02:21.3274557Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-18T22:02:21.3275479Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:02:21.3276437Z [36;1m   export ON_QEMU="YES"[0m
2025-08-18T22:02:21.3277360Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-18T22:02:21.3278360Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-18T22:02:21.3279428Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-18T22:02:21.3280399Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-18T22:02:21.3281323Z [36;1m   fi[0m
2025-08-18T22:02:21.3282337Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:02:21.3283360Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-18T22:02:21.3284329Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:02:21.3285291Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-18T22:02:21.3286152Z [36;1m   export ON_QEMU="NO"[0m
2025-08-18T22:02:21.3286950Z [36;1m fi[0m
2025-08-18T22:02:21.3287777Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3288973Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3290095Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3291337Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3292233Z [36;1m##Debug[0m
2025-08-18T22:02:21.3292933Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-18T22:02:21.3293729Z [36;1m   export DEBUG="1"[0m
2025-08-18T22:02:21.3294494Z [36;1m else[0m
2025-08-18T22:02:21.3295129Z [36;1m   export DEBUG="0"[0m
2025-08-18T22:02:21.3295856Z [36;1m fi[0m
2025-08-18T22:02:21.3296561Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3297408Z [36;1m##Docker Platform[0m
2025-08-18T22:02:21.3298750Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-18T22:02:21.3299722Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-18T22:02:21.3300940Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-18T22:02:21.3302093Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-18T22:02:21.3303067Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-18T22:02:21.3304034Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-18T22:02:21.3305064Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-18T22:02:21.3306028Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-18T22:02:21.3306873Z [36;1m fi[0m
2025-08-18T22:02:21.3307752Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3308988Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3310013Z [36;1m##GHCRPKG_URL[0m
2025-08-18T22:02:21.3311578Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tinycc/official/glibc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:02:21.3313098Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-18T22:02:21.3314099Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3315022Z [36;1m##Logs[0m
2025-08-18T22:02:21.3315919Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-18T22:02:21.3316741Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-18T22:02:21.3317493Z [36;1m else[0m
2025-08-18T22:02:21.3318180Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-18T22:02:21.3318996Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-18T22:02:21.3319757Z [36;1m fi[0m
2025-08-18T22:02:21.3321132Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3322351Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3323449Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-18T22:02:21.3324486Z [36;1m PKG_FAMILY_LOCAL="$(echo "tinycc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:02:21.3325620Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-18T22:02:21.3326640Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3327580Z [36;1m##Rebuild[0m
2025-08-18T22:02:21.3328302Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-18T22:02:21.3329188Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-18T22:02:21.3329963Z [36;1m else[0m
2025-08-18T22:02:21.3330846Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-18T22:02:21.3331729Z [36;1m fi[0m
2025-08-18T22:02:21.3332562Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3333572Z [36;1m ##SBUILD_URL[0m
2025-08-18T22:02:21.3334741Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-18T22:02:21.3336246Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-18T22:02:21.3338490Z [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:02:21.3340483Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:02:21.3341864Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-18T22:02:21.3343188Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-18T22:02:21.3344396Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-18T22:02:21.3345499Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3346425Z [36;1m    exit 1[0m
2025-08-18T22:02:21.3347077Z [36;1m   else[0m
2025-08-18T22:02:21.3347815Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-18T22:02:21.3348788Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3349772Z [36;1m    #Check for x_exec.host[0m
2025-08-18T22:02:21.3351441Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-18T22:02:21.3352472Z [36;1m      #check if supported[0m
2025-08-18T22:02:21.3353622Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-18T22:02:21.3355105Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-18T22:02:21.3356319Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-18T22:02:21.3357369Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3358244Z [36;1m         exit 1[0m
2025-08-18T22:02:21.3358926Z [36;1m       fi[0m
2025-08-18T22:02:21.3359676Z [36;1m      #get build system[0m
2025-08-18T22:02:21.3360891Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-18T22:02:21.3362078Z [36;1m       export BUILD_SYS[0m
2025-08-18T22:02:21.3363003Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3364052Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-18T22:02:21.3365115Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3366151Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3367152Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-18T22:02:21.3368256Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3369244Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.3370079Z [36;1m       fi[0m
2025-08-18T22:02:21.3371295Z [36;1m     fi[0m
2025-08-18T22:02:21.3371985Z [36;1m   fi[0m
2025-08-18T22:02:21.3372745Z [36;1m popd >/dev/null 2>&1[0m
2025-08-18T22:02:21.3404834Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:21.3405864Z ##[endgroup]
2025-08-18T22:02:21.6194262Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:02:21.6195572Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:02:21.6196064Z 
2025-08-18T22:02:21.6561211Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:02:21.6562375Z 100  4640  100  4640    0     0   118k      0 --:--:-- --:--:-- --:--:--  119k
2025-08-18T22:02:21.6572388Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:02:21.6804735Z ##[group]Run ##Presets
2025-08-18T22:02:21.6805599Z [36;1m##Presets[0m
2025-08-18T22:02:21.6806104Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:21.6806734Z [36;1m#-------------#[0m
2025-08-18T22:02:21.6807307Z [36;1m##Debug?[0m
2025-08-18T22:02:21.6807915Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:02:21.6808669Z [36;1m  set -x[0m
2025-08-18T22:02:21.6809134Z [36;1mfi[0m
2025-08-18T22:02:21.6809667Z [36;1m#-------------#[0m
2025-08-18T22:02:21.6810271Z [36;1m##CoreUtils[0m
2025-08-18T22:02:21.6811076Z [36;1msudo apt update -y[0m
2025-08-18T22:02:21.6811950Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-18T22:02:21.6814095Z [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:02:21.6816122Z [36;1m##tmp[0m
2025-08-18T22:02:21.6816814Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-18T22:02:21.6817561Z [36;1m#GH ENV[0m
2025-08-18T22:02:21.6818182Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.6818913Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.6819581Z [36;1m#-------------#[0m
2025-08-18T22:02:21.6820172Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-18T22:02:21.6821344Z [36;1msudo apt update -y[0m
2025-08-18T22:02:21.6822313Z [36;1msudo apt install dos2unix -y[0m
2025-08-18T22:02:21.6823059Z [36;1m##Setup Minisign[0m
2025-08-18T22:02:21.6823677Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-18T22:02:21.6824718Z [36;1mecho "***[0m
2025-08-18T22:02:21.6827470Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-18T22:02:21.6828117Z [36;1m##User-Agent[0m
2025-08-18T22:02:21.6829776Z [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:02:21.6831807Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:21.6863645Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:21.6864345Z env:
2025-08-18T22:02:21.6865127Z   CROSS_COMPILING: NO
2025-08-18T22:02:21.6865749Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:02:21.6866491Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:02:21.6867072Z   ON_QEMU: NO
2025-08-18T22:02:21.6867522Z   DEBUG: 0
2025-08-18T22:02:21.6868070Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:02:21.6868722Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:02:21.6869537Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:02:21.6870300Z   KEEP_LOGS: YES
2025-08-18T22:02:21.6871187Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:02:21.6871833Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:02:21.6872415Z   SBUILD_REBUILD: false
2025-08-18T22:02:21.6873622Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:02:21.6874890Z   BUILD_SYS: null
2025-08-18T22:02:21.6875360Z ##[endgroup]
2025-08-18T22:02:21.7662031Z 
2025-08-18T22:02:21.7663261Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:02:21.7664052Z 
2025-08-18T22:02:21.9554366Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-18T22:02:21.9804990Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-18T22:02:22.0787497Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-18T22:02:22.0920139Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:02:22.1228821Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [47.9 kB]
2025-08-18T22:02:22.1269383Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.1 kB]
2025-08-18T22:02:22.1292594Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9807 B]
2025-08-18T22:02:22.1332004Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-18T22:02:22.1750774Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-18T22:02:22.5390938Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-18T22:02:22.6841678Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-18T22:02:22.8231949Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1384 kB]
2025-08-18T22:02:23.5725838Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [267 kB]
2025-08-18T22:02:23.7677162Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-18T22:02:23.8635762Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1100 kB]
2025-08-18T22:02:24.2128887Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-18T22:02:24.4186481Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-18T22:02:24.6825248Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2263 kB]
2025-08-18T22:02:25.2026736Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [374 kB]
2025-08-18T22:02:25.7172393Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-18T22:02:25.8110576Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-18T22:02:25.9206017Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-18T22:02:26.0165224Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-18T22:02:26.1122123Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-18T22:02:26.2237073Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-18T22:02:26.3184862Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-18T22:02:26.4136597Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-18T22:02:26.5245266Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-18T22:02:26.6185148Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-18T22:02:26.8011936Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-18T22:02:26.9197181Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-18T22:02:27.0150124Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1118 kB]
2025-08-18T22:02:27.6667297Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [185 kB]
2025-08-18T22:02:27.7611220Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-18T22:02:27.8717304Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [854 kB]
2025-08-18T22:02:28.1415840Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [194 kB]
2025-08-18T22:02:28.3095789Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-18T22:02:28.3958776Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2118 kB]
2025-08-18T22:02:28.8331289Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [350 kB]
2025-08-18T22:02:29.0045801Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [212 B]
2025-08-18T22:02:29.1737582Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-18T22:02:29.3414241Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-18T22:02:29.4338232Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [212 B]
2025-08-18T22:02:37.7689849Z Fetched 11.8 MB in 8s (1557 kB/s)
2025-08-18T22:02:38.6444248Z Reading package lists...
2025-08-18T22:02:38.9351621Z Building dependency tree...
2025-08-18T22:02:38.9360464Z Reading state information...
2025-08-18T22:02:38.9760182Z 193 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:02:38.9855730Z 
2025-08-18T22:02:38.9856693Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:02:38.9857032Z 
2025-08-18T22:02:38.9983551Z Reading package lists...
2025-08-18T22:02:39.2836968Z Building dependency tree...
2025-08-18T22:02:39.2847111Z Reading state information...
2025-08-18T22:02:39.7276635Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:02:39.7277233Z bc set to manually installed.
2025-08-18T22:02:39.7277854Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:02:39.7278266Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-18T22:02:39.7278632Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:02:39.8383132Z The following NEW packages will be installed:
2025-08-18T22:02:39.8391163Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-18T22:02:39.8393115Z   moreutils
2025-08-18T22:02:39.8399161Z The following packages will be upgraded:
2025-08-18T22:02:39.8407265Z   jq libjq1
2025-08-18T22:02:39.8678794Z 2 upgraded, 6 newly installed, 0 to remove and 191 not upgraded.
2025-08-18T22:02:40.0667218Z Need to get 936 kB of archives.
2025-08-18T22:02:40.0668089Z After this operation, 3171 kB of additional disk space will be used.
2025-08-18T22:02:40.0668732Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-18T22:02:40.3176160Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-18T22:02:40.4894534Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-18T22:02:40.6645178Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-18T22:02:40.7556412Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-18T22:02:40.8613170Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-18T22:02:40.9475835Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-18T22:02:41.0439675Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-18T22:02:41.5632146Z Fetched 936 kB in 1s (700 kB/s)
2025-08-18T22:02:41.6248108Z Selecting previously unselected package fdupes.
2025-08-18T22:02:41.7375472Z (Reading database ... 
2025-08-18T22:02:41.7376173Z (Reading database ... 5%
2025-08-18T22:02:41.7380882Z (Reading database ... 10%
2025-08-18T22:02:41.7381370Z (Reading database ... 15%
2025-08-18T22:02:41.7381626Z (Reading database ... 20%
2025-08-18T22:02:41.7381882Z (Reading database ... 25%
2025-08-18T22:02:41.7382181Z (Reading database ... 30%
2025-08-18T22:02:41.7382554Z (Reading database ... 35%
2025-08-18T22:02:41.7382793Z (Reading database ... 40%
2025-08-18T22:02:41.7383076Z (Reading database ... 45%
2025-08-18T22:02:41.7383312Z (Reading database ... 50%
2025-08-18T22:02:42.0373132Z (Reading database ... 55%
2025-08-18T22:02:42.6218830Z (Reading database ... 60%
2025-08-18T22:02:43.1887430Z (Reading database ... 65%
2025-08-18T22:02:43.7627801Z (Reading database ... 70%
2025-08-18T22:02:44.3415604Z (Reading database ... 75%
2025-08-18T22:02:44.9334273Z (Reading database ... 80%
2025-08-18T22:02:45.6378971Z (Reading database ... 85%
2025-08-18T22:02:46.2432120Z (Reading database ... 90%
2025-08-18T22:02:46.8464232Z (Reading database ... 95%
2025-08-18T22:02:46.8464612Z (Reading database ... 100%
2025-08-18T22:02:46.8465184Z (Reading database ... 189117 files and directories currently installed.)
2025-08-18T22:02:46.8506093Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-18T22:02:46.8642175Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-18T22:02:46.9812981Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:02:46.9998482Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T22:02:47.1394642Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:02:47.2146521Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T22:02:47.2789981Z Selecting previously unselected package libio-pty-perl.
2025-08-18T22:02:47.2984220Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-18T22:02:47.3044975Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-18T22:02:47.3904978Z Selecting previously unselected package libipc-run-perl.
2025-08-18T22:02:47.4093151Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-18T22:02:47.4196184Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-18T22:02:47.5031931Z Selecting previously unselected package libtime-duration-perl.
2025-08-18T22:02:47.5207554Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-18T22:02:47.5275710Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-18T22:02:47.5965150Z Selecting previously unselected package moreutils.
2025-08-18T22:02:47.6132111Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-18T22:02:47.6199758Z Unpacking moreutils (0.69-1) ...
2025-08-18T22:02:47.7408892Z Selecting previously unselected package dos2unix.
2025-08-18T22:02:47.7569664Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-18T22:02:47.7646880Z Unpacking dos2unix (7.5.1-1) ...
2025-08-18T22:02:48.4729810Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-18T22:02:48.4920161Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T22:02:48.5145923Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-18T22:02:48.5348834Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-18T22:02:48.5605120Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-18T22:02:48.5845438Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T22:02:48.6019236Z Setting up dos2unix (7.5.1-1) ...
2025-08-18T22:02:48.6266189Z Setting up moreutils (0.69-1) ...
2025-08-18T22:02:48.6466845Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:13.1090072Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:03:14.6028668Z Reading package lists...
2025-08-18T22:03:14.8337332Z Building dependency tree...
2025-08-18T22:03:14.8346025Z Reading state information...
2025-08-18T22:03:15.1126987Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:03:15.1127436Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:03:15.1127800Z apt-utils set to manually installed.
2025-08-18T22:03:15.1128232Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:15.1128612Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:03:15.1128966Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:15.1129376Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:15.1129731Z moreutils is already the newest version (0.69-1).
2025-08-18T22:03:15.1130104Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:03:15.1130579Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:03:15.1132260Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:03:15.1132683Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-18T22:03:15.1133009Z tmux set to manually installed.
2025-08-18T22:03:15.1133842Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:15.1134285Z The following additional packages will be installed:
2025-08-18T22:03:15.1134726Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-18T22:03:15.1135234Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-18T22:03:15.1135765Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:03:15.1136169Z   uuid-runtime
2025-08-18T22:03:15.1144703Z Suggested packages:
2025-08-18T22:03:15.1145190Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-18T22:03:15.1145614Z   util-linux-extra util-linux-locales
2025-08-18T22:03:15.1145953Z Recommended packages:
2025-08-18T22:03:15.1146178Z   unattended-upgrades
2025-08-18T22:03:15.2109969Z The following NEW packages will be installed:
2025-08-18T22:03:15.2110850Z   rename
2025-08-18T22:03:15.2114484Z The following packages will be upgraded:
2025-08-18T22:03:15.2115103Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-18T22:03:15.2121303Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-18T22:03:15.2128542Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:03:15.2129118Z   software-properties-common util-linux uuid-runtime
2025-08-18T22:03:15.2313806Z 26 upgraded, 1 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:03:15.3709993Z Need to get 4390 kB of archives.
2025-08-18T22:03:15.3710488Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-18T22:03:15.3711488Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-18T22:03:15.4360057Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-18T22:03:15.5171932Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-18T22:03:15.5341039Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-18T22:03:15.5589346Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-18T22:03:15.5753498Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-18T22:03:15.5916587Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-18T22:03:15.6085416Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-18T22:03:15.6256454Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-18T22:03:15.6422377Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-18T22:03:15.6609855Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-18T22:03:15.6779880Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-18T22:03:15.6955728Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-18T22:03:15.7136419Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-18T22:03:15.7349015Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-18T22:03:15.7516332Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-18T22:03:15.7710509Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-18T22:03:15.7876106Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-18T22:03:15.8049697Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-18T22:03:15.8779063Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-18T22:03:15.8950320Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-18T22:03:15.9113978Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-18T22:03:15.9284598Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-18T22:03:15.9450766Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-18T22:03:15.9615262Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-18T22:03:15.9778872Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-18T22:03:15.9944215Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-18T22:03:16.2630834Z Fetched 4390 kB in 1s (5854 kB/s)
2025-08-18T22:03:16.2944869Z (Reading database ... 
2025-08-18T22:03:16.2945528Z (Reading database ... 5%
2025-08-18T22:03:16.2945984Z (Reading database ... 10%
2025-08-18T22:03:16.2946232Z (Reading database ... 15%
2025-08-18T22:03:16.2947269Z (Reading database ... 20%
2025-08-18T22:03:16.2947677Z (Reading database ... 25%
2025-08-18T22:03:16.2947925Z (Reading database ... 30%
2025-08-18T22:03:16.2948198Z (Reading database ... 35%
2025-08-18T22:03:16.2948449Z (Reading database ... 40%
2025-08-18T22:03:16.2948723Z (Reading database ... 45%
2025-08-18T22:03:16.2948975Z (Reading database ... 50%
2025-08-18T22:03:16.2966841Z (Reading database ... 55%
2025-08-18T22:03:16.3053506Z (Reading database ... 60%
2025-08-18T22:03:16.3092894Z (Reading database ... 65%
2025-08-18T22:03:16.3107000Z (Reading database ... 70%
2025-08-18T22:03:16.3125868Z (Reading database ... 75%
2025-08-18T22:03:16.3156760Z (Reading database ... 80%
2025-08-18T22:03:16.3324967Z (Reading database ... 85%
2025-08-18T22:03:16.3344180Z (Reading database ... 90%
2025-08-18T22:03:16.3441810Z (Reading database ... 95%
2025-08-18T22:03:16.3442145Z (Reading database ... 100%
2025-08-18T22:03:16.3442661Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:16.3478553Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:16.3666361Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:16.5073355Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:16.5933384Z (Reading database ... 
2025-08-18T22:03:16.5933740Z (Reading database ... 5%
2025-08-18T22:03:16.5934034Z (Reading database ... 10%
2025-08-18T22:03:16.5934357Z (Reading database ... 15%
2025-08-18T22:03:16.5934610Z (Reading database ... 20%
2025-08-18T22:03:16.5934910Z (Reading database ... 25%
2025-08-18T22:03:16.5935144Z (Reading database ... 30%
2025-08-18T22:03:16.5935388Z (Reading database ... 35%
2025-08-18T22:03:16.5935680Z (Reading database ... 40%
2025-08-18T22:03:16.5935933Z (Reading database ... 45%
2025-08-18T22:03:16.5936200Z (Reading database ... 50%
2025-08-18T22:03:16.5956672Z (Reading database ... 55%
2025-08-18T22:03:16.6047973Z (Reading database ... 60%
2025-08-18T22:03:16.6089095Z (Reading database ... 65%
2025-08-18T22:03:16.6103969Z (Reading database ... 70%
2025-08-18T22:03:16.6124105Z (Reading database ... 75%
2025-08-18T22:03:16.6157453Z (Reading database ... 80%
2025-08-18T22:03:16.6327638Z (Reading database ... 85%
2025-08-18T22:03:16.6347379Z (Reading database ... 90%
2025-08-18T22:03:16.6446837Z (Reading database ... 95%
2025-08-18T22:03:16.6447500Z (Reading database ... 100%
2025-08-18T22:03:16.6447934Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:16.6482986Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:16.6842346Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:17.0243577Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:17.8767118Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:03:17.9349645Z (Reading database ... 
2025-08-18T22:03:17.9350016Z (Reading database ... 5%
2025-08-18T22:03:17.9350434Z (Reading database ... 10%
2025-08-18T22:03:17.9350883Z (Reading database ... 15%
2025-08-18T22:03:17.9351188Z (Reading database ... 20%
2025-08-18T22:03:17.9352315Z (Reading database ... 25%
2025-08-18T22:03:17.9352626Z (Reading database ... 30%
2025-08-18T22:03:17.9352986Z (Reading database ... 35%
2025-08-18T22:03:17.9353231Z (Reading database ... 40%
2025-08-18T22:03:17.9353492Z (Reading database ... 45%
2025-08-18T22:03:17.9353829Z (Reading database ... 50%
2025-08-18T22:03:17.9371702Z (Reading database ... 55%
2025-08-18T22:03:17.9459803Z (Reading database ... 60%
2025-08-18T22:03:17.9499771Z (Reading database ... 65%
2025-08-18T22:03:17.9514613Z (Reading database ... 70%
2025-08-18T22:03:17.9534606Z (Reading database ... 75%
2025-08-18T22:03:17.9567108Z (Reading database ... 80%
2025-08-18T22:03:17.9744027Z (Reading database ... 85%
2025-08-18T22:03:17.9766652Z (Reading database ... 90%
2025-08-18T22:03:17.9876730Z (Reading database ... 95%
2025-08-18T22:03:17.9877108Z (Reading database ... 100%
2025-08-18T22:03:17.9877527Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:17.9916021Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.0115819Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.1076107Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.1448016Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.2249711Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:18.3025494Z (Reading database ... 
2025-08-18T22:03:18.3025856Z (Reading database ... 5%
2025-08-18T22:03:18.3026302Z (Reading database ... 10%
2025-08-18T22:03:18.3026614Z (Reading database ... 15%
2025-08-18T22:03:18.3026863Z (Reading database ... 20%
2025-08-18T22:03:18.3028105Z (Reading database ... 25%
2025-08-18T22:03:18.3028446Z (Reading database ... 30%
2025-08-18T22:03:18.3028699Z (Reading database ... 35%
2025-08-18T22:03:18.3029084Z (Reading database ... 40%
2025-08-18T22:03:18.3029328Z (Reading database ... 45%
2025-08-18T22:03:18.3029596Z (Reading database ... 50%
2025-08-18T22:03:18.3050518Z (Reading database ... 55%
2025-08-18T22:03:18.3137113Z (Reading database ... 60%
2025-08-18T22:03:18.3178105Z (Reading database ... 65%
2025-08-18T22:03:18.3192292Z (Reading database ... 70%
2025-08-18T22:03:18.3212652Z (Reading database ... 75%
2025-08-18T22:03:18.3244502Z (Reading database ... 80%
2025-08-18T22:03:18.3414078Z (Reading database ... 85%
2025-08-18T22:03:18.3433911Z (Reading database ... 90%
2025-08-18T22:03:18.3532546Z (Reading database ... 95%
2025-08-18T22:03:18.3532833Z (Reading database ... 100%
2025-08-18T22:03:18.3533313Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.3568117Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.3880496Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.4696827Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:18.5492379Z (Reading database ... 
2025-08-18T22:03:18.5492753Z (Reading database ... 5%
2025-08-18T22:03:18.5493017Z (Reading database ... 10%
2025-08-18T22:03:18.5493503Z (Reading database ... 15%
2025-08-18T22:03:18.5493751Z (Reading database ... 20%
2025-08-18T22:03:18.5494017Z (Reading database ... 25%
2025-08-18T22:03:18.5494738Z (Reading database ... 30%
2025-08-18T22:03:18.5495018Z (Reading database ... 35%
2025-08-18T22:03:18.5495372Z (Reading database ... 40%
2025-08-18T22:03:18.5495618Z (Reading database ... 45%
2025-08-18T22:03:18.5495932Z (Reading database ... 50%
2025-08-18T22:03:18.5515664Z (Reading database ... 55%
2025-08-18T22:03:18.5604153Z (Reading database ... 60%
2025-08-18T22:03:18.5642980Z (Reading database ... 65%
2025-08-18T22:03:18.5657028Z (Reading database ... 70%
2025-08-18T22:03:18.5676052Z (Reading database ... 75%
2025-08-18T22:03:18.5708521Z (Reading database ... 80%
2025-08-18T22:03:18.5873723Z (Reading database ... 85%
2025-08-18T22:03:18.5893758Z (Reading database ... 90%
2025-08-18T22:03:18.5990241Z (Reading database ... 95%
2025-08-18T22:03:18.5990547Z (Reading database ... 100%
2025-08-18T22:03:18.5991159Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.6025046Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.6373759Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.7444653Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.7784380Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.8623827Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:18.9441129Z (Reading database ... 
2025-08-18T22:03:18.9441483Z (Reading database ... 5%
2025-08-18T22:03:18.9442086Z (Reading database ... 10%
2025-08-18T22:03:18.9442452Z (Reading database ... 15%
2025-08-18T22:03:18.9442699Z (Reading database ... 20%
2025-08-18T22:03:18.9443918Z (Reading database ... 25%
2025-08-18T22:03:18.9444393Z (Reading database ... 30%
2025-08-18T22:03:18.9444645Z (Reading database ... 35%
2025-08-18T22:03:18.9444876Z (Reading database ... 40%
2025-08-18T22:03:18.9445187Z (Reading database ... 45%
2025-08-18T22:03:18.9445475Z (Reading database ... 50%
2025-08-18T22:03:18.9463288Z (Reading database ... 55%
2025-08-18T22:03:18.9549648Z (Reading database ... 60%
2025-08-18T22:03:18.9587936Z (Reading database ... 65%
2025-08-18T22:03:18.9602259Z (Reading database ... 70%
2025-08-18T22:03:18.9621640Z (Reading database ... 75%
2025-08-18T22:03:18.9653169Z (Reading database ... 80%
2025-08-18T22:03:18.9823548Z (Reading database ... 85%
2025-08-18T22:03:18.9841248Z (Reading database ... 90%
2025-08-18T22:03:18.9937891Z (Reading database ... 95%
2025-08-18T22:03:18.9938406Z (Reading database ... 100%
2025-08-18T22:03:18.9938779Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.9972175Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:19.0675549Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:19.1501916Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:19.2155569Z (Reading database ... 
2025-08-18T22:03:19.2155929Z (Reading database ... 5%
2025-08-18T22:03:19.2156368Z (Reading database ... 10%
2025-08-18T22:03:19.2156677Z (Reading database ... 15%
2025-08-18T22:03:19.2156968Z (Reading database ... 20%
2025-08-18T22:03:19.2157921Z (Reading database ... 25%
2025-08-18T22:03:19.2159222Z (Reading database ... 30%
2025-08-18T22:03:19.2159547Z (Reading database ... 35%
2025-08-18T22:03:19.2159939Z (Reading database ... 40%
2025-08-18T22:03:19.2160185Z (Reading database ... 45%
2025-08-18T22:03:19.2160459Z (Reading database ... 50%
2025-08-18T22:03:19.2178001Z (Reading database ... 55%
2025-08-18T22:03:19.2263051Z (Reading database ... 60%
2025-08-18T22:03:19.2301295Z (Reading database ... 65%
2025-08-18T22:03:19.2314891Z (Reading database ... 70%
2025-08-18T22:03:19.2334413Z (Reading database ... 75%
2025-08-18T22:03:19.2365991Z (Reading database ... 80%
2025-08-18T22:03:19.2534494Z (Reading database ... 85%
2025-08-18T22:03:19.2553059Z (Reading database ... 90%
2025-08-18T22:03:19.2654271Z (Reading database ... 95%
2025-08-18T22:03:19.2655240Z (Reading database ... 100%
2025-08-18T22:03:19.2656330Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:19.2692308Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.2855856Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.4331219Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.5056692Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.6235900Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.6413005Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.7339473Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.7498281Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.8451478Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.8632529Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.5782789Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:20.5968720Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.6905742Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:20.7109727Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.8051235Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:03:20.8245663Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.9412328Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:20.9643103Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:21.0766079Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:21.1008060Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:21.2271797Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:21.2937780Z (Reading database ... 
2025-08-18T22:03:21.2938170Z (Reading database ... 5%
2025-08-18T22:03:21.2938615Z (Reading database ... 10%
2025-08-18T22:03:21.2938863Z (Reading database ... 15%
2025-08-18T22:03:21.2939135Z (Reading database ... 20%
2025-08-18T22:03:21.2939415Z (Reading database ... 25%
2025-08-18T22:03:21.2939648Z (Reading database ... 30%
2025-08-18T22:03:21.2940877Z (Reading database ... 35%
2025-08-18T22:03:21.2941222Z (Reading database ... 40%
2025-08-18T22:03:21.2941502Z (Reading database ... 45%
2025-08-18T22:03:21.2941836Z (Reading database ... 50%
2025-08-18T22:03:21.2962893Z (Reading database ... 55%
2025-08-18T22:03:21.3051314Z (Reading database ... 60%
2025-08-18T22:03:21.3090369Z (Reading database ... 65%
2025-08-18T22:03:21.3104202Z (Reading database ... 70%
2025-08-18T22:03:21.3123765Z (Reading database ... 75%
2025-08-18T22:03:21.3155780Z (Reading database ... 80%
2025-08-18T22:03:21.3319792Z (Reading database ... 85%
2025-08-18T22:03:21.3337838Z (Reading database ... 90%
2025-08-18T22:03:21.3432460Z (Reading database ... 95%
2025-08-18T22:03:21.3432839Z (Reading database ... 100%
2025-08-18T22:03:21.3433301Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:21.3466964Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:21.3655687Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:21.4697425Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:21.5011477Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:21.5877008Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:21.6156893Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:21.6944757Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:21.7128774Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:21.8079452Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:03:21.8252150Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:21.9315969Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-18T22:03:22.0493258Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:03:22.1583172Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-18T22:03:22.2381776Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:03:22.3000976Z Selecting previously unselected package rename.
2025-08-18T22:03:22.3182216Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-18T22:03:22.3245817Z Unpacking rename (2.02-1) ...
2025-08-18T22:03:22.3924975Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:03:22.4102623Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:22.4915487Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:22.5120356Z Setting up rename (2.02-1) ...
2025-08-18T22:03:22.5260781Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-18T22:03:22.5374278Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:22.5553505Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.5746497Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:22.5941109Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:22.6113631Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:23.2587593Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:03:23.2792364Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:23.2986291Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:23.3183849Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:23.3357942Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:23.7275795Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:23.7453157Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:23.7640536Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:23.8878928Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-18T22:03:24.0126816Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:24.1208165Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:24.1383776Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:24.1584353Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:24.1755179Z Setting up software-properties-common (0.99.49.3) ...
2025-08-18T22:03:24.2882187Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:03:25.1039384Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:03:25.1350982Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:42.3329738Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-18T22:03:43.7886243Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:43.7887990Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:43.8929541Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:03:43.9172776Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:03:43.9391044Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:03:43.9611879Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:03:44.9834734Z Reading package lists...
2025-08-18T22:03:45.2509724Z Building dependency tree...
2025-08-18T22:03:45.2516012Z Reading state information...
2025-08-18T22:03:45.2826909Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:03:45.2954659Z 
2025-08-18T22:03:45.2955599Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:03:45.2955980Z 
2025-08-18T22:03:45.3772282Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:45.3774159Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:45.3971059Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:03:45.4129550Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:03:45.4301304Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:03:45.4461672Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:03:46.5465739Z Reading package lists...
2025-08-18T22:03:46.8044515Z Building dependency tree...
2025-08-18T22:03:46.8050866Z Reading state information...
2025-08-18T22:03:46.8325822Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:03:46.8417573Z 
2025-08-18T22:03:46.8418421Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:03:46.8418789Z 
2025-08-18T22:03:46.8532930Z Reading package lists...
2025-08-18T22:03:47.1101888Z Building dependency tree...
2025-08-18T22:03:47.1110318Z Reading state information...
2025-08-18T22:03:47.3957963Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:47.4419473Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:03:47.4717565Z mkdir: created directory '/home/runner/.minisign'
2025-08-18T22:03:47.5224016Z ##[group]Run ##Presets
2025-08-18T22:03:47.5224470Z [36;1m##Presets[0m
2025-08-18T22:03:47.5225095Z [36;1mset +x ; set +e[0m
2025-08-18T22:03:47.5225346Z [36;1m#-------------#[0m
2025-08-18T22:03:47.5225561Z [36;1m##Debug?[0m
2025-08-18T22:03:47.5225892Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:03:47.5226235Z [36;1m  set -x[0m
2025-08-18T22:03:47.5226478Z [36;1mfi[0m
2025-08-18T22:03:47.5226697Z [36;1m#-------------#[0m
2025-08-18T22:03:47.5227160Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-18T22:03:47.5227815Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-18T22:03:47.5228264Z [36;1msudo service procps restart[0m
2025-08-18T22:03:47.5228537Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-18T22:03:47.5256140Z shell: /usr/bin/bash -e {0}
2025-08-18T22:03:47.5256600Z env:
2025-08-18T22:03:47.5256977Z   CROSS_COMPILING: NO
2025-08-18T22:03:47.5257282Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:03:47.5257592Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:03:47.5257822Z   ON_QEMU: NO
2025-08-18T22:03:47.5258059Z   DEBUG: 0
2025-08-18T22:03:47.5258311Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:03:47.5258574Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:03:47.5258953Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:03:47.5259296Z   KEEP_LOGS: YES
2025-08-18T22:03:47.5259507Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:03:47.5259837Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:03:47.5260105Z   SBUILD_REBUILD: false
2025-08-18T22:03:47.5260996Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:03:47.5261653Z   BUILD_SYS: null
2025-08-18T22:03:47.5261873Z   SYSTMP: /tmp
2025-08-18T22:03:47.5262121Z   GHA_MODE: MATRIX
2025-08-18T22:03:47.5262608Z   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:03:47.5263100Z ##[endgroup]
2025-08-18T22:03:47.5365344Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-18T22:03:47.5428567Z 0
2025-08-18T22:03:47.5754985Z vm.max_map_count = 262144
2025-08-18T22:03:47.5755541Z fs.inotify.max_user_watches = 655360
2025-08-18T22:03:47.5755837Z fs.inotify.max_user_instances = 1280
2025-08-18T22:03:47.5756101Z vm.mmap_rnd_bits = 28
2025-08-18T22:03:47.5855306Z ##[group]Run ##Presets
2025-08-18T22:03:47.5855921Z [36;1m##Presets[0m
2025-08-18T22:03:47.5856151Z [36;1mset +x ; set +e[0m
2025-08-18T22:03:47.5856476Z [36;1m#-------------#[0m
2025-08-18T22:03:47.5856708Z [36;1m##Debug?[0m
2025-08-18T22:03:47.5856960Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:03:47.5857326Z [36;1m  set -x[0m
2025-08-18T22:03:47.5857532Z [36;1mfi[0m
2025-08-18T22:03:47.5857772Z [36;1m#-------------#[0m
2025-08-18T22:03:47.5858013Z [36;1m##Main[0m
2025-08-18T22:03:47.5858243Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:03:47.5858947Z [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:03:47.5859687Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:03:47.5860071Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-18T22:03:47.5860474Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-18T22:03:47.5861033Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-18T22:03:47.5861420Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-18T22:03:47.5861760Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-18T22:03:47.5862077Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-18T22:03:47.5862494Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-18T22:03:47.5862805Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-18T22:03:47.5863176Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-18T22:03:47.5863909Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-18T22:03:47.5864238Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-18T22:03:47.5864575Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-18T22:03:47.5864881Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-18T22:03:47.5865186Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-18T22:03:47.5865567Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-18T22:03:47.5865915Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-18T22:03:47.5866270Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-18T22:03:47.5866599Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-18T22:03:47.5866925Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-18T22:03:47.5867288Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-18T22:03:47.5867647Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-18T22:03:47.5868004Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-18T22:03:47.5868408Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-18T22:03:47.5868710Z [36;1m     "${POD_ID}" \[0m
2025-08-18T22:03:47.5869071Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-18T22:03:47.5869614Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:03:47.5870139Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:03:47.5870864Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-18T22:03:47.5871321Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:03:47.5871695Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:03:47.5872399Z [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:03:47.5873230Z [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:03:47.5873765Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-18T22:03:47.5874119Z [36;1m else[0m
2025-08-18T22:03:47.5874759Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-18T22:03:47.5875194Z [36;1m fi[0m
2025-08-18T22:03:47.5875511Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-18T22:03:47.5875919Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-18T22:03:47.5876391Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5876799Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5877204Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5877709Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5878138Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5878596Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5879068Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:47.5879506Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:03:47.5879896Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:03:47.5907798Z shell: /usr/bin/bash -e {0}
2025-08-18T22:03:47.5908298Z env:
2025-08-18T22:03:47.5908562Z   CROSS_COMPILING: NO
2025-08-18T22:03:47.5908862Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:03:47.5909157Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:03:47.5909398Z   ON_QEMU: NO
2025-08-18T22:03:47.5909638Z   DEBUG: 0
2025-08-18T22:03:47.5909848Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:03:47.5910152Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:03:47.5911063Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:03:47.5911414Z   KEEP_LOGS: YES
2025-08-18T22:03:47.5911670Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:03:47.5911949Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:03:47.5912188Z   SBUILD_REBUILD: false
2025-08-18T22:03:47.5912787Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:03:47.5913367Z   BUILD_SYS: null
2025-08-18T22:03:47.5913559Z   SYSTMP: /tmp
2025-08-18T22:03:47.5913813Z   GHA_MODE: MATRIX
2025-08-18T22:03:47.5914281Z   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:03:47.5915209Z   GHCR_TOKEN: ***
2025-08-18T22:03:47.5915598Z   GITHUB_TOKEN: ***
2025-08-18T22:03:47.5915872Z   GITLAB_TOKEN: ***
2025-08-18T22:03:47.5917125Z   MINISIGN_KEY: ***
2025-08-18T22:03:47.5917416Z ##[endgroup]
2025-08-18T22:03:47.6482017Z [+] SBUILD Builder Version: 0.2.2
2025-08-18T22:03:47.7234086Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:03:47.7235158Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:03:47.7235780Z 
2025-08-18T22:03:47.7681209Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:03:47.7681691Z 100  4640  100  4640    0     0   101k      0 --:--:-- --:--:-- --:--:--  102k
2025-08-18T22:03:47.7694868Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:03:47.7782684Z 
2025-08-18T22:03:47.7783491Z [+] Building [/tmp/tmp.3hWBU97FsQ/SBUILD_INPUT] Locally
2025-08-18T22:03:47.7784094Z 
2025-08-18T22:03:47.7795661Z '/tmp/tmp.3hWBU97FsQ/SBUILD_INPUT' -> '/tmp/pkgforge/cQObWsiOg_build.yaml'
2025-08-18T22:03:47.8856858Z 
2025-08-18T22:03:47.8857353Z [+] Passwordless sudo is Configured
2025-08-18T22:03:47.9513808Z 
2025-08-18T22:03:47.9526722Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-18T22:03:47.9527029Z 
2025-08-18T22:03:47.9930214Z 
2025-08-18T22:03:47.9931983Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-18T22:03:47.9932415Z 
2025-08-18T22:03:47.9932445Z 
2025-08-18T22:03:47.9933018Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-18T22:03:47.9933332Z 
2025-08-18T22:03:47.9972638Z [+] Installing: 7z -> 7z
2025-08-18T22:03:48.1405484Z [+] Installing: actionlint -> actionlint
2025-08-18T22:03:48.2975471Z [+] Installing: anew -> anew
2025-08-18T22:03:48.4441944Z [+] Installing: anew-rs -> anew-rs
2025-08-18T22:03:48.5654952Z [+] Installing: ansi2html -> ansi2html
2025-08-18T22:03:48.6900598Z [+] Installing: ansi2txt -> ansi2txt
2025-08-18T22:03:48.7929551Z [+] Installing: archey -> archey
2025-08-18T22:03:48.9651357Z [+] Installing: aria2 -> aria2c
2025-08-18T22:03:49.1482163Z [+] Installing: askalono -> askalono
2025-08-18T22:03:49.3007701Z [+] Installing: bsdtar -> bsdtar
2025-08-18T22:03:49.4639409Z [+] Installing: b3sum -> b3sum
2025-08-18T22:03:49.5912701Z [+] Installing: bita -> bita
2025-08-18T22:03:49.7652433Z [+] Installing: btop -> btop
2025-08-18T22:03:49.9036284Z [+] Installing: chafa -> chafa
2025-08-18T22:03:50.1038869Z [+] Installing: cloudflared -> cloudflared
2025-08-18T22:03:50.3024056Z [+] Installing: croc -> croc
2025-08-18T22:03:50.4659250Z [+] Installing: csvtk -> csvtk
2025-08-18T22:03:50.8803652Z [+] Installing: cutlines -> cutlines
2025-08-18T22:03:50.9772714Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:50.9807313Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-18T22:03:50.9807710Z [+] Installing: dbin -> dbin
2025-08-18T22:03:51.3758123Z [+] Installing: dasel -> dasel
2025-08-18T22:03:51.7638619Z [+] Installing: delta -> delta
2025-08-18T22:03:51.9110780Z [+] Installing: ds -> ds
2025-08-18T22:03:52.0035352Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:52.0071991Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-18T22:03:52.0072758Z [+] Installing: dos2unix -> dos2unix
2025-08-18T22:03:52.1195650Z [+] Installing: duf -> duf
2025-08-18T22:03:52.2618951Z [+] Installing: duplicut -> duplicut
2025-08-18T22:03:52.3945382Z [+] Installing: dust -> dust
2025-08-18T22:03:52.5318789Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-18T22:03:52.6955958Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-18T22:03:52.8868490Z [+] Installing: dysk -> dysk
2025-08-18T22:03:53.0199830Z [+] Installing: eget -> eget
2025-08-18T22:03:53.3912415Z [+] Installing: epoch -> epoch
2025-08-18T22:03:53.5330381Z [+] Installing: faketty -> faketty
2025-08-18T22:03:53.6584658Z [+] Installing: fastfetch -> fastfetch
2025-08-18T22:03:53.7908866Z [+] Installing: freeze -> freeze
2025-08-18T22:03:53.9914365Z [+] Installing: fusermount3 -> fusermount
2025-08-18T22:03:54.1236221Z [+] Installing: gdu -> gdu
2025-08-18T22:03:54.3037518Z [+] Installing: gh -> gh
2025-08-18T22:03:54.5192814Z [+] Installing: gitleaks -> gitleaks
2025-08-18T22:03:54.7223285Z [+] Installing: git-sizer -> git-sizer
2025-08-18T22:03:54.8693170Z [+] Installing: glab -> glab
2025-08-18T22:03:55.0803641Z [+] Installing: glow -> glow
2025-08-18T22:03:55.2486077Z [+] Installing: httpx -> httpx
2025-08-18T22:03:55.4493737Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-18T22:03:55.6246246Z [+] Installing: husarnet -> husarnet
2025-08-18T22:03:55.7154252Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:55.7189316Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-18T22:03:55.7189837Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-18T22:03:55.8081633Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:55.8116352Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-18T22:03:55.8117091Z [+] Installing: imgcat -> imgcat
2025-08-18T22:03:55.9583890Z [+] Installing: jc -> jc
2025-08-18T22:03:56.3588364Z [+] Installing: jq -> jq
2025-08-18T22:03:56.4866170Z [+] Installing: logdy -> logdy
2025-08-18T22:03:56.6879084Z [+] Installing: micro -> micro
2025-08-18T22:03:57.0815233Z [+] Installing: miniserve -> miniserve
2025-08-18T22:03:57.2335142Z [+] Installing: minisign -> minisign
2025-08-18T22:03:57.3652315Z [+] Installing: ncdu -> ncdu
2025-08-18T22:03:57.4861338Z [+] Installing: notify -> notify
2025-08-18T22:03:57.8839430Z [+] Installing: ouch -> ouch
2025-08-18T22:03:58.2518256Z [+] Installing: oras -> oras
2025-08-18T22:03:58.4129993Z [+] Installing: pipetty -> pipetty
2025-08-18T22:03:58.5394043Z [+] Installing: pixterm -> pixterm
2025-08-18T22:03:58.9011791Z [+] Installing: qsv -> qsv
2025-08-18T22:03:59.1057136Z [+] Installing: rclone -> rclone
2025-08-18T22:03:59.3819898Z [+] Installing: ripgrep -> rg
2025-08-18T22:03:59.5224809Z [+] Installing: rga -> rga
2025-08-18T22:03:59.6705818Z [+] Installing: rsync -> rsync
2025-08-18T22:03:59.8153506Z [+] Installing: script -> script
2025-08-18T22:03:59.9453190Z [+] Installing: shellcheck -> shellcheck
2025-08-18T22:04:00.1629850Z [+] Installing: soar -> soar
2025-08-18T22:04:00.5648784Z [+] Installing: speedtest-go -> speedtest-go
2025-08-18T22:04:02.6928370Z [+] Installing: sstrip -> sstrip
2025-08-18T22:04:02.7958120Z [+] Installing: strace -> strace
2025-08-18T22:04:02.9225656Z [+] Installing: sttr -> sttr
2025-08-18T22:04:03.0808433Z [+] Installing: tailscale -> tailscale
2025-08-18T22:04:03.2775715Z [+] Installing: tailscaled -> tailscaled
2025-08-18T22:04:03.4632821Z [+] Installing: taplo -> taplo
2025-08-18T22:04:03.6253104Z [+] Installing: tldr -> tldr
2025-08-18T22:04:03.7856672Z [+] Installing: tldr -> tealdeer
2025-08-18T22:04:03.9506450Z [+] Installing: tmux -> tmux
2025-08-18T22:04:04.0835382Z [+] Installing: tok -> tok
2025-08-18T22:04:04.2155844Z [+] Installing: trufflehog -> trufflehog
2025-08-18T22:04:04.3986936Z [+] Installing: trurl -> trurl
2025-08-18T22:04:04.5566647Z [+] Installing: tss -> tss
2025-08-18T22:04:04.6754666Z [+] Installing: ulexec -> ulexec
2025-08-18T22:04:05.0445148Z [+] Installing: unfurl -> unfurl
2025-08-18T22:04:05.2118370Z [+] Installing: upx -> upx
2025-08-18T22:04:05.5391631Z [+] Installing: validtoml -> validtoml
2025-08-18T22:04:05.9016634Z [+] Installing: wget -> wget
2025-08-18T22:04:06.0520270Z [+] Installing: wget2 -> wget2
2025-08-18T22:04:06.2057354Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-18T22:04:06.3599471Z [+] Installing: xq -> xq
2025-08-18T22:04:06.7333399Z [+] Installing: xz -> xz
2025-08-18T22:04:06.8512130Z [+] Installing: unxz -> unxz
2025-08-18T22:04:06.9712044Z [+] Installing: yq -> yq
2025-08-18T22:04:07.1585230Z [+] Installing: yj -> yj
2025-08-18T22:04:07.2950093Z [+] Installing: zapper -> zapper
2025-08-18T22:04:07.4036483Z [+] Installing: zapper-stealth -> zproccer
2025-08-18T22:04:07.7328242Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-18T22:04:08.0285806Z curl: (22) The requested URL returned error: 404
2025-08-18T22:04:08.0318850Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-18T22:04:08.0319529Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-18T22:04:08.1223104Z curl: (22) The requested URL returned error: 404
2025-08-18T22:04:08.1257856Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-18T22:04:08.1258320Z [+] Installing: zerotier-one -> zerotier-one
2025-08-18T22:04:08.2182460Z curl: (22) The requested URL returned error: 404
2025-08-18T22:04:08.2215951Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-18T22:04:08.2216633Z [+] Installing: zstd -> zstd
2025-08-18T22:04:08.3544481Z [+] Creating symlinks...
2025-08-18T22:04:08.3622415Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-18T22:04:08.3707200Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-18T22:04:08.3793325Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-18T22:04:08.3876680Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-18T22:04:08.3960936Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-18T22:04:08.4047721Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-18T22:04:08.4130958Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-18T22:04:08.4218863Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-18T22:04:08.4303961Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-18T22:04:08.4388542Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-18T22:04:08.4472076Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-18T22:04:08.4559122Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-18T22:04:08.4646361Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-18T22:04:08.4731154Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-18T22:04:08.4815072Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-18T22:04:08.4897242Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-18T22:04:08.4980142Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-18T22:04:08.5015278Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-18T22:04:08.5089136Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-18T22:04:08.5173458Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-18T22:04:08.5255398Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-18T22:04:08.5290577Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-18T22:04:08.5364138Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-18T22:04:08.5445508Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-18T22:04:08.5525067Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-18T22:04:08.5608007Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-18T22:04:08.5693340Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-18T22:04:08.5775869Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-18T22:04:08.5857373Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-18T22:04:08.5942837Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-18T22:04:08.6025271Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-18T22:04:08.6107622Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-18T22:04:08.6190692Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-18T22:04:08.6272852Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-18T22:04:08.6353912Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-18T22:04:08.6433738Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-18T22:04:08.6514557Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-18T22:04:08.6596139Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-18T22:04:08.6678137Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-18T22:04:08.6757427Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-18T22:04:08.6837189Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-18T22:04:08.6916158Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:04:08.6998648Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:04:08.7080471Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-18T22:04:08.7114913Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-18T22:04:08.7140747Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-18T22:04:08.7212418Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-18T22:04:08.7291767Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-18T22:04:08.7369576Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-18T22:04:08.7446263Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-18T22:04:08.7527054Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-18T22:04:08.7610836Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-18T22:04:08.7691369Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-18T22:04:08.7771074Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-18T22:04:08.7851056Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-18T22:04:08.7929014Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-18T22:04:08.8009606Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-18T22:04:08.8098053Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-18T22:04:08.8170528Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-18T22:04:08.8251124Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-18T22:04:08.8329287Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-18T22:04:08.8409152Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-18T22:04:08.8489292Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-18T22:04:08.8569812Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-18T22:04:08.8649228Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-18T22:04:08.8729177Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-18T22:04:08.8809048Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-18T22:04:08.8891566Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-18T22:04:08.8973707Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-18T22:04:08.9056769Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-18T22:04:08.9140400Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-18T22:04:08.9222793Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-18T22:04:08.9303474Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-18T22:04:08.9384073Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-18T22:04:08.9465150Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-18T22:04:08.9552347Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-18T22:04:08.9637982Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-18T22:04:08.9721156Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-18T22:04:08.9803547Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-18T22:04:08.9886077Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-18T22:04:08.9966202Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-18T22:04:09.0050131Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-18T22:04:09.0133802Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-18T22:04:09.0218408Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-18T22:04:09.0303283Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-18T22:04:09.0387796Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-18T22:04:09.0469624Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-18T22:04:09.0556048Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-18T22:04:09.0649715Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-18T22:04:09.0740165Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-18T22:04:09.0829407Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-18T22:04:09.0925113Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-18T22:04:09.1015699Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-18T22:04:09.1106285Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-18T22:04:09.1194300Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-18T22:04:09.1228291Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-18T22:04:09.1255877Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-18T22:04:09.1281198Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-18T22:04:09.1353053Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-18T22:04:09.1377052Z 
2025-08-18T22:04:09.1377346Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-18T22:04:09.1377693Z 
2025-08-18T22:04:09.1912833Z 
2025-08-18T22:04:09.1996291Z 
2025-08-18T22:04:09.1996905Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-18T22:04:09.1997150Z 
2025-08-18T22:04:09.1997228Z [+] Installation completed!
2025-08-18T22:04:09.2074962Z 
2025-08-18T22:04:09.2075412Z [+] GITHUB_TOKEN is Exported
2025-08-18T22:04:09.4832650Z github.com
2025-08-18T22:04:09.4833289Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-18T22:04:09.4833587Z   - Active account: true
2025-08-18T22:04:09.4833813Z   - Git operations protocol: https
2025-08-18T22:04:09.4834062Z   - Token: ghp_************************************
2025-08-18T22:04:09.4834687Z   - 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:04:09.4835354Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-18T22:04:09.4835677Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-18T22:04:09.5787223Z Limit: 5000, Remaining: 4926, Reset: 2025-08-18 22:30:13 +0000 UTC (26m3s)
2025-08-18T22:04:09.5796501Z 
2025-08-18T22:04:09.5796996Z [+] GHCR_TOKEN is Exported
2025-08-18T22:04:09.5826359Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-18T22:04:09.7483882Z Login Succeeded
2025-08-18T22:04:09.7492851Z 
2025-08-18T22:04:09.7492966Z [+] GITLAB is Exported
2025-08-18T22:04:09.8824673Z [git remote -v]
2025-08-18T22:04:10.1258389Z gitlab.com
2025-08-18T22:04:10.1259152Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-18T22:04:10.1262113Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-18T22:04:10.1262819Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-18T22:04:10.1263307Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-18T22:04:10.1263660Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-18T22:04:10.1263993Z   ✓ Token found: **************************
2025-08-18T22:04:10.1264148Z 
2025-08-18T22:04:10.1264480Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-18T22:04:10.1264989Z [git remote -v]
2025-08-18T22:04:10.1276665Z 2025/08/18 22:04:10 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-18T22:04:10.1277169Z git: exit status 128]
2025-08-18T22:04:10.3971084Z 
2025-08-18T22:04:10.3971096Z 
2025-08-18T22:04:10.3971836Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:04:10 PM)
2025-08-18T22:04:10.3972244Z 
2025-08-18T22:04:10.3972248Z 
2025-08-18T22:04:10.3972314Z [+] USER = runner
2025-08-18T22:04:10.3972487Z [+] HOME = /home/runner
2025-08-18T22:04:10.3975000Z [+] 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:/opt/google-cloud-sdk/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:04:10.3977145Z 
2025-08-18T22:04:10.4776279Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:04:10.4777166Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:04:10.4874187Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:04:10.5031875Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:04:10.5210312Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:04:10.5433141Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:04:11.5732580Z Reading package lists...
2025-08-18T22:04:11.6042691Z Reading package lists...
2025-08-18T22:04:11.8147357Z Building dependency tree...
2025-08-18T22:04:11.8153346Z Reading state information...
2025-08-18T22:04:12.0757941Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:04:12.0758303Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:04:12.0758612Z ca-certificates is already the newest version (20240203).
2025-08-18T22:04:12.0758939Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:04:12.0759256Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T22:04:12.0759560Z moreutils is already the newest version (0.69-1).
2025-08-18T22:04:12.0759917Z software-properties-common is already the newest version (0.99.49.3).
2025-08-18T22:04:12.0760343Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T22:04:12.0760895Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:12.1712030Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:04:12.1713392Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:04:12.1713803Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:04:12.1804528Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:04:12.1969821Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:04:12.2127551Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:04:13.2674583Z Reading package lists...
2025-08-18T22:04:13.2975735Z Reading package lists...
2025-08-18T22:04:13.5109033Z Building dependency tree...
2025-08-18T22:04:13.5115078Z Reading state information...
2025-08-18T22:04:13.7539482Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:04:13.7539885Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:04:13.7540200Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:04:13.7540508Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:04:13.7541043Z ca-certificates is already the newest version (20240203).
2025-08-18T22:04:13.7541397Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:04:13.7541697Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:04:13.7541984Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:04:13.7542241Z gawk set to manually installed.
2025-08-18T22:04:13.7542475Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:04:13.7542765Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:04:13.7543070Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:04:13.7543721Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:04:13.7544048Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:04:13.7544385Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:04:13.7544683Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:04:13.7544987Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:04:13.7545293Z The following additional packages will be installed:
2025-08-18T22:04:13.7545666Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-18T22:04:13.7546085Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-18T22:04:13.7546511Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-18T22:04:13.7546912Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-18T22:04:13.7547339Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-18T22:04:13.7547728Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:04:13.7555342Z Suggested packages:
2025-08-18T22:04:13.7555658Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-18T22:04:13.7556073Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-18T22:04:13.7556534Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-18T22:04:13.7556970Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-18T22:04:13.7557349Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-18T22:04:13.7557715Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-18T22:04:13.7558070Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-18T22:04:13.7774974Z The following NEW packages will be installed:
2025-08-18T22:04:13.7775585Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-18T22:04:13.7776683Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-18T22:04:13.7777336Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-18T22:04:13.7777762Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-18T22:04:13.7778186Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-18T22:04:13.7783188Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-18T22:04:13.7783911Z   poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:04:13.8488521Z 0 upgraded, 36 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:13.8488875Z Need to get 27.2 MB of archives.
2025-08-18T22:04:13.8489165Z After this operation, 111 MB of additional disk space will be used.
2025-08-18T22:04:13.8489708Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-18T22:04:13.9838183Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-18T22:04:14.0175250Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-18T22:04:14.0356998Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-18T22:04:14.0520507Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-18T22:04:14.0686698Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-18T22:04:14.0884640Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-18T22:04:14.1076068Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-18T22:04:14.1272929Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-18T22:04:14.1442279Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-18T22:04:14.2241945Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-18T22:04:14.2421681Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-18T22:04:14.2611816Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-18T22:04:14.2774443Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-18T22:04:14.2935418Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-18T22:04:14.3101972Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-18T22:04:14.3264103Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-18T22:04:14.3643187Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-18T22:04:14.4373309Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-18T22:04:14.4551025Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-18T22:04:14.4711837Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-18T22:04:14.4876812Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-18T22:04:14.5074712Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-18T22:04:14.5242517Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-18T22:04:14.5416017Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-18T22:04:14.5578213Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-18T22:04:14.5795791Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-18T22:04:14.5963789Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-18T22:04:14.6130325Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-18T22:04:14.6300379Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-18T22:04:14.6465065Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-18T22:04:14.6632501Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-18T22:04:14.6801496Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-18T22:04:14.7085053Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-18T22:04:14.7270973Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-18T22:04:14.7472478Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-18T22:04:14.9904103Z Preconfiguring packages ...
2025-08-18T22:04:15.1920160Z Fetched 27.2 MB in 1s (28.4 MB/s)
2025-08-18T22:04:15.2448109Z Selecting previously unselected package fonts-droid-fallback.
2025-08-18T22:04:15.2480886Z (Reading database ... 
2025-08-18T22:04:15.2481133Z (Reading database ... 5%
2025-08-18T22:04:15.2481733Z (Reading database ... 10%
2025-08-18T22:04:15.2481932Z (Reading database ... 15%
2025-08-18T22:04:15.2482130Z (Reading database ... 20%
2025-08-18T22:04:15.2482324Z (Reading database ... 25%
2025-08-18T22:04:15.2482517Z (Reading database ... 30%
2025-08-18T22:04:15.2482710Z (Reading database ... 35%
2025-08-18T22:04:15.2482897Z (Reading database ... 40%
2025-08-18T22:04:15.2483104Z (Reading database ... 45%
2025-08-18T22:04:15.2483298Z (Reading database ... 50%
2025-08-18T22:04:15.2505553Z (Reading database ... 55%
2025-08-18T22:04:15.2593570Z (Reading database ... 60%
2025-08-18T22:04:15.2632686Z (Reading database ... 65%
2025-08-18T22:04:15.2646337Z (Reading database ... 70%
2025-08-18T22:04:15.2665546Z (Reading database ... 75%
2025-08-18T22:04:15.2696319Z (Reading database ... 80%
2025-08-18T22:04:15.2859606Z (Reading database ... 85%
2025-08-18T22:04:15.2877946Z (Reading database ... 90%
2025-08-18T22:04:15.2972448Z (Reading database ... 95%
2025-08-18T22:04:15.2972676Z (Reading database ... 100%
2025-08-18T22:04:15.2973001Z (Reading database ... 189350 files and directories currently installed.)
2025-08-18T22:04:15.3007073Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-18T22:04:15.3237248Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:04:15.4974576Z Selecting previously unselected package poppler-data.
2025-08-18T22:04:15.5128905Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-18T22:04:15.5233256Z Unpacking poppler-data (0.4.12-1) ...
2025-08-18T22:04:15.6603604Z Selecting previously unselected package b3sum.
2025-08-18T22:04:15.6789892Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-18T22:04:15.6848288Z Unpacking b3sum (1.2.0-1) ...
2025-08-18T22:04:15.7509471Z Selecting previously unselected package build-essential.
2025-08-18T22:04:15.7687957Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-18T22:04:15.7780900Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-18T22:04:15.8450870Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-18T22:04:15.8623367Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-18T22:04:15.8787580Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:04:15.9472288Z Selecting previously unselected package ccache.
2025-08-18T22:04:15.9633636Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-18T22:04:15.9733353Z Unpacking ccache (4.9.1-1) ...
2025-08-18T22:04:16.0725460Z Selecting previously unselected package fonts-noto-mono.
2025-08-18T22:04:16.0884322Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-18T22:04:16.0958687Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-18T22:04:16.1864251Z Selecting previously unselected package xfonts-encodings.
2025-08-18T22:04:16.2047730Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-18T22:04:16.2118745Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:04:16.2881569Z Selecting previously unselected package xfonts-utils.
2025-08-18T22:04:16.3063870Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-18T22:04:16.3137812Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:04:16.4052782Z Selecting previously unselected package fonts-urw-base35.
2025-08-18T22:04:16.4235834Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-18T22:04:16.4839007Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-18T22:04:16.6047285Z Selecting previously unselected package libgs-common.
2025-08-18T22:04:16.6206475Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:04:16.6336401Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:16.6896217Z Selecting previously unselected package libgs10-common.
2025-08-18T22:04:16.7076275Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:04:16.7158855Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:16.8210900Z Selecting previously unselected package libidn12:arm64.
2025-08-18T22:04:16.8398639Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-18T22:04:16.8464272Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:04:16.9213986Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-18T22:04:16.9390303Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-18T22:04:16.9461957Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:04:17.0131270Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-18T22:04:17.0291653Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-18T22:04:17.0355076Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:04:17.1085045Z Selecting previously unselected package libpaper1:arm64.
2025-08-18T22:04:17.1242959Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-18T22:04:17.1327873Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:04:17.1912462Z Selecting previously unselected package libgs10:arm64.
2025-08-18T22:04:17.2076998Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:04:17.2156792Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:17.3871741Z Selecting previously unselected package ghostscript.
2025-08-18T22:04:17.4049909Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:04:17.4115013Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:17.4763352Z Selecting previously unselected package imagemagick-6.q16.
2025-08-18T22:04:17.4935098Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:04:17.5009123Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:17.8483368Z Selecting previously unselected package imagemagick.
2025-08-18T22:04:17.8668698Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:04:17.8748748Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:17.9265003Z Selecting previously unselected package libdjvulibre-text.
2025-08-18T22:04:17.9440154Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-18T22:04:17.9507411Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:18.0137560Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-18T22:04:18.0317537Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:04:18.0379154Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:18.1092324Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-18T22:04:18.1254072Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-18T22:04:18.1320250Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:04:18.1931105Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-18T22:04:18.2090025Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:04:18.2172853Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:18.2760450Z Selecting previously unselected package libjxr-tools.
2025-08-18T22:04:18.2913344Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:04:18.2984523Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:18.3549028Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-18T22:04:18.3722182Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-18T22:04:18.3802516Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:04:18.4597611Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-18T22:04:18.4767249Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-18T22:04:18.4843889Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:04:18.5441301Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-18T22:04:18.5615365Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:04:18.5681968Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:18.6320583Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-18T22:04:18.6491969Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:04:18.6552691Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:04:18.7153143Z Selecting previously unselected package libpaper-utils.
2025-08-18T22:04:18.7312065Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-18T22:04:18.7373554Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-18T22:04:18.7982341Z Selecting previously unselected package libtool-bin.
2025-08-18T22:04:18.8140076Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-18T22:04:18.8204960Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-18T22:04:18.8857794Z Selecting previously unselected package lzip.
2025-08-18T22:04:18.9019775Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-18T22:04:18.9081825Z Unpacking lzip (1.24.1-1build1) ...
2025-08-18T22:04:18.9711617Z Selecting previously unselected package netpbm.
2025-08-18T22:04:18.9894731Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:04:18.9982885Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:04:19.2330042Z Selecting previously unselected package musl:arm64.
2025-08-18T22:04:19.2493951Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-18T22:04:19.2560925Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-18T22:04:19.3305804Z Selecting previously unselected package musl-dev:arm64.
2025-08-18T22:04:19.3468971Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-18T22:04:19.3545043Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:04:19.4448333Z Selecting previously unselected package musl-tools.
2025-08-18T22:04:19.4633713Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-18T22:04:19.4698225Z Unpacking musl-tools (1.2.4-2) ...
2025-08-18T22:04:19.5503868Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:04:19.7751077Z 
2025-08-18T22:04:19.7751523Z Creating config file /etc/papersize with new version
2025-08-18T22:04:19.9777067Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-18T22:04:19.9959110Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-18T22:04:20.1075345Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:04:20.1282736Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:04:20.1449001Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:20.1640394Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-18T22:04:20.1844740Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:04:20.2057601Z Setting up poppler-data (0.4.12-1) ...
2025-08-18T22:04:20.2610465Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:20.2813932Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:04:20.3006625Z Setting up lzip (1.24.1-1build1) ...
2025-08-18T22:04:20.3165163Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-18T22:04:20.3234982Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-18T22:04:20.3310349Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-18T22:04:20.3453333Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:04:20.3662648Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:04:20.3858044Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:04:20.4059713Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:04:20.4272575Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:20.4476872Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-18T22:04:20.4539986Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-18T22:04:20.4621897Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-18T22:04:20.4688541Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-18T22:04:20.4786629Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-18T22:04:20.4860992Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-18T22:04:20.4938045Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-18T22:04:20.5008532Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-18T22:04:20.5086155Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-18T22:04:20.5163247Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-18T22:04:20.5256970Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-18T22:04:20.5329709Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-18T22:04:20.5442620Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-18T22:04:20.5521527Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-18T22:04:20.5605654Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-18T22:04:20.5681429Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-18T22:04:20.5767230Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-18T22:04:20.5843124Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-18T22:04:20.5924947Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-18T22:04:20.5994774Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-18T22:04:20.6074657Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-18T22:04:20.6146986Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-18T22:04:20.6288305Z Setting up b3sum (1.2.0-1) ...
2025-08-18T22:04:20.6507247Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-18T22:04:20.6845563Z Setting up build-essential (12.10ubuntu1) ...
2025-08-18T22:04:20.7035061Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:04:20.7445398Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:20.7626858Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:04:20.7820587Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:20.7996397Z Setting up ccache (4.9.1-1) ...
2025-08-18T22:04:20.8122881Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:04:20.8276105Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:20.8499991Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:04:20.8732889Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:04:20.8991908Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:04:20.9178497Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:20.9392761Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:20.9617444Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-18T22:04:21.3246981Z Setting up musl-tools (1.2.4-2) ...
2025-08-18T22:04:21.3432975Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:21.3628782Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:21.3852897Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:21.4092511Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:04:21.4963641Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-18T22:04:22.7113985Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-18T22:04:27.3020293Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:04:27.3335267Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:30.3875380Z Reading package lists...
2025-08-18T22:04:30.6533449Z Building dependency tree...
2025-08-18T22:04:30.6541376Z Reading state information...
2025-08-18T22:04:30.9954746Z autoconf is already the newest version (2.71-3).
2025-08-18T22:04:30.9955155Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:04:30.9955505Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:04:30.9955832Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:04:30.9956174Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:04:30.9956518Z ca-certificates is already the newest version (20240203).
2025-08-18T22:04:30.9956830Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:04:30.9957127Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:04:30.9957426Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:04:30.9957743Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:04:30.9958052Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:04:30.9958359Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:04:30.9958623Z patch set to manually installed.
2025-08-18T22:04:30.9959281Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:04:30.9959626Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:04:30.9959932Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:04:30.9960229Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:04:30.9960488Z Suggested packages:
2025-08-18T22:04:30.9960954Z   scons-doc
2025-08-18T22:04:31.0145748Z The following NEW packages will be installed:
2025-08-18T22:04:31.0154196Z   autopoint byacc clang qemu-user-static scons
2025-08-18T22:04:31.2914653Z 0 upgraded, 5 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:31.2914988Z Need to get 17.8 MB of archives.
2025-08-18T22:04:31.2915320Z After this operation, 171 MB of additional disk space will be used.
2025-08-18T22:04:31.2915806Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-18T22:04:31.8175296Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-18T22:04:31.9017384Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-18T22:04:32.6683200Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-18T22:04:32.8372547Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-18T22:04:33.1309878Z Fetched 17.8 MB in 2s (9828 kB/s)
2025-08-18T22:04:33.1606838Z Selecting previously unselected package autopoint.
2025-08-18T22:04:33.1641265Z (Reading database ... 
2025-08-18T22:04:33.1641527Z (Reading database ... 5%
2025-08-18T22:04:33.1642131Z (Reading database ... 10%
2025-08-18T22:04:33.1642335Z (Reading database ... 15%
2025-08-18T22:04:33.1642533Z (Reading database ... 20%
2025-08-18T22:04:33.1642725Z (Reading database ... 25%
2025-08-18T22:04:33.1642917Z (Reading database ... 30%
2025-08-18T22:04:33.1643714Z (Reading database ... 35%
2025-08-18T22:04:33.1643969Z (Reading database ... 40%
2025-08-18T22:04:33.1644170Z (Reading database ... 45%
2025-08-18T22:04:33.1644369Z (Reading database ... 50%
2025-08-18T22:04:33.1667231Z (Reading database ... 55%
2025-08-18T22:04:33.1768654Z (Reading database ... 60%
2025-08-18T22:04:33.1818918Z (Reading database ... 65%
2025-08-18T22:04:33.1836364Z (Reading database ... 70%
2025-08-18T22:04:33.1862725Z (Reading database ... 75%
2025-08-18T22:04:33.2024203Z (Reading database ... 80%
2025-08-18T22:04:33.2122717Z (Reading database ... 85%
2025-08-18T22:04:33.2156679Z (Reading database ... 90%
2025-08-18T22:04:33.2277413Z (Reading database ... 95%
2025-08-18T22:04:33.2277709Z (Reading database ... 100%
2025-08-18T22:04:33.2278010Z (Reading database ... 191843 files and directories currently installed.)
2025-08-18T22:04:33.2323149Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-18T22:04:33.2384022Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-18T22:04:33.3144090Z Selecting previously unselected package clang.
2025-08-18T22:04:33.3341904Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-18T22:04:33.3402686Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-18T22:04:33.3962358Z Selecting previously unselected package qemu-user-static.
2025-08-18T22:04:33.4147513Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-18T22:04:33.4211358Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:04:39.8764689Z Selecting previously unselected package scons.
2025-08-18T22:04:39.8945288Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-18T22:04:39.9014261Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-18T22:04:40.1799892Z Selecting previously unselected package byacc.
2025-08-18T22:04:40.1992192Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-18T22:04:40.2063403Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-18T22:04:40.2945930Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:04:40.3145963Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-18T22:04:40.3399011Z Setting up clang (1:18.0-59~exp2) ...
2025-08-18T22:04:40.3920912Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-18T22:04:40.7725975Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-18T22:04:40.7920173Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:42.0467221Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-18T22:04:43.5302025Z Reading package lists...
2025-08-18T22:04:43.7941602Z Building dependency tree...
2025-08-18T22:04:43.7948281Z Reading state information...
2025-08-18T22:04:44.1475942Z The following additional packages will be installed:
2025-08-18T22:04:44.1476370Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:04:44.1476711Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:04:44.1477105Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:04:44.1477581Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:04:44.1478040Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:04:44.1478465Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:04:44.1479123Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:04:44.1479642Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:04:44.1482008Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:04:44.1491948Z Suggested packages:
2025-08-18T22:04:44.1492196Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-18T22:04:44.1492962Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-18T22:04:44.1493362Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-18T22:04:44.1495738Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-18T22:04:44.1496151Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-18T22:04:44.1496575Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-18T22:04:44.1497058Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-18T22:04:44.1497526Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-18T22:04:44.1497886Z   libauthen-ntlm-perl wdiff-doc
2025-08-18T22:04:44.1498095Z Recommended packages:
2025-08-18T22:04:44.1498373Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-18T22:04:44.1498800Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-18T22:04:44.1499195Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-18T22:04:44.1499588Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-18T22:04:44.1499909Z   libhttp-daemon-perl libmailtools-perl
2025-08-18T22:04:44.1713034Z The following NEW packages will be installed:
2025-08-18T22:04:44.1713616Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:04:44.1713998Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:04:44.1714389Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:04:44.1714873Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:04:44.1715315Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:04:44.1716245Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:04:44.1716695Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:04:44.1717325Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:04:44.1721604Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:04:44.3277682Z 0 upgraded, 30 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:44.3278043Z Need to get 2409 kB of archives.
2025-08-18T22:04:44.3278639Z After this operation, 7427 kB of additional disk space will be used.
2025-08-18T22:04:44.3279166Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-18T22:04:44.3439359Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-18T22:04:44.3631534Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-18T22:04:44.3955230Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-18T22:04:44.4121251Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-18T22:04:44.4301384Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-18T22:04:44.4503746Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-18T22:04:44.4674031Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-18T22:04:44.4846343Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-18T22:04:44.5022730Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-18T22:04:44.5205939Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-18T22:04:44.5386239Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-18T22:04:44.5557342Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-18T22:04:44.5739039Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-18T22:04:44.5922024Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-18T22:04:44.6150100Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-18T22:04:44.6325112Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-18T22:04:44.7350217Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-18T22:04:44.7517307Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-18T22:04:44.7680486Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-18T22:04:44.7840057Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-18T22:04:44.8179714Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-18T22:04:44.8349631Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-18T22:04:44.8512328Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-18T22:04:44.8675102Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-18T22:04:44.8835671Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-18T22:04:44.8997782Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-18T22:04:44.9177168Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-18T22:04:44.9347123Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-18T22:04:44.9509124Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-18T22:04:45.2596161Z Fetched 2409 kB in 1s (3063 kB/s)
2025-08-18T22:04:45.3651960Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-18T22:04:45.3683598Z (Reading database ... 
2025-08-18T22:04:45.3683815Z (Reading database ... 5%
2025-08-18T22:04:45.3684020Z (Reading database ... 10%
2025-08-18T22:04:45.3684222Z (Reading database ... 15%
2025-08-18T22:04:45.3684419Z (Reading database ... 20%
2025-08-18T22:04:45.3684615Z (Reading database ... 25%
2025-08-18T22:04:45.3684811Z (Reading database ... 30%
2025-08-18T22:04:45.3685019Z (Reading database ... 35%
2025-08-18T22:04:45.3685206Z (Reading database ... 40%
2025-08-18T22:04:45.3685403Z (Reading database ... 45%
2025-08-18T22:04:45.3685612Z (Reading database ... 50%
2025-08-18T22:04:45.3709427Z (Reading database ... 55%
2025-08-18T22:04:45.3809049Z (Reading database ... 60%
2025-08-18T22:04:45.3854235Z (Reading database ... 65%
2025-08-18T22:04:45.3870044Z (Reading database ... 70%
2025-08-18T22:04:45.3893703Z (Reading database ... 75%
2025-08-18T22:04:45.4046097Z (Reading database ... 80%
2025-08-18T22:04:45.4137720Z (Reading database ... 85%
2025-08-18T22:04:45.4169564Z (Reading database ... 90%
2025-08-18T22:04:45.4279793Z (Reading database ... 95%
2025-08-18T22:04:45.4280045Z (Reading database ... 100%
2025-08-18T22:04:45.4280337Z (Reading database ... 192291 files and directories currently installed.)
2025-08-18T22:04:45.4321569Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-18T22:04:45.4381075Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:04:45.4945002Z Selecting previously unselected package libfile-which-perl.
2025-08-18T22:04:45.5116175Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-18T22:04:45.5177112Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-18T22:04:45.5711847Z Selecting previously unselected package libfile-homedir-perl.
2025-08-18T22:04:45.5873854Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-18T22:04:45.5934455Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-18T22:04:45.6458457Z Selecting previously unselected package libfile-touch-perl.
2025-08-18T22:04:45.6632465Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-18T22:04:45.6702858Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-18T22:04:45.7198912Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-18T22:04:45.7367189Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-18T22:04:45.7428982Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:04:45.7933785Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-18T22:04:45.8117733Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-18T22:04:45.8198490Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:04:45.8728074Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-18T22:04:45.8911804Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-18T22:04:45.8970950Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:04:45.9477759Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-18T22:04:45.9663578Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-18T22:04:45.9743118Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:04:46.0216532Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-18T22:04:46.0392374Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-18T22:04:46.0453692Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:04:46.1004716Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-18T22:04:46.1158249Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-18T22:04:46.1221744Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:04:46.1753447Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-18T22:04:46.1914814Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-18T22:04:46.1973893Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:04:46.2812195Z Selecting previously unselected package libimport-into-perl.
2025-08-18T22:04:46.2973182Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-18T22:04:46.3070120Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-18T22:04:46.3583507Z Selecting previously unselected package librole-tiny-perl.
2025-08-18T22:04:46.3764291Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-18T22:04:46.3842015Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-18T22:04:46.4388061Z Selecting previously unselected package libsub-quote-perl.
2025-08-18T22:04:46.4572034Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-18T22:04:46.4690886Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:04:46.5259124Z Selecting previously unselected package libmoo-perl.
2025-08-18T22:04:46.5437225Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-18T22:04:46.5498369Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-18T22:04:46.6004866Z Selecting previously unselected package libfile-listing-perl.
2025-08-18T22:04:46.6184798Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-18T22:04:46.6253906Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-18T22:04:46.6823704Z Selecting previously unselected package libhtml-tree-perl.
2025-08-18T22:04:46.6981315Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-18T22:04:46.7042311Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-18T22:04:46.7634868Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-18T22:04:46.7796777Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-18T22:04:46.7852087Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:04:46.8376644Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-18T22:04:46.8550829Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-18T22:04:46.8614468Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:04:46.9146688Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-18T22:04:46.9335937Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-18T22:04:46.9401086Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:04:47.0388123Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-18T22:04:47.0571039Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-18T22:04:47.0659289Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:04:47.1434401Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-18T22:04:47.1616636Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-18T22:04:47.1696376Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:04:47.2272708Z Selecting previously unselected package libnet-http-perl.
2025-08-18T22:04:47.2444299Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-18T22:04:47.2508379Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-18T22:04:47.3098331Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-18T22:04:47.3256552Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-18T22:04:47.3319346Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:04:47.4043187Z Selecting previously unselected package libtry-tiny-perl.
2025-08-18T22:04:47.4203086Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-18T22:04:47.4266944Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-18T22:04:47.4788054Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-18T22:04:47.4967057Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-18T22:04:47.5055132Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:04:47.5601397Z Selecting previously unselected package libwww-perl.
2025-08-18T22:04:47.5785719Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-18T22:04:47.5853724Z Unpacking libwww-perl (6.76-1) ...
2025-08-18T22:04:47.6417324Z Selecting previously unselected package patchutils.
2025-08-18T22:04:47.6604870Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-18T22:04:47.6673099Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-18T22:04:47.7397924Z Selecting previously unselected package wdiff.
2025-08-18T22:04:47.7573977Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-18T22:04:47.7638249Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-18T22:04:47.8461829Z Selecting previously unselected package devscripts.
2025-08-18T22:04:47.8623289Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-18T22:04:47.8859429Z Unpacking devscripts (2.23.7) ...
2025-08-18T22:04:49.1280007Z Setting up wdiff (1.2.2-6build1) ...
2025-08-18T22:04:49.1469953Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:04:49.1722658Z Setting up libfile-which-perl (1.27-2) ...
2025-08-18T22:04:49.1902336Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-18T22:04:49.2265822Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:04:49.2608065Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:04:49.2797743Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:04:49.3146359Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-18T22:04:49.3358822Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-18T22:04:49.3681321Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:04:49.4011589Z Setting up libnet-http-perl (6.23-1) ...
2025-08-18T22:04:49.4233821Z Setting up patchutils (0.4.2-1build3) ...
2025-08-18T22:04:49.4702251Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:04:49.4869069Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:04:49.5239499Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-18T22:04:49.5563738Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:04:49.5762295Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:04:49.6106309Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:04:49.6276632Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-18T22:04:49.6616999Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-18T22:04:49.6816397Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:04:49.7302144Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:04:49.7648986Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:04:49.7905771Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:04:49.8203568Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:04:49.8410368Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-18T22:04:49.8744754Z Setting up libmoo-perl (2.005005-1) ...
2025-08-18T22:04:49.9068880Z Setting up libwww-perl (6.76-1) ...
2025-08-18T22:04:49.9315417Z Setting up devscripts (2.23.7) ...
2025-08-18T22:04:50.0788974Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:04:50.0984768Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:52.9093372Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:04:54.3851596Z Reading package lists...
2025-08-18T22:04:54.6366469Z Building dependency tree...
2025-08-18T22:04:54.6375345Z Reading state information...
2025-08-18T22:04:54.9286613Z The following additional packages will be installed:
2025-08-18T22:04:54.9294098Z   cmake-data libjsoncpp25 librhash0
2025-08-18T22:04:54.9302608Z Suggested packages:
2025-08-18T22:04:54.9302817Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-18T22:04:54.9470451Z The following NEW packages will be installed:
2025-08-18T22:04:54.9478713Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-18T22:04:55.0889989Z 0 upgraded, 4 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:55.0890380Z Need to get 12.7 MB of archives.
2025-08-18T22:04:55.0890858Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-18T22:04:55.0891380Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-18T22:04:55.1474662Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-18T22:04:55.1834275Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-18T22:04:55.2638023Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-18T22:04:55.6069714Z Fetched 12.7 MB in 0s (34.4 MB/s)
2025-08-18T22:04:55.6408542Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-18T22:04:55.6442563Z (Reading database ... 
2025-08-18T22:04:55.6442806Z (Reading database ... 5%
2025-08-18T22:04:55.6443003Z (Reading database ... 10%
2025-08-18T22:04:55.6443232Z (Reading database ... 15%
2025-08-18T22:04:55.6443425Z (Reading database ... 20%
2025-08-18T22:04:55.6443618Z (Reading database ... 25%
2025-08-18T22:04:55.6443811Z (Reading database ... 30%
2025-08-18T22:04:55.6444022Z (Reading database ... 35%
2025-08-18T22:04:55.6444212Z (Reading database ... 40%
2025-08-18T22:04:55.6444401Z (Reading database ... 45%
2025-08-18T22:04:55.6444590Z (Reading database ... 50%
2025-08-18T22:04:55.6467005Z (Reading database ... 55%
2025-08-18T22:04:55.6559474Z (Reading database ... 60%
2025-08-18T22:04:55.6602452Z (Reading database ... 65%
2025-08-18T22:04:55.6617922Z (Reading database ... 70%
2025-08-18T22:04:55.6640973Z (Reading database ... 75%
2025-08-18T22:04:55.6782198Z (Reading database ... 80%
2025-08-18T22:04:55.6862596Z (Reading database ... 85%
2025-08-18T22:04:55.6892487Z (Reading database ... 90%
2025-08-18T22:04:55.6997167Z (Reading database ... 95%
2025-08-18T22:04:55.6997397Z (Reading database ... 100%
2025-08-18T22:04:55.6997715Z (Reading database ... 193226 files and directories currently installed.)
2025-08-18T22:04:55.7037919Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-18T22:04:55.7172589Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:04:55.7839268Z Selecting previously unselected package librhash0:arm64.
2025-08-18T22:04:55.8024018Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-18T22:04:55.8094768Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:04:55.8780863Z Selecting previously unselected package cmake-data.
2025-08-18T22:04:55.8961394Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-18T22:04:55.9082739Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-18T22:04:56.8561134Z Selecting previously unselected package cmake.
2025-08-18T22:04:56.8730095Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-18T22:04:56.8796540Z Unpacking cmake (3.28.3-1build7) ...
2025-08-18T22:04:57.1449109Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:04:57.1648122Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:04:57.1832454Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-18T22:04:57.2055273Z Setting up cmake (3.28.3-1build7) ...
2025-08-18T22:04:57.2262253Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:58.6137146Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:04:59.9905704Z Reading package lists...
2025-08-18T22:05:00.2455570Z Building dependency tree...
2025-08-18T22:05:00.2464983Z Reading state information...
2025-08-18T22:05:00.5614091Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:05:00.5614554Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:05:00.5614865Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:05:00.5615169Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:05:00.5615466Z b3sum is already the newest version (1.2.0-1).
2025-08-18T22:05:00.5616177Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:05:00.5616538Z ca-certificates is already the newest version (20240203).
2025-08-18T22:05:00.5616837Z ccache is already the newest version (4.9.1-1).
2025-08-18T22:05:00.5617135Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:05:00.5617439Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:05:00.5617728Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:05:00.5618008Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:05:00.5618341Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-18T22:05:00.5618698Z lzip is already the newest version (1.24.1-1build1).
2025-08-18T22:05:00.5618997Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:05:00.5619305Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:05:00.5619618Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:05:00.5619923Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:05:00.5620194Z musl is already the newest version (1.2.4-2).
2025-08-18T22:05:00.5620464Z musl-dev is already the newest version (1.2.4-2).
2025-08-18T22:05:00.5620915Z musl-tools is already the newest version (1.2.4-2).
2025-08-18T22:05:00.5621246Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:05:00.5621585Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:05:00.5621887Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:05:00.5622187Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:05:00.5622718Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:00.5812230Z Reading package lists...
2025-08-18T22:05:00.8213140Z Building dependency tree...
2025-08-18T22:05:00.8221664Z Reading state information...
2025-08-18T22:05:01.1322193Z autoconf is already the newest version (2.71-3).
2025-08-18T22:05:01.1322608Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:05:01.1322958Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-18T22:05:01.1323285Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:05:01.1323608Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:05:01.1323949Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:05:01.1324277Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-18T22:05:01.1324615Z ca-certificates is already the newest version (20240203).
2025-08-18T22:05:01.1324935Z clang is already the newest version (1:18.0-59~exp2).
2025-08-18T22:05:01.1325246Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:05:01.1325536Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:05:01.1325839Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:05:01.1326146Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:05:01.1326462Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:05:01.1326774Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:05:01.1327085Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:05:01.1327411Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:05:01.1327773Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:05:01.1328122Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:05:01.1328411Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:05:01.1328709Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:05:01.1329053Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:01.1523846Z Reading package lists...
2025-08-18T22:05:01.3953901Z Building dependency tree...
2025-08-18T22:05:01.3963659Z Reading state information...
2025-08-18T22:05:01.6861337Z devscripts is already the newest version (2.23.7).
2025-08-18T22:05:01.6862062Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:01.7066765Z Reading package lists...
2025-08-18T22:05:01.9625350Z Building dependency tree...
2025-08-18T22:05:01.9633167Z Reading state information...
2025-08-18T22:05:02.3005038Z cmake is already the newest version (3.28.3-1build7).
2025-08-18T22:05:02.3005427Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:02.3204764Z Reading package lists...
2025-08-18T22:05:02.5797184Z Building dependency tree...
2025-08-18T22:05:02.5805265Z Reading state information...
2025-08-18T22:05:02.9145725Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:05:02.9146214Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-18T22:05:02.9667139Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:03.0148806Z Reading package lists...
2025-08-18T22:05:03.2738264Z Building dependency tree...
2025-08-18T22:05:03.2745690Z Reading state information...
2025-08-18T22:05:03.5663973Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-18T22:05:03.5664406Z g++-aarch64-linux-gnu set to manually installed.
2025-08-18T22:05:03.5664750Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:05:03.5665117Z The following additional packages will be installed:
2025-08-18T22:05:03.5665448Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:05:03.5665847Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:05:03.5666304Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:05:03.5667042Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:05:03.5667431Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:05:03.5667860Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:05:03.5668272Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-18T22:05:03.5672518Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:05:03.5672940Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-18T22:05:03.5673334Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-18T22:05:03.5673756Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-18T22:05:03.5674106Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-18T22:05:03.5674476Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:05:03.5674916Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-18T22:05:03.5675271Z   linux-libc-dev-armhf-cross
2025-08-18T22:05:03.5683727Z Suggested packages:
2025-08-18T22:05:03.5684056Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-18T22:05:03.5684427Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-18T22:05:03.6036584Z The following NEW packages will be installed:
2025-08-18T22:05:03.6036917Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:05:03.6037309Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:05:03.6037902Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:05:03.6038424Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-18T22:05:03.6038878Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-18T22:05:03.6039333Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-18T22:05:03.6039831Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-18T22:05:03.6040287Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:05:03.6040935Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-18T22:05:03.6041894Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-18T22:05:03.6042428Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-18T22:05:03.6042856Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-18T22:05:03.6043290Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:05:03.6043734Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-18T22:05:03.6046944Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-18T22:05:03.8119095Z 0 upgraded, 42 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:03.8119819Z Need to get 112 MB of archives.
2025-08-18T22:05:03.8120809Z After this operation, 377 MB of additional disk space will be used.
2025-08-18T22:05:03.8121486Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-18T22:05:04.0771540Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-18T22:05:04.8205012Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-18T22:05:04.9050761Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-18T22:05:05.5036281Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-18T22:05:05.5876895Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-18T22:05:05.6721166Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-18T22:05:06.0155285Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-18T22:05:06.0999356Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-18T22:05:06.1845203Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-18T22:05:06.3565045Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-18T22:05:06.5253288Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-18T22:05:06.9050862Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-18T22:05:06.9936575Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-18T22:05:07.4837532Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-18T22:05:07.7356355Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-18T22:05:07.9968729Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-18T22:05:08.2529032Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-18T22:05:09.3023786Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-18T22:05:09.5569619Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-18T22:05:09.8111885Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-18T22:05:10.1469618Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-18T22:05:10.9874796Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-18T22:05:11.7716588Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-18T22:05:11.8563299Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-18T22:05:11.9410847Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-18T22:05:12.1993733Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-18T22:05:12.2838526Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-18T22:05:12.3695395Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-18T22:05:12.4539595Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-18T22:05:12.8757345Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-18T22:05:13.0486213Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-18T22:05:13.2668324Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-18T22:05:13.6021919Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-18T22:05:14.7215222Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-18T22:05:14.9746626Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-18T22:05:15.2290309Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-18T22:05:15.5668365Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-18T22:05:16.2531117Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-18T22:05:16.3373679Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-18T22:05:16.4216809Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-18T22:05:16.5060900Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-18T22:05:16.7995527Z Fetched 112 MB in 13s (8706 kB/s)
2025-08-18T22:05:16.8244997Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-18T22:05:16.8277110Z (Reading database ... 
2025-08-18T22:05:16.8277347Z (Reading database ... 5%
2025-08-18T22:05:16.8277557Z (Reading database ... 10%
2025-08-18T22:05:16.8277810Z (Reading database ... 15%
2025-08-18T22:05:16.8278003Z (Reading database ... 20%
2025-08-18T22:05:16.8278196Z (Reading database ... 25%
2025-08-18T22:05:16.8278389Z (Reading database ... 30%
2025-08-18T22:05:16.8278584Z (Reading database ... 35%
2025-08-18T22:05:16.8278777Z (Reading database ... 40%
2025-08-18T22:05:16.8279373Z (Reading database ... 45%
2025-08-18T22:05:16.8279588Z (Reading database ... 50%
2025-08-18T22:05:16.8299708Z (Reading database ... 55%
2025-08-18T22:05:16.8385640Z (Reading database ... 60%
2025-08-18T22:05:16.8424407Z (Reading database ... 65%
2025-08-18T22:05:16.8438615Z (Reading database ... 70%
2025-08-18T22:05:16.8459283Z (Reading database ... 75%
2025-08-18T22:05:16.8583714Z (Reading database ... 80%
2025-08-18T22:05:16.8653941Z (Reading database ... 85%
2025-08-18T22:05:16.8680603Z (Reading database ... 90%
2025-08-18T22:05:16.8779776Z (Reading database ... 95%
2025-08-18T22:05:16.8779987Z (Reading database ... 100%
2025-08-18T22:05:16.8780313Z (Reading database ... 196635 files and directories currently installed.)
2025-08-18T22:05:16.8814141Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:16.8874228Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:16.9429506Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-18T22:05:16.9618924Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:16.9700276Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:17.2148285Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-18T22:05:17.2319128Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:17.2401785Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:17.2979267Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-18T22:05:17.3144898Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:17.3226881Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:17.5560116Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-18T22:05:17.5746222Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:05:17.5810455Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:05:17.6337941Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-18T22:05:17.6527162Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:05:17.6586618Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:05:17.7168162Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-18T22:05:17.7348387Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:05:17.7479476Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:05:17.8787677Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-18T22:05:17.8946810Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:17.9011956Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:17.9497109Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-18T22:05:17.9660939Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:17.9718566Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.0237683Z Selecting previously unselected package libc6-armel-cross.
2025-08-18T22:05:18.0420897Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:05:18.0481536Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:18.1229117Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-18T22:05:18.1419964Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.1475737Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.2064975Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-18T22:05:18.2254184Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.2329817Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.2933238Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-18T22:05:18.3111622Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.3166827Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.3683845Z Selecting previously unselected package libasan8-armel-cross.
2025-08-18T22:05:18.3858273Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.3920814Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.5226911Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-18T22:05:18.5389234Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.5448904Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.6122559Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-18T22:05:18.6301082Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.6363730Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.7054354Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-18T22:05:18.7245070Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:18.7303456Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:18.8229891Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-18T22:05:18.8419142Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:18.8504376Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:19.2188253Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-18T22:05:19.2382976Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:05:19.2444062Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:05:19.4687519Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-18T22:05:19.4858049Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:05:19.4915828Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:19.6332282Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-18T22:05:19.6500243Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:19.6569957Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:19.8931623Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-18T22:05:19.9118337Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:19.9208410Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.1802767Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-18T22:05:20.1971526Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:05:20.2057414Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:05:20.3181947Z Selecting previously unselected package gcc-13-cross-base.
2025-08-18T22:05:20.3373868Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.3435996Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.3935172Z Selecting previously unselected package gcc-14-cross-base.
2025-08-18T22:05:20.4128686Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.4191264Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.4818062Z Selecting previously unselected package libc6-armhf-cross.
2025-08-18T22:05:20.4998821Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:05:20.5062383Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:20.5811748Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-18T22:05:20.5992929Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.6055128Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.6599449Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-18T22:05:20.6766232Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.6828449Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.7410055Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-18T22:05:20.7587259Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.7648235Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.8196508Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-18T22:05:20.8354330Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.8415188Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:20.9444899Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-18T22:05:20.9638403Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:20.9722502Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:21.0375817Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-18T22:05:21.0572065Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:21.0635218Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:21.1342041Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-18T22:05:21.1530220Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:21.1595281Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:21.2440248Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-18T22:05:21.2612692Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:21.2718867Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:21.6713282Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-18T22:05:21.6899753Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:05:21.6963346Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:05:21.9664392Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-18T22:05:21.9829344Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:05:21.9892386Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:22.1326451Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-18T22:05:22.1509571Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:05:22.1569577Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:22.4297640Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-18T22:05:22.4464554Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:05:22.4560597Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:22.7176094Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-18T22:05:22.7366072Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:05:22.7424537Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:05:22.7847281Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-18T22:05:22.8033508Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:05:22.8105605Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:05:22.8589348Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-18T22:05:22.8773843Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:05:22.8839309Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:05:22.9301333Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-18T22:05:22.9465654Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:05:22.9524856Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:05:23.0266758Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:05:23.0455622Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:23.0656333Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.0855352Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.1100180Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.1276677Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:05:23.1456845Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.1702817Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:05:23.1877046Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:23.2063806Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.2283001Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.2547213Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:23.2764754Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:05:23.2977845Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.3181234Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.3385906Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.3616145Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.3835433Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.4019972Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.4316712Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.4532280Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:05:23.4708908Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.4893054Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.5101790Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:05:23.5270060Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.5449587Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.5650492Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.5853755Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:05:23.6035433Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.6221240Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.6459692Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.6657606Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.6841748Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.7006595Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.7220728Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:05:23.7426653Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.7611323Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.7815325Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.7987195Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:05:23.8161578Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:05:23.8371363Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:05:23.8547375Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:05:23.8724708Z Processing triggers for ccache (4.9.1-1) ...
2025-08-18T22:05:23.8793342Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:05:23.8917009Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:25.2892836Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:26.4795556Z Reading package lists...
2025-08-18T22:05:26.7076703Z Building dependency tree...
2025-08-18T22:05:26.7087118Z Reading state information...
2025-08-18T22:05:26.9593590Z The following additional packages will be installed:
2025-08-18T22:05:26.9594032Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:05:26.9600479Z   libpcap0.8-dev
2025-08-18T22:05:26.9885704Z The following NEW packages will be installed:
2025-08-18T22:05:26.9886126Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:05:26.9891957Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-18T22:05:27.0076806Z 0 upgraded, 8 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:27.1496983Z Need to get 1640 kB of archives.
2025-08-18T22:05:27.1497780Z After this operation, 7134 kB of additional disk space will be used.
2025-08-18T22:05:27.1498389Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-18T22:05:27.2312516Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-18T22:05:27.2526474Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-18T22:05:27.2738176Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-18T22:05:27.3027737Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-18T22:05:27.3479728Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-18T22:05:27.3674417Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-18T22:05:27.3835100Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-18T22:05:27.6448384Z Fetched 1640 kB in 0s (4508 kB/s)
2025-08-18T22:05:27.6846085Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-18T22:05:27.6880777Z (Reading database ... 
2025-08-18T22:05:27.6881417Z (Reading database ... 5%
2025-08-18T22:05:27.6881811Z (Reading database ... 10%
2025-08-18T22:05:27.6882053Z (Reading database ... 15%
2025-08-18T22:05:27.6882246Z (Reading database ... 20%
2025-08-18T22:05:27.6882485Z (Reading database ... 25%
2025-08-18T22:05:27.6882676Z (Reading database ... 30%
2025-08-18T22:05:27.6882866Z (Reading database ... 35%
2025-08-18T22:05:27.6883057Z (Reading database ... 40%
2025-08-18T22:05:27.6883633Z (Reading database ... 45%
2025-08-18T22:05:27.6883850Z (Reading database ... 50%
2025-08-18T22:05:27.6905912Z (Reading database ... 55%
2025-08-18T22:05:27.7002545Z (Reading database ... 60%
2025-08-18T22:05:27.7039184Z (Reading database ... 65%
2025-08-18T22:05:27.7056702Z (Reading database ... 70%
2025-08-18T22:05:27.7083687Z (Reading database ... 75%
2025-08-18T22:05:27.7205094Z (Reading database ... 80%
2025-08-18T22:05:27.7276584Z (Reading database ... 85%
2025-08-18T22:05:27.7302445Z (Reading database ... 90%
2025-08-18T22:05:27.7409958Z (Reading database ... 95%
2025-08-18T22:05:27.7410187Z (Reading database ... 100%
2025-08-18T22:05:27.7410476Z (Reading database ... 202071 files and directories currently installed.)
2025-08-18T22:05:27.7441631Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-18T22:05:27.7510221Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:05:27.8223342Z Selecting previously unselected package libjudydebian1.
2025-08-18T22:05:27.8411448Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-18T22:05:27.8571522Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:05:27.9131145Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-18T22:05:27.9308932Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:05:27.9371531Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:05:27.9996161Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-18T22:05:28.0159555Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:05:28.0256016Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:05:28.0868391Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-18T22:05:28.1037072Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-18T22:05:28.1101474Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:05:28.4309880Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-18T22:05:28.4499776Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:05:28.4582449Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:28.6530782Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-18T22:05:28.6686462Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:05:28.6744419Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:28.7422858Z Selecting previously unselected package pcaputils.
2025-08-18T22:05:28.7583398Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-18T22:05:28.7679503Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-18T22:05:28.8882651Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:05:28.9199702Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:05:29.1431122Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:05:29.1590610Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-18T22:05:29.1863270Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-18T22:05:29.4246437Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:05:29.4418930Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:05:29.4632258Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:29.4913151Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:31.0905469Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:05:31.1889003Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:31.2059455Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:32.5610439Z Reading package lists...
2025-08-18T22:05:32.7977756Z Building dependency tree...
2025-08-18T22:05:32.7986680Z Reading state information...
2025-08-18T22:05:32.8408847Z Reading package lists...
2025-08-18T22:05:33.0521613Z Building dependency tree...
2025-08-18T22:05:33.0528677Z Reading state information...
2025-08-18T22:05:33.3037975Z The following additional packages will be installed:
2025-08-18T22:05:33.3042732Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-18T22:05:33.3050012Z Suggested packages:
2025-08-18T22:05:33.3050315Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-18T22:05:33.3050843Z   librust-libc+rustc-std-workspace-core-dev
2025-08-18T22:05:33.3218661Z The following NEW packages will be installed:
2025-08-18T22:05:33.3219767Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-18T22:05:33.3224568Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-18T22:05:33.3778966Z 0 upgraded, 9 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:33.3779322Z Need to get 801 kB of archives.
2025-08-18T22:05:33.3779612Z After this operation, 6261 kB of additional disk space will be used.
2025-08-18T22:05:33.3780134Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-18T22:05:33.4177958Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-18T22:05:33.4506422Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-18T22:05:33.5049572Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-18T22:05:33.5223113Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-18T22:05:33.5385517Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-18T22:05:33.5590743Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-18T22:05:33.5758900Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-18T22:05:33.5927857Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-18T22:05:33.8559473Z Fetched 801 kB in 0s (3070 kB/s)
2025-08-18T22:05:33.8901374Z Selecting previously unselected package liblz1:arm64.
2025-08-18T22:05:33.8935638Z (Reading database ... 
2025-08-18T22:05:33.8935861Z (Reading database ... 5%
2025-08-18T22:05:33.8936079Z (Reading database ... 10%
2025-08-18T22:05:33.8936274Z (Reading database ... 15%
2025-08-18T22:05:33.8936467Z (Reading database ... 20%
2025-08-18T22:05:33.8936652Z (Reading database ... 25%
2025-08-18T22:05:33.8936846Z (Reading database ... 30%
2025-08-18T22:05:33.8937072Z (Reading database ... 35%
2025-08-18T22:05:33.8938135Z (Reading database ... 40%
2025-08-18T22:05:33.8938382Z (Reading database ... 45%
2025-08-18T22:05:33.8938582Z (Reading database ... 50%
2025-08-18T22:05:33.8961938Z (Reading database ... 55%
2025-08-18T22:05:33.9056245Z (Reading database ... 60%
2025-08-18T22:05:33.9093096Z (Reading database ... 65%
2025-08-18T22:05:33.9110867Z (Reading database ... 70%
2025-08-18T22:05:33.9137611Z (Reading database ... 75%
2025-08-18T22:05:33.9302277Z (Reading database ... 80%
2025-08-18T22:05:33.9338359Z (Reading database ... 85%
2025-08-18T22:05:33.9368840Z (Reading database ... 90%
2025-08-18T22:05:33.9478715Z (Reading database ... 95%
2025-08-18T22:05:33.9478938Z (Reading database ... 100%
2025-08-18T22:05:33.9479233Z (Reading database ... 202727 files and directories currently installed.)
2025-08-18T22:05:33.9514732Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-18T22:05:33.9629815Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-18T22:05:34.0256942Z Selecting previously unselected package liblz-dev:arm64.
2025-08-18T22:05:34.0447998Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-18T22:05:34.0509115Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:05:34.1102115Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-18T22:05:34.1285385Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-18T22:05:34.1348649Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:05:34.3231177Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-18T22:05:34.3395541Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-18T22:05:34.3455238Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:05:34.4344100Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-18T22:05:34.4507954Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-18T22:05:34.4569300Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:05:34.5313528Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-18T22:05:34.5508991Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-18T22:05:34.5575604Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:05:34.6505024Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-18T22:05:34.6693504Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-18T22:05:34.6749210Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:05:34.7458890Z Selecting previously unselected package lzma.
2025-08-18T22:05:34.7648066Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-18T22:05:34.7707046Z Unpacking lzma (9.22-2.2) ...
2025-08-18T22:05:34.9052797Z Selecting previously unselected package lzma-dev.
2025-08-18T22:05:34.9227743Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-18T22:05:34.9333235Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-18T22:05:35.0129632Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-18T22:05:35.1143543Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:05:35.1354686Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:05:35.1556486Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:05:35.1761042Z Setting up lzma (9.22-2.2) ...
2025-08-18T22:05:35.1923600Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-18T22:05:35.2060895Z Setting up lzma-dev (9.22-2.2) ...
2025-08-18T22:05:35.2256109Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:05:35.2429104Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:05:35.2601101Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:05:35.2806992Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:35.3087944Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:36.6779295Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:05:37.9854761Z Reading package lists...
2025-08-18T22:05:38.2313838Z Building dependency tree...
2025-08-18T22:05:38.2323563Z Reading state information...
2025-08-18T22:05:38.5616541Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-18T22:05:38.5616978Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-18T22:05:38.5617333Z inetutils-telnet set to manually installed.
2025-08-18T22:05:38.5617637Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-18T22:05:38.5617962Z The following additional packages will be installed:
2025-08-18T22:05:38.5618226Z   tcpd update-inetd
2025-08-18T22:05:38.5805793Z The following packages will be REMOVED:
2025-08-18T22:05:38.5813885Z   iputils-ping rsyslog ubuntu-minimal
2025-08-18T22:05:38.5815234Z The following NEW packages will be installed:
2025-08-18T22:05:38.5815562Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-18T22:05:38.5815971Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-18T22:05:38.5823632Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-18T22:05:38.7922172Z 0 upgraded, 13 newly installed, 3 to remove and 164 not upgraded.
2025-08-18T22:05:38.7922531Z Need to get 691 kB of archives.
2025-08-18T22:05:38.7923089Z After this operation, 987 kB disk space will be freed.
2025-08-18T22:05:38.7923633Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-18T22:05:39.0719624Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-18T22:05:39.1768285Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-18T22:05:39.2822106Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-18T22:05:39.4053020Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-18T22:05:39.5638948Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-18T22:05:39.6934684Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-18T22:05:39.8139510Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-18T22:05:39.9239119Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-18T22:05:40.0282146Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-18T22:05:40.1468058Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-18T22:05:40.3649002Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-18T22:05:40.6455151Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-18T22:05:40.9151525Z Preconfiguring packages ...
2025-08-18T22:05:41.0688516Z Fetched 691 kB in 2s (331 kB/s)
2025-08-18T22:05:41.0892739Z (Reading database ... 
2025-08-18T22:05:41.0892972Z (Reading database ... 5%
2025-08-18T22:05:41.0893195Z (Reading database ... 10%
2025-08-18T22:05:41.0893388Z (Reading database ... 15%
2025-08-18T22:05:41.0893581Z (Reading database ... 20%
2025-08-18T22:05:41.0893773Z (Reading database ... 25%
2025-08-18T22:05:41.0893962Z (Reading database ... 30%
2025-08-18T22:05:41.0894149Z (Reading database ... 35%
2025-08-18T22:05:41.0894340Z (Reading database ... 40%
2025-08-18T22:05:41.0894529Z (Reading database ... 45%
2025-08-18T22:05:41.0894716Z (Reading database ... 50%
2025-08-18T22:05:41.0917930Z (Reading database ... 55%
2025-08-18T22:05:41.1008571Z (Reading database ... 60%
2025-08-18T22:05:41.1051266Z (Reading database ... 65%
2025-08-18T22:05:41.1069572Z (Reading database ... 70%
2025-08-18T22:05:41.1098064Z (Reading database ... 75%
2025-08-18T22:05:41.1267904Z (Reading database ... 80%
2025-08-18T22:05:41.1305039Z (Reading database ... 85%
2025-08-18T22:05:41.1336471Z (Reading database ... 90%
2025-08-18T22:05:41.1454736Z (Reading database ... 95%
2025-08-18T22:05:41.1454952Z (Reading database ... 100%
2025-08-18T22:05:41.1455270Z (Reading database ... 203219 files and directories currently installed.)
2025-08-18T22:05:41.1494029Z Removing ubuntu-minimal (1.539.2) ...
2025-08-18T22:05:41.2101326Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-18T22:05:41.3001656Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-18T22:05:41.7187666Z Selecting previously unselected package inetutils-syslogd.
2025-08-18T22:05:41.7222523Z (Reading database ... 
2025-08-18T22:05:41.7222777Z (Reading database ... 5%
2025-08-18T22:05:41.7222978Z (Reading database ... 10%
2025-08-18T22:05:41.7223178Z (Reading database ... 15%
2025-08-18T22:05:41.7223371Z (Reading database ... 20%
2025-08-18T22:05:41.7223594Z (Reading database ... 25%
2025-08-18T22:05:41.7223789Z (Reading database ... 30%
2025-08-18T22:05:41.7223980Z (Reading database ... 35%
2025-08-18T22:05:41.7224175Z (Reading database ... 40%
2025-08-18T22:05:41.7224367Z (Reading database ... 45%
2025-08-18T22:05:41.7224558Z (Reading database ... 50%
2025-08-18T22:05:41.7248604Z (Reading database ... 55%
2025-08-18T22:05:41.7339934Z (Reading database ... 60%
2025-08-18T22:05:41.7382582Z (Reading database ... 65%
2025-08-18T22:05:41.7400062Z (Reading database ... 70%
2025-08-18T22:05:41.7427147Z (Reading database ... 75%
2025-08-18T22:05:41.7591236Z (Reading database ... 80%
2025-08-18T22:05:41.7626860Z (Reading database ... 85%
2025-08-18T22:05:41.7656602Z (Reading database ... 90%
2025-08-18T22:05:41.7763723Z (Reading database ... 95%
2025-08-18T22:05:41.7763975Z (Reading database ... 100%
2025-08-18T22:05:41.7764269Z (Reading database ... 203147 files and directories currently installed.)
2025-08-18T22:05:41.7796507Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:41.7887815Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:41.8424885Z Selecting previously unselected package tcpd.
2025-08-18T22:05:41.8651348Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-18T22:05:41.8725133Z Unpacking tcpd (7.6.q-33) ...
2025-08-18T22:05:41.9373348Z Selecting previously unselected package update-inetd.
2025-08-18T22:05:41.9597116Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-18T22:05:41.9659401Z Unpacking update-inetd (4.53) ...
2025-08-18T22:05:42.0335481Z Selecting previously unselected package inetutils-inetd.
2025-08-18T22:05:42.0554574Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.0662089Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.1387773Z Selecting previously unselected package inetutils-ftp.
2025-08-18T22:05:42.1607142Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.1671460Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.2296396Z Selecting previously unselected package inetutils-ftpd.
2025-08-18T22:05:42.2515093Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.2588540Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.3253371Z Selecting previously unselected package inetutils-ping.
2025-08-18T22:05:42.3468748Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.3534336Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.4154526Z Selecting previously unselected package inetutils-talk.
2025-08-18T22:05:42.4379465Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.4441147Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.5069554Z Selecting previously unselected package inetutils-talkd.
2025-08-18T22:05:42.5291650Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.5358785Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.6045296Z Selecting previously unselected package inetutils-telnetd.
2025-08-18T22:05:42.6264405Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.6344021Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:42.6898843Z Selecting previously unselected package inetutils-tools.
2025-08-18T22:05:42.7115520Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:42.7181528Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:05:43.1197163Z Selecting previously unselected package netcat-traditional.
2025-08-18T22:05:43.1426668Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-18T22:05:43.1501463Z Unpacking netcat-traditional (1.10-48) ...
2025-08-18T22:05:43.2402559Z Selecting previously unselected package inetutils-traceroute.
2025-08-18T22:05:43.2621087Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:43.2683244Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:05:43.3708816Z Setting up netcat-traditional (1.10-48) ...
2025-08-18T22:05:43.3974300Z Setting up update-inetd (4.53) ...
2025-08-18T22:05:43.4947409Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:05:43.5118247Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-18T22:05:43.5231070Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:43.8686906Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:05:43.8687316Z 
2025-08-18T22:05:43.8687443Z Removed "/etc/systemd/system/syslog.service".
2025-08-18T22:05:43.8687624Z 
2025-08-18T22:05:43.8687987Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:05:43.8688375Z 
2025-08-18T22:05:43.8688875Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:05:43.8689354Z 
2025-08-18T22:05:44.1018975Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:05:44.1311148Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:05:44.1473616Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-18T22:05:44.1602157Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:05:44.1801051Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:05:44.1998358Z Setting up tcpd (7.6.q-33) ...
2025-08-18T22:05:44.2185888Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:44.5440193Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:05:44.5440593Z 
2025-08-18T22:05:44.5441283Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:05:44.5442189Z 
2025-08-18T22:05:44.7886765Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:44.9955457Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:45.1722914Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:45.2461852Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:48.2466174Z Reading package lists...
2025-08-18T22:05:48.4643161Z Building dependency tree...
2025-08-18T22:05:48.4651467Z Reading state information...
2025-08-18T22:05:48.7808195Z The following packages will be REMOVED:
2025-08-18T22:05:48.7813481Z   inetutils-ping
2025-08-18T22:05:48.7813735Z The following NEW packages will be installed:
2025-08-18T22:05:48.7821139Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-18T22:05:48.7825771Z The following packages will be upgraded:
2025-08-18T22:05:48.7832828Z   iputils-tracepath
2025-08-18T22:05:49.0551413Z 1 upgraded, 3 newly installed, 1 to remove and 163 not upgraded.
2025-08-18T22:05:49.0551766Z Need to get 84.5 kB of archives.
2025-08-18T22:05:49.0552057Z After this operation, 163 kB of additional disk space will be used.
2025-08-18T22:05:49.0552676Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-18T22:05:49.3067829Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-18T22:05:49.4020415Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-18T22:05:49.5005531Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-18T22:05:49.8161634Z Fetched 84.5 kB in 1s (117 kB/s)
2025-08-18T22:05:49.8370176Z (Reading database ... 
2025-08-18T22:05:49.8370973Z (Reading database ... 5%
2025-08-18T22:05:49.8371257Z (Reading database ... 10%
2025-08-18T22:05:49.8371461Z (Reading database ... 15%
2025-08-18T22:05:49.8371653Z (Reading database ... 20%
2025-08-18T22:05:49.8371843Z (Reading database ... 25%
2025-08-18T22:05:49.8372222Z (Reading database ... 30%
2025-08-18T22:05:49.8372458Z (Reading database ... 35%
2025-08-18T22:05:49.8372651Z (Reading database ... 40%
2025-08-18T22:05:49.8373159Z (Reading database ... 45%
2025-08-18T22:05:49.8373370Z (Reading database ... 50%
2025-08-18T22:05:49.8396131Z (Reading database ... 55%
2025-08-18T22:05:49.8489384Z (Reading database ... 60%
2025-08-18T22:05:49.8527188Z (Reading database ... 65%
2025-08-18T22:05:49.8545109Z (Reading database ... 70%
2025-08-18T22:05:49.8572567Z (Reading database ... 75%
2025-08-18T22:05:49.8739443Z (Reading database ... 80%
2025-08-18T22:05:49.8773684Z (Reading database ... 85%
2025-08-18T22:05:49.8808929Z (Reading database ... 90%
2025-08-18T22:05:49.8913028Z (Reading database ... 95%
2025-08-18T22:05:49.8913253Z (Reading database ... 100%
2025-08-18T22:05:49.8913572Z (Reading database ... 203308 files and directories currently installed.)
2025-08-18T22:05:49.8949254Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:05:49.9985629Z Selecting previously unselected package iputils-ping.
2025-08-18T22:05:50.0021138Z (Reading database ... 
2025-08-18T22:05:50.0021389Z (Reading database ... 5%
2025-08-18T22:05:50.0021626Z (Reading database ... 10%
2025-08-18T22:05:50.0021823Z (Reading database ... 15%
2025-08-18T22:05:50.0022015Z (Reading database ... 20%
2025-08-18T22:05:50.0022224Z (Reading database ... 25%
2025-08-18T22:05:50.0022416Z (Reading database ... 30%
2025-08-18T22:05:50.0022606Z (Reading database ... 35%
2025-08-18T22:05:50.0022797Z (Reading database ... 40%
2025-08-18T22:05:50.0022989Z (Reading database ... 45%
2025-08-18T22:05:50.0023184Z (Reading database ... 50%
2025-08-18T22:05:50.0046654Z (Reading database ... 55%
2025-08-18T22:05:50.0140528Z (Reading database ... 60%
2025-08-18T22:05:50.0178376Z (Reading database ... 65%
2025-08-18T22:05:50.0196449Z (Reading database ... 70%
2025-08-18T22:05:50.0223496Z (Reading database ... 75%
2025-08-18T22:05:50.0388828Z (Reading database ... 80%
2025-08-18T22:05:50.0423325Z (Reading database ... 85%
2025-08-18T22:05:50.0459800Z (Reading database ... 90%
2025-08-18T22:05:50.0566330Z (Reading database ... 95%
2025-08-18T22:05:50.0566565Z (Reading database ... 100%
2025-08-18T22:05:50.0566855Z (Reading database ... 203299 files and directories currently installed.)
2025-08-18T22:05:50.0603400Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:50.0768235Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.1644048Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:50.1883153Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-18T22:05:50.2826191Z Selecting previously unselected package iputils-arping.
2025-08-18T22:05:50.3051967Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:50.3122468Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.3710450Z Selecting previously unselected package iputils-clockdiff.
2025-08-18T22:05:50.3941517Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:50.4011176Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.4812444Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.5663981Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.5980452Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.6301606Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:50.6487577Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:53.4159743Z Reading package lists...
2025-08-18T22:05:53.6379835Z Building dependency tree...
2025-08-18T22:05:53.6386720Z Reading state information...
2025-08-18T22:05:53.8818613Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-18T22:05:53.9114471Z The following packages will be upgraded:
2025-08-18T22:05:53.9115063Z   python3-pip python3-pip-whl
2025-08-18T22:05:53.9297528Z 2 upgraded, 0 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:05:54.1596226Z Need to get 3020 kB of archives.
2025-08-18T22:05:54.1596941Z After this operation, 1024 B of additional disk space will be used.
2025-08-18T22:05:54.1597539Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-18T22:05:54.8272351Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-18T22:05:55.3758778Z Fetched 3020 kB in 1s (2595 kB/s)
2025-08-18T22:05:55.4172359Z (Reading database ... 
2025-08-18T22:05:55.4172644Z (Reading database ... 5%
2025-08-18T22:05:55.4172844Z (Reading database ... 10%
2025-08-18T22:05:55.4173037Z (Reading database ... 15%
2025-08-18T22:05:55.4173271Z (Reading database ... 20%
2025-08-18T22:05:55.4173465Z (Reading database ... 25%
2025-08-18T22:05:55.4173658Z (Reading database ... 30%
2025-08-18T22:05:55.4173845Z (Reading database ... 35%
2025-08-18T22:05:55.4174034Z (Reading database ... 40%
2025-08-18T22:05:55.4174225Z (Reading database ... 45%
2025-08-18T22:05:55.4174427Z (Reading database ... 50%
2025-08-18T22:05:55.4199409Z (Reading database ... 55%
2025-08-18T22:05:55.4295343Z (Reading database ... 60%
2025-08-18T22:05:55.4333803Z (Reading database ... 65%
2025-08-18T22:05:55.4351624Z (Reading database ... 70%
2025-08-18T22:05:55.4378664Z (Reading database ... 75%
2025-08-18T22:05:55.4547175Z (Reading database ... 80%
2025-08-18T22:05:55.4583235Z (Reading database ... 85%
2025-08-18T22:05:55.4621753Z (Reading database ... 90%
2025-08-18T22:05:55.4734565Z (Reading database ... 95%
2025-08-18T22:05:55.4734779Z (Reading database ... 100%
2025-08-18T22:05:55.4735075Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:05:55.4774966Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:05:55.7703131Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:05:55.9594668Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:05:55.9806490Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:05:56.0899907Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:05:56.1326165Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:05:57.0836325Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:06:00.2544734Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-18T22:06:00.5880883Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:02.5531300Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-18T22:06:02.6712400Z Collecting pip
2025-08-18T22:06:02.7182812Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-18T22:06:02.7367069Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-18T22:06:02.8499602Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.7 MB/s eta 0:00:00
2025-08-18T22:06:03.2760443Z Installing collected packages: pip
2025-08-18T22:06:03.9250378Z Successfully installed pip-25.2
2025-08-18T22:06:04.1214826Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-18T22:06:04.1644820Z Reading package lists...
2025-08-18T22:06:04.3824276Z Building dependency tree...
2025-08-18T22:06:04.3831954Z Reading state information...
2025-08-18T22:06:04.6255146Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-18T22:06:04.6255522Z pciutils set to manually installed.
2025-08-18T22:06:04.6255804Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-18T22:06:04.6256129Z python3-distro is already the newest version (1.9.0-1).
2025-08-18T22:06:04.6256455Z python3-distro set to manually installed.
2025-08-18T22:06:04.6256808Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-18T22:06:04.6257139Z python3-netifaces set to manually installed.
2025-08-18T22:06:04.6257427Z The following additional packages will be installed:
2025-08-18T22:06:04.6257684Z   libsysfs2
2025-08-18T22:06:04.6265518Z Suggested packages:
2025-08-18T22:06:04.6265751Z   fancontrol read-edid i2c-tools
2025-08-18T22:06:04.6538399Z The following NEW packages will be installed:
2025-08-18T22:06:04.6540468Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-18T22:06:04.6731559Z 0 upgraded, 4 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:06:04.8656208Z Need to get 133 kB of archives.
2025-08-18T22:06:04.8657051Z After this operation, 695 kB of additional disk space will be used.
2025-08-18T22:06:04.8657762Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-18T22:06:05.0422228Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-18T22:06:05.1511986Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-18T22:06:05.3786907Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-18T22:06:05.6501886Z Fetched 133 kB in 1s (190 kB/s)
2025-08-18T22:06:05.6865930Z Selecting previously unselected package libsysfs2:arm64.
2025-08-18T22:06:05.6901391Z (Reading database ... 
2025-08-18T22:06:05.6901604Z (Reading database ... 5%
2025-08-18T22:06:05.6901800Z (Reading database ... 10%
2025-08-18T22:06:05.6902005Z (Reading database ... 15%
2025-08-18T22:06:05.6902197Z (Reading database ... 20%
2025-08-18T22:06:05.6902402Z (Reading database ... 25%
2025-08-18T22:06:05.6902595Z (Reading database ... 30%
2025-08-18T22:06:05.6902788Z (Reading database ... 35%
2025-08-18T22:06:05.6902975Z (Reading database ... 40%
2025-08-18T22:06:05.6903205Z (Reading database ... 45%
2025-08-18T22:06:05.6903775Z (Reading database ... 50%
2025-08-18T22:06:05.6927514Z (Reading database ... 55%
2025-08-18T22:06:05.7020413Z (Reading database ... 60%
2025-08-18T22:06:05.7059316Z (Reading database ... 65%
2025-08-18T22:06:05.7078040Z (Reading database ... 70%
2025-08-18T22:06:05.7106111Z (Reading database ... 75%
2025-08-18T22:06:05.7276409Z (Reading database ... 80%
2025-08-18T22:06:05.7310490Z (Reading database ... 85%
2025-08-18T22:06:05.7346656Z (Reading database ... 90%
2025-08-18T22:06:05.7449716Z (Reading database ... 95%
2025-08-18T22:06:05.7449928Z (Reading database ... 100%
2025-08-18T22:06:05.7450218Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:06:05.7483034Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-18T22:06:05.7598814Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:06:05.8280002Z Selecting previously unselected package sysfsutils.
2025-08-18T22:06:05.8501505Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-18T22:06:05.8589387Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-18T22:06:05.9474845Z Selecting previously unselected package lm-sensors.
2025-08-18T22:06:05.9690869Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-18T22:06:05.9919184Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:06:06.0461314Z Selecting previously unselected package virt-what.
2025-08-18T22:06:06.0669377Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-18T22:06:06.0736451Z Unpacking virt-what (1.25-2) ...
2025-08-18T22:06:06.1563696Z Setting up virt-what (1.25-2) ...
2025-08-18T22:06:06.1745278Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:06:06.1932307Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-18T22:06:06.5194882Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:06:06.5195276Z 
2025-08-18T22:06:06.5195750Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:06:06.5196242Z 
2025-08-18T22:06:06.7710487Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:06:07.1074638Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-18T22:06:07.1075467Z 
2025-08-18T22:06:07.1191338Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:06:08.7584234Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:06:10.0082466Z Reading package lists...
2025-08-18T22:06:10.2447913Z Building dependency tree...
2025-08-18T22:06:10.2456635Z Reading state information...
2025-08-18T22:06:10.4987896Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:06:10.4988656Z The following additional packages will be installed:
2025-08-18T22:06:10.4990227Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-18T22:06:10.4990570Z   xorg-sgml-doctools
2025-08-18T22:06:10.4998853Z Suggested packages:
2025-08-18T22:06:10.4999034Z   libxcb-doc
2025-08-18T22:06:10.5170584Z The following NEW packages will be installed:
2025-08-18T22:06:10.5172716Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-18T22:06:10.5175901Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-18T22:06:10.5176277Z   xcb xorg-sgml-doctools
2025-08-18T22:06:10.7292661Z 0 upgraded, 11 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:06:10.7294204Z Need to get 816 kB of archives.
2025-08-18T22:06:10.7294500Z After this operation, 3266 kB of additional disk space will be used.
2025-08-18T22:06:10.8141252Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-18T22:06:10.8141880Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-18T22:06:10.9046449Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-18T22:06:11.4521990Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-18T22:06:11.5378259Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-18T22:06:11.6242604Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-18T22:06:11.7188561Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-18T22:06:11.8045349Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-18T22:06:11.8894441Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-18T22:06:11.9740146Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-18T22:06:12.0597124Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-18T22:06:12.3316061Z Fetched 816 kB in 2s (532 kB/s)
2025-08-18T22:06:12.3581304Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-18T22:06:12.3615935Z (Reading database ... 
2025-08-18T22:06:12.3616308Z (Reading database ... 5%
2025-08-18T22:06:12.3616566Z (Reading database ... 10%
2025-08-18T22:06:12.3616919Z (Reading database ... 15%
2025-08-18T22:06:12.3617538Z (Reading database ... 20%
2025-08-18T22:06:12.3617768Z (Reading database ... 25%
2025-08-18T22:06:12.3617975Z (Reading database ... 30%
2025-08-18T22:06:12.3618173Z (Reading database ... 35%
2025-08-18T22:06:12.3618370Z (Reading database ... 40%
2025-08-18T22:06:12.3618565Z (Reading database ... 45%
2025-08-18T22:06:12.3618761Z (Reading database ... 50%
2025-08-18T22:06:12.3641520Z (Reading database ... 55%
2025-08-18T22:06:12.3734391Z (Reading database ... 60%
2025-08-18T22:06:12.3771428Z (Reading database ... 65%
2025-08-18T22:06:12.3789108Z (Reading database ... 70%
2025-08-18T22:06:12.3815768Z (Reading database ... 75%
2025-08-18T22:06:12.3980990Z (Reading database ... 80%
2025-08-18T22:06:12.4015663Z (Reading database ... 85%
2025-08-18T22:06:12.4069244Z (Reading database ... 90%
2025-08-18T22:06:12.4158653Z (Reading database ... 95%
2025-08-18T22:06:12.4159279Z (Reading database ... 100%
2025-08-18T22:06:12.4159596Z (Reading database ... 203371 files and directories currently installed.)
2025-08-18T22:06:12.4194895Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-18T22:06:12.4254466Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:06:12.4739428Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-18T22:06:12.4931568Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-18T22:06:12.4996320Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:06:12.5615512Z Selecting previously unselected package x11proto-dev.
2025-08-18T22:06:12.5799714Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-18T22:06:12.5861634Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-18T22:06:12.6515091Z Selecting previously unselected package libxau-dev:arm64.
2025-08-18T22:06:12.6669183Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-18T22:06:12.6733482Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:06:12.7342870Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-18T22:06:12.7495942Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-18T22:06:12.7553971Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:06:12.8038583Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-18T22:06:12.8206119Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:06:12.8263614Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:12.8818390Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-18T22:06:12.8997812Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:06:12.9084257Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:12.9781132Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-18T22:06:12.9973013Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:06:13.0102147Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:13.0607118Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-18T22:06:13.0800776Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:06:13.0864173Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:13.1558719Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-18T22:06:13.1746365Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:06:13.1824124Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:13.2408368Z Selecting previously unselected package xcb.
2025-08-18T22:06:13.2564259Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-18T22:06:13.2628098Z Unpacking xcb (2.4-8build2) ...
2025-08-18T22:06:13.3562361Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:13.3750405Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:06:13.3926557Z Setting up xcb (2.4-8build2) ...
2025-08-18T22:06:13.4208068Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:06:13.4467964Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:06:13.4770865Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:06:14.9960989Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:06:15.0221059Z Setting up x11proto-dev (2023.2-1) ...
2025-08-18T22:06:15.0845071Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:06:15.1057197Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:06:15.1238362Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:15.1428993Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:15.1613854Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:15.1808575Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:06:16.5969822Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:17.2317031Z Collecting build
2025-08-18T22:06:17.2833545Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:06:17.3921898Z Collecting cffi
2025-08-18T22:06:17.4039121Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:06:17.4548781Z Collecting scons
2025-08-18T22:06:17.4626777Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:06:17.5005205Z Collecting scuba
2025-08-18T22:06:17.5080232Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:06:17.5642508Z Collecting pytest
2025-08-18T22:06:17.5708871Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:06:17.6071180Z Collecting packaging>=19.1 (from build)
2025-08-18T22:06:17.6138988Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:17.6409152Z Collecting pyproject_hooks (from build)
2025-08-18T22:06:17.6476302Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:06:17.6736635Z Collecting pycparser (from cffi)
2025-08-18T22:06:17.6802826Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:06:17.7259669Z Collecting PyYAML (from scuba)
2025-08-18T22:06:17.7334576Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:06:17.7599921Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:06:17.7667652Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:06:17.7993041Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:06:17.8058982Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:06:17.8403809Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:06:17.8470235Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:17.8659500Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:06:17.8817947Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:06:17.9220918Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:06:17.9621975Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 103.6 MB/s  0:00:00
2025-08-18T22:06:17.9708186Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:06:17.9906513Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:06:18.0103480Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:06:18.0273383Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:06:18.0449235Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:18.0651359Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:18.0868774Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 49.0 MB/s  0:00:00
2025-08-18T22:06:18.0942354Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:06:18.1116231Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:06:18.1292542Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:06:18.1544457Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.7 MB/s  0:00:00
2025-08-18T22:06:18.2528366Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:06:19.8615545Z 
2025-08-18T22:06:19.8629724Z 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:06:20.1772215Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:20.8038434Z Collecting ansi2txt
2025-08-18T22:06:20.8488984Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:06:20.8901086Z Collecting pipx
2025-08-18T22:06:20.8972697Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:06:20.9316092Z Collecting scons
2025-08-18T22:06:20.9326416Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:06:20.9546290Z Collecting py2static
2025-08-18T22:06:20.9627054Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:06:20.9956043Z Collecting typer
2025-08-18T22:06:21.0024207Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:06:21.0463545Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:06:21.0537376Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:21.0857590Z Collecting packaging>=20 (from pipx)
2025-08-18T22:06:21.0867437Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:21.1112061Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:06:21.1180050Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:06:21.1523608Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:06:21.1604324Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:06:21.2131948Z Collecting pyinstaller (from py2static)
2025-08-18T22:06:21.2209288Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:06:21.2512537Z Collecting staticx (from py2static)
2025-08-18T22:06:21.2599246Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:06:21.3029008Z   Preparing metadata (setup.py): started
2025-08-18T22:06:22.8156138Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:06:22.8444497Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:06:22.8525135Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:22.8944051Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:06:22.9012339Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:06:22.9300898Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:06:22.9369149Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:06:22.9852964Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:06:22.9921339Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:06:23.0290956Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:06:23.0362515Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:23.0696589Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:06:23.0706822Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:23.0891283Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:06:23.0968538Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:06:23.2092248Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:06:23.2164461Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:06:23.2506314Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:06:23.2576101Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:23.2919752Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:06:23.2987034Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:23.3322009Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:06:23.3392276Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:06:23.3570969Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:06:23.3739997Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:06:23.3864167Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:06:23.4016835Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:06:23.4198538Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:06:23.4353601Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:06:23.4521735Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:06:23.4634772Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:23.4701751Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:06:23.4916436Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:06:23.5152309Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:23.5226623Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:06:23.5435381Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:06:23.5596892Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:06:23.5770060Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:06:23.5933141Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:06:23.6137824Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:06:23.6361425Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 23.4 MB/s  0:00:00
2025-08-18T22:06:23.6459684Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:06:23.6657609Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:23.6895853Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 43.1 MB/s  0:00:00
2025-08-18T22:06:23.6963469Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:06:23.7120530Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:06:23.7604762Z Building wheels for collected packages: staticx
2025-08-18T22:06:23.7611177Z   Building wheel for staticx (setup.py): started
2025-08-18T22:06:38.8856036Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:06:38.8866165Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790705 sha256=b7c0cec50c2765c8d23954ba2798b45a3b4f194430a0e1b5a6d473baabf5b187
2025-08-18T22:06:38.8867057Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:06:38.8883673Z Successfully built staticx
2025-08-18T22:06:38.9844143Z 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:06:39.8505763Z   Attempting uninstall: scons
2025-08-18T22:06:39.8578137Z     Found existing installation: SCons 4.9.1
2025-08-18T22:06:39.8867112Z     Uninstalling SCons-4.9.1:
2025-08-18T22:06:39.8928754Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:06:40.3882470Z   Attempting uninstall: pygments
2025-08-18T22:06:40.3959774Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:06:40.4113464Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:06:40.4136114Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:06:41.0172943Z   Attempting uninstall: packaging
2025-08-18T22:06:41.0242597Z     Found existing installation: packaging 25.0
2025-08-18T22:06:41.0262108Z     Uninstalling packaging-25.0:
2025-08-18T22:06:41.0268068Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:41.9637338Z 
2025-08-18T22:06:41.9661195Z 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:06:42.2597274Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:42.8885445Z Collecting build
2025-08-18T22:06:42.8895869Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:06:42.9617523Z Collecting cffi
2025-08-18T22:06:42.9629052Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:06:42.9933103Z Collecting scons
2025-08-18T22:06:42.9943465Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:06:43.0119875Z Collecting scuba
2025-08-18T22:06:43.0129859Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:06:43.0550893Z Collecting pytest
2025-08-18T22:06:43.0561026Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:06:43.0764513Z Collecting packaging>=19.1 (from build)
2025-08-18T22:06:43.0774395Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:43.0918983Z Collecting pyproject_hooks (from build)
2025-08-18T22:06:43.0928690Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:06:43.1079090Z Collecting pycparser (from cffi)
2025-08-18T22:06:43.1090373Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:06:43.1392037Z Collecting PyYAML (from scuba)
2025-08-18T22:06:43.1408253Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:06:43.1596323Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:06:43.1606201Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:06:43.1811931Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:06:43.1821909Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:06:43.2038852Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:06:43.2049118Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:43.2099383Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:06:43.2108929Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:06:43.2120836Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:06:43.2153462Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:06:43.2164112Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:06:43.2175281Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:06:43.2184290Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:06:43.2193057Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:43.2202153Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:43.2217430Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:06:43.2226971Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:06:43.2235968Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:06:43.3280908Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:06:43.3286101Z   Attempting uninstall: scons
2025-08-18T22:06:43.3356874Z     Found existing installation: SCons 4.9.1
2025-08-18T22:06:43.3639932Z     Uninstalling SCons-4.9.1:
2025-08-18T22:06:43.3700509Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:06:43.8663573Z   Attempting uninstall: PyYAML
2025-08-18T22:06:43.8737018Z     Found existing installation: PyYAML 6.0.2
2025-08-18T22:06:43.8757048Z     Uninstalling PyYAML-6.0.2:
2025-08-18T22:06:43.8765423Z       Successfully uninstalled PyYAML-6.0.2
2025-08-18T22:06:43.9321222Z   Attempting uninstall: pyproject_hooks
2025-08-18T22:06:43.9389719Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-18T22:06:43.9404079Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-18T22:06:43.9409147Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-18T22:06:43.9560136Z   Attempting uninstall: pygments
2025-08-18T22:06:43.9626391Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:06:43.9778470Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:06:43.9801597Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:06:44.5519000Z   Attempting uninstall: pycparser
2025-08-18T22:06:44.5591001Z     Found existing installation: pycparser 2.22
2025-08-18T22:06:44.5609972Z     Uninstalling pycparser-2.22:
2025-08-18T22:06:44.5615931Z       Successfully uninstalled pycparser-2.22
2025-08-18T22:06:44.6813016Z   Attempting uninstall: pluggy
2025-08-18T22:06:44.6883109Z     Found existing installation: pluggy 1.6.0
2025-08-18T22:06:44.6899227Z     Uninstalling pluggy-1.6.0:
2025-08-18T22:06:44.6904838Z       Successfully uninstalled pluggy-1.6.0
2025-08-18T22:06:44.7111103Z   Attempting uninstall: packaging
2025-08-18T22:06:44.7184264Z     Found existing installation: packaging 25.0
2025-08-18T22:06:44.7204092Z     Uninstalling packaging-25.0:
2025-08-18T22:06:44.7209992Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:44.7638426Z   Attempting uninstall: iniconfig
2025-08-18T22:06:44.7712316Z     Found existing installation: iniconfig 2.1.0
2025-08-18T22:06:44.7726376Z     Uninstalling iniconfig-2.1.0:
2025-08-18T22:06:44.7731852Z       Successfully uninstalled iniconfig-2.1.0
2025-08-18T22:06:44.7874975Z   Attempting uninstall: scuba
2025-08-18T22:06:44.7943164Z     Found existing installation: scuba 2.14.1
2025-08-18T22:06:44.7961431Z     Uninstalling scuba-2.14.1:
2025-08-18T22:06:44.7968564Z       Successfully uninstalled scuba-2.14.1
2025-08-18T22:06:44.8204503Z   Attempting uninstall: pytest
2025-08-18T22:06:44.8279904Z     Found existing installation: pytest 8.4.1
2025-08-18T22:06:44.8327711Z     Uninstalling pytest-8.4.1:
2025-08-18T22:06:44.8534442Z       Successfully uninstalled pytest-8.4.1
2025-08-18T22:06:45.0879644Z   Attempting uninstall: cffi
2025-08-18T22:06:45.0947775Z     Found existing installation: cffi 1.17.1
2025-08-18T22:06:45.0967620Z     Uninstalling cffi-1.17.1:
2025-08-18T22:06:45.1160290Z       Successfully uninstalled cffi-1.17.1
2025-08-18T22:06:45.1885977Z   Attempting uninstall: build
2025-08-18T22:06:45.1959277Z     Found existing installation: build 1.3.0
2025-08-18T22:06:45.1980954Z     Uninstalling build-1.3.0:
2025-08-18T22:06:45.1989000Z       Successfully uninstalled build-1.3.0
2025-08-18T22:06:45.2228327Z 
2025-08-18T22:06:45.2252459Z 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:06:45.5202610Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:46.1425856Z Collecting ansi2txt
2025-08-18T22:06:46.1436740Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:06:46.1648768Z Collecting pipx
2025-08-18T22:06:46.1659212Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:06:46.1844979Z Collecting scons
2025-08-18T22:06:46.1855112Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:06:46.1993942Z Collecting py2static
2025-08-18T22:06:46.2003435Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:06:46.2203309Z Collecting typer
2025-08-18T22:06:46.2212708Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:06:46.2484784Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:06:46.2494134Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:46.2688014Z Collecting packaging>=20 (from pipx)
2025-08-18T22:06:46.2697801Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:46.2897231Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:06:46.2906823Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:06:46.3072980Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:06:46.3082685Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:06:46.3427542Z Collecting pyinstaller (from py2static)
2025-08-18T22:06:46.3438690Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:06:46.3607435Z Collecting staticx (from py2static)
2025-08-18T22:06:46.3617146Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:06:46.3753975Z   Preparing metadata (setup.py): started
2025-08-18T22:06:46.5815743Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:06:46.6035248Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:06:46.6045844Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:46.6259880Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:06:46.6271742Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:06:46.6567175Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:06:46.6578255Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:06:46.6920217Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:06:46.6931840Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:06:46.7143583Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:06:46.7155309Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:46.7389636Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:06:46.7401334Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:46.7565532Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:06:46.7576528Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:06:46.8482212Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:06:46.8491499Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:06:46.8701134Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:06:46.8710685Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:46.8909892Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:06:46.8919426Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:46.9120374Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:06:46.9130340Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:06:46.9162163Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:06:46.9171095Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:06:46.9180380Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:06:46.9213860Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:06:46.9222682Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:06:46.9231669Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:06:46.9240599Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:06:46.9249935Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:46.9259176Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:06:46.9268859Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:06:46.9278697Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:46.9295748Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:06:46.9304895Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:06:46.9313146Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:06:46.9321846Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:06:46.9330772Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:06:46.9339346Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:06:46.9353135Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:06:46.9365912Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:46.9382242Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:06:46.9390947Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:06:46.9710046Z Building wheels for collected packages: staticx
2025-08-18T22:06:46.9717350Z   Building wheel for staticx (setup.py): started
2025-08-18T22:06:49.4623114Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:06:49.4634832Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790767 sha256=1f493700785df925089586d2297a80770f978b72ef974fcbfcfc2f3c08964bd5
2025-08-18T22:06:49.4635758Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:06:49.4654574Z Successfully built staticx
2025-08-18T22:06:49.5631160Z 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:06:49.5635519Z   Attempting uninstall: pyelftools
2025-08-18T22:06:49.5700697Z     Found existing installation: pyelftools 0.32
2025-08-18T22:06:49.5738803Z     Uninstalling pyelftools-0.32:
2025-08-18T22:06:49.5752301Z       Successfully uninstalled pyelftools-0.32
2025-08-18T22:06:49.6833158Z   Attempting uninstall: altgraph
2025-08-18T22:06:49.6903789Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:06:49.6919757Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:06:49.6926269Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:06:49.7127941Z   Attempting uninstall: typing-extensions
2025-08-18T22:06:49.7196902Z     Found existing installation: typing_extensions 4.14.1
2025-08-18T22:06:49.7209506Z     Uninstalling typing_extensions-4.14.1:
2025-08-18T22:06:49.7400121Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-18T22:06:49.7701556Z   Attempting uninstall: staticx
2025-08-18T22:06:49.7772961Z     Found existing installation: staticx 0.14.1
2025-08-18T22:06:49.7793451Z     Uninstalling staticx-0.14.1:
2025-08-18T22:06:49.7802057Z       Successfully uninstalled staticx-0.14.1
2025-08-18T22:06:49.8098341Z   Attempting uninstall: shellingham
2025-08-18T22:06:49.8170184Z     Found existing installation: shellingham 1.5.4
2025-08-18T22:06:49.8185837Z     Uninstalling shellingham-1.5.4:
2025-08-18T22:06:49.8190764Z       Successfully uninstalled shellingham-1.5.4
2025-08-18T22:06:50.0832697Z   Attempting uninstall: setuptools
2025-08-18T22:06:50.0900463Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:06:50.1099958Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:06:50.1320244Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:06:50.7189066Z   Attempting uninstall: scons
2025-08-18T22:06:50.7264939Z     Found existing installation: SCons 4.9.1
2025-08-18T22:06:50.7567397Z     Uninstalling SCons-4.9.1:
2025-08-18T22:06:50.7627818Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:06:51.2588565Z   Attempting uninstall: pygments
2025-08-18T22:06:51.2671749Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:06:51.2830919Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:06:51.2854922Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:06:51.8642749Z   Attempting uninstall: platformdirs
2025-08-18T22:06:51.8717873Z     Found existing installation: platformdirs 4.3.8
2025-08-18T22:06:51.8734877Z     Uninstalling platformdirs-4.3.8:
2025-08-18T22:06:51.8739994Z       Successfully uninstalled platformdirs-4.3.8
2025-08-18T22:06:51.8967519Z   Attempting uninstall: packaging
2025-08-18T22:06:51.9040210Z     Found existing installation: packaging 25.0
2025-08-18T22:06:51.9060139Z     Uninstalling packaging-25.0:
2025-08-18T22:06:51.9066186Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:51.9495082Z   Attempting uninstall: mdurl
2025-08-18T22:06:51.9564820Z     Found existing installation: mdurl 0.1.2
2025-08-18T22:06:51.9579650Z     Uninstalling mdurl-0.1.2:
2025-08-18T22:06:51.9585130Z       Successfully uninstalled mdurl-0.1.2
2025-08-18T22:06:51.9754978Z   Attempting uninstall: click
2025-08-18T22:06:51.9826836Z     Found existing installation: click 8.2.1
2025-08-18T22:06:51.9845784Z     Uninstalling click-8.2.1:
2025-08-18T22:06:51.9851888Z       Successfully uninstalled click-8.2.1
2025-08-18T22:06:52.0490931Z   Attempting uninstall: argcomplete
2025-08-18T22:06:52.0564776Z     Found existing installation: argcomplete 3.6.2
2025-08-18T22:06:52.0589182Z     Uninstalling argcomplete-3.6.2:
2025-08-18T22:06:52.0599312Z       Successfully uninstalled argcomplete-3.6.2
2025-08-18T22:06:52.0865641Z   Attempting uninstall: ansi2txt
2025-08-18T22:06:52.0938301Z     Found existing installation: ansi2txt 0.2.0
2025-08-18T22:06:52.0951985Z     Uninstalling ansi2txt-0.2.0:
2025-08-18T22:06:52.1149109Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-18T22:06:52.1280529Z   Attempting uninstall: userpath
2025-08-18T22:06:52.1354534Z     Found existing installation: userpath 1.9.2
2025-08-18T22:06:52.1371538Z     Uninstalling userpath-1.9.2:
2025-08-18T22:06:52.1379139Z       Successfully uninstalled userpath-1.9.2
2025-08-18T22:06:52.1543186Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:06:52.1618883Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:06:52.1923019Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:06:52.1964554Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:06:52.4028932Z   Attempting uninstall: markdown-it-py
2025-08-18T22:06:52.4117111Z     Found existing installation: markdown-it-py 4.0.0
2025-08-18T22:06:52.4164119Z     Uninstalling markdown-it-py-4.0.0:
2025-08-18T22:06:52.4176002Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-18T22:06:52.4813143Z   Attempting uninstall: rich
2025-08-18T22:06:52.4888650Z     Found existing installation: rich 14.1.0
2025-08-18T22:06:52.4935783Z     Uninstalling rich-14.1.0:
2025-08-18T22:06:52.4944771Z       Successfully uninstalled rich-14.1.0
2025-08-18T22:06:52.6547632Z   Attempting uninstall: pyinstaller
2025-08-18T22:06:52.6621496Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:06:52.6881228Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:06:52.6919653Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:06:52.9616200Z   Attempting uninstall: pipx
2025-08-18T22:06:52.9709295Z     Found existing installation: pipx 1.7.1
2025-08-18T22:06:52.9740075Z     Uninstalling pipx-1.7.1:
2025-08-18T22:06:52.9749534Z       Successfully uninstalled pipx-1.7.1
2025-08-18T22:06:53.0307542Z   Attempting uninstall: typer
2025-08-18T22:06:53.0383701Z     Found existing installation: typer 0.16.1
2025-08-18T22:06:53.0406252Z     Uninstalling typer-0.16.1:
2025-08-18T22:06:53.0414914Z       Successfully uninstalled typer-0.16.1
2025-08-18T22:06:53.0831908Z   Attempting uninstall: py2static
2025-08-18T22:06:53.0902759Z     Found existing installation: py2static 0.0.1
2025-08-18T22:06:53.0919696Z     Uninstalling py2static-0.0.1:
2025-08-18T22:06:53.0928698Z       Successfully uninstalled py2static-0.0.1
2025-08-18T22:06:53.1093341Z 
2025-08-18T22:06:53.1119272Z 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:06:53.4390907Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:54.0064278Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-18T22:06:54.0068843Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-3cnb7wyd
2025-08-18T22:06:54.0088262Z 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}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-3cnb7wyd
2025-08-18T22:06:55.3564535Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-18T22:06:55.3604092Z   Installing build dependencies: started
2025-08-18T22:06:56.4938296Z   Installing build dependencies: finished with status 'done'
2025-08-18T22:06:56.4948474Z   Getting requirements to build wheel: started
2025-08-18T22:06:56.7682136Z   Getting requirements to build wheel: finished with status 'done'
2025-08-18T22:06:56.7694359Z   Preparing metadata (pyproject.toml): started
2025-08-18T22:06:56.9509590Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-18T22:06:57.1058515Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-18T22:06:57.1068732Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:06:57.1290777Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-18T22:06:57.1302243Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:57.1505586Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-18T22:06:57.1517436Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:57.1709479Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-18T22:06:57.1720680Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:57.1762489Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:57.1772896Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:06:57.1785567Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:57.1802763Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:06:57.1915391Z Building wheels for collected packages: pyinstaller
2025-08-18T22:06:57.1923064Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-18T22:07:00.7402406Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-18T22:07:00.7423086Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=6c5fcc06f11638b0aa210c9d8a154a2c2a58d29b00c24d6434a0faf9668004c3
2025-08-18T22:07:00.7424677Z   Stored in directory: /tmp/pip-ephem-wheel-cache-aexi97ti/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-18T22:07:00.7464923Z Successfully built pyinstaller
2025-08-18T22:07:00.8269076Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-18T22:07:00.8275444Z   Attempting uninstall: altgraph
2025-08-18T22:07:00.8346074Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:07:00.8364399Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:07:00.8370846Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:07:00.8610561Z   Attempting uninstall: setuptools
2025-08-18T22:07:00.8681912Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:07:00.8889740Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:07:00.9123084Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:07:01.5356559Z   Attempting uninstall: packaging
2025-08-18T22:07:01.5440887Z     Found existing installation: packaging 25.0
2025-08-18T22:07:01.5463472Z     Uninstalling packaging-25.0:
2025-08-18T22:07:01.5468611Z       Successfully uninstalled packaging-25.0
2025-08-18T22:07:01.5931019Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:07:01.6010029Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:07:01.6326072Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:07:01.6368054Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:07:01.8456656Z   Attempting uninstall: pyinstaller
2025-08-18T22:07:01.8536107Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:07:01.8802986Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:07:01.8843685Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:07:02.1697528Z 
2025-08-18T22:07:02.1727802Z 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:07:02.4331941Z 6.15.0
2025-08-18T22:07:02.5090517Z [+] Installing Go for linux-arm64...
2025-08-18T22:07:04.4492357Z [!] Found existing Go installation at: /usr/bin/go
2025-08-18T22:07:04.4493598Z [!] GOROOT: /usr/lib/go-1.22
2025-08-18T22:07:04.4494412Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-18T22:07:04.4502644Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-18T22:07:04.4503251Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-18T22:07:04.4503664Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-18T22:07:04.4776882Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-18T22:07:04.4777557Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-18T22:07:04.4778126Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-18T22:07:04.4778726Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-18T22:07:04.4779230Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-18T22:07:04.4779767Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-18T22:07:04.4780341Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-18T22:07:04.4781007Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-18T22:07:04.4781565Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-18T22:07:04.4782602Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-18T22:07:04.4783087Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-18T22:07:04.4783678Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-18T22:07:04.4784178Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-18T22:07:04.4784755Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-18T22:07:04.4785266Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-18T22:07:04.4785801Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-18T22:07:04.4786361Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-18T22:07:04.4786869Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-18T22:07:04.4787403Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-18T22:07:04.4787878Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-18T22:07:04.4788265Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-18T22:07:04.4788717Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-18T22:07:04.4789074Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-18T22:07:04.4789445Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-18T22:07:04.4789881Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-18T22:07:04.4822595Z go version go1.22.2 linux/arm64
2025-08-18T22:07:04.5161489Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:07:04.5161967Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:07:04.5169762Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:07:04.5170280Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:07:04.5171004Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:07:04.5171491Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:07:04.5171985Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:07:04.5172729Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:07:04.5173234Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:07:04.5173847Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:07:04.5174251Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:07:04.5174727Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:07:04.5175184Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:07:04.5175642Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:07:04.5176179Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:07:04.5176633Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:07:04.5177078Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:07:04.5177543Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:07:04.5177973Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:07:04.5178536Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:07:04.5179051Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:07:04.5179771Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:07:04.5180263Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:07:04.5181031Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:07:04.5181763Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:07:04.5182218Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:07:04.5182678Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:07:04.5183199Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:07:04.5183656Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:07:04.5184141Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:07:04.5184669Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:07:04.5185145Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:07:04.5185649Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:07:04.5186139Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:07:04.5186660Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:07:04.5187191Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:07:04.5187644Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:07:04.5188103Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:07:04.5188607Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:07:04.5189089Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:07:04.5189593Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:07:04.5190078Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:07:04.5190529Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:07:04.5191315Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:07:04.5191869Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:07:04.5192389Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:07:04.5193146Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:07:04.5193705Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:07:04.5194236Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:07:04.5194757Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:07:04.5195235Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:07:04.5195734Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:07:04.5196207Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:07:04.5196655Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:07:04.5197150Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:07:04.5197535Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:07:04.5197949Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:07:04.5198435Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:07:04.5198889Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:07:04.5199343Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:07:04.5199844Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:07:04.5200328Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:07:04.5202437Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:07:04.5203145Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:07:04.5203616Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:07:04.5204220Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:07:04.5204683Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:07:04.5205158Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:07:04.5205667Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:07:04.5206214Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:07:04.5206839Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:07:04.5207360Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:07:04.5207828Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:07:04.5208316Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:07:04.5208761Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:07:04.5209269Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:07:04.5209732Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:07:04.5210247Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:07:04.5211008Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:07:04.5211583Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:07:04.5212147Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:07:04.5212697Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:07:04.5213147Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:07:04.5213615Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:07:04.5214242Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:07:04.5214737Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:07:04.5215224Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:07:04.5215722Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:07:04.5216192Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:07:04.5216669Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:07:04.5217121Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:07:04.5217578Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:07:04.5218112Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:07:04.5218542Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:07:04.5219018Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:07:04.5219508Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:07:04.5219947Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:07:04.5220395Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:07:04.5221135Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:07:04.5221590Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:07:04.5222086Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:07:04.5222698Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:07:04.5223152Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:07:04.5223598Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:07:04.5224037Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:07:04.5224574Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:07:04.5225022Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:07:04.5225448Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:07:04.5225938Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:07:04.5226393Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:07:04.5226815Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:07:04.5227313Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:07:04.5227723Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:07:04.5228174Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:07:04.5228605Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:07:04.5229024Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:07:04.5229501Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:07:04.5229932Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:07:04.5230371Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:07:04.5231168Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:07:04.5231658Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:07:04.5232185Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:07:04.5232666Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:07:04.5233113Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:07:04.5233602Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:07:04.5234260Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:07:04.5234767Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:07:04.5235276Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:07:04.5235717Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:07:04.5236205Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:07:04.5236718Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:07:04.5237224Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:07:04.5237720Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:07:04.5238167Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:07:04.5238619Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:07:04.5239129Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:07:04.5239565Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:07:04.5240031Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:07:04.5240531Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:07:04.5241224Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:07:04.5241706Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:07:04.5242146Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:07:04.5242779Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:07:04.5243278Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:07:04.5243726Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:07:04.5244176Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:07:04.5244667Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:07:04.5245117Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:07:04.5245568Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:07:04.5246010Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:07:04.5246450Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:07:04.5246966Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:07:04.5247504Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:07:04.5247943Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:07:04.5248428Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:07:04.5248879Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:07:04.5249392Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:07:04.5249915Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:07:04.5250327Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:07:04.5250981Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:07:04.5251477Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:07:04.5251939Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:07:04.5252451Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:07:04.5252914Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:07:04.5253334Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:07:04.5254004Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:07:04.5254492Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:07:04.5255047Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:07:04.5255567Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:07:04.5255984Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:07:04.5256453Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:07:04.5256948Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:07:04.5257498Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:07:04.5258080Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:07:04.5258508Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:07:04.5259203Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:07:04.5259807Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:07:04.5260388Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:07:04.5261064Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:07:04.5261481Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:07:04.5261893Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:07:04.5327624Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:07:04.5328095Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:07:04.5328513Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:07:04.5328925Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:07:04.5329305Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:07:04.5329703Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:07:04.5330102Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:07:04.5330504Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:07:04.5331154Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:07:04.5331554Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:07:04.5331961Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:07:04.5332384Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:07:04.5332823Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:07:04.5333256Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:07:04.5333646Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:07:04.5334019Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:07:04.5334397Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:07:04.5334769Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:07:04.5335162Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:07:04.5335580Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:07:04.5336059Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:07:04.5336509Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:07:04.5336915Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:07:04.5337738Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:07:04.5338147Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:07:04.5338522Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:07:04.5338894Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:07:04.5339280Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:07:04.5339664Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:07:04.5340110Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:07:04.5340594Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:07:04.5341801Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:07:04.5342340Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:07:04.5342856Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:07:04.5343361Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:07:04.5343802Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:07:04.5344170Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:07:04.5344535Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:07:04.5344917Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:07:04.5345548Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:07:04.5345918Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:07:04.5346300Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:07:04.5346686Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:07:04.5347069Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:07:04.5347537Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:07:04.5347923Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:07:04.5348318Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:07:04.5348708Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:07:04.5349120Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:07:04.5349562Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:07:04.5349981Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:07:04.5350394Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:07:04.5351127Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:07:04.5351541Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:07:04.5351964Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:07:04.5352351Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:07:04.5352714Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:07:04.5353227Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5353746Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:07:04.5354116Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:07:04.5354492Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:07:04.5354854Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:07:04.5355493Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:07:04.5355949Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:07:04.5356376Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:07:04.5356805Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:07:04.5357205Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:07:04.5357614Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:07:04.5358045Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:07:04.5358458Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:07:04.5358848Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:07:04.5359346Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:07:04.5359838Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:07:04.5360335Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:07:04.5360942Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:07:04.5361356Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:07:04.5361759Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:07:04.5362240Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:07:04.5362927Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:07:04.5363337Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:07:04.5363776Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:07:04.5364232Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:07:04.5364640Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:07:04.5365003Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:07:04.5365352Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:07:04.5365723Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:07:04.5366106Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:07:04.5366471Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:07:04.5366832Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:07:04.5367199Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:07:04.5367562Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:07:04.5367922Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:07:04.5368290Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:07:04.5368646Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:07:04.5369020Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:07:04.5369409Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:07:04.5369765Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:07:04.5370126Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:07:04.5370490Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:07:04.5371037Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:07:04.5371413Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:07:04.5372004Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:07:04.5372383Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:07:04.5372757Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:07:04.5373175Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:07:04.5373609Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:07:04.5374013Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:07:04.5374376Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:07:04.5374756Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:07:04.5375186Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:07:04.5375586Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:07:04.5375945Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:07:04.5376316Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:07:04.5376674Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:07:04.5377021Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:07:04.5377361Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:07:04.5377713Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:07:04.5378080Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:07:04.5378442Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:07:04.5378965Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:07:04.5379298Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:07:04.5379674Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:07:04.5380083Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:07:04.5380480Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:07:04.5381040Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:07:04.5381441Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:07:04.5381853Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:07:04.5382351Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:07:04.5382965Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:07:04.5383594Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:07:04.5384135Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:07:04.5384609Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:07:04.5385064Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:07:04.5385582Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:07:04.5386201Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:07:04.5386763Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:07:04.5387258Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:07:04.5387710Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:07:04.5388077Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:07:04.5388448Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:07:04.5389001Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:07:04.5389401Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:07:04.5389790Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:07:04.5390175Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:07:04.5390564Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:07:04.5391165Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:07:04.5391565Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:07:04.5391950Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:07:04.5392331Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:07:04.5392707Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:07:04.5393102Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:07:04.5393497Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:07:04.5393909Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:07:04.5394324Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:07:04.5394693Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:07:04.5395087Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:07:04.5395496Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:07:04.5396105Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:07:04.5396538Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:07:04.5396965Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:07:04.5397338Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:07:04.5397707Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:07:04.5398093Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:07:04.5398465Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:07:04.5398853Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:07:04.5399248Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:07:04.5399633Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:07:04.5400017Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:07:04.5400378Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:07:04.5400888Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:07:04.5401468Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5402188Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5402881Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5403550Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5404077Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:07:04.5404465Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:07:04.5404872Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:07:04.5405271Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:07:04.5405846Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:07:04.5406241Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:07:04.5406608Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:07:04.5406985Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:07:04.5407362Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:07:04.5407736Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:07:04.5408114Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:07:04.5408507Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:07:04.5408909Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:07:04.5409305Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:07:04.5409706Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:07:04.5410095Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:07:04.5410471Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:07:04.5411001Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:07:04.5411407Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:07:04.5411804Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:07:04.5412204Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:07:04.5412794Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:07:04.5413224Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:07:04.5413654Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:07:04.5414061Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:07:04.5414502Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:07:04.5414961Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:07:04.5415366Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:07:04.5415735Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:07:04.5416117Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:07:04.5416513Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:07:04.5416926Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:07:04.5417332Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:07:04.5417716Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:07:04.5418108Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:07:04.5418582Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:07:04.5419055Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:07:04.5419451Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:07:04.5419855Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:07:04.5420309Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:07:04.5420899Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:07:04.5421379Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:07:04.5421866Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:07:04.5422519Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:07:04.5422975Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:07:04.5423370Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:07:04.5423760Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:07:04.5424178Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:07:04.5424562Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:07:04.5424936Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:07:04.5425350Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:07:04.5425752Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:07:04.5426156Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:07:04.5426580Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:07:04.5426974Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:07:04.5427349Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:07:04.5427714Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:07:04.5428064Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:07:04.5428452Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:07:04.5428873Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:07:04.5429415Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:07:04.5429862Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:07:04.5430312Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:07:04.5430853Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:07:04.5431300Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:07:04.5431721Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:07:04.5432131Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:07:04.5432540Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:07:04.5432897Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:07:04.5433261Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:07:04.5433659Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:07:04.5434056Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:07:04.5434439Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:07:04.5434798Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:07:04.5435148Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:07:04.5435500Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:07:04.5435985Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:07:04.5436495Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:07:04.5436882Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:07:04.5437268Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:07:04.5437665Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:07:04.5438074Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:07:04.5438690Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:07:04.5439121Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:07:04.5439539Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:07:04.5439950Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:07:04.5440322Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:07:04.5440841Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:07:04.5441212Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:07:04.5441594Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:07:04.5442022Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:07:04.5442454Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:07:04.5442856Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:07:04.5443277Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:07:04.5443715Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:07:04.5444111Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:07:04.5444480Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:07:04.5444823Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:07:04.5445172Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:07:04.5445730Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:07:04.5446112Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:07:04.5446489Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:07:04.5446896Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:07:04.5447312Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:07:04.5447771Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:07:04.5448207Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:07:04.5448582Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:07:04.5448968Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:07:04.5449357Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:07:04.5449749Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:07:04.5450131Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:07:04.5450508Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:07:04.5451124Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:07:04.5451617Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:07:04.5452037Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:07:04.5452413Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:07:04.5452789Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:07:04.5453188Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:07:04.5453581Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:07:04.5453959Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:07:04.5454355Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:07:04.5454735Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:07:04.5455271Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:07:04.5455654Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:07:04.5456053Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:07:04.5456476Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:07:04.5456854Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:07:04.5457238Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:07:04.5457680Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:07:04.5458125Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:07:04.5458553Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:07:04.5458950Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:07:04.5459529Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5460038Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:07:04.5460430Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:07:04.5460983Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:07:04.5461412Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:07:04.5461933Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:07:04.5462760Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:07:04.5463367Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:07:04.5464019Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:07:04.5464667Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:07:04.5465298Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:07:04.5465923Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:07:04.5466505Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:07:04.5466986Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:07:04.5467435Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:07:04.5467877Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:07:04.5468303Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:07:04.5468787Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:07:04.5469222Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:07:04.5469601Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:07:04.5469975Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:07:04.5470353Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:07:04.5470921Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:07:04.5471338Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:07:04.5471758Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:07:04.5472121Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:07:04.5472510Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:07:04.5473154Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:07:04.5473665Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:07:04.5474157Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:07:04.5474645Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:07:04.5475100Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:07:04.5475512Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:07:04.5475931Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:07:04.5476347Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:07:04.5476778Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:07:04.5477211Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:07:04.5477607Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:07:04.5478012Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:07:04.5478388Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:07:04.5478766Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:07:04.5479202Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:07:04.5479642Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:07:04.5480192Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:07:04.5480603Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:07:04.5481245Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:07:04.5481708Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:07:04.5482155Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:07:04.5482584Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:07:04.5482981Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:07:04.5483354Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:07:04.5483741Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:07:04.5484119Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:07:04.5484491Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:07:04.5484894Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:07:04.5485301Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:07:04.5485729Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:07:04.5486204Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:07:04.5486662Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:07:04.5487060Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:07:04.5487414Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:07:04.5487787Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:07:04.5488190Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:07:04.5488578Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:07:04.5488975Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:07:04.5489634Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:07:04.5490104Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:07:04.5490516Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:07:04.5491095Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:07:04.5491492Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:07:04.5492038Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:04.5492621Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:07:04.5493075Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:07:04.5493520Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:07:04.5493950Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:07:04.5494349Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:07:04.5494740Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:07:04.5495130Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:07:04.5495537Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:07:04.5495939Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:07:04.5496318Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:07:04.5496897Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:07:04.5497304Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:07:04.5497678Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:07:04.5498090Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:07:04.5498554Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:07:04.5498975Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:07:04.5499351Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:07:04.5499723Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:07:04.5500113Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:07:04.5500486Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:07:04.5501009Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:07:04.5501439Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:07:04.5501883Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:07:04.5502291Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:07:04.5502688Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:07:04.5503085Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:07:04.5503467Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:07:04.5503843Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:07:04.5504228Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:07:04.5504631Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:07:04.5505083Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:07:04.5505529Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:07:04.5505950Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:07:04.5506532Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:07:04.5506965Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:07:04.5507390Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:07:04.5507779Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:07:04.5508133Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:07:04.5508479Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:07:04.5508843Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:07:04.5509216Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:07:04.5509571Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:07:04.5509944Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:07:04.5510346Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:07:04.5510870Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:07:04.5511234Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:07:04.5511581Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:07:04.5511959Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:07:04.5512356Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:07:04.5512730Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:07:04.5513252Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:07:04.5513615Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:07:04.5514000Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:07:04.5514386Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:07:04.5514737Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:07:04.5515108Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:07:04.5515500Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:07:04.5515879Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:07:04.5516254Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:07:04.5516626Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:07:04.5517014Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:07:04.5517418Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:07:04.5517844Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:07:04.5518251Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:07:04.5518611Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:07:04.5518961Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:07:04.5519301Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:07:04.5519721Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:07:04.5520225Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:07:04.5520924Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:07:04.5521420Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:07:04.5521926Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:07:04.5522365Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:07:04.5522958Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:07:04.5523362Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:07:04.5523753Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:07:04.5524140Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:07:04.5524528Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:07:04.5524916Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:07:04.5525291Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:07:04.5525690Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:07:04.5526134Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:07:04.5526565Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:07:04.5526940Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:07:04.5527337Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:07:04.5527762Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:07:04.5528142Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:07:04.5528489Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:07:04.5528874Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:07:04.5529330Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:07:04.5529967Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:07:04.5530376Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:07:04.5530955Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:07:04.5531389Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:07:04.5531825Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:07:04.7537703Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:07:05.3875740Z Collecting meson
2025-08-18T22:07:05.4407338Z   Downloading meson-1.8.3-py3-none-any.whl.metadata (1.8 kB)
2025-08-18T22:07:05.4846685Z Collecting ninja
2025-08-18T22:07:05.4920971Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-18T22:07:05.5105734Z Downloading meson-1.8.3-py3-none-any.whl (1.0 MB)
2025-08-18T22:07:05.5990017Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.3 MB/s  0:00:00
2025-08-18T22:07:05.6063351Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-18T22:07:05.6990385Z Installing collected packages: ninja, meson
2025-08-18T22:07:06.4120872Z 
2025-08-18T22:07:06.4145554Z Successfully installed meson-1.8.3 ninja-1.13.0
2025-08-18T22:07:06.7013945Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:07:07.2594811Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.3)
2025-08-18T22:07:07.3260344Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-18T22:07:07.9072187Z 1.8.3
2025-08-18T22:07:07.9392364Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-18T22:07:07.9695958Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:07:07.9697974Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:07:07.9699381Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:07:07.9699759Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:07:07.9700139Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:07:07.9700889Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:07:07.9701278Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:07:07.9701640Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:07:07.9701985Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:07:07.9702475Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:07:07.9702832Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:07:07.9703216Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:07:07.9708954Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:07:07.9709516Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:07:07.9709922Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:07:07.9710347Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:07:07.9710898Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:07:07.9711270Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:07:07.9711650Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:07:07.9712105Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:07:07.9712549Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:07:07.9712940Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:07:07.9713718Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:07:07.9714124Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:07:07.9714470Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:07:07.9714867Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:07:07.9715301Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:07:07.9715716Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:07:07.9716118Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:07:07.9716533Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:07:07.9716956Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:07:07.9717380Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:07:07.9717813Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:07:07.9718291Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:07:07.9718731Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:07:07.9719166Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:07:07.9719571Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:07:07.9719982Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:07:07.9720376Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:07:07.9720915Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:07:07.9721345Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:07:07.9721774Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:07:07.9722177Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:07:07.9722577Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:07:07.9723296Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:07:07.9723789Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:07:07.9724262Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:07:07.9724753Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:07:07.9725194Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:07:07.9725609Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:07:07.9726036Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:07:07.9726454Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:07:07.9726869Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:07:07.9727267Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:07:07.9727642Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:07:07.9727999Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:07:07.9728374Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:07:07.9728768Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:07:07.9729168Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:07:07.9729546Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:07:07.9729956Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:07:07.9730591Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:07:07.9731178Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:07:07.9731592Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:07:07.9732023Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:07:07.9732459Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:07:07.9732858Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:07:07.9733255Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:07:07.9733690Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:07:07.9734187Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:07:07.9734695Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:07:07.9735160Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:07:07.9735577Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:07:07.9735968Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:07:07.9736361Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:07:07.9736760Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:07:07.9737156Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:07:07.9737616Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:07:07.9738117Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:07:07.9738624Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:07:07.9739123Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:07:07.9739564Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:07:07.9740214Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:07:07.9740787Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:07:07.9741197Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:07:07.9741596Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:07:07.9741984Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:07:07.9742406Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:07:07.9742832Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:07:07.9743217Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:07:07.9743585Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:07:07.9743990Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:07:07.9744398Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:07:07.9744778Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:07:07.9745151Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:07:07.9745542Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:07:07.9745930Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:07:07.9746284Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:07:07.9746665Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:07:07.9747289Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:07:07.9747678Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:07:07.9748041Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:07:07.9748411Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:07:07.9748785Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:07:07.9749171Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:07:07.9749567Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:07:07.9749960Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:07:07.9750341Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:07:07.9750880Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:07:07.9751292Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:07:07.9751696Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:07:07.9752063Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:07:07.9752416Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:07:07.9752767Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:07:07.9753119Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:07:07.9753478Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:07:07.9753828Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:07:07.9754198Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:07:07.9754599Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:07:07.9755029Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:07:07.9755470Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:07:07.9755873Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:07:07.9756267Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:07:07.9756993Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:07:07.9757411Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:07:07.9757813Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:07:07.9758222Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:07:07.9758611Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:07:07.9758996Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:07:07.9759412Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:07:07.9759853Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:07:07.9760284Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:07:07.9760828Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:07:07.9761240Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:07:07.9761652Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:07:07.9762061Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:07:07.9762462Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:07:07.9762854Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:07:07.9763258Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:07:07.9763657Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:07:07.9764243Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:07:07.9764597Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:07:07.9764964Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:07:07.9765364Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:07:07.9765764Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:07:07.9766161Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:07:07.9766550Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:07:07.9766920Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:07:07.9767288Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:07:07.9767667Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:07:07.9768060Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:07:07.9768487Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:07:07.9768930Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:07:07.9769334Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:07:07.9769704Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:07:07.9770095Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:07:07.9770517Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:07:07.9771101Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:07:07.9771459Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:07:07.9771803Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:07:07.9772237Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:07:07.9772667Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:07:07.9773078Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:07:07.9773701Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:07:07.9774113Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:07:07.9774498Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:07:07.9774918Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:07:07.9775421Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:07:07.9775829Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:07:07.9776193Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:07:07.9776557Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:07:07.9777005Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:07:07.9777509Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:07:07.9777952Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:07:07.9778327Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:07:07.9778789Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:07:07.9779324Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:07:07.9779825Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:07:07.9780260Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:07:07.9781035Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:07:07.9781422Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:07:07.9781833Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:07:07.9782258Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:07:07.9782665Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:07:07.9783042Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:07:07.9783418Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:07:07.9783821Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:07:07.9784220Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:07:07.9784627Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:07:07.9785027Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:07:07.9785425Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:07:07.9785819Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:07:07.9786243Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:07:07.9786696Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:07:07.9787126Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:07:07.9787521Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:07:07.9787898Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:07:07.9788273Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:07:07.9788647Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:07:07.9789049Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:07:07.9789474Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:07:07.9789947Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:07:07.9790784Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:07:07.9791245Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:07:07.9791635Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:07:07.9792015Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:07:07.9792391Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:07:07.9792764Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:07:07.9793150Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:07:07.9793536Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:07:07.9793976Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:07:07.9794450Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:07:07.9794918Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:07:07.9795438Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:07:07.9795957Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:07:07.9796461Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:07:07.9796904Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:07:07.9797274Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:07:07.9797823Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:07:07.9798199Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:07:07.9798578Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:07:07.9798954Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:07:07.9799340Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:07:07.9799724Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:07:07.9800108Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:07:07.9800487Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:07:07.9801020Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:07:07.9801421Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:07:07.9801815Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:07:07.9802233Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:07:07.9802667Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:07:07.9803093Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:07:07.9803508Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:07:07.9803913Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:07:07.9804319Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:07:07.9804745Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:07:07.9805136Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:07:07.9805500Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:07:07.9806016Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9806537Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:07:07.9807093Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:07:07.9807495Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:07:07.9807860Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:07:07.9808258Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:07:07.9808695Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:07:07.9809121Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:07:07.9809557Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:07:07.9809967Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:07:07.9810372Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:07:07.9810931Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:07:07.9811350Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:07:07.9811745Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:07:07.9812171Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:07:07.9812665Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:07:07.9813167Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:07:07.9813621Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:07:07.9814033Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:07:07.9814662Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:07:07.9815140Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:07:07.9815629Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:07:07.9816037Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:07:07.9816471Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:07:07.9816928Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:07:07.9817332Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:07:07.9817692Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:07:07.9818045Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:07:07.9818477Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:07:07.9818860Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:07:07.9819227Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:07:07.9819580Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:07:07.9819956Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:07:07.9820320Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:07:07.9820821Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:07:07.9821198Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:07:07.9821573Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:07:07.9821952Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:07:07.9822339Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:07:07.9822710Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:07:07.9823068Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:07:07.9823426Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:07:07.9824053Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:07:07.9824446Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:07:07.9824810Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:07:07.9825169Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:07:07.9825545Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:07:07.9825965Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:07:07.9826401Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:07:07.9826812Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:07:07.9827175Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:07:07.9827561Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:07:07.9827991Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:07:07.9828393Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:07:07.9828752Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:07:07.9829122Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:07:07.9829487Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:07:07.9829832Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:07:07.9830179Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:07:07.9830535Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:07:07.9831354Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:07:07.9831714Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:07:07.9832068Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:07:07.9832406Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:07:07.9832783Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:07:07.9833189Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:07:07.9833586Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:07:07.9833982Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:07:07.9834377Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:07:07.9834793Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:07:07.9835307Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:07:07.9835923Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:07:07.9836548Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:07:07.9837093Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:07:07.9837569Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:07:07.9838018Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:07:07.9838539Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:07:07.9839166Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:07:07.9839734Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:07:07.9840227Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:07:07.9840840Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:07:07.9841434Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:07:07.9841818Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:07:07.9842197Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:07:07.9842580Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:07:07.9842967Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:07:07.9843354Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:07:07.9843743Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:07:07.9844132Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:07:07.9844519Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:07:07.9844896Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:07:07.9845282Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:07:07.9845655Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:07:07.9846048Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:07:07.9846446Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:07:07.9846864Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:07:07.9847283Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:07:07.9847650Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:07:07.9848222Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:07:07.9848630Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:07:07.9849045Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:07:07.9849490Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:07:07.9849952Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:07:07.9850321Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:07:07.9850841Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:07:07.9851238Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:07:07.9851608Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:07:07.9851999Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:07:07.9852398Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:07:07.9852784Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:07:07.9853165Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:07:07.9853531Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:07:07.9853898Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:07:07.9854450Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9855167Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9855858Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9856536Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9857064Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:07:07.9857455Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:07:07.9858061Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:07:07.9858480Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:07:07.9858853Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:07:07.9859228Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:07:07.9859594Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:07:07.9859972Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:07:07.9860348Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:07:07.9860871Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:07:07.9861256Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:07:07.9861644Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:07:07.9862052Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:07:07.9862450Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:07:07.9862850Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:07:07.9863239Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:07:07.9863614Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:07:07.9864001Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:07:07.9864407Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:07:07.9864993Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:07:07.9865393Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:07:07.9865786Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:07:07.9866216Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:07:07.9866648Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:07:07.9867051Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:07:07.9867496Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:07:07.9867950Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:07:07.9868357Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:07:07.9868726Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:07:07.9869116Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:07:07.9869521Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:07:07.9869934Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:07:07.9870343Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:07:07.9870956Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:07:07.9871373Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:07:07.9871845Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:07:07.9872317Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:07:07.9872713Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:07:07.9873125Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:07:07.9873575Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:07:07.9874022Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:07:07.9874706Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:07:07.9875211Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:07:07.9875655Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:07:07.9876096Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:07:07.9876493Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:07:07.9876887Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:07:07.9877304Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:07:07.9877692Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:07:07.9878068Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:07:07.9878478Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:07:07.9878881Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:07:07.9879284Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:07:07.9879702Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:07:07.9880099Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:07:07.9880477Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:07:07.9881018Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:07:07.9881382Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:07:07.9881955Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:07:07.9882375Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:07:07.9882770Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:07:07.9883219Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:07:07.9883667Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:07:07.9884064Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:07:07.9884505Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:07:07.9884928Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:07:07.9885330Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:07:07.9885739Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:07:07.9886096Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:07:07.9886461Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:07:07.9886856Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:07:07.9887253Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:07:07.9887629Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:07:07.9887988Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:07:07.9888338Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:07:07.9888685Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:07:07.9889174Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:07:07.9889688Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:07:07.9890074Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:07:07.9890464Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:07:07.9891376Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:07:07.9891810Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:07:07.9892225Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:07:07.9892629Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:07:07.9893044Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:07:07.9893455Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:07:07.9893826Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:07:07.9894198Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:07:07.9894559Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:07:07.9894934Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:07:07.9895361Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:07:07.9895791Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:07:07.9896190Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:07:07.9896607Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:07:07.9897050Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:07:07.9897449Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:07:07.9897818Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:07:07.9898345Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:07:07.9898694Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:07:07.9899060Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:07:07.9899439Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:07:07.9899815Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:07:07.9900215Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:07:07.9900788Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:07:07.9901255Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:07:07.9901693Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:07:07.9902063Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:07:07.9902453Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:07:07.9902842Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:07:07.9903228Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:07:07.9903612Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:07:07.9903988Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:07:07.9904429Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:07:07.9904921Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:07:07.9905345Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:07:07.9905724Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:07:07.9906102Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:07:07.9906517Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:07:07.9906910Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:07:07.9907283Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:07:07.9907865Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:07:07.9908270Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:07:07.9908618Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:07:07.9908972Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:07:07.9909370Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:07:07.9909790Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:07:07.9910168Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:07:07.9910557Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:07:07.9911140Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:07:07.9911585Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:07:07.9912018Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:07:07.9912413Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:07:07.9912932Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9913441Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:07:07.9913831Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:07:07.9914241Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:07:07.9914668Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:07:07.9915372Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:07:07.9915961Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:07:07.9916585Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:07:07.9917240Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:07:07.9917893Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:07:07.9918585Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:07:07.9919219Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:07:07.9919808Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:07:07.9920290Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:07:07.9920844Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:07:07.9921296Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:07:07.9921727Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:07:07.9922214Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:07:07.9922648Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:07:07.9923033Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:07:07.9923406Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:07:07.9923785Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:07:07.9924171Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:07:07.9924579Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:07:07.9925465Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:07:07.9926100Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:07:07.9926519Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:07:07.9926985Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:07:07.9927479Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:07:07.9927968Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:07:07.9928455Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:07:07.9928915Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:07:07.9929328Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:07:07.9929741Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:07:07.9930158Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:07:07.9930590Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:07:07.9931196Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:07:07.9931593Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:07:07.9931978Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:07:07.9932356Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:07:07.9932736Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:07:07.9933347Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:07:07.9933785Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:07:07.9934191Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:07:07.9934610Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:07:07.9935036Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:07:07.9935484Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:07:07.9935929Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:07:07.9936363Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:07:07.9936759Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:07:07.9937140Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:07:07.9937528Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:07:07.9937898Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:07:07.9938270Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:07:07.9938673Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:07:07.9939075Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:07:07.9939509Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:07:07.9939981Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:07:07.9940433Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:07:07.9941014Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:07:07.9941387Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:07:07.9941764Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:07:07.9942162Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:07:07.9942731Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:07:07.9943151Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:07:07.9943582Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:07:07.9944029Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:07:07.9944446Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:07:07.9944833Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:07:07.9945235Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:07:07.9945788Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:07.9946370Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:07:07.9946826Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:07:07.9947272Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:07:07.9947699Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:07:07.9948099Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:07:07.9948490Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:07:07.9948883Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:07:07.9949285Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:07:07.9949864Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:07:07.9950243Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:07:07.9950803Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:07:07.9951217Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:07:07.9951593Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:07:07.9952001Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:07:07.9952471Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:07:07.9952891Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:07:07.9953265Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:07:07.9953641Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:07:07.9954033Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:07:07.9954409Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:07:07.9954779Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:07:07.9955211Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:07:07.9955657Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:07:07.9956062Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:07:07.9956459Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:07:07.9956857Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:07:07.9957238Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:07:07.9957612Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:07:07.9958002Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:07:07.9958405Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:07:07.9958850Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:07:07.9959502Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:07:07.9959937Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:07:07.9960339Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:07:07.9960879Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:07:07.9961310Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:07:07.9961703Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:07:07.9962060Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:07:07.9962417Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:07:07.9962781Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:07:07.9963160Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:07:07.9963516Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:07:07.9963886Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:07:07.9964280Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:07:07.9964663Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:07:07.9965021Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:07:07.9965372Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:07:07.9965751Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:07:07.9966329Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:07:07.9966706Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:07:07.9967070Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:07:07.9967436Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:07:07.9967820Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:07:07.9968203Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:07:07.9968554Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:07:07.9968923Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:07:07.9969314Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:07:07.9969696Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:07:07.9970075Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:07:07.9970452Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:07:07.9971007Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:07:07.9971421Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:07:07.9971845Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:07:07.9972247Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:07:07.9972603Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:07:07.9972953Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:07:07.9973295Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:07:07.9973714Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:07:07.9974222Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:07:07.9974696Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:07:07.9975176Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:07:07.9975899Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:07:07.9976356Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:07:07.9976741Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:07:07.9977133Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:07:07.9977518Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:07:07.9977906Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:07:07.9978291Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:07:07.9978684Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:07:07.9979063Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:07:07.9979458Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:07:07.9979907Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:07:07.9980341Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:07:07.9980861Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:07:07.9981266Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:07:07.9981693Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:07:07.9982075Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:07:07.9982423Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:07:07.9982990Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:07:07.9983441Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:07:07.9983909Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:07:07.9984322Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:07:07.9984738Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:07:07.9985164Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:07:07.9985595Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:07:08.5314101Z info: downloading installer
2025-08-18T22:07:08.8446376Z warn: It looks like you have an existing rustup settings file at:
2025-08-18T22:07:08.8446747Z warn: /home/runner/.rustup/settings.toml
2025-08-18T22:07:08.8447139Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-18T22:07:08.8447561Z warn: instead of the one inferred from the default host triple.
2025-08-18T22:07:08.8654124Z info: profile set to 'default'
2025-08-18T22:07:08.8654419Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-18T22:07:08.8654797Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-18T22:07:09.3331318Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:07:09.5021915Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:07:09.5441814Z info: downloading component 'clippy'
2025-08-18T22:07:09.6657204Z info: downloading component 'rustfmt'
2025-08-18T22:07:09.7703444Z info: downloading component 'cargo'
2025-08-18T22:07:09.9852333Z info: downloading component 'rust-std'
2025-08-18T22:07:10.3949678Z info: downloading component 'rustc'
2025-08-18T22:07:11.1918755Z info: removing previous version of component 'clippy'
2025-08-18T22:07:11.2547295Z info: removing previous version of component 'rustfmt'
2025-08-18T22:07:11.2811516Z info: removing previous version of component 'cargo'
2025-08-18T22:07:11.3856785Z info: removing previous version of component 'rust-std'
2025-08-18T22:07:11.4506727Z info: removing previous version of component 'rustc'
2025-08-18T22:07:11.5631979Z info: installing component 'clippy'
2025-08-18T22:07:11.8290359Z info: installing component 'rustfmt'
2025-08-18T22:07:12.0315285Z info: installing component 'cargo'
2025-08-18T22:07:12.5406952Z info: installing component 'rust-std'
2025-08-18T22:07:13.8596814Z info: installing component 'rustc'
2025-08-18T22:07:16.7020238Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:07:16.7020532Z 
2025-08-18T22:07:16.7094647Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-18T22:07:16.7095123Z 
2025-08-18T22:07:16.7095128Z 
2025-08-18T22:07:16.7095213Z Rust is installed now. Great!
2025-08-18T22:07:16.7095358Z 
2025-08-18T22:07:16.7095533Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-18T22:07:16.7095923Z environment variable. This has not been done automatically.
2025-08-18T22:07:16.7096142Z 
2025-08-18T22:07:16.7096264Z To configure your current shell, you need to source
2025-08-18T22:07:16.7096548Z the corresponding env file under $HOME/.cargo.
2025-08-18T22:07:16.7096725Z 
2025-08-18T22:07:16.7096897Z This is usually done by running one of the following (note the leading DOT):
2025-08-18T22:07:16.7097277Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-18T22:07:16.7097567Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-18T22:07:16.7097835Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-18T22:07:16.7389759Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:07:16.7711762Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:07:16.7712468Z 
2025-08-18T22:07:16.7786443Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:07:16.7786739Z 
2025-08-18T22:07:16.8225981Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:07:16.8615413Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-18T22:07:16.8899649Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:07:16.8900048Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:07:16.8900422Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:07:16.8900911Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:07:16.8901470Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:07:16.8901828Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:07:16.8902191Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:07:16.8902571Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:07:16.8902919Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:07:16.8903249Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:07:16.8903605Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:07:16.8904000Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:07:16.8904391Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:07:16.8904796Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:07:16.8905189Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:07:16.8905589Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:07:16.8905991Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:07:16.8906354Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:07:16.8906739Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:07:16.8907199Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:07:16.8907645Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:07:16.8908446Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:07:16.8908925Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:07:16.8909324Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:07:16.8909676Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:07:16.8910065Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:07:16.8910497Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:07:16.8911669Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:07:16.8912092Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:07:16.8912510Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:07:16.8912931Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:07:16.8913357Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:07:16.8913788Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:07:16.8914213Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:07:16.8914654Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:07:16.8915079Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:07:16.8915485Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:07:16.8916176Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:07:16.8916570Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:07:16.8916980Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:07:16.8917412Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:07:16.8917829Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:07:16.8918233Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:07:16.8918623Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:07:16.8919076Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:07:16.8919548Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:07:16.8920019Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:07:16.8920518Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:07:16.8921131Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:07:16.8921557Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:07:16.8921978Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:07:16.8922389Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:07:16.8922809Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:07:16.8923209Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:07:16.8923580Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:07:16.8923936Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:07:16.8924309Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:07:16.8924714Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:07:16.8925118Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:07:16.8925497Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:07:16.8926124Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:07:16.8926584Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:07:16.8927003Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:07:16.8927416Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:07:16.8927839Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:07:16.8928271Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:07:16.8928682Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:07:16.8929078Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:07:16.8929517Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:07:16.8930016Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:07:16.8930519Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:07:16.8931128Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:07:16.8931552Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:07:16.8931940Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:07:16.8932335Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:07:16.8932740Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:07:16.8933341Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:07:16.8933804Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:07:16.8934313Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:07:16.8934825Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:07:16.8935316Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:07:16.8935757Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:07:16.8936159Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:07:16.8936554Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:07:16.8936962Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:07:16.8937362Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:07:16.8937748Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:07:16.8938174Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:07:16.8938605Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:07:16.8938992Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:07:16.8939363Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:07:16.8939771Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:07:16.8940178Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:07:16.8940558Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:07:16.8941096Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:07:16.8941501Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:07:16.8941892Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:07:16.8942242Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:07:16.8942857Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:07:16.8943281Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:07:16.8943667Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:07:16.8944037Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:07:16.8944400Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:07:16.8944778Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:07:16.8945167Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:07:16.8945567Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:07:16.8945965Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:07:16.8946349Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:07:16.8946736Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:07:16.8947136Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:07:16.8947542Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:07:16.8947914Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:07:16.8948268Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:07:16.8948619Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:07:16.8948977Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:07:16.8949342Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:07:16.8949866Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:07:16.8950240Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:07:16.8951808Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:07:16.8952288Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:07:16.8952728Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:07:16.8953136Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:07:16.8953533Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:07:16.8953924Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:07:16.8954309Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:07:16.8954713Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:07:16.8955162Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:07:16.8955548Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:07:16.8955946Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:07:16.8956362Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:07:16.8956803Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:07:16.8957231Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:07:16.8957617Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:07:16.8958010Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:07:16.8958419Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:07:16.8958835Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:07:16.8959238Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:07:16.8959639Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:07:16.8960347Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:07:16.8960926Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:07:16.8961310Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:07:16.8961668Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:07:16.8962033Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:07:16.8962436Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:07:16.8962831Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:07:16.8963229Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:07:16.8963624Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:07:16.8963992Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:07:16.8964368Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:07:16.8964749Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:07:16.8965134Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:07:16.8965556Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:07:16.8965998Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:07:16.8966398Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:07:16.8966770Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:07:16.8967162Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:07:16.8967808Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:07:16.8968226Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:07:16.8968579Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:07:16.8968928Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:07:16.8969349Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:07:16.8969783Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:07:16.8970195Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:07:16.8970579Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:07:16.8971227Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:07:16.8971652Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:07:16.8972088Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:07:16.8972560Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:07:16.8972976Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:07:16.8973344Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:07:16.8973704Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:07:16.8974150Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:07:16.8974658Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:07:16.8975100Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:07:16.8975478Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:07:16.8975944Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:07:16.8976480Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:07:16.8976985Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:07:16.8977685Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:07:16.8978061Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:07:16.8978442Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:07:16.8978853Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:07:16.8979266Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:07:16.8979671Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:07:16.8980044Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:07:16.8980424Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:07:16.8980971Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:07:16.8981375Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:07:16.8981781Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:07:16.8982184Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:07:16.8982578Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:07:16.8982971Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:07:16.8983395Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:07:16.8983843Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:07:16.8984272Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:07:16.8984880Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:07:16.8985254Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:07:16.8985629Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:07:16.8986005Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:07:16.8986395Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:07:16.8986812Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:07:16.8987283Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:07:16.8987732Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:07:16.8988136Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:07:16.8988530Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:07:16.8988909Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:07:16.8989282Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:07:16.8989658Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:07:16.8990045Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:07:16.8990427Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:07:16.8991038Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:07:16.8991514Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:07:16.8991972Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:07:16.8992489Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:07:16.8993007Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:07:16.8993510Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:07:16.8993951Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:07:16.8994508Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:07:16.8994895Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:07:16.8995275Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:07:16.8995655Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:07:16.8996027Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:07:16.8996410Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:07:16.8996798Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:07:16.8997185Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:07:16.8997563Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:07:16.8997937Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:07:16.8998334Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:07:16.8998726Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:07:16.8999142Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:07:16.8999577Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:07:16.8999996Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:07:16.9000414Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:07:16.9000989Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:07:16.9001591Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:07:16.9002014Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:07:16.9002409Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:07:16.9002777Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:07:16.9003293Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9003811Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:07:16.9004184Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:07:16.9004565Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:07:16.9004931Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:07:16.9005338Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:07:16.9005782Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:07:16.9006212Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:07:16.9006649Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:07:16.9007058Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:07:16.9007463Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:07:16.9007885Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:07:16.9008295Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:07:16.9008690Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:07:16.9009120Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:07:16.9009620Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:07:16.9010123Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:07:16.9011002Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:07:16.9011448Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:07:16.9011855Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:07:16.9012332Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:07:16.9012818Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:07:16.9013231Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:07:16.9013668Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:07:16.9014126Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:07:16.9014532Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:07:16.9014895Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:07:16.9015252Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:07:16.9015624Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:07:16.9016009Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:07:16.9016376Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:07:16.9016731Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:07:16.9017101Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:07:16.9017463Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:07:16.9017823Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:07:16.9018393Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:07:16.9018748Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:07:16.9019121Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:07:16.9019508Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:07:16.9019869Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:07:16.9020227Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:07:16.9020584Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:07:16.9021148Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:07:16.9021524Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:07:16.9021892Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:07:16.9022257Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:07:16.9022634Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:07:16.9023052Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:07:16.9023491Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:07:16.9023897Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:07:16.9024263Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:07:16.9024642Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:07:16.9025065Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:07:16.9025465Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:07:16.9025827Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:07:16.9026200Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:07:16.9026561Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:07:16.9026906Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:07:16.9027491Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:07:16.9027863Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:07:16.9028230Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:07:16.9028623Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:07:16.9028968Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:07:16.9029304Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:07:16.9029679Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:07:16.9030087Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:07:16.9030490Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:07:16.9031036Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:07:16.9031432Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:07:16.9031856Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:07:16.9032354Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:07:16.9032970Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:07:16.9033598Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:07:16.9034141Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:07:16.9034612Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:07:16.9035242Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:07:16.9035764Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:07:16.9036390Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:07:16.9036953Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:07:16.9037446Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:07:16.9037893Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:07:16.9038262Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:07:16.9038635Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:07:16.9039012Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:07:16.9039394Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:07:16.9039781Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:07:16.9040171Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:07:16.9040559Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:07:16.9041079Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:07:16.9041474Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:07:16.9041852Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:07:16.9042229Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:07:16.9042605Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:07:16.9042992Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:07:16.9043394Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:07:16.9043811Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:07:16.9044410Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:07:16.9044799Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:07:16.9045196Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:07:16.9045611Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:07:16.9046022Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:07:16.9046460Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:07:16.9046890Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:07:16.9047263Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:07:16.9047632Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:07:16.9048015Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:07:16.9048388Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:07:16.9048776Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:07:16.9049168Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:07:16.9049553Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:07:16.9049935Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:07:16.9050300Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:07:16.9050823Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:07:16.9051375Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9052287Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9052983Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9053652Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9054180Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:07:16.9054565Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:07:16.9054969Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:07:16.9055370Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:07:16.9055746Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:07:16.9056129Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:07:16.9056496Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:07:16.9056871Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:07:16.9057252Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:07:16.9057630Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:07:16.9058010Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:07:16.9058397Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:07:16.9058803Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:07:16.9059202Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:07:16.9059604Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:07:16.9060000Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:07:16.9060379Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:07:16.9060927Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:07:16.9061552Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:07:16.9061977Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:07:16.9062375Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:07:16.9062766Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:07:16.9063191Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:07:16.9063623Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:07:16.9064025Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:07:16.9064475Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:07:16.9064933Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:07:16.9065342Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:07:16.9065713Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:07:16.9066092Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:07:16.9066492Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:07:16.9066904Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:07:16.9067308Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:07:16.9067689Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:07:16.9068249Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:07:16.9068721Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:07:16.9069191Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:07:16.9069595Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:07:16.9070002Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:07:16.9070453Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:07:16.9071109Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:07:16.9071627Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:07:16.9072120Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:07:16.9072565Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:07:16.9073010Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:07:16.9073407Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:07:16.9073802Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:07:16.9074222Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:07:16.9074605Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:07:16.9074978Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:07:16.9075386Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:07:16.9075785Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:07:16.9076191Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:07:16.9076619Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:07:16.9077011Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:07:16.9077387Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:07:16.9078005Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:07:16.9078382Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:07:16.9078770Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:07:16.9079189Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:07:16.9079581Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:07:16.9080024Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:07:16.9080470Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:07:16.9081123Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:07:16.9081571Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:07:16.9081992Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:07:16.9082407Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:07:16.9082815Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:07:16.9083172Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:07:16.9083534Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:07:16.9083930Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:07:16.9084325Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:07:16.9084705Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:07:16.9085313Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:07:16.9085670Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:07:16.9086019Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:07:16.9086512Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:07:16.9087022Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:07:16.9087404Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:07:16.9087781Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:07:16.9088177Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:07:16.9088586Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:07:16.9088990Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:07:16.9089398Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:07:16.9089811Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:07:16.9090222Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:07:16.9090596Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:07:16.9091146Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:07:16.9091506Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:07:16.9091884Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:07:16.9092309Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:07:16.9092740Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:07:16.9093137Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:07:16.9093565Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:07:16.9094014Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:07:16.9094413Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:07:16.9094995Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:07:16.9095362Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:07:16.9095714Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:07:16.9096082Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:07:16.9096457Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:07:16.9096835Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:07:16.9097230Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:07:16.9097653Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:07:16.9098114Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:07:16.9098549Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:07:16.9098926Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:07:16.9099313Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:07:16.9099695Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:07:16.9100083Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:07:16.9100469Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:07:16.9101152Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:07:16.9101607Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:07:16.9102287Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:07:16.9102710Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:07:16.9103090Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:07:16.9103472Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:07:16.9103899Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:07:16.9104287Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:07:16.9104659Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:07:16.9105055Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:07:16.9105435Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:07:16.9105781Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:07:16.9106138Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:07:16.9106538Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:07:16.9106963Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:07:16.9107345Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:07:16.9107731Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:07:16.9108172Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:07:16.9108612Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:07:16.9109037Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:07:16.9109427Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:07:16.9109942Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9110459Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:07:16.9111046Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:07:16.9111697Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:07:16.9112140Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:07:16.9112658Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:07:16.9113243Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:07:16.9113854Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:07:16.9114506Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:07:16.9115163Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:07:16.9115796Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:07:16.9116425Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:07:16.9117005Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:07:16.9117490Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:07:16.9117931Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:07:16.9118367Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:07:16.9118790Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:07:16.9119410Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:07:16.9119845Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:07:16.9120224Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:07:16.9120595Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:07:16.9121179Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:07:16.9121585Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:07:16.9121994Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:07:16.9122409Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:07:16.9122781Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:07:16.9123171Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:07:16.9123634Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:07:16.9124124Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:07:16.9124613Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:07:16.9125108Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:07:16.9125560Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:07:16.9125977Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:07:16.9126390Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:07:16.9126805Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:07:16.9127237Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:07:16.9127664Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:07:16.9128055Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:07:16.9128438Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:07:16.9128811Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:07:16.9129390Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:07:16.9129855Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:07:16.9130298Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:07:16.9130873Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:07:16.9131298Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:07:16.9131732Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:07:16.9132186Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:07:16.9132635Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:07:16.9133066Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:07:16.9133465Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:07:16.9133839Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:07:16.9134231Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:07:16.9134604Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:07:16.9134978Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:07:16.9135383Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:07:16.9135785Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:07:16.9136438Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:07:16.9137053Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:07:16.9137513Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:07:16.9137909Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:07:16.9138260Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:07:16.9138631Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:07:16.9139024Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:07:16.9139412Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:07:16.9139805Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:07:16.9140235Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:07:16.9140813Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:07:16.9141233Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:07:16.9141618Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:07:16.9142022Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:07:16.9142563Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:07:16.9143143Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:07:16.9143597Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:07:16.9144045Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:07:16.9144471Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:07:16.9144872Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:07:16.9145262Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:07:16.9145653Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:07:16.9146270Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:07:16.9146683Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:07:16.9147065Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:07:16.9147452Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:07:16.9147852Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:07:16.9148225Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:07:16.9148631Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:07:16.9149099Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:07:16.9149521Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:07:16.9149897Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:07:16.9150274Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:07:16.9150791Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:07:16.9151174Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:07:16.9151546Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:07:16.9151975Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:07:16.9152421Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:07:16.9152993Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:07:16.9153392Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:07:16.9153791Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:07:16.9154177Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:07:16.9154552Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:07:16.9154934Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:07:16.9155334Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:07:16.9155781Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:07:16.9156226Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:07:16.9156648Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:07:16.9157054Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:07:16.9157462Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:07:16.9157885Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:07:16.9158277Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:07:16.9158635Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:07:16.9158987Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:07:16.9159354Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:07:16.9159731Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:07:16.9160090Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:07:16.9160464Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:07:16.9161132Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:07:16.9161531Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:07:16.9161886Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:07:16.9162234Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:07:16.9162835Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:07:16.9163245Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:07:16.9163621Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:07:16.9163980Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:07:16.9164340Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:07:16.9164724Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:07:16.9165103Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:07:16.9165457Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:07:16.9165829Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:07:16.9166222Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:07:16.9166606Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:07:16.9166983Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:07:16.9167364Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:07:16.9167749Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:07:16.9168150Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:07:16.9168574Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:07:16.9168977Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:07:16.9169507Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:07:16.9169859Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:07:16.9170199Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:07:16.9170774Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:07:16.9171282Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:07:16.9171797Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:07:16.9172273Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:07:16.9172782Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:07:16.9173221Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:07:16.9173602Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:07:16.9173993Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:07:16.9174385Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:07:16.9174774Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:07:16.9175163Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:07:16.9175549Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:07:16.9175927Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:07:16.9176323Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:07:16.9176768Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:07:16.9177202Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:07:16.9177587Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:07:16.9177989Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:07:16.9178419Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:07:16.9179049Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:07:16.9179414Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:07:16.9179800Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:07:16.9180254Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:07:16.9180844Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:07:16.9181266Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:07:16.9181679Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:07:16.9182116Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:07:16.9182549Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:07:16.9182908Z 
2025-08-18T22:07:16.9182913Z 
2025-08-18T22:07:16.9183294Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:07:16 PM)
2025-08-18T22:07:16.9183639Z 
2025-08-18T22:07:16.9183643Z 
2025-08-18T22:07:16.9183646Z 
2025-08-18T22:07:16.9183716Z [+] Continue : YES
2025-08-18T22:07:16.9183818Z 
2025-08-18T22:07:16.9184047Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-18T22:07:16.9612529Z 
2025-08-18T22:07:16.9613049Z ==> [+] Started Building at :: Monday, 2025-08-18 (10:07:16 PM) UTC
2025-08-18T22:07:16.9613307Z 
2025-08-18T22:07:16.9628362Z 
2025-08-18T22:07:16.9628496Z [+] Total RECIPES :: 1
2025-08-18T22:07:16.9628628Z 
2025-08-18T22:07:16.9706328Z 
2025-08-18T22:07:16.9707163Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml (1/1)
2025-08-18T22:07:16.9707668Z 
2025-08-18T22:07:17.0347279Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:17.0358628Z mode of '/tmp/pkgforge/cQObWsiOg_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:07:17.0410336Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tinycc/official/glibc [Provided]
2025-08-18T22:07:17.0410969Z [+] Setting '.pkg_family' --> tinycc [Provided]
2025-08-18T22:07:17.0424031Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-18T22:07:17.0430071Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-18T22:07:17.0522492Z [00:00:00.009]➜  
2025-08-18T22:07:17.0523501Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tinycc/static.official.glibc.yaml) --> /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR [Monday, 2025-08-18 (10:07:17 PM) UTC]
2025-08-18T22:07:17.0524343Z [00:00:00.009]➜  
2025-08-18T22:07:17.0524534Z [00:00:00.009]➜  
2025-08-18T22:07:17.0524718Z [00:00:00.009]➜  
2025-08-18T22:07:17.0525009Z [00:00:00.009]➜  ###################################################################
2025-08-18T22:07:17.0531933Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0    
2025-08-18T22:07:17.0532632Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:07:17.0533193Z [00:00:00.010]➜  _disabled: false
2025-08-18T22:07:17.0533418Z [00:00:00.010]➜  
2025-08-18T22:07:17.0533619Z [00:00:00.010]➜  pkg: "tinycc"
2025-08-18T22:07:17.0533911Z [00:00:00.010]➜  pkg_id: "github.com.TinyCC.tinycc.glibc"
2025-08-18T22:07:17.0534225Z [00:00:00.010]➜  pkg_type: "static"
2025-08-18T22:07:17.0534486Z [00:00:00.010]➜  category:
2025-08-18T22:07:17.0535146Z [00:00:00.010]➜    - "ConsoleOnly"
2025-08-18T22:07:17.0535468Z [00:00:00.010]➜    - "Utility"
2025-08-18T22:07:17.0535750Z [00:00:00.010]➜  description: "Fast Tiny C Compiler"
2025-08-18T22:07:17.0536037Z [00:00:00.010]➜  distro_pkg:
2025-08-18T22:07:17.0536260Z [00:00:00.010]➜    alpine:
2025-08-18T22:07:17.0536865Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:07:17.0537187Z [00:00:00.010]➜    archlinux:
2025-08-18T22:07:17.0537413Z [00:00:00.010]➜      aur:
2025-08-18T22:07:17.0537638Z [00:00:00.010]➜        - "tcc-git"
2025-08-18T22:07:17.0537872Z [00:00:00.010]➜      extra:
2025-08-18T22:07:17.0538090Z [00:00:00.010]➜        - "tcc"
2025-08-18T22:07:17.0538309Z [00:00:00.010]➜    debian:
2025-08-18T22:07:17.0538525Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:07:17.0538744Z [00:00:00.010]➜    gnuguix:
2025-08-18T22:07:17.0538964Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:07:17.0539185Z [00:00:00.010]➜    homebrew:
2025-08-18T22:07:17.0539431Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:07:17.0539650Z [00:00:00.010]➜    nixpkgs:
2025-08-18T22:07:17.0539873Z [00:00:00.010]➜      - "tinycc"
2025-08-18T22:07:17.0540098Z [00:00:00.010]➜  homepage:
2025-08-18T22:07:17.0540367Z [00:00:00.010]➜    - "https://bellard.org/tcc/"
2025-08-18T22:07:17.0541290Z [00:00:00.010]➜    - "https://github.com/TinyCC/tinycc"
2025-08-18T22:07:17.0541643Z [00:00:00.010]➜  license:
2025-08-18T22:07:17.0541876Z [00:00:00.010]➜    - id: "LGPL-2.1"
2025-08-18T22:07:17.0542373Z [00:00:00.010]➜      url: "https://github.com/TinyCC/tinycc/raw/6ec4a106524ab6a6e3a4178774fd1e884d3fcce2/COPYING"
2025-08-18T22:07:17.0542812Z [00:00:00.010]➜  maintainer:
2025-08-18T22:07:17.0543119Z [00:00:00.010]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:07:17.0543458Z [00:00:00.010]➜  note:
2025-08-18T22:07:17.0543734Z [00:00:00.010]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-18T22:07:17.0544226Z [00:00:00.010]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/TinyCC/tinycc"
2025-08-18T22:07:17.0545091Z [00:00:00.010]➜    - "Statically Linked on Debian (GLIBC)"  
2025-08-18T22:07:17.0545381Z [00:00:00.010]➜  provides:
2025-08-18T22:07:17.0545610Z [00:00:00.010]➜    - "tcc==tinycc"  
2025-08-18T22:07:17.0545851Z [00:00:00.010]➜  repology:
2025-08-18T22:07:17.0546084Z [00:00:00.010]➜    - "tinycc"
2025-08-18T22:07:17.0546304Z [00:00:00.010]➜  src_url:
2025-08-18T22:07:17.0546574Z [00:00:00.010]➜    - "https://github.com/TinyCC/tinycc"
2025-08-18T22:07:17.0546914Z [00:00:00.010]➜    - "https://repo.or.cz/tinycc.git"
2025-08-18T22:07:17.0547190Z [00:00:00.010]➜  tag:
2025-08-18T22:07:17.0547398Z [00:00:00.010]➜    - "compiler"
2025-08-18T22:07:17.0547642Z [00:00:00.010]➜  x_exec:
2025-08-18T22:07:17.0547847Z [00:00:00.010]➜    host:
2025-08-18T22:07:17.0548070Z [00:00:00.010]➜      - "aarch64-Linux"
2025-08-18T22:07:17.0548332Z [00:00:00.010]➜      - "x86_64-Linux"
2025-08-18T22:07:17.0548575Z [00:00:00.010]➜    shell: "bash"
2025-08-18T22:07:17.0548823Z [00:00:00.010]➜    pkgver: |
2025-08-18T22:07:17.0549102Z [00:00:00.010]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-18T22:07:17.0549782Z [00:00:00.010]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" &>/dev/null && \
2025-08-18T22:07:17.0550821Z [00:00:00.010]➜      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:07:17.0551525Z [00:00:00.010]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-18T22:07:17.0551900Z [00:00:00.010]➜    run: |
2025-08-18T22:07:17.0552133Z [00:00:00.010]➜      #Build
2025-08-18T22:07:17.0552673Z [00:00:00.010]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --privileged --net="host" --name "debian-builder-unstable" --pull="always" \
2025-08-18T22:07:17.0553365Z [00:00:00.010]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-18T22:07:17.0553967Z [00:00:00.010]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-18T22:07:17.0554427Z [00:00:00.010]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-18T22:07:17.0555205Z [00:00:00.010]➜       "ghcr.io/pkgforge/devscripts/debian-builder-unstable:$(uname -m)" \
2025-08-18T22:07:17.0555667Z [00:00:00.010]➜        bash -l -c '
2025-08-18T22:07:17.0555916Z [00:00:00.011]➜        #Setup ENV
2025-08-18T22:07:17.0556335Z [00:00:00.011]➜         set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-18T22:07:17.0556850Z [00:00:00.011]➜         mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:07:17.0557183Z [00:00:00.011]➜        #Build
2025-08-18T22:07:17.0557704Z [00:00:00.011]➜         git clone --filter "blob:none" --depth="1" --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-18T22:07:17.0558397Z [00:00:00.011]➜         export CFLAGS="-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error"
2025-08-18T22:07:17.0558834Z [00:00:00.011]➜         export CPPFLAGS="${CFLAGS}"
2025-08-18T22:07:17.0559142Z [00:00:00.011]➜         export CXXFLAGS="${CFLAGS}"
2025-08-18T22:07:17.0559446Z [00:00:00.011]➜         export LD="$(which mold)"
2025-08-18T22:07:17.0560204Z [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:07:17.0561338Z [00:00:00.011]➜         "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-18T22:07:17.0561906Z [00:00:00.011]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-18T22:07:17.0562824Z [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:07:17.0564156Z [00:00:00.011]➜        #Copy
2025-08-18T22:07:17.0564434Z [00:00:00.011]➜         #cp "./tcc" "/build-bins/tcc"
2025-08-18T22:07:17.0565328Z [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:07:17.0566461Z [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:07:17.0567025Z [00:00:00.011]➜        #strip & info 
2025-08-18T22:07:17.0567526Z [00:00:00.011]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:07:17.0568205Z [00:00:00.011]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:07:17.0568896Z [00:00:00.011]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:07:17.0569490Z [00:00:00.011]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:07:17.0570049Z [00:00:00.011]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:07:17.0570458Z [00:00:00.011]➜         popd &>/dev/null
2025-08-18T22:07:17.0570925Z [00:00:00.011]➜        '
2025-08-18T22:07:17.0571188Z [00:00:00.011]➜      #Copy & Meta
2025-08-18T22:07:17.0571575Z [00:00:00.011]➜       docker cp "debian-builder-unstable:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-18T22:07:17.0572138Z [00:00:00.011]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-18T22:07:17.0573223Z [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:07:17.0573995Z [00:00:00.011]➜  
2025-08-18T22:07:17.0574546Z [00:00:00.011]➜  ###################################################################
2025-08-18T22:07:17.0574921Z [00:00:00.011]➜  
2025-08-18T22:07:17.0575120Z [00:00:00.011]➜  
2025-08-18T22:07:17.0575305Z [00:00:00.011]➜  
2025-08-18T22:07:17.0575810Z [00:00:00.012]➜  '/tmp/pkgforge/cQObWsiOg_build.yaml' -> '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-18T22:07:18.3883334Z [00:00:01.345]➜  '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.static.version' -> '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.version'
2025-08-18T22:07:18.3933394Z [00:00:01.350]➜  [+] Version: HEAD-80e7040-250818T222805 ('.x_exec.pkgver') [/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.static.version]
2025-08-18T22:07:18.4122510Z [00:00:01.369]➜  [+] Progs: tcc tinycc
2025-08-18T22:07:18.6773123Z [00:00:01.634]➜  
2025-08-18T22:07:18.6773500Z [00:00:01.634]➜  [-] Missing packages. Found: 
2025-08-18T22:07:18.6773818Z [00:00:01.634]➜  [+] Expected: tcc tinycc
2025-08-18T22:07:18.6774139Z [00:00:01.634]➜  [+] Continuing with build...
2025-08-18T22:07:18.6774392Z [00:00:01.634]➜  
2025-08-18T22:07:19.9990346Z [00:00:02.956]➜  
2025-08-18T22:07:19.9990768Z [00:00:02.956]➜  
2025-08-18T22:07:20.0066645Z [00:00:02.964]➜  + mkdir -pv /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-18T22:07:20.0083573Z [00:00:02.966]➜  ++ uname -m
2025-08-18T22:07:20.0096106Z [00:00:02.967]➜  + 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/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/debian-builder-unstable:aarch64 bash -l -c '
2025-08-18T22:07:20.0098158Z [00:00:02.967]➜    #Setup ENV
2025-08-18T22:07:20.0098588Z [00:00:02.967]➜     set -x ; mkdir -pv "/tmp" ; chown -R "$(whoami):$(whoami)" "/tmp" ; chmod -v "1777" "/tmp"
2025-08-18T22:07:20.0099090Z [00:00:02.967]➜     mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:07:20.0099414Z [00:00:02.967]➜    #Build
2025-08-18T22:07:20.0099943Z [00:00:02.967]➜     git clone --filter "blob:none" --depth="1" --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-18T22:07:20.0100842Z [00:00:02.967]➜     export CFLAGS="-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error"
2025-08-18T22:07:20.0101340Z [00:00:02.967]➜     export CPPFLAGS="${CFLAGS}"
2025-08-18T22:07:20.0101641Z [00:00:02.967]➜     export CXXFLAGS="${CFLAGS}"
2025-08-18T22:07:20.0101947Z [00:00:02.967]➜     export LD="$(which mold)"
2025-08-18T22:07:20.0102635Z [00:00:02.967]➜     export LDFLAGS="-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack"
2025-08-18T22:07:20.0103555Z [00:00:02.967]➜     "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-18T22:07:20.0104113Z [00:00:02.967]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-18T22:07:20.0105017Z [00:00:02.967]➜     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:07:20.0105747Z [00:00:02.967]➜    #Copy
2025-08-18T22:07:20.0105996Z [00:00:02.967]➜     #cp "./tcc" "/build-bins/tcc"
2025-08-18T22:07:20.0106865Z [00:00:02.967]➜     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:07:20.0108433Z [00:00:02.967]➜     ( 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:07:20.0109078Z [00:00:02.967]➜    #strip & info 
2025-08-18T22:07:20.0109575Z [00:00:02.967]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:07:20.0110248Z [00:00:02.967]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:07:20.0111114Z [00:00:02.967]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:07:20.0111719Z [00:00:02.967]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:07:20.0112275Z [00:00:02.967]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:07:20.0112680Z [00:00:02.967]➜     popd &>/dev/null
2025-08-18T22:07:20.0112914Z [00:00:02.967]➜    '
2025-08-18T22:07:20.4955305Z [00:00:03.453]➜  aarch64: Pulling from pkgforge/devscripts/debian-builder-unstable
2025-08-18T22:07:20.5874147Z [00:00:03.544]➜  eb3a2c17920f: Pulling fs layer
2025-08-18T22:07:20.5874745Z [00:00:03.544]➜  0e97b80f7078: Pulling fs layer
2025-08-18T22:07:20.5875127Z [00:00:03.544]➜  9978115eeb28: Pulling fs layer
2025-08-18T22:07:20.5875470Z [00:00:03.544]➜  b82208a61033: Pulling fs layer
2025-08-18T22:07:20.5875771Z [00:00:03.544]➜  cf7d0f257970: Pulling fs layer
2025-08-18T22:07:20.5876070Z [00:00:03.544]➜  090bf325c331: Pulling fs layer
2025-08-18T22:07:20.5876364Z [00:00:03.544]➜  9be902337fe8: Pulling fs layer
2025-08-18T22:07:20.5876672Z [00:00:03.544]➜  afcb86a66b32: Pulling fs layer
2025-08-18T22:07:20.5877455Z [00:00:03.545]➜  b82208a61033: Waiting
2025-08-18T22:07:20.5877715Z [00:00:03.545]➜  cf7d0f257970: Waiting
2025-08-18T22:07:20.5877971Z [00:00:03.545]➜  090bf325c331: Waiting
2025-08-18T22:07:20.5878226Z [00:00:03.545]➜  afcb86a66b32: Waiting
2025-08-18T22:07:20.5878479Z [00:00:03.545]➜  9be902337fe8: Waiting
2025-08-18T22:07:20.7340179Z [00:00:03.691]➜  0e97b80f7078: Verifying Checksum
2025-08-18T22:07:20.7340575Z [00:00:03.691]➜  0e97b80f7078: Download complete
2025-08-18T22:07:20.8580818Z [00:00:03.815]➜  b82208a61033: Verifying Checksum
2025-08-18T22:07:20.8582316Z [00:00:03.815]➜  b82208a61033: Download complete
2025-08-18T22:07:20.9386272Z [00:00:03.896]➜  cf7d0f257970: Verifying Checksum
2025-08-18T22:07:20.9389485Z [00:00:03.896]➜  cf7d0f257970: Download complete
2025-08-18T22:07:21.0021856Z [00:00:03.959]➜  eb3a2c17920f: Verifying Checksum
2025-08-18T22:07:21.0022245Z [00:00:03.959]➜  eb3a2c17920f: Download complete
2025-08-18T22:07:22.5361463Z [00:00:05.493]➜  eb3a2c17920f: Pull complete
2025-08-18T22:07:22.5415937Z [00:00:05.498]➜  9978115eeb28: Verifying Checksum
2025-08-18T22:07:22.5416705Z [00:00:05.498]➜  9978115eeb28: Download complete
2025-08-18T22:07:22.7214273Z [00:00:05.678]➜  afcb86a66b32: Verifying Checksum
2025-08-18T22:07:22.7214804Z [00:00:05.678]➜  afcb86a66b32: Download complete
2025-08-18T22:07:24.4223814Z [00:00:07.379]➜  090bf325c331: Verifying Checksum
2025-08-18T22:07:24.4224459Z [00:00:07.379]➜  090bf325c331: Download complete
2025-08-18T22:07:32.8814900Z [00:00:15.839]➜  9be902337fe8: Download complete
2025-08-18T22:07:40.6808890Z [00:00:23.638]➜  0e97b80f7078: Pull complete
2025-08-18T22:07:54.7609002Z [00:00:37.718]➜  9978115eeb28: Pull complete
2025-08-18T22:07:54.8130118Z [00:00:37.770]➜  b82208a61033: Pull complete
2025-08-18T22:07:54.8771076Z [00:00:37.834]➜  cf7d0f257970: Pull complete
2025-08-18T22:08:02.5427094Z [00:00:45.500]➜  090bf325c331: Pull complete
2025-08-18T22:09:08.9712771Z [00:01:51.928]➜  9be902337fe8: Pull complete
2025-08-18T22:09:09.0651500Z [00:01:52.022]➜  afcb86a66b32: Pull complete
2025-08-18T22:09:09.0885592Z [00:01:52.046]➜  Digest: sha256:8a1fd45036f9cc32468437c001f6db6cc0401bdb9a1b07b633f5bfc16219c701
2025-08-18T22:09:09.0972106Z [00:01:52.054]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/debian-builder-unstable:aarch64
2025-08-18T22:09:09.9165870Z [00:01:52.874]➜  + mkdir -pv /tmp
2025-08-18T22:09:09.9179228Z [00:01:52.875]➜  ++ whoami
2025-08-18T22:09:09.9192622Z [00:01:52.876]➜  ++ whoami
2025-08-18T22:09:09.9201112Z [00:01:52.877]➜  + chown -R root:root /tmp
2025-08-18T22:09:09.9212123Z [00:01:52.878]➜  + chmod -v 1777 /tmp
2025-08-18T22:09:09.9222208Z [00:01:52.879]➜  mode of '/tmp' changed from 0755 (rwxr-xr-x) to 1777 (rwxrwxrwt)
2025-08-18T22:09:09.9223341Z [00:01:52.879]➜  + mkdir -p /build-bins
2025-08-18T22:09:09.9237628Z [00:01:52.881]➜  ++ mktemp -d
2025-08-18T22:09:09.9246479Z [00:01:52.882]➜  + pushd /tmp/tmp.rAFv4OgMGN
2025-08-18T22:09:09.9249643Z [00:01:52.882]➜  + git clone --filter blob:none --depth=1 --quiet https://github.com/TinyCC/tinycc ./TEMPREPO
2025-08-18T22:09:10.6611427Z [00:01:53.618]➜  + cd ./TEMPREPO
2025-08-18T22:09:10.6617443Z [00:01:53.618]➜  + export 'CFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:09:10.6618129Z [00:01:53.618]➜  + CFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:09:10.6618730Z [00:01:53.618]➜  + export 'CPPFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:09:10.6619321Z [00:01:53.618]➜  + CPPFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:09:10.6619909Z [00:01:53.618]➜  + export 'CXXFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:09:10.6620493Z [00:01:53.618]➜  + CXXFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:09:10.6621170Z [00:01:53.619]➜  ++ which mold
2025-08-18T22:09:10.6629256Z [00:01:53.620]➜  + export LD=/usr/bin/mold
2025-08-18T22:09:10.6629616Z [00:01:53.620]➜  + LD=/usr/bin/mold
2025-08-18T22:09:10.6630326Z [00:01:53.620]➜  + export 'LDFLAGS=-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack'
2025-08-18T22:09:10.6631615Z [00:01:53.620]➜  + LDFLAGS='-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack'
2025-08-18T22:09:10.6632519Z [00:01:53.620]➜  + ./configure --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings=no
2025-08-18T22:09:10.6639394Z [00:01:53.621]➜  configure: WARNING: unrecognized option --disable-shared
2025-08-18T22:09:10.6639885Z [00:01:53.621]➜  configure: WARNING: unrecognized option --disable-Werror
2025-08-18T22:09:10.6640345Z [00:01:53.621]➜  configure: WARNING: unrecognized option --enable-year2038
2025-08-18T22:09:10.6641104Z [00:01:53.621]➜  configure: WARNING: unrecognized option --enable-compile-warnings=no
2025-08-18T22:09:10.7145369Z [00:01:53.672]➜  Binary directory    /usr/local/bin
2025-08-18T22:09:10.7145812Z [00:01:53.672]➜  TinyCC directory    /usr/local/lib/tcc
2025-08-18T22:09:10.7146142Z [00:01:53.672]➜  Library directory   /usr/local/lib
2025-08-18T22:09:10.7146474Z [00:01:53.672]➜  Include directory   /usr/local/include
2025-08-18T22:09:10.7147164Z [00:01:53.672]➜  Manual directory    /usr/local/share/man
2025-08-18T22:09:10.7147582Z [00:01:53.672]➜  Info directory      /usr/local/share/info
2025-08-18T22:09:10.7147925Z [00:01:53.672]➜  Doc directory       /usr/local/share/doc
2025-08-18T22:09:10.7148287Z [00:01:53.672]➜  Source path         /tmp/tmp.rAFv4OgMGN/TEMPREPO
2025-08-18T22:09:10.7150935Z [00:01:53.672]➜  Build OS            Linux aarch64
2025-08-18T22:09:10.7151324Z [00:01:53.672]➜  C compiler          gcc (14.3)
2025-08-18T22:09:10.7151627Z [00:01:53.672]➜  Target OS           Linux
2025-08-18T22:09:10.7151900Z [00:01:53.672]➜  CPU                 arm64
2025-08-18T22:09:10.7152220Z [00:01:53.672]➜  Triplet             aarch64-linux-gnu
2025-08-18T22:09:10.7152516Z [00:01:53.672]➜  Config              static
2025-08-18T22:09:10.7152807Z [00:01:53.672]➜  Creating config.mak and config.h
2025-08-18T22:09:10.7201757Z [00:01:53.677]➜  ++ nproc
2025-08-18T22:09:10.7209914Z [00:01:53.678]➜  + make --jobs=5 --keep-going
2025-08-18T22:09:10.7408315Z [00:01:53.698]➜  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:09:10.7419388Z [00:01:53.699]➜  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:09:10.7426425Z [00:01:53.699]➜  Using built-in specs.
2025-08-18T22:09:10.7427210Z [00:01:53.699]➜  Using built-in specs.
2025-08-18T22:09:10.7452697Z [00:01:53.699]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.7453213Z [00:01:53.699]➜  gcc -DC2STR conftest.c -o c2str.exe
2025-08-18T22:09:10.7453698Z [00:01:53.699]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.7454148Z [00:01:53.699]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.7463896Z [00:01:53.699]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.7468667Z [00:01:53.699]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.7472999Z [00:01:53.699]➜  Thread model: posix
2025-08-18T22:09:10.7473334Z [00:01:53.699]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.7473690Z [00:01:53.699]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.7473975Z [00:01:53.699]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.7474246Z [00:01:53.699]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.7474567Z [00:01:53.699]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.7474848Z [00:01:53.699]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.7479669Z [00:01:53.699]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.7489945Z [00:01:53.699]➜  Thread model: posix
2025-08-18T22:09:10.7490287Z [00:01:53.699]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.7490866Z [00:01:53.699]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.7492483Z [00:01:53.703]➜  COLLECT_GCC_OPTIONS='-o' 'libtcc.o' '-c' '-I' '.' '-D' 'ONE_SOURCE=0' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' 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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.7494528Z [00:01:53.703]➜  '-static' '-v' '-w' '-Wdeclaration-after-statement' '-Wno-unused-result' '-Os' '-flto=auto' '-B' '/usr/libexec/mold' '-g0' '-pipe' '-static' '-v' '-w' '-Wno-error' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.7496234Z [00:01:53.703]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu -D ONE_SOURCE=0 libtcc.c -quiet -dumpbase libtcc.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.7497453Z [00:01:53.703]➜   as -v -v -W -I . -EL -mabi=lp64 -o libtcc.o
2025-08-18T22:09:10.7510602Z [00:01:53.703]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu -D ONE_SOURCE=0 -D TCC_GITHASH="2025-08-18 mob@80e7040" tcc.c -quiet -dumpbase tcc.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.7517855Z [00:01:53.703]➜   as -v -v -W -I . -EL -mabi=lp64 -o tcc.o
2025-08-18T22:09:10.7518274Z [00:01:53.703]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.7518810Z [00:01:53.703]➜  	compiled by GNU C version 14.3.0, GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.7519475Z [00:01:53.703]➜  	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:09:10.7519912Z [00:01:53.703]➜  
2025-08-18T22:09:10.7520277Z [00:01:53.703]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:09:10.7520790Z [00:01:53.703]➜  
2025-08-18T22:09:10.7521232Z [00:01:53.703]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.7521776Z [00:01:53.703]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.7522302Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.7523087Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.7523816Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.7524464Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.7525169Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.7525673Z [00:01:53.703]➜  #include "..." search starts here:
2025-08-18T22:09:10.7525985Z [00:01:53.703]➜  #include <...> search starts here:
2025-08-18T22:09:10.7526257Z [00:01:53.703]➜   .
2025-08-18T22:09:10.7526513Z [00:01:53.703]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.7526811Z [00:01:53.703]➜   /usr/local/include
2025-08-18T22:09:10.7527091Z [00:01:53.703]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.7527363Z [00:01:53.703]➜   /usr/include
2025-08-18T22:09:10.7527609Z [00:01:53.703]➜  End of search list.
2025-08-18T22:09:10.7527869Z [00:01:53.703]➜  Using built-in specs.
2025-08-18T22:09:10.7528132Z [00:01:53.703]➜  Using built-in specs.
2025-08-18T22:09:10.7528381Z [00:01:53.703]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.7528649Z [00:01:53.703]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.7528940Z [00:01:53.703]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.7529854Z [00:01:53.703]➜  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:09:10.7556127Z [00:01:53.703]➜  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:09:10.7557182Z [00:01:53.703]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.7557678Z [00:01:53.703]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.7562303Z [00:01:53.703]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.7566348Z [00:01:53.703]➜  Thread model: posix
2025-08-18T22:09:10.7566680Z [00:01:53.703]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.7567036Z [00:01:53.703]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.7568093Z [00:01:53.703]➜  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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.7570272Z [00:01:53.703]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu tccgen.c -quiet -dumpbase tccgen.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.7571571Z [00:01:53.703]➜   as -v -v -W -I . -EL -mabi=lp64 -o tccgen.o
2025-08-18T22:09:10.7571872Z [00:01:53.703]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.7572144Z [00:01:53.703]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.7572433Z [00:01:53.703]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.7572712Z [00:01:53.703]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.7577225Z [00:01:53.703]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.7581530Z [00:01:53.703]➜  Thread model: posix
2025-08-18T22:09:10.7581862Z [00:01:53.703]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.7582218Z [00:01:53.703]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.7583265Z [00:01:53.703]➜  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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.7584383Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.7585192Z [00:01:53.703]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.7586009Z [00:01:53.703]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.7587355Z [00:01:53.704]➜   -quiet -v -v -I . -imultiarch aarch64-linux-gnu tccdbg.c -quiet -dumpbase tccdbg.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.7588407Z [00:01:53.704]➜   as -v -v -W -I . -EL -mabi=lp64 -o tccdbg.o
2025-08-18T22:09:10.7588739Z [00:01:53.704]➜  #include "..." search starts here:
2025-08-18T22:09:10.7589051Z [00:01:53.704]➜  #include <...> search starts here:
2025-08-18T22:09:10.7589310Z [00:01:53.704]➜   .
2025-08-18T22:09:10.7589567Z [00:01:53.704]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.7589859Z [00:01:53.704]➜   /usr/local/include
2025-08-18T22:09:10.7590146Z [00:01:53.704]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.7590417Z [00:01:53.704]➜   /usr/include
2025-08-18T22:09:10.7590780Z [00:01:53.704]➜  End of search list.
2025-08-18T22:09:10.7591313Z [00:01:53.705]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.7592060Z [00:01:53.707]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.7592732Z [00:01:53.707]➜  	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:09:10.7593169Z [00:01:53.707]➜  
2025-08-18T22:09:10.7593529Z [00:01:53.707]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.7594006Z [00:01:53.707]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.7594593Z [00:01:53.707]➜  	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:09:10.7595039Z [00:01:53.707]➜  
2025-08-18T22:09:10.7595395Z [00:01:53.707]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.7595922Z [00:01:53.707]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.7596448Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.7597077Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.7597786Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.7598431Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.7599098Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.7599818Z [00:01:53.708]➜  #include "..." search starts here:
2025-08-18T22:09:10.7600129Z [00:01:53.708]➜  #include <...> search starts here:
2025-08-18T22:09:10.7600386Z [00:01:53.708]➜   .
2025-08-18T22:09:10.7600846Z [00:01:53.708]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.7601222Z [00:01:53.708]➜   /usr/local/include
2025-08-18T22:09:10.7601670Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.7602336Z [00:01:53.708]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.7602840Z [00:01:53.708]➜  #include "..." search starts here:
2025-08-18T22:09:10.7609407Z [00:01:53.708]➜  #include <...> search starts here:
2025-08-18T22:09:10.7609683Z [00:01:53.708]➜   .
2025-08-18T22:09:10.7609942Z [00:01:53.708]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.7610235Z [00:01:53.708]➜   /usr/local/include
2025-08-18T22:09:10.7610512Z [00:01:53.708]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.7613361Z [00:01:53.708]➜   /usr/include
2025-08-18T22:09:10.7613610Z [00:01:53.708]➜  End of search list.
2025-08-18T22:09:10.7613884Z [00:01:53.708]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.7614153Z [00:01:53.708]➜   /usr/include
2025-08-18T22:09:10.7614395Z [00:01:53.708]➜  End of search list.
2025-08-18T22:09:10.7614879Z [00:01:53.708]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.7615759Z [00:01:53.711]➜  Compiler executable checksum: Compiler executable checksum: GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.7616448Z [00:01:53.712]➜  220d9edac81a220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.7616760Z [00:01:53.712]➜  5eb6869726adb7c528fd
2025-08-18T22:09:10.7617265Z [00:01:53.717]➜  Compiler executable checksum: Compiler executable checksum: 22220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.7617749Z [00:01:53.717]➜  0d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.8150574Z [00:01:53.772]➜  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:09:10.8170593Z [00:01:53.774]➜  Using built-in specs.
2025-08-18T22:09:10.8171669Z [00:01:53.774]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.8172439Z [00:01:53.774]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.8173160Z [00:01:53.774]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.8175780Z [00:01:53.774]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.8180403Z [00:01:53.774]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.8184704Z [00:01:53.774]➜  Thread model: posix
2025-08-18T22:09:10.8185036Z [00:01:53.775]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.8185752Z [00:01:53.775]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.8213567Z [00:01:53.778]➜  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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.8220816Z [00:01:53.779]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu tccelf.c -quiet -dumpbase tccelf.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.8222082Z [00:01:53.779]➜   as -v -v -W -I . -EL -mabi=lp64 -o tccelf.o
2025-08-18T22:09:10.8222500Z [00:01:53.779]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.8223125Z [00:01:53.779]➜  	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:09:10.8223566Z [00:01:53.779]➜  
2025-08-18T22:09:10.8223935Z [00:01:53.779]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.8224471Z [00:01:53.779]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.8225109Z [00:01:53.779]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.8225760Z [00:01:53.779]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.8226426Z [00:01:53.779]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.8226938Z [00:01:53.779]➜  #include "..." search starts here:
2025-08-18T22:09:10.8227250Z [00:01:53.779]➜  #include <...> search starts here:
2025-08-18T22:09:10.8227521Z [00:01:53.779]➜   .
2025-08-18T22:09:10.8227779Z [00:01:53.779]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.8228076Z [00:01:53.779]➜   /usr/local/include
2025-08-18T22:09:10.8228352Z [00:01:53.779]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.8228622Z [00:01:53.779]➜   /usr/include
2025-08-18T22:09:10.8229141Z [00:01:53.779]➜  End of search list.
2025-08-18T22:09:10.8229701Z [00:01:53.779]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.8295263Z [00:01:53.787]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.8296395Z [00:01:53.787]➜  /:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:10.8304566Z [00:01:53.787]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:10.8307145Z [00:01:53.788]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tcc.'
2025-08-18T22:09:10.8310732Z [00:01:53.788]➜  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:09:10.8319087Z [00:01:53.789]➜  Using built-in specs.
2025-08-18T22:09:10.8323351Z [00:01:53.789]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.8324422Z [00:01:53.790]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.8326071Z [00:01:53.790]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.8326391Z [00:01:53.790]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.8334038Z [00:01:53.790]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.8338515Z [00:01:53.790]➜  Thread model: posix
2025-08-18T22:09:10.8339150Z [00:01:53.790]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.8339836Z [00:01:53.790]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.8341818Z [00:01:53.790]➜  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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.8344025Z [00:01:53.791]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu tccasm.c -quiet -dumpbase tccasm.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.8345247Z [00:01:53.791]➜   as -v -v -W -I . -EL -mabi=lp64 -o tccasm.o
2025-08-18T22:09:10.8363527Z [00:01:53.793]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.8364193Z [00:01:53.793]➜  	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:09:10.8364637Z [00:01:53.793]➜  
2025-08-18T22:09:10.8365008Z [00:01:53.793]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.8365561Z [00:01:53.793]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.8366196Z [00:01:53.793]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.8366857Z [00:01:53.793]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.8367526Z [00:01:53.793]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.8368030Z [00:01:53.793]➜  #include "..." search starts here:
2025-08-18T22:09:10.8368339Z [00:01:53.793]➜  #include <...> search starts here:
2025-08-18T22:09:10.8368599Z [00:01:53.793]➜   .
2025-08-18T22:09:10.8368851Z [00:01:53.793]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.8369148Z [00:01:53.793]➜   /usr/local/include
2025-08-18T22:09:10.8369430Z [00:01:53.793]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.8370085Z [00:01:53.793]➜   /usr/include
2025-08-18T22:09:10.8370325Z [00:01:53.793]➜  End of search list.
2025-08-18T22:09:10.8407619Z [00:01:53.798]➜  Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.8422329Z [00:01:53.799]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.8681728Z [00:01:53.825]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:10.8714926Z [00:01:53.825]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:10.8719750Z [00:01:53.825]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'libtcc.'
2025-08-18T22:09:10.8721580Z [00:01:53.826]➜  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:09:10.8722396Z [00:01:53.827]➜  Using built-in specs.
2025-08-18T22:09:10.8722658Z [00:01:53.827]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.8722947Z [00:01:53.827]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.8723242Z [00:01:53.827]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.8723523Z [00:01:53.827]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.8733587Z [00:01:53.827]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.8737780Z [00:01:53.827]➜  Thread model: posix
2025-08-18T22:09:10.8738110Z [00:01:53.827]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.8738474Z [00:01:53.827]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.8739534Z [00:01:53.827]➜  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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.8741697Z [00:01:53.827]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu tccrun.c -quiet -dumpbase tccrun.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.8754514Z [00:01:53.827]➜   as -v -v -W -I . -EL -mabi=lp64 -o tccrun.o
2025-08-18T22:09:10.8754954Z [00:01:53.830]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.8755626Z [00:01:53.831]➜  	compiled by GNU C version 14.3.0, GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.8756303Z [00:01:53.831]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:09:10.8756667Z [00:01:53.831]➜  
2025-08-18T22:09:10.8757030Z [00:01:53.831]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.8757562Z [00:01:53.832]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.8758189Z [00:01:53.832]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.8758842Z [00:01:53.832]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.8759508Z [00:01:53.832]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.8760025Z [00:01:53.832]➜  #include "..." search starts here:
2025-08-18T22:09:10.8760339Z [00:01:53.832]➜  #include <...> search starts here:
2025-08-18T22:09:10.8760602Z [00:01:53.832]➜   .
2025-08-18T22:09:10.8761058Z [00:01:53.832]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.8761361Z [00:01:53.832]➜   /usr/local/include
2025-08-18T22:09:10.8761638Z [00:01:53.832]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.8761909Z [00:01:53.832]➜   /usr/include
2025-08-18T22:09:10.8762141Z [00:01:53.832]➜  End of search list.
2025-08-18T22:09:10.8835398Z [00:01:53.840]➜  Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.9143432Z [00:01:53.871]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:10.9151923Z [00:01:53.871]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:10.9158075Z [00:01:53.871]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccdbg.'
2025-08-18T22:09:10.9159701Z [00:01:53.872]➜  gcc -o arm64-gen.o -c arm64-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:09:10.9160531Z [00:01:53.872]➜  Using built-in specs.
2025-08-18T22:09:10.9160955Z [00:01:53.873]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.9161238Z [00:01:53.873]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.9161536Z [00:01:53.873]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.9161816Z [00:01:53.873]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.9167846Z [00:01:53.873]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.9173053Z [00:01:53.874]➜  Thread model: posix
2025-08-18T22:09:10.9173435Z [00:01:53.874]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.9173811Z [00:01:53.874]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.9174893Z [00:01:53.874]➜  COLLECT_GCC_OPTIONS='-o' 'arm64-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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.9180895Z [00:01:53.874]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu arm64-gen.c -quiet -dumpbase arm64-gen.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.9182124Z [00:01:53.874]➜   as -v -v -W -I . -EL -mabi=lp64 -o arm64-gen.o
2025-08-18T22:09:10.9182659Z [00:01:53.875]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.9190941Z [00:01:53.876]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.9193900Z [00:01:53.876]➜  	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:09:10.9194360Z [00:01:53.877]➜  
2025-08-18T22:09:10.9194981Z [00:01:53.877]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.9199642Z [00:01:53.877]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.9203249Z [00:01:53.877]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.9204002Z [00:01:53.877]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.9204674Z [00:01:53.877]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.9205178Z [00:01:53.877]➜  #include "..." search starts here:
2025-08-18T22:09:10.9205509Z [00:01:53.877]➜  #include <...> search starts here:
2025-08-18T22:09:10.9205772Z [00:01:53.877]➜   .
2025-08-18T22:09:10.9206032Z [00:01:53.877]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.9206328Z [00:01:53.877]➜   /usr/local/include
2025-08-18T22:09:10.9206614Z [00:01:53.877]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.9206888Z [00:01:53.877]➜   /usr/include
2025-08-18T22:09:10.9207119Z [00:01:53.878]➜  End of search list.
2025-08-18T22:09:10.9244780Z [00:01:53.881]➜  Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.9248952Z [00:01:53.882]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:10.9256232Z [00:01:53.882]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:10.9258604Z [00:01:53.882]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccasm.'
2025-08-18T22:09:10.9260209Z [00:01:53.883]➜  gcc -o arm64-link.o -c arm64-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:09:10.9262980Z [00:01:53.883]➜  Using built-in specs.
2025-08-18T22:09:10.9267489Z [00:01:53.884]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.9268356Z [00:01:53.884]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.9292112Z [00:01:53.884]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.9293120Z [00:01:53.885]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.9298079Z [00:01:53.885]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.9304633Z [00:01:53.885]➜  Thread model: posix
2025-08-18T22:09:10.9304975Z [00:01:53.885]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.9305330Z [00:01:53.885]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.9306401Z [00:01:53.885]➜  COLLECT_GCC_OPTIONS='-o' 'arm64-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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.9308351Z [00:01:53.885]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu arm64-link.c -quiet -dumpbase arm64-link.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.9309524Z [00:01:53.885]➜   as -v -v -W -I . -EL -mabi=lp64 -o arm64-link.o
2025-08-18T22:09:10.9309944Z [00:01:53.886]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.9310601Z [00:01:53.887]➜  	compiled by GNU C version 14.3.0, GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.9311546Z [00:01:53.888]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:09:10.9311917Z [00:01:53.888]➜  
2025-08-18T22:09:10.9318160Z [00:01:53.889]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.9319161Z [00:01:53.889]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.9319797Z [00:01:53.889]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.9320455Z [00:01:53.889]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.9321307Z [00:01:53.889]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.9321819Z [00:01:53.889]➜  #include "..." search starts here:
2025-08-18T22:09:10.9322135Z [00:01:53.889]➜  #include <...> search starts here:
2025-08-18T22:09:10.9322393Z [00:01:53.889]➜   .
2025-08-18T22:09:10.9322652Z [00:01:53.889]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.9322952Z [00:01:53.889]➜   /usr/local/include
2025-08-18T22:09:10.9323228Z [00:01:53.889]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.9323515Z [00:01:53.889]➜   /usr/include
2025-08-18T22:09:10.9323758Z [00:01:53.889]➜  End of search list.
2025-08-18T22:09:10.9365080Z [00:01:53.893]➜  Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:10.9890042Z [00:01:53.946]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:10.9905508Z [00:01:53.946]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:10.9908265Z [00:01:53.946]➜  COLLECT_GCC_OPTIONS='-o' 'arm64-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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'arm64-link.'
2025-08-18T22:09:10.9911275Z [00:01:53.946]➜  gcc -o arm64-asm.o -c arm64-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:09:10.9912197Z [00:01:53.947]➜  Using built-in specs.
2025-08-18T22:09:10.9912481Z [00:01:53.948]➜  COLLECT_GCC=gcc
2025-08-18T22:09:10.9917367Z [00:01:53.949]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:10.9917759Z [00:01:53.949]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:10.9918276Z [00:01:53.949]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:10.9932732Z [00:01:53.950]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:10.9937601Z [00:01:53.950]➜  Thread model: posix
2025-08-18T22:09:10.9938390Z [00:01:53.950]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:10.9938830Z [00:01:53.950]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:10.9939942Z [00:01:53.950]➜  COLLECT_GCC_OPTIONS='-o' 'arm64-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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:10.9944218Z [00:01:53.950]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu arm64-asm.c -quiet -dumpbase arm64-asm.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:10.9945444Z [00:01:53.950]➜   as -v -v -W -I . -EL -mabi=lp64 -o arm64-asm.o
2025-08-18T22:09:10.9945872Z [00:01:53.952]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:10.9958225Z [00:01:53.953]➜  	compiled by GNU C version 14.3.0, GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:10.9960155Z [00:01:53.953]➜  GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP
2025-08-18T22:09:10.9960973Z [00:01:53.953]➜  
2025-08-18T22:09:10.9961395Z [00:01:53.953]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:10.9962094Z [00:01:53.953]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:10.9974776Z [00:01:53.955]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:10.9975475Z [00:01:53.955]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:10.9976180Z [00:01:53.955]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:10.9976689Z [00:01:53.955]➜  #include "..." search starts here:
2025-08-18T22:09:10.9977290Z [00:01:53.955]➜  #include <...> search starts here:
2025-08-18T22:09:10.9977664Z [00:01:53.955]➜   .
2025-08-18T22:09:10.9977932Z [00:01:53.955]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:10.9978233Z [00:01:53.955]➜   /usr/local/include
2025-08-18T22:09:10.9978513Z [00:01:53.955]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:10.9978785Z [00:01:53.955]➜   /usr/include
2025-08-18T22:09:10.9979021Z [00:01:53.955]➜  End of search list.
2025-08-18T22:09:11.0023079Z [00:01:53.959]➜  Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:11.0442664Z [00:01:54.001]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:11.0444783Z [00:01:54.002]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:11.0446771Z [00:01:54.002]➜  COLLECT_GCC_OPTIONS='-o' 'arm64-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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'arm64-asm.'
2025-08-18T22:09:11.0447767Z [00:01:54.002]➜  perl ./texi2pod.pl tcc-doc.texi tcc-doc.pod
2025-08-18T22:09:11.0512156Z [00:01:54.008]➜  makeinfo --no-split --html --number-sections -o tcc-doc.html tcc-doc.texi
2025-08-18T22:09:11.0539983Z [00:01:54.011]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:11.0547348Z [00:01:54.011]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:11.0549373Z [00:01:54.011]➜  COLLECT_GCC_OPTIONS='-o' 'arm64-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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'arm64-gen.'
2025-08-18T22:09:11.0551868Z [00:01:54.012]➜  makeinfo tcc-doc.texi || true
2025-08-18T22:09:11.0775388Z [00:01:54.034]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:11.0779151Z [00:01:54.035]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:11.0795522Z [00:01:54.035]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccrun.'
2025-08-18T22:09:11.0796608Z [00:01:54.036]➜  ./c2str.exe include/tccdefs.h tccdefs_.h
2025-08-18T22:09:11.0815627Z [00:01:54.039]➜  pod2man --section=1 --center="Tiny C Compiler" --release="0.9.28rc" tcc-doc.pod >tcc.1
2025-08-18T22:09:11.0986297Z [00:01:54.056]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:11.0988766Z [00:01:54.056]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:11.0991583Z [00:01:54.056]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccgen.'
2025-08-18T22:09:11.0993004Z [00:01:54.056]➜  Using built-in specs.
2025-08-18T22:09:11.0993841Z [00:01:54.056]➜  COLLECT_GCC=gcc
2025-08-18T22:09:11.0994207Z [00:01:54.056]➜  OFFLOAD_TARGET_NAMES=nvptx-none
2025-08-18T22:09:11.0995307Z [00:01:54.056]➜  OFFLOAD_TARGET_DEFAULT=1
2025-08-18T22:09:11.0995598Z [00:01:54.056]➜  Target: aarch64-linux-gnu
2025-08-18T22:09:11.1000163Z [00:01:54.056]➜  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=aarch64-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-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
2025-08-18T22:09:11.1004829Z [00:01:54.056]➜  Thread model: posix
2025-08-18T22:09:11.1005193Z [00:01:54.056]➜  Supported LTO compression algorithms: zlib zstd
2025-08-18T22:09:11.1005551Z [00:01:54.056]➜  gcc version 14.3.0 (Debian 14.3.0-5) 
2025-08-18T22:09:11.1006619Z [00:01:54.056]➜  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' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:09:11.1008491Z [00:01:54.056]➜   /usr/libexec/gcc/aarch64-linux-gnu/14/cc1 -quiet -v -v -I . -imultiarch aarch64-linux-gnu tccpp.c -quiet -dumpbase tccpp.c -dumpbase-ext .c -mlittle-endian -mabi=lp64 -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:09:11.1009617Z [00:01:54.056]➜   as -v -v -W -I . -EL -mabi=lp64 -o tccpp.o
2025-08-18T22:09:11.1010557Z [00:01:54.056]➜  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:09:11.1042038Z [00:01:54.059]➜  GNU C17 (Debian 14.3.0-5) version 14.3.0 (aarch64-linux-gnu)
2025-08-18T22:09:11.1042768Z [00:01:54.061]➜  	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:09:11.1043219Z [00:01:54.061]➜  
2025-08-18T22:09:11.1043595Z [00:01:54.061]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:09:11.1044129Z [00:01:54.061]➜  ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
2025-08-18T22:09:11.1044763Z [00:01:54.061]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed/aarch64-linux-gnu"
2025-08-18T22:09:11.1045424Z [00:01:54.061]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/include-fixed"
2025-08-18T22:09:11.1046094Z [00:01:54.061]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/14/../../../../aarch64-linux-gnu/include"
2025-08-18T22:09:11.1046597Z [00:01:54.061]➜  #include "..." search starts here:
2025-08-18T22:09:11.1046916Z [00:01:54.061]➜  #include <...> search starts here:
2025-08-18T22:09:11.1047176Z [00:01:54.061]➜   .
2025-08-18T22:09:11.1047432Z [00:01:54.061]➜   /usr/lib/gcc/aarch64-linux-gnu/14/include
2025-08-18T22:09:11.1047729Z [00:01:54.061]➜   /usr/local/include
2025-08-18T22:09:11.1048008Z [00:01:54.061]➜   /usr/include/aarch64-linux-gnu
2025-08-18T22:09:11.1048279Z [00:01:54.061]➜   /usr/include
2025-08-18T22:09:11.1048515Z [00:01:54.061]➜  End of search list.
2025-08-18T22:09:11.1078555Z [00:01:54.065]➜  GNU assembler version 2.45 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.45
2025-08-18T22:09:11.1148254Z [00:01:54.072]➜  Compiler executable checksum: 220d9edac81a5eb6869726adb7c528fd
2025-08-18T22:09:11.1340295Z [00:01:54.091]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:11.1353328Z [00:01:54.091]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:11.1355819Z [00:01:54.091]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccelf.'
2025-08-18T22:09:11.2839613Z [00:01:54.241]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/14/:/usr/libexec/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/
2025-08-18T22:09:11.2841948Z [00:01:54.241]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-linux-gnu/14/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/14/../../../:/lib/:/usr/lib/
2025-08-18T22:09:11.2843947Z [00:01:54.241]➜  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' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccpp.'
2025-08-18T22:09:11.2845167Z [00:01:54.242]➜  ar rcs libtcc.a libtcc.o tccpp.o tccgen.o tccdbg.o tccelf.o tccasm.o tccrun.o arm64-gen.o arm64-link.o arm64-asm.o
2025-08-18T22:09:11.3016360Z [00:01:54.259]➜  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:09:12.6792590Z [00:01:55.636]➜  /usr/bin/ld: /tmp/ccUFfbTJ.ltrans0.ltrans.o: in function `tcc_add_file_internal':
2025-08-18T22:09:12.6793568Z [00:01:55.636]➜  <artificial>:(.text+0x5540): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
2025-08-18T22:09:12.7019080Z [00:01:55.659]➜  /usr/bin/ld: total time in link: 0.042499
2025-08-18T22:09:12.7070250Z [00:01:55.664]➜  make[1]: Entering directory '/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib'
2025-08-18T22:09:12.7070817Z [00:01:55.664]➜  ../tcc -c lib-arm64.c -o lib-arm64.o -B.. -I..
2025-08-18T22:09:12.7072575Z [00:01:55.664]➜  ../tcc -c stdatomic.c -o stdatomic.o -B.. -I..
2025-08-18T22:09:12.7081787Z [00:01:55.665]➜  ../tcc -c atomic.S -o atomic.o -B.. -I..
2025-08-18T22:09:12.7084998Z [00:01:55.666]➜  ../tcc -c builtin.c -o builtin.o -B.. -I..
2025-08-18T22:09:12.7094363Z [00:01:55.667]➜  ../tcc -c tcov.c -o tcov.o -B.. -I..
2025-08-18T22:09:12.7099902Z [00:01:55.667]➜  ../tcc -c dsohandle.c -o dsohandle.o -B.. -I..
2025-08-18T22:09:12.7100911Z [00:01:55.667]➜  ../tcc -c runmain.c -o ../runmain.o -B.. -I..
2025-08-18T22:09:12.7108251Z [00:01:55.668]➜  ../tcc -c bt-exe.c -o ../bt-exe.o -B.. -I..
2025-08-18T22:09:12.7131741Z [00:01:55.669]➜  ../tcc -c bt-log.c -o ../bt-log.o -B.. -I..
2025-08-18T22:09:12.7132928Z [00:01:55.670]➜  ../tcc -c bcheck.c -o ../bcheck.o -B.. -I.. -bt
2025-08-18T22:09:12.7138816Z [00:01:55.671]➜  ../tcc -ar rcs ../libtcc1.a lib-arm64.o stdatomic.o atomic.o builtin.o tcov.o dsohandle.o
2025-08-18T22:09:12.7302791Z [00:01:55.687]➜  make[1]: Leaving directory '/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib'
2025-08-18T22:09:12.7321567Z [00:01:55.688]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:09:12.7322096Z [00:01:55.688]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:09:12.7322680Z [00:01:55.689]➜  + cut -d: -f1
2025-08-18T22:09:12.7323575Z [00:01:55.690]➜  + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-18T22:09:12.7324368Z [00:01:55.690]➜  + xargs realpath
2025-08-18T22:09:13.0158550Z [00:01:55.973]➜  File: /tmp/tmp.rAFv4OgMGN/TEMPREPO/configure
2025-08-18T22:09:13.0165622Z [00:01:55.974]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-18T22:09:13.0174345Z [00:01:55.975]➜  File: /tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc
2025-08-18T22:09:13.0181254Z [00:01:55.975]➜  
2025-08-18T22:09:13.0181542Z [00:01:55.975]➜  String dump of section '.comment':
2025-08-18T22:09:13.0181881Z [00:01:55.975]➜    [     0]  GCC: (Debian 14.3.0-5) 14.3.0
2025-08-18T22:09:13.0182182Z [00:01:55.975]➜  
2025-08-18T22:09:13.0189705Z [00:01:55.976]➜  File: /tmp/tmp.rAFv4OgMGN/TEMPREPO/texi2pod.pl
2025-08-18T22:09:13.0196622Z [00:01:55.977]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-18T22:09:13.0205391Z [00:01:55.978]➜  File: /tmp/tmp.rAFv4OgMGN/TEMPREPO/c2str.exe
2025-08-18T22:09:13.0212521Z [00:01:55.978]➜  
2025-08-18T22:09:13.0212839Z [00:01:55.978]➜  String dump of section '.comment':
2025-08-18T22:09:13.0213180Z [00:01:55.978]➜    [     0]  GCC: (Debian 14.3.0-5) 14.3.0
2025-08-18T22:09:13.0213447Z [00:01:55.978]➜  
2025-08-18T22:09:13.0228583Z [00:01:55.980]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:09:13.0229570Z [00:01:55.980]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:09:13.0229997Z [00:01:55.980]➜  + cut -d: -f1
2025-08-18T22:09:13.0230267Z [00:01:55.980]➜  + xargs realpath --no-symlinks
2025-08-18T22:09:13.0233737Z [00:01:55.981]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-18T22:09:13.3078038Z [00:01:56.265]➜  sending incremental file list
2025-08-18T22:09:13.3079507Z [00:01:56.265]➜  configure
2025-08-18T22:09:13.3487715Z [00:01:56.306]➜  
2025-08-18T22:09:13.3488118Z [00:01:56.306]➜  sent 21.42K bytes  received 35 bytes  42.91K bytes/sec
2025-08-18T22:09:13.3488916Z [00:01:56.306]➜  total size is 21.30K  speedup is 0.99
2025-08-18T22:09:13.3506817Z [00:01:56.308]➜  sending incremental file list
2025-08-18T22:09:13.3512611Z [00:01:56.308]➜  tcc
2025-08-18T22:09:13.3930266Z [00:01:56.350]➜  
2025-08-18T22:09:13.3930859Z [00:01:56.350]➜  sent 991.43K bytes  received 35 bytes  1.98M bytes/sec
2025-08-18T22:09:13.3931303Z [00:01:56.350]➜  total size is 991.08K  speedup is 1.00
2025-08-18T22:09:13.3949262Z [00:01:56.352]➜  sending incremental file list
2025-08-18T22:09:13.3951910Z [00:01:56.352]➜  texi2pod.pl
2025-08-18T22:09:13.4360147Z [00:01:56.393]➜  
2025-08-18T22:09:13.4360549Z [00:01:56.393]➜  sent 11.15K bytes  received 35 bytes  22.38K bytes/sec
2025-08-18T22:09:13.4361149Z [00:01:56.393]➜  total size is 11.03K  speedup is 0.99
2025-08-18T22:09:13.4379863Z [00:01:56.395]➜  sending incremental file list
2025-08-18T22:09:13.4382740Z [00:01:56.395]➜  c2str.exe
2025-08-18T22:09:13.4791340Z [00:01:56.436]➜  
2025-08-18T22:09:13.4791780Z [00:01:56.436]➜  sent 71.45K bytes  received 35 bytes  142.98K bytes/sec
2025-08-18T22:09:13.4792159Z [00:01:56.436]➜  total size is 71.32K  speedup is 1.00
2025-08-18T22:09:13.6040236Z [00:01:56.560]➜  '/tmp/tmp.rAFv4OgMGN/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-18T22:09:13.6214472Z [00:01:56.579]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-18T22:09:13.6238701Z [00:01:56.581]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-18T22:09:13.6250917Z [00:01:56.582]➜  objcopy: /build-bins/configure: file format not recognized
2025-08-18T22:09:13.6295283Z [00:01:56.587]➜  objcopy: /build-bins/texi2pod.pl: file format not recognized
2025-08-18T22:09:13.6316559Z [00:01:56.589]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-18T22:09:13.6701336Z [00:01:56.627]➜  copy from `/build-bins/tcc' [elf64-littleaarch64] to `/build-bins/stsQ4XLW' [elf64-littleaarch64]
2025-08-18T22:09:13.6952587Z [00:01:56.652]➜  copy from `/build-bins/c2str.exe' [elf64-littleaarch64] to `/build-bins/stTez1HM' [elf64-littleaarch64]
2025-08-18T22:09:13.6969058Z [00:01:56.654]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-18T22:09:13.6997716Z [00:01:56.657]➜  
2025-08-18T22:09:13.7006454Z [00:01:56.658]➜  /build-bins/LICENSE
2025-08-18T22:09:13.7038380Z [00:01:56.661]➜  
2025-08-18T22:09:13.7046775Z [00:01:56.662]➜  /build-bins/configure
2025-08-18T22:09:13.7078570Z [00:01:56.665]➜  
2025-08-18T22:09:13.7086585Z [00:01:56.666]➜  /build-bins/tcc
2025-08-18T22:09:13.7098042Z [00:01:56.667]➜  There are 19 section headers, starting at offset 0xf19f8:
2025-08-18T22:09:13.7098957Z [00:01:56.667]➜  
2025-08-18T22:09:13.7099275Z [00:01:56.667]➜  Section Headers:
2025-08-18T22:09:13.7099627Z [00:01:56.667]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:09:13.7100064Z [00:01:56.667]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:09:13.7100458Z [00:01:56.667]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:09:13.7101009Z [00:01:56.667]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:09:13.7101429Z [00:01:56.667]➜    [ 1] .rela.plt         RELA             0000000000400190  00000190
2025-08-18T22:09:13.7101841Z [00:01:56.667]➜         0000000000000078  0000000000000018  AI       0    15     8
2025-08-18T22:09:13.7102254Z [00:01:56.667]➜    [ 2] .init             PROGBITS         0000000000400208  00000208
2025-08-18T22:09:13.7102662Z [00:01:56.667]➜         000000000000001c  0000000000000000  AX       0     0     4
2025-08-18T22:09:13.7103082Z [00:01:56.667]➜    [ 3] .plt              PROGBITS         0000000000400230  00000230
2025-08-18T22:09:13.7103489Z [00:01:56.667]➜         0000000000000050  0000000000000000  AX       0     0     16
2025-08-18T22:09:13.7104234Z [00:01:56.667]➜    [ 4] .text             PROGBITS         0000000000400280  00000280
2025-08-18T22:09:13.7104728Z [00:01:56.667]➜         00000000000a2b50  0000000000000000  AX       0     0     64
2025-08-18T22:09:13.7105138Z [00:01:56.667]➜    [ 5] .fini             PROGBITS         00000000004a2dd0  000a2dd0
2025-08-18T22:09:13.7105549Z [00:01:56.667]➜         0000000000000018  0000000000000000  AX       0     0     4
2025-08-18T22:09:13.7105962Z [00:01:56.667]➜    [ 6] .rodata           PROGBITS         00000000004a2df0  000a2df0
2025-08-18T22:09:13.7106380Z [00:01:56.667]➜         000000000002754e  0000000000000000   A       0     0     16
2025-08-18T22:09:13.7106791Z [00:01:56.667]➜    [ 7] .eh_frame         PROGBITS         00000000004ca340  000ca340
2025-08-18T22:09:13.7107218Z [00:01:56.667]➜         00000000000138fc  0000000000000000   A       0     0     8
2025-08-18T22:09:13.7107647Z [00:01:56.667]➜    [ 8] .gcc_except_table PROGBITS         00000000004ddc3c  000ddc3c
2025-08-18T22:09:13.7108090Z [00:01:56.667]➜         00000000000001cd  0000000000000000   A       0     0     1
2025-08-18T22:09:13.7108506Z [00:01:56.667]➜    [ 9] .tdata            PROGBITS         00000000004eb208  000eb208
2025-08-18T22:09:13.7108917Z [00:01:56.667]➜         0000000000000018  0000000000000000 WAT       0     0     8
2025-08-18T22:09:13.7109326Z [00:01:56.667]➜    [10] .tbss             NOBITS           00000000004eb220  000eb220
2025-08-18T22:09:13.7109734Z [00:01:56.667]➜         0000000000000040  0000000000000000 WAT       0     0     8
2025-08-18T22:09:13.7110152Z [00:01:56.667]➜    [11] .init_array       INIT_ARRAY       00000000004eb220  000eb220
2025-08-18T22:09:13.7110578Z [00:01:56.667]➜         0000000000000020  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7111732Z [00:01:56.667]➜    [12] .fini_array       FINI_ARRAY       00000000004eb240  000eb240
2025-08-18T22:09:13.7112156Z [00:01:56.667]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7112585Z [00:01:56.667]➜    [13] .data.rel.ro      PROGBITS         00000000004eb250  000eb250
2025-08-18T22:09:13.7113009Z [00:01:56.667]➜         0000000000004998  0000000000000000  WA       0     0     16
2025-08-18T22:09:13.7113420Z [00:01:56.667]➜    [14] .got              PROGBITS         00000000004efbe8  000efbe8
2025-08-18T22:09:13.7113827Z [00:01:56.667]➜         0000000000000400  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7114238Z [00:01:56.667]➜    [15] .got.plt          PROGBITS         00000000004effe8  000effe8
2025-08-18T22:09:13.7114655Z [00:01:56.667]➜         0000000000000040  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7115109Z [00:01:56.667]➜    [16] .data             PROGBITS         00000000004f0030  000f0030
2025-08-18T22:09:13.7115530Z [00:01:56.667]➜         000000000000192c  0000000000000000  WA       0     0     16
2025-08-18T22:09:13.7115935Z [00:01:56.667]➜    [17] .bss              NOBITS           00000000004f1960  000f195c
2025-08-18T22:09:13.7116524Z [00:01:56.667]➜         000000000002dfb8  0000000000000000  WA       0     0     16
2025-08-18T22:09:13.7117068Z [00:01:56.667]➜    [18] .shstrtab         STRTAB           0000000000000000  000f195c
2025-08-18T22:09:13.7117492Z [00:01:56.667]➜         0000000000000096  0000000000000000           0     0     1
2025-08-18T22:09:13.7133489Z [00:01:56.667]➜  Key to Flags:
2025-08-18T22:09:13.7134060Z [00:01:56.667]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:09:13.7134574Z [00:01:56.667]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:09:13.7135029Z [00:01:56.667]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:09:13.7135425Z [00:01:56.667]➜    D (mbind), p (processor specific)
2025-08-18T22:09:13.7135692Z [00:01:56.669]➜  
2025-08-18T22:09:13.7135912Z [00:01:56.670]➜  /build-bins/texi2pod.pl
2025-08-18T22:09:13.7159776Z [00:01:56.673]➜  
2025-08-18T22:09:13.7167894Z [00:01:56.674]➜  /build-bins/c2str.exe
2025-08-18T22:09:13.7179761Z [00:01:56.675]➜  There are 24 section headers, starting at offset 0x10258:
2025-08-18T22:09:13.7180612Z [00:01:56.675]➜  
2025-08-18T22:09:13.7181358Z [00:01:56.675]➜  Section Headers:
2025-08-18T22:09:13.7181798Z [00:01:56.675]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:09:13.7182211Z [00:01:56.675]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:09:13.7182604Z [00:01:56.675]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:09:13.7183030Z [00:01:56.675]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:09:13.7183447Z [00:01:56.675]➜    [ 1] .interp           PROGBITS         0000000000000294  00000294
2025-08-18T22:09:13.7184288Z [00:01:56.675]➜         000000000000001b  0000000000000000   A       0     0     1
2025-08-18T22:09:13.7184709Z [00:01:56.675]➜    [ 2] .gnu.hash         GNU_HASH         00000000000002b0  000002b0
2025-08-18T22:09:13.7185137Z [00:01:56.675]➜         000000000000001c  0000000000000000   A       3     0     8
2025-08-18T22:09:13.7185555Z [00:01:56.675]➜    [ 3] .dynsym           DYNSYM           00000000000002d0  000002d0
2025-08-18T22:09:13.7185968Z [00:01:56.675]➜         00000000000001e0  0000000000000018   A       4     3     8
2025-08-18T22:09:13.7186383Z [00:01:56.675]➜    [ 4] .dynstr           STRTAB           00000000000004b0  000004b0
2025-08-18T22:09:13.7186794Z [00:01:56.675]➜         00000000000000d7  0000000000000000   A       0     0     1
2025-08-18T22:09:13.7187213Z [00:01:56.675]➜    [ 5] .gnu.version      VERSYM           0000000000000588  00000588
2025-08-18T22:09:13.7187636Z [00:01:56.675]➜         0000000000000028  0000000000000002   A       3     0     2
2025-08-18T22:09:13.7188069Z [00:01:56.675]➜    [ 6] .gnu.version_r    VERNEED          00000000000005b0  000005b0
2025-08-18T22:09:13.7188485Z [00:01:56.675]➜         0000000000000030  0000000000000000   A       4     1     8
2025-08-18T22:09:13.7188907Z [00:01:56.675]➜    [ 7] .rela.dyn         RELA             00000000000005e0  000005e0
2025-08-18T22:09:13.7189326Z [00:01:56.675]➜         00000000000003d8  0000000000000018   A       3     0     8
2025-08-18T22:09:13.7189743Z [00:01:56.675]➜    [ 8] .rela.plt         RELA             00000000000009b8  000009b8
2025-08-18T22:09:13.7190156Z [00:01:56.675]➜         0000000000000150  0000000000000018  AI       3    20     8
2025-08-18T22:09:13.7190570Z [00:01:56.675]➜    [ 9] .init             PROGBITS         0000000000000b08  00000b08
2025-08-18T22:09:13.7191772Z [00:01:56.675]➜         000000000000001c  0000000000000000  AX       0     0     4
2025-08-18T22:09:13.7192190Z [00:01:56.675]➜    [10] .plt              PROGBITS         0000000000000b30  00000b30
2025-08-18T22:09:13.7192613Z [00:01:56.675]➜         0000000000000100  0000000000000000  AX       0     0     16
2025-08-18T22:09:13.7193024Z [00:01:56.675]➜    [11] .text             PROGBITS         0000000000000c40  00000c40
2025-08-18T22:09:13.7193692Z [00:01:56.675]➜         0000000000000808  0000000000000000  AX       0     0     64
2025-08-18T22:09:13.7194196Z [00:01:56.675]➜    [12] .fini             PROGBITS         0000000000001448  00001448
2025-08-18T22:09:13.7194605Z [00:01:56.675]➜         0000000000000018  0000000000000000  AX       0     0     4
2025-08-18T22:09:13.7195018Z [00:01:56.675]➜    [13] .rodata           PROGBITS         0000000000001460  00001460
2025-08-18T22:09:13.7195431Z [00:01:56.675]➜         00000000000002a6  0000000000000000   A       0     0     8
2025-08-18T22:09:13.7195849Z [00:01:56.675]➜    [14] .eh_frame_hdr     PROGBITS         0000000000001708  00001708
2025-08-18T22:09:13.7196267Z [00:01:56.675]➜         000000000000004c  0000000000000000   A       0     0     4
2025-08-18T22:09:13.7196687Z [00:01:56.675]➜    [15] .eh_frame         PROGBITS         0000000000001758  00001758
2025-08-18T22:09:13.7197101Z [00:01:56.675]➜         00000000000000ec  0000000000000000   A       0     0     8
2025-08-18T22:09:13.7197535Z [00:01:56.675]➜    [16] .init_array       INIT_ARRAY       000000000001fdc0  0000fdc0
2025-08-18T22:09:13.7197976Z [00:01:56.675]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7198395Z [00:01:56.675]➜    [17] .fini_array       FINI_ARRAY       000000000001fdc8  0000fdc8
2025-08-18T22:09:13.7198815Z [00:01:56.675]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7199234Z [00:01:56.675]➜    [18] .dynamic          DYNAMIC          000000000001fdd0  0000fdd0
2025-08-18T22:09:13.7199649Z [00:01:56.675]➜         00000000000001e0  0000000000000010  WA       4     0     8
2025-08-18T22:09:13.7200056Z [00:01:56.675]➜    [19] .got              PROGBITS         000000000001ffb0  0000ffb0
2025-08-18T22:09:13.7200899Z [00:01:56.675]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7201371Z [00:01:56.675]➜    [20] .got.plt          PROGBITS         000000000001ffe8  0000ffe8
2025-08-18T22:09:13.7201794Z [00:01:56.675]➜         0000000000000088  0000000000000008  WA       0     0     8
2025-08-18T22:09:13.7202200Z [00:01:56.675]➜    [21] .data             PROGBITS         0000000000020070  00010070
2025-08-18T22:09:13.7202606Z [00:01:56.675]➜         0000000000000118  0000000000000000  WA       0     0     8
2025-08-18T22:09:13.7203007Z [00:01:56.675]➜    [22] .bss              NOBITS           0000000000020188  00010188
2025-08-18T22:09:13.7203408Z [00:01:56.675]➜         0000000000000008  0000000000000000  WA       0     0     1
2025-08-18T22:09:13.7203829Z [00:01:56.675]➜    [23] .shstrtab         STRTAB           0000000000000000  00010188
2025-08-18T22:09:13.7204246Z [00:01:56.675]➜         00000000000000c9  0000000000000000           0     0     1
2025-08-18T22:09:13.7204573Z [00:01:56.675]➜  Key to Flags:
2025-08-18T22:09:13.7204934Z [00:01:56.675]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:09:13.7205395Z [00:01:56.675]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:09:13.7205849Z [00:01:56.675]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:09:13.7206217Z [00:01:56.675]➜    D (mbind), p (processor specific)
2025-08-18T22:09:13.7206822Z [00:01:56.676]➜  + file /build-bins/c2str.exe /build-bins/configure /build-bins/LICENSE /build-bins/tcc /build-bins/texi2pod.pl
2025-08-18T22:09:13.7269726Z [00:01:56.684]➜  /build-bins/c2str.exe:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, stripped
2025-08-18T22:09:13.7271649Z [00:01:56.684]➜  /build-bins/configure:   POSIX shell script, ASCII text executable
2025-08-18T22:09:13.7272128Z [00:01:56.684]➜  /build-bins/LICENSE:     ASCII text
2025-08-18T22:09:13.7272685Z [00:01:56.684]➜  /build-bins/tcc:         ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-18T22:09:13.7273227Z [00:01:56.684]➜  /build-bins/texi2pod.pl: Perl script text executable
2025-08-18T22:09:13.7280054Z [00:01:56.685]➜  + 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:09:13.7291761Z [00:01:56.686]➜  /build-bins/c2str.exe:         67672 Bytes
2025-08-18T22:09:13.7292331Z [00:01:56.686]➜  /build-bins/configure:         21298 Bytes
2025-08-18T22:09:13.7292784Z [00:01:56.686]➜  /build-bins/LICENSE:         26428 Bytes
2025-08-18T22:09:13.7293214Z [00:01:56.686]➜  /build-bins/tcc:         990904 Bytes
2025-08-18T22:09:13.7293692Z [00:01:56.686]➜  /build-bins/texi2pod.pl:         11030 Bytes
2025-08-18T22:09:13.7295458Z [00:01:56.687]➜  + 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:09:13.7302770Z [00:01:56.687]➜  67K	2025-08-18 22:09:13.693534432 +0000	/build-bins/c2str.exe
2025-08-18T22:09:13.7303253Z [00:01:56.687]➜  21K	2025-08-18 22:09:10.642436071 +0000	/build-bins/configure
2025-08-18T22:09:13.7303671Z [00:01:56.687]➜  26K	2025-08-18 22:09:13.600531434 +0000	/build-bins/LICENSE
2025-08-18T22:09:13.7304067Z [00:01:56.687]➜  968K	2025-08-18 22:09:13.668533626 +0000	/build-bins/tcc
2025-08-18T22:09:13.7304477Z [00:01:56.687]➜  11K	2025-08-18 22:09:10.653436426 +0000	/build-bins/texi2pod.pl
2025-08-18T22:09:13.7306447Z [00:01:56.688]➜  + popd
2025-08-18T22:09:13.8022641Z [00:01:56.759]➜  + docker cp debian-builder-unstable:/build-bins/. /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-18T22:09:13.8180545Z [00:01:56.775]➜  + '[' -s /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-18T22:09:13.8196170Z [00:01:56.777]➜  + cp -fv /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-18T22:09:13.8197433Z [00:01:56.777]➜  '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-18T22:09:13.8214377Z [00:01:56.778]➜  + find /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:09:13.8215659Z [00:01:56.778]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:09:13.8216187Z [00:01:56.778]➜  + cut -d: -f1
2025-08-18T22:09:13.8216479Z [00:01:56.778]➜  + xargs realpath --no-symlinks
2025-08-18T22:09:13.8217049Z [00:01:56.779]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:14.2066406Z [00:01:57.164]➜  sending incremental file list
2025-08-18T22:09:14.2067789Z [00:01:57.164]➜  configure
2025-08-18T22:09:14.2476631Z [00:01:57.205]➜  
2025-08-18T22:09:14.2477031Z [00:01:57.205]➜  sent 21.42K bytes  received 35 bytes  42.91K bytes/sec
2025-08-18T22:09:14.2477415Z [00:01:57.205]➜  total size is 21.30K  speedup is 0.99
2025-08-18T22:09:14.2497324Z [00:01:57.207]➜  sending incremental file list
2025-08-18T22:09:14.2503045Z [00:01:57.207]➜  tcc
2025-08-18T22:09:14.2919972Z [00:01:57.249]➜  
2025-08-18T22:09:14.2920420Z [00:01:57.249]➜  sent 991.26K bytes  received 35 bytes  1.98M bytes/sec
2025-08-18T22:09:14.2921048Z [00:01:57.249]➜  total size is 990.90K  speedup is 1.00
2025-08-18T22:09:14.2941310Z [00:01:57.251]➜  sending incremental file list
2025-08-18T22:09:14.2943534Z [00:01:57.252]➜  texi2pod.pl
2025-08-18T22:09:14.3350791Z [00:01:57.292]➜  
2025-08-18T22:09:14.3351247Z [00:01:57.292]➜  sent 11.15K bytes  received 35 bytes  22.38K bytes/sec
2025-08-18T22:09:14.3351640Z [00:01:57.292]➜  total size is 11.03K  speedup is 0.99
2025-08-18T22:09:14.3371636Z [00:01:57.294]➜  sending incremental file list
2025-08-18T22:09:14.3375300Z [00:01:57.295]➜  c2str.exe
2025-08-18T22:09:14.3782234Z [00:01:57.335]➜  
2025-08-18T22:09:14.3782589Z [00:01:57.335]➜  sent 67.81K bytes  received 35 bytes  135.68K bytes/sec
2025-08-18T22:09:14.3783399Z [00:01:57.335]➜  total size is 67.67K  speedup is 1.00
2025-08-18T22:09:14.3795255Z [00:01:57.337]➜  
2025-08-18T22:09:14.7435381Z [00:01:57.701]➜  
2025-08-18T22:09:14.7513244Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.static.version' retained as runner:runner
2025-08-18T22:09:14.7514779Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-18T22:09:14.7515690Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-18T22:09:14.7516541Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/configure' retained as runner:runner
2025-08-18T22:09:14.7517404Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tcc' retained as runner:runner
2025-08-18T22:09:14.7518255Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/texi2pod.pl' retained as runner:runner
2025-08-18T22:09:14.7519106Z [00:01:57.708]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/c2str.exe' retained as runner:runner
2025-08-18T22:09:14.7520121Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/CodingStyle' from root:root to runner:runner
2025-08-18T22:09:14.7521526Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/x86_64-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7523054Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-link.c' from root:root to runner:runner
2025-08-18T22:09:14.7524205Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-asm.c' from root:root to runner:runner
2025-08-18T22:09:14.7525340Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/dwarf.h' from root:root to runner:runner
2025-08-18T22:09:14.7526463Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.h' from root:root to runner:runner
2025-08-18T22:09:14.7527590Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7528731Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccasm.c' from root:root to runner:runner
2025-08-18T22:09:14.7529863Z [00:01:57.708]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.1' from root:root to runner:runner
2025-08-18T22:09:14.7531113Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccasm.o' from root:root to runner:runner
2025-08-18T22:09:14.7532320Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7533484Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-link.c' from root:root to runner:runner
2025-08-18T22:09:14.7534638Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccpp.c' from root:root to runner:runner
2025-08-18T22:09:14.7535977Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/stab.h' from root:root to runner:runner
2025-08-18T22:09:14.7537196Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/RELICENSING' from root:root to runner:runner
2025-08-18T22:09:14.7538374Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-link.c' from root:root to runner:runner
2025-08-18T22:09:14.7539537Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/config.mak' from root:root to runner:runner
2025-08-18T22:09:14.7540855Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7542231Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-link.o' from root:root to runner:runner
2025-08-18T22:09:14.7543395Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.pod' from root:root to runner:runner
2025-08-18T22:09:14.7544538Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccelf.c' from root:root to runner:runner
2025-08-18T22:09:14.7545650Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.o' from root:root to runner:runner
2025-08-18T22:09:14.7547046Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/x86_64-asm.h' from root:root to runner:runner
2025-08-18T22:09:14.7548197Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-tok.h' from root:root to runner:runner
2025-08-18T22:09:14.7549328Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccdbg.o' from root:root to runner:runner
2025-08-18T22:09:14.7550470Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-gen.o' from root:root to runner:runner
2025-08-18T22:09:14.7551797Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/bt-exe.o' from root:root to runner:runner
2025-08-18T22:09:14.7552944Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccdefs_.h' from root:root to runner:runner
2025-08-18T22:09:14.7554101Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-link.c' from root:root to runner:runner
2025-08-18T22:09:14.7555257Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.info' from root:root to runner:runner
2025-08-18T22:09:14.7556422Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcctools.c' from root:root to runner:runner
2025-08-18T22:09:14.7557603Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/tcc-win32.txt' from root:root to runner:runner
2025-08-18T22:09:14.7558828Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/build-tcc.bat' from root:root to runner:runner
2025-08-18T22:09:14.7560246Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/hello_dll.c' from root:root to runner:runner
2025-08-18T22:09:14.7561660Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/fib.c' from root:root to runner:runner
2025-08-18T22:09:14.7562891Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/dll.c' from root:root to runner:runner
2025-08-18T22:09:14.7564153Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/hello_win.c' from root:root to runner:runner
2025-08-18T22:09:14.7565377Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples' from root:root to runner:runner
2025-08-18T22:09:14.7566575Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/mem.h' from root:root to runner:runner
2025-08-18T22:09:14.7567835Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/wingdi.h' from root:root to runner:runner
2025-08-18T22:09:14.7569142Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack2.h' from root:root to runner:runner
2025-08-18T22:09:14.7570782Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/ws2ipdef.h' from root:root to runner:runner
2025-08-18T22:09:14.7572173Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack8.h' from root:root to runner:runner
2025-08-18T22:09:14.7573487Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winbase.h' from root:root to runner:runner
2025-08-18T22:09:14.7574795Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack1.h' from root:root to runner:runner
2025-08-18T22:09:14.7576107Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winreg.h' from root:root to runner:runner
2025-08-18T22:09:14.7577423Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winerror.h' from root:root to runner:runner
2025-08-18T22:09:14.7578733Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winuser.h' from root:root to runner:runner
2025-08-18T22:09:14.7580038Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/basetsd.h' from root:root to runner:runner
2025-08-18T22:09:14.7581514Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/poppack.h' from root:root to runner:runner
2025-08-18T22:09:14.7582847Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/shellapi.h' from root:root to runner:runner
2025-08-18T22:09:14.7584336Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/qos.h' from root:root to runner:runner
2025-08-18T22:09:14.7585723Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/guiddef.h' from root:root to runner:runner
2025-08-18T22:09:14.7587025Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winver.h' from root:root to runner:runner
2025-08-18T22:09:14.7588340Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/windows.h' from root:root to runner:runner
2025-08-18T22:09:14.7589641Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/wincon.h' from root:root to runner:runner
2025-08-18T22:09:14.7591061Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/ws2tcpip.h' from root:root to runner:runner
2025-08-18T22:09:14.7592431Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/windef.h' from root:root to runner:runner
2025-08-18T22:09:14.7593719Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winnt.h' from root:root to runner:runner
2025-08-18T22:09:14.7595249Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/basetyps.h' from root:root to runner:runner
2025-08-18T22:09:14.7596565Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack4.h' from root:root to runner:runner
2025-08-18T22:09:14.7597863Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winnls.h' from root:root to runner:runner
2025-08-18T22:09:14.7599164Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winsock2.h' from root:root to runner:runner
2025-08-18T22:09:14.7600433Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi' from root:root to runner:runner
2025-08-18T22:09:14.7601853Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/uchar.h' from root:root to runner:runner
2025-08-18T22:09:14.7603080Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/dos.h' from root:root to runner:runner
2025-08-18T22:09:14.7604307Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/assert.h' from root:root to runner:runner
2025-08-18T22:09:14.7605538Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/share.h' from root:root to runner:runner
2025-08-18T22:09:14.7606790Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/utime.h' from root:root to runner:runner
2025-08-18T22:09:14.7608293Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/types.h' from root:root to runner:runner
2025-08-18T22:09:14.7609663Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/locking.h' from root:root to runner:runner
2025-08-18T22:09:14.7611071Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/fcntl.h' from root:root to runner:runner
2025-08-18T22:09:14.7612409Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/unistd.h' from root:root to runner:runner
2025-08-18T22:09:14.7613699Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/timeb.h' from root:root to runner:runner
2025-08-18T22:09:14.7614957Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/time.h' from root:root to runner:runner
2025-08-18T22:09:14.7616206Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/stat.h' from root:root to runner:runner
2025-08-18T22:09:14.7617454Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/file.h' from root:root to runner:runner
2025-08-18T22:09:14.7618936Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys' from root:root to runner:runner
2025-08-18T22:09:14.7620173Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/process.h' from root:root to runner:runner
2025-08-18T22:09:14.7621569Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/math.h' from root:root to runner:runner
2025-08-18T22:09:14.7622790Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/io.h' from root:root to runner:runner
2025-08-18T22:09:14.7624005Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/fenv.h' from root:root to runner:runner
2025-08-18T22:09:14.7625229Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/dir.h' from root:root to runner:runner
2025-08-18T22:09:14.7626461Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/signal.h' from root:root to runner:runner
2025-08-18T22:09:14.7627700Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/setjmp.h' from root:root to runner:runner
2025-08-18T22:09:14.7628987Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/wctype.h' from root:root to runner:runner
2025-08-18T22:09:14.7630218Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/conio.h' from root:root to runner:runner
2025-08-18T22:09:14.7631745Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/ctype.h' from root:root to runner:runner
2025-08-18T22:09:14.7633060Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/_mingw.h' from root:root to runner:runner
2025-08-18T22:09:14.7634302Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/fcntl.h' from root:root to runner:runner
2025-08-18T22:09:14.7635553Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/locale.h' from root:root to runner:runner
2025-08-18T22:09:14.7636798Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/unistd.h' from root:root to runner:runner
2025-08-18T22:09:14.7638038Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/iso646.h' from root:root to runner:runner
2025-08-18T22:09:14.7639269Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/errno.h' from root:root to runner:runner
2025-08-18T22:09:14.7640497Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/stdio.h' from root:root to runner:runner
2025-08-18T22:09:14.7641897Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/limits.h' from root:root to runner:runner
2025-08-18T22:09:14.7643366Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/direct.h' from root:root to runner:runner
2025-08-18T22:09:14.7644615Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/inttypes.h' from root:root to runner:runner
2025-08-18T22:09:14.7645859Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/wchar.h' from root:root to runner:runner
2025-08-18T22:09:14.7647103Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/malloc.h' from root:root to runner:runner
2025-08-18T22:09:14.7648351Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/memory.h' from root:root to runner:runner
2025-08-18T22:09:14.7649587Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/excpt.h' from root:root to runner:runner
2025-08-18T22:09:14.7650915Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/stdlib.h' from root:root to runner:runner
2025-08-18T22:09:14.7652203Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/time.h' from root:root to runner:runner
2025-08-18T22:09:14.7653436Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/vadefs.h' from root:root to runner:runner
2025-08-18T22:09:14.7654704Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/tcc/tcc_libm.h' from root:root to runner:runner
2025-08-18T22:09:14.7656126Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/tcc' from root:root to runner:runner
2025-08-18T22:09:14.7657448Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/string.h' from root:root to runner:runner
2025-08-18T22:09:14.7658682Z [00:01:57.709]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/dirent.h' from root:root to runner:runner
2025-08-18T22:09:14.7659915Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/tchar.h' from root:root to runner:runner
2025-08-18T22:09:14.7661323Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/stdint.h' from root:root to runner:runner
2025-08-18T22:09:14.7662662Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/wchar_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7663949Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/io_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7665234Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/tchar_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7666804Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/stdio_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7668105Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/time_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7669414Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/sys/timeb_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7670809Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/sys' from root:root to runner:runner
2025-08-18T22:09:14.7672154Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/search_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7673482Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/stralign_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7674804Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/mbstring_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7676112Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/conio_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7677415Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/stdlib_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7678721Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/string_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7680194Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/crtdbg_s.h' from root:root to runner:runner
2025-08-18T22:09:14.7681655Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api' from root:root to runner:runner
2025-08-18T22:09:14.7682893Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/values.h' from root:root to runner:runner
2025-08-18T22:09:14.7684090Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include' from root:root to runner:runner
2025-08-18T22:09:14.7685284Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/chkstk.S' from root:root to runner:runner
2025-08-18T22:09:14.7686488Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/crt1w.c' from root:root to runner:runner
2025-08-18T22:09:14.7687696Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/user32.def' from root:root to runner:runner
2025-08-18T22:09:14.7688913Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/gdi32.def' from root:root to runner:runner
2025-08-18T22:09:14.7690425Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/dllcrt1.c' from root:root to runner:runner
2025-08-18T22:09:14.7691797Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/ws2_32.def' from root:root to runner:runner
2025-08-18T22:09:14.7693009Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/crt1.c' from root:root to runner:runner
2025-08-18T22:09:14.7694211Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/crtinit.c' from root:root to runner:runner
2025-08-18T22:09:14.7695434Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/kernel32.def' from root:root to runner:runner
2025-08-18T22:09:14.7696664Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/wincrt1.c' from root:root to runner:runner
2025-08-18T22:09:14.7697889Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/msvcrt.def' from root:root to runner:runner
2025-08-18T22:09:14.7699108Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/wincrt1w.c' from root:root to runner:runner
2025-08-18T22:09:14.7700320Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/dllmain.c' from root:root to runner:runner
2025-08-18T22:09:14.7701632Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib' from root:root to runner:runner
2025-08-18T22:09:14.7702762Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32' from root:root to runner:runner
2025-08-18T22:09:14.7704100Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.html' from root:root to runner:runner
2025-08-18T22:09:14.7705314Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/TODO' from root:root to runner:runner
2025-08-18T22:09:14.7706423Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/USES' from root:root to runner:runner
2025-08-18T22:09:14.7707536Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.a' from root:root to runner:runner
2025-08-18T22:09:14.7708670Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-18T22:09:14.7709824Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex4.c' from root:root to runner:runner
2025-08-18T22:09:14.7711207Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex3.c' from root:root to runner:runner
2025-08-18T22:09:14.7712446Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex1.c' from root:root to runner:runner
2025-08-18T22:09:14.7713623Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex2.c' from root:root to runner:runner
2025-08-18T22:09:14.7715054Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex5.c' from root:root to runner:runner
2025-08-18T22:09:14.7716212Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples' from root:root to runner:runner
2025-08-18T22:09:14.7717337Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccelf.o' from root:root to runner:runner
2025-08-18T22:09:14.7718460Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/config.h' from root:root to runner:runner
2025-08-18T22:09:14.7719602Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/x86_64-link.c' from root:root to runner:runner
2025-08-18T22:09:14.7720862Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.o' from root:root to runner:runner
2025-08-18T22:09:14.7722054Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcclib.h' from root:root to runner:runner
2025-08-18T22:09:14.7723188Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-18T22:09:14.7724397Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-18T22:09:14.7725629Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-18T22:09:14.7726954Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.github' from root:root to runner:runner
2025-08-18T22:09:14.7728159Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/c67-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7729286Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccgen.c' from root:root to runner:runner
2025-08-18T22:09:14.7730411Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccgen.o' from root:root to runner:runner
2025-08-18T22:09:14.7731700Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-18T22:09:14.7732825Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/coff.h' from root:root to runner:runner
2025-08-18T22:09:14.7733948Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.c' from root:root to runner:runner
2025-08-18T22:09:14.7735079Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcccoff.c' from root:root to runner:runner
2025-08-18T22:09:14.7736205Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/README' from root:root to runner:runner
2025-08-18T22:09:14.7737574Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.texi' from root:root to runner:runner
2025-08-18T22:09:14.7738726Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccrun.c' from root:root to runner:runner
2025-08-18T22:09:14.7739861Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/configure' from root:root to runner:runner
2025-08-18T22:09:14.7741115Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-tok.h' from root:root to runner:runner
2025-08-18T22:09:14.7742358Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccpe.c' from root:root to runner:runner
2025-08-18T22:09:14.7743481Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.c' from root:root to runner:runner
2025-08-18T22:09:14.7744605Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/bcheck.o' from root:root to runner:runner
2025-08-18T22:09:14.7745727Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/bt-log.o' from root:root to runner:runner
2025-08-18T22:09:14.7746872Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7748015Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccdbg.c' from root:root to runner:runner
2025-08-18T22:09:14.7749135Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/elf.h' from root:root to runner:runner
2025-08-18T22:09:14.7750441Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-asm.c' from root:root to runner:runner
2025-08-18T22:09:14.7751746Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-asm.o' from root:root to runner:runner
2025-08-18T22:09:14.7752891Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/il-gen.c' from root:root to runner:runner
2025-08-18T22:09:14.7754023Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/Changelog' from root:root to runner:runner
2025-08-18T22:09:14.7755162Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccpp.o' from root:root to runner:runner
2025-08-18T22:09:14.7756320Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-asm.c' from root:root to runner:runner
2025-08-18T22:09:14.7757471Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc1.a' from root:root to runner:runner
2025-08-18T22:09:14.7758611Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccmacho.c' from root:root to runner:runner
2025-08-18T22:09:14.7759756Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/runmain.o' from root:root to runner:runner
2025-08-18T22:09:14.7761313Z [00:01:57.710]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-asm.c' from root:root to runner:runner
2025-08-18T22:09:14.7762505Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/il-opcodes.h' from root:root to runner:runner
2025-08-18T22:09:14.7763658Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/c67-link.c' from root:root to runner:runner
2025-08-18T22:09:14.7764826Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-tok.h' from root:root to runner:runner
2025-08-18T22:09:14.7765943Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc' from root:root to runner:runner
2025-08-18T22:09:14.7767066Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/stab.def' from root:root to runner:runner
2025-08-18T22:09:14.7768220Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/texi2pod.pl' from root:root to runner:runner
2025-08-18T22:09:14.7769371Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/c2str.exe' from root:root to runner:runner
2025-08-18T22:09:14.7770506Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/VERSION' from root:root to runner:runner
2025-08-18T22:09:14.7771798Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/conftest.c' from root:root to runner:runner
2025-08-18T22:09:14.7772982Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-18T22:09:14.7774471Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-18T22:09:14.7775885Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-18T22:09:14.7777198Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-18T22:09:14.7778498Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-18T22:09:14.7779791Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-18T22:09:14.7781216Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-18T22:09:14.7782569Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-18T22:09:14.7783888Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-18T22:09:14.7785431Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-18T22:09:14.7786721Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-18T22:09:14.7788022Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-18T22:09:14.7789319Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-18T22:09:14.7790708Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-18T22:09:14.7792095Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-18T22:09:14.7793334Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-18T22:09:14.7794472Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-18T22:09:14.7795620Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-18T22:09:14.7796777Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-18T22:09:14.7798373Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.promisor' from root:root to runner:runner
2025-08-18T22:09:14.7800071Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.rev' from root:root to runner:runner
2025-08-18T22:09:14.7801826Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.pack' from root:root to runner:runner
2025-08-18T22:09:14.7803441Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.idx' from root:root to runner:runner
2025-08-18T22:09:14.7805069Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.promisor' from root:root to runner:runner
2025-08-18T22:09:14.7806686Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.rev' from root:root to runner:runner
2025-08-18T22:09:14.7808284Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.pack' from root:root to runner:runner
2025-08-18T22:09:14.7810112Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.idx' from root:root to runner:runner
2025-08-18T22:09:14.7811631Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-18T22:09:14.7812828Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-18T22:09:14.7814003Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-18T22:09:14.7815194Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-18T22:09:14.7816368Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-18T22:09:14.7817534Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-18T22:09:14.7818709Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-18T22:09:14.7819919Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/heads/mob' from root:root to runner:runner
2025-08-18T22:09:14.7821260Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-18T22:09:14.7822748Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:09:14.7824124Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:09:14.7825384Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-18T22:09:14.7826584Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-18T22:09:14.7827743Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-18T22:09:14.7828887Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-18T22:09:14.7830041Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-18T22:09:14.7831384Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/heads/mob' from root:root to runner:runner
2025-08-18T22:09:14.7832803Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-18T22:09:14.7834044Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:09:14.7835302Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:09:14.7836511Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-18T22:09:14.7837668Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-18T22:09:14.7838799Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git' from root:root to runner:runner
2025-08-18T22:09:14.7839931Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-asm.h' from root:root to runner:runner
2025-08-18T22:09:14.7841250Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.h' from root:root to runner:runner
2025-08-18T22:09:14.7842477Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/config.texi' from root:root to runner:runner
2025-08-18T22:09:14.7843618Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccrun.o' from root:root to runner:runner
2025-08-18T22:09:14.7844759Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcctok.h' from root:root to runner:runner
2025-08-18T22:09:14.7846150Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/asm-c-connect-2.c' from root:root to runner:runner
2025-08-18T22:09:14.7847488Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/arm-asm-testsuite.sh' from root:root to runner:runner
2025-08-18T22:09:14.7848727Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/libtcc_test.c' from root:root to runner:runner
2025-08-18T22:09:14.7849921Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/testfp.c' from root:root to runner:runner
2025-08-18T22:09:14.7851246Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/bug.c' from root:root to runner:runner
2025-08-18T22:09:14.7852463Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/16.expect' from root:root to runner:runner
2025-08-18T22:09:14.7853675Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/14.expect' from root:root to runner:runner
2025-08-18T22:09:14.7854885Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/15.expect' from root:root to runner:runner
2025-08-18T22:09:14.7856093Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/10.expect' from root:root to runner:runner
2025-08-18T22:09:14.7857495Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/12.S' from root:root to runner:runner
2025-08-18T22:09:14.7858683Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/07.expect' from root:root to runner:runner
2025-08-18T22:09:14.7859886Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/13.expect' from root:root to runner:runner
2025-08-18T22:09:14.7861289Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/23.S' from root:root to runner:runner
2025-08-18T22:09:14.7862537Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/14.c' from root:root to runner:runner
2025-08-18T22:09:14.7863732Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/18.expect' from root:root to runner:runner
2025-08-18T22:09:14.7864918Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/20.c' from root:root to runner:runner
2025-08-18T22:09:14.7866089Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/05.c' from root:root to runner:runner
2025-08-18T22:09:14.7867277Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/17.expect' from root:root to runner:runner
2025-08-18T22:09:14.7868496Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/03.expect' from root:root to runner:runner
2025-08-18T22:09:14.7869993Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/06.expect' from root:root to runner:runner
2025-08-18T22:09:14.7871405Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/13.S' from root:root to runner:runner
2025-08-18T22:09:14.7872602Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/19.expect' from root:root to runner:runner
2025-08-18T22:09:14.7873822Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/pp-counter.c' from root:root to runner:runner
2025-08-18T22:09:14.7875047Z [00:01:57.711]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/04.expect' from root:root to runner:runner
2025-08-18T22:09:14.7876235Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/15.c' from root:root to runner:runner
2025-08-18T22:09:14.7877401Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/07.c' from root:root to runner:runner
2025-08-18T22:09:14.7878566Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/17.c' from root:root to runner:runner
2025-08-18T22:09:14.7879729Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/02.c' from root:root to runner:runner
2025-08-18T22:09:14.7881469Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/09.c' from root:root to runner:runner
2025-08-18T22:09:14.7882680Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/23.expect' from root:root to runner:runner
2025-08-18T22:09:14.7883863Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/16.c' from root:root to runner:runner
2025-08-18T22:09:14.7885026Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/04.c' from root:root to runner:runner
2025-08-18T22:09:14.7886221Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/12.expect' from root:root to runner:runner
2025-08-18T22:09:14.7887433Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/08.expect' from root:root to runner:runner
2025-08-18T22:09:14.7888652Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/Makefile' from root:root to runner:runner
2025-08-18T22:09:14.7889834Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/19.c' from root:root to runner:runner
2025-08-18T22:09:14.7891110Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/20.expect' from root:root to runner:runner
2025-08-18T22:09:14.7892367Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/01.c' from root:root to runner:runner
2025-08-18T22:09:14.7893747Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/09.expect' from root:root to runner:runner
2025-08-18T22:09:14.7895014Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/18.c' from root:root to runner:runner
2025-08-18T22:09:14.7896188Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/06.c' from root:root to runner:runner
2025-08-18T22:09:14.7897357Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/03.c' from root:root to runner:runner
2025-08-18T22:09:14.7898554Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/01.expect' from root:root to runner:runner
2025-08-18T22:09:14.7899763Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/21.expect' from root:root to runner:runner
2025-08-18T22:09:14.7901082Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/22.expect' from root:root to runner:runner
2025-08-18T22:09:14.7902332Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/21.c' from root:root to runner:runner
2025-08-18T22:09:14.7903556Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/pp-counter.expect' from root:root to runner:runner
2025-08-18T22:09:14.7905022Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/10.c' from root:root to runner:runner
2025-08-18T22:09:14.7906195Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/22.c' from root:root to runner:runner
2025-08-18T22:09:14.7907380Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/05.expect' from root:root to runner:runner
2025-08-18T22:09:14.7908607Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/08.c' from root:root to runner:runner
2025-08-18T22:09:14.7909785Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/11.expect' from root:root to runner:runner
2025-08-18T22:09:14.7911084Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/11.c' from root:root to runner:runner
2025-08-18T22:09:14.7912335Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/02.expect' from root:root to runner:runner
2025-08-18T22:09:14.7913496Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp' from root:root to runner:runner
2025-08-18T22:09:14.7914655Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tcctest.h' from root:root to runner:runner
2025-08-18T22:09:14.7915861Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/boundtest.c' from root:root to runner:runner
2025-08-18T22:09:14.7917290Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/gcctestsuite.sh' from root:root to runner:runner
2025-08-18T22:09:14.7918571Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/Makefile' from root:root to runner:runner
2025-08-18T22:09:14.7919757Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/abitest.c' from root:root to runner:runner
2025-08-18T22:09:14.7921063Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/libtcc_test_mt.c' from root:root to runner:runner
2025-08-18T22:09:14.7922343Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/vla_test.c' from root:root to runner:runner
2025-08-18T22:09:14.7923533Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/42test.h' from root:root to runner:runner
2025-08-18T22:09:14.7924740Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/asm-c-connect-1.c' from root:root to runner:runner
2025-08-18T22:09:14.7925951Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/asmtest.S' from root:root to runner:runner
2025-08-18T22:09:14.7927144Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tcctest.c' from root:root to runner:runner
2025-08-18T22:09:14.7928634Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/61_integers.c' from root:root to runner:runner
2025-08-18T22:09:14.7929916Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/48_nested_break.c' from root:root to runner:runner
2025-08-18T22:09:14.7931404Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/83_utf8_in_identifiers.c' from root:root to runner:runner
2025-08-18T22:09:14.7932750Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/126_bound_global.expect' from root:root to runner:runner
2025-08-18T22:09:14.7934098Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/44_scoped_declarations.c' from root:root to runner:runner
2025-08-18T22:09:14.7935430Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/100_c99array-decls.c' from root:root to runner:runner
2025-08-18T22:09:14.7936737Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/125_atomic_misc.c' from root:root to runner:runner
2025-08-18T22:09:14.7937993Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/17_enum.c' from root:root to runner:runner
2025-08-18T22:09:14.7939308Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/44_scoped_declarations.expect' from root:root to runner:runner
2025-08-18T22:09:14.7940911Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/23_type_coercion.expect' from root:root to runner:runner
2025-08-18T22:09:14.7942351Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/111_conversion.expect' from root:root to runner:runner
2025-08-18T22:09:14.7943681Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/105_local_extern.expect' from root:root to runner:runner
2025-08-18T22:09:14.7944978Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/80_flexarray.c' from root:root to runner:runner
2025-08-18T22:09:14.7946286Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields_ms.expect' from root:root to runner:runner
2025-08-18T22:09:14.7947593Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/15_recursion.c' from root:root to runner:runner
2025-08-18T22:09:14.7948889Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/33_ternary_op.expect' from root:root to runner:runner
2025-08-18T22:09:14.7950187Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/81_types.expect' from root:root to runner:runner
2025-08-18T22:09:14.7951620Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/39_typedef.c' from root:root to runner:runner
2025-08-18T22:09:14.7953156Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/108_constructor.expect' from root:root to runner:runner
2025-08-18T22:09:14.7954489Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/90_struct-init.expect' from root:root to runner:runner
2025-08-18T22:09:14.7955804Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/101_cleanup.expect' from root:root to runner:runner
2025-08-18T22:09:14.7957088Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/07_function.c' from root:root to runner:runner
2025-08-18T22:09:14.7958381Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields.expect' from root:root to runner:runner
2025-08-18T22:09:14.7959662Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/08_while.c' from root:root to runner:runner
2025-08-18T22:09:14.7961072Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/42_function_pointer.expect' from root:root to runner:runner
2025-08-18T22:09:14.7962525Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/70_floating_point_literals.expect' from root:root to runner:runner
2025-08-18T22:09:14.7963878Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/03_struct.expect' from root:root to runner:runner
2025-08-18T22:09:14.7965382Z [00:01:57.712]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/93_integer_promotion.expect' from root:root to runner:runner
2025-08-18T22:09:14.7966780Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/106_versym.c' from root:root to runner:runner
2025-08-18T22:09:14.7968097Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/75_array_in_struct_init.expect' from root:root to runner:runner
2025-08-18T22:09:14.7969404Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/102_alignas.c' from root:root to runner:runner
2025-08-18T22:09:14.7970772Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/30_hanoi.expect' from root:root to runner:runner
2025-08-18T22:09:14.7972152Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/89_nocode_wanted.expect' from root:root to runner:runner
2025-08-18T22:09:14.7973531Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/135_func_arg_struct_compare.expect' from root:root to runner:runner
2025-08-18T22:09:14.7974874Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/55_lshift_type.c' from root:root to runner:runner
2025-08-18T22:09:14.7976466Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/85_asm-outside-function.expect' from root:root to runner:runner
2025-08-18T22:09:14.7977799Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/104+_inline.c' from root:root to runner:runner
2025-08-18T22:09:14.7979079Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/39_typedef.expect' from root:root to runner:runner
2025-08-18T22:09:14.7980351Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/16_nesting.c' from root:root to runner:runner
2025-08-18T22:09:14.7981778Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/120_alias.c' from root:root to runner:runner
2025-08-18T22:09:14.7983090Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/52_unnamed_enum.expect' from root:root to runner:runner
2025-08-18T22:09:14.7984406Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/61_integers.expect' from root:root to runner:runner
2025-08-18T22:09:14.7985725Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/77_push_pop_macro.expect' from root:root to runner:runner
2025-08-18T22:09:14.7987044Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/115_bound_setjmp.c' from root:root to runner:runner
2025-08-18T22:09:14.7988402Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/124_atomic_counter.expect' from root:root to runner:runner
2025-08-18T22:09:14.7989932Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/118_switch.expect' from root:root to runner:runner
2025-08-18T22:09:14.7991514Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/137_funcall_struct_args.expect' from root:root to runner:runner
2025-08-18T22:09:14.7992887Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/50_logical_second_arg.c' from root:root to runner:runner
2025-08-18T22:09:14.7994216Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/22_floating_point.c' from root:root to runner:runner
2025-08-18T22:09:14.7995527Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/90_struct-init.c' from root:root to runner:runner
2025-08-18T22:09:14.7996840Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/96_nodata_wanted.expect' from root:root to runner:runner
2025-08-18T22:09:14.7998149Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/46_grep.expect' from root:root to runner:runner
2025-08-18T22:09:14.7999480Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/103_implicit_memmove.expect' from root:root to runner:runner
2025-08-18T22:09:14.8001169Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/04_for.c' from root:root to runner:runner
2025-08-18T22:09:14.8002514Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/29_array_address.c' from root:root to runner:runner
2025-08-18T22:09:14.8003847Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/76_dollars_in_identifiers.c' from root:root to runner:runner
2025-08-18T22:09:14.8005185Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/72_long_long_constant.c' from root:root to runner:runner
2025-08-18T22:09:14.8006466Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/54_goto.c' from root:root to runner:runner
2025-08-18T22:09:14.8007735Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/24_math_library.c' from root:root to runner:runner
2025-08-18T22:09:14.8009082Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/76_dollars_in_identifiers.expect' from root:root to runner:runner
2025-08-18T22:09:14.8010470Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/26_character_constants.expect' from root:root to runner:runner
2025-08-18T22:09:14.8011949Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/98_al_ax_extend.c' from root:root to runner:runner
2025-08-18T22:09:14.8013471Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields_ms.c' from root:root to runner:runner
2025-08-18T22:09:14.8014856Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/36_array_initialisers.c' from root:root to runner:runner
2025-08-18T22:09:14.8016211Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/83_utf8_in_identifiers.expect' from root:root to runner:runner
2025-08-18T22:09:14.8017568Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/114_bound_signal.expect' from root:root to runner:runner
2025-08-18T22:09:14.8019049Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/01_comment.c' from root:root to runner:runner
2025-08-18T22:09:14.8020345Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/78_vla_label.expect' from root:root to runner:runner
2025-08-18T22:09:14.8021808Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/108_constructor.c' from root:root to runner:runner
2025-08-18T22:09:14.8023096Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/122_vla_reuse.c' from root:root to runner:runner
2025-08-18T22:09:14.8024398Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/103_implicit_memmove.c' from root:root to runner:runner
2025-08-18T22:09:14.8025716Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/33_ternary_op.c' from root:root to runner:runner
2025-08-18T22:09:14.8026988Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/84_hex-float.c' from root:root to runner:runner
2025-08-18T22:09:14.8028292Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/123_vla_bug.expect' from root:root to runner:runner
2025-08-18T22:09:14.8029597Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/112_backtrace.expect' from root:root to runner:runner
2025-08-18T22:09:14.8031024Z [00:01:57.713]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/49_bracket_evaluation.expect' from root:root to runner:runner
2025-08-18T22:09:14.8032664Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/34_array_assignment.expect' from root:root to runner:runner
2025-08-18T22:09:14.8034131Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/26_character_constants.c' from root:root to runner:runner
2025-08-18T22:09:14.8035469Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/64_macro_nesting.expect' from root:root to runner:runner
2025-08-18T22:09:14.8036802Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/55_lshift_type.expect' from root:root to runner:runner
2025-08-18T22:09:14.8038113Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/94_generic.expect' from root:root to runner:runner
2025-08-18T22:09:14.8039443Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/85_asm-outside-function.c' from root:root to runner:runner
2025-08-18T22:09:14.8040866Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/37_sprintf.c' from root:root to runner:runner
2025-08-18T22:09:14.8042271Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/120_alias.expect' from root:root to runner:runner
2025-08-18T22:09:14.8043857Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/64_macro_nesting.c' from root:root to runner:runner
2025-08-18T22:09:14.8045193Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/38_multiple_array_index.c' from root:root to runner:runner
2025-08-18T22:09:14.8046502Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include2.h' from root:root to runner:runner
2025-08-18T22:09:14.8047760Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include.c' from root:root to runner:runner
2025-08-18T22:09:14.8049015Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/73_arm64.c' from root:root to runner:runner
2025-08-18T22:09:14.8050326Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/134_double_to_signed.expect' from root:root to runner:runner
2025-08-18T22:09:14.8051783Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/14_if.c' from root:root to runner:runner
2025-08-18T22:09:14.8053033Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/117_builtins.c' from root:root to runner:runner
2025-08-18T22:09:14.8054288Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/41_hashif.c' from root:root to runner:runner
2025-08-18T22:09:14.8055535Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/05_array.c' from root:root to runner:runner
2025-08-18T22:09:14.8057076Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/60_errors_and_warnings.c' from root:root to runner:runner
2025-08-18T22:09:14.8058467Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/104_inline.c' from root:root to runner:runner
2025-08-18T22:09:14.8059789Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/19_pointer_arithmetic.expect' from root:root to runner:runner
2025-08-18T22:09:14.8061184Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/46_grep.c' from root:root to runner:runner
2025-08-18T22:09:14.8062562Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/97_utf8_string_literal.expect' from root:root to runner:runner
2025-08-18T22:09:14.8063905Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/67_macro_concat.expect' from root:root to runner:runner
2025-08-18T22:09:14.8065181Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/81_types.c' from root:root to runner:runner
2025-08-18T22:09:14.8066458Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/117_builtins.expect' from root:root to runner:runner
2025-08-18T22:09:14.8067972Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/04_for.expect' from root:root to runner:runner
2025-08-18T22:09:14.8069261Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/104_inline.expect' from root:root to runner:runner
2025-08-18T22:09:14.8070596Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/60_errors_and_warnings.expect' from root:root to runner:runner
2025-08-18T22:09:14.8072192Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/51_static.expect' from root:root to runner:runner
2025-08-18T22:09:14.8073505Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/48_nested_break.expect' from root:root to runner:runner
2025-08-18T22:09:14.8074842Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/47_switch_return.expect' from root:root to runner:runner
2025-08-18T22:09:14.8076155Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/89_nocode_wanted.c' from root:root to runner:runner
2025-08-18T22:09:14.8077440Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/54_goto.expect' from root:root to runner:runner
2025-08-18T22:09:14.8078775Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/42_function_pointer.c' from root:root to runner:runner
2025-08-18T22:09:14.8080267Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/14_if.expect' from root:root to runner:runner
2025-08-18T22:09:14.8081749Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/133_old_func.expect' from root:root to runner:runner
2025-08-18T22:09:14.8083046Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/41_hashif.expect' from root:root to runner:runner
2025-08-18T22:09:14.8084335Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/67_macro_concat.c' from root:root to runner:runner
2025-08-18T22:09:14.8085665Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/25_quicksort.expect' from root:root to runner:runner
2025-08-18T22:09:14.8086979Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/96_nodata_wanted.c' from root:root to runner:runner
2025-08-18T22:09:14.8088240Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/31_args.c' from root:root to runner:runner
2025-08-18T22:09:14.8089523Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/125_atomic_misc.expect' from root:root to runner:runner
2025-08-18T22:09:14.8090952Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/109_float_struct_calling.c' from root:root to runner:runner
2025-08-18T22:09:14.8092502Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/101_cleanup.c' from root:root to runner:runner
2025-08-18T22:09:14.8093804Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/19_pointer_arithmetic.c' from root:root to runner:runner
2025-08-18T22:09:14.8095129Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/98_al_ax_extend.expect' from root:root to runner:runner
2025-08-18T22:09:14.8096410Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/28_strings.c' from root:root to runner:runner
2025-08-18T22:09:14.8097672Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/02_printf.c' from root:root to runner:runner
2025-08-18T22:09:14.8098953Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/116_bound_setjmp2.c' from root:root to runner:runner
2025-08-18T22:09:14.8100231Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/99_fastcall.c' from root:root to runner:runner
2025-08-18T22:09:14.8101666Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/35_sizeof.expect' from root:root to runner:runner
2025-08-18T22:09:14.8102963Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/87_dead_code.c' from root:root to runner:runner
2025-08-18T22:09:14.8104410Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/10_pointer.c' from root:root to runner:runner
2025-08-18T22:09:14.8105783Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/97_utf8_string_literal.c' from root:root to runner:runner
2025-08-18T22:09:14.8107089Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/113_btdll.expect' from root:root to runner:runner
2025-08-18T22:09:14.8108382Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/129_scopes.expect' from root:root to runner:runner
2025-08-18T22:09:14.8109687Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/114_bound_signal.c' from root:root to runner:runner
2025-08-18T22:09:14.8111083Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/21_char_array.c' from root:root to runner:runner
2025-08-18T22:09:14.8112460Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/100_c99array-decls.expect' from root:root to runner:runner
2025-08-18T22:09:14.8113792Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/128_run_atexit.expect' from root:root to runner:runner
2025-08-18T22:09:14.8115324Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/12_hashdefine.c' from root:root to runner:runner
2025-08-18T22:09:14.8116611Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/107_stack_safe.c' from root:root to runner:runner
2025-08-18T22:09:14.8117869Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/30_hanoi.c' from root:root to runner:runner
2025-08-18T22:09:14.8119160Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/75_array_in_struct_init.c' from root:root to runner:runner
2025-08-18T22:09:14.8120520Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/38_multiple_array_index.expect' from root:root to runner:runner
2025-08-18T22:09:14.8122118Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/119_random_stuff.expect' from root:root to runner:runner
2025-08-18T22:09:14.8123422Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/94_generic.c' from root:root to runner:runner
2025-08-18T22:09:14.8124687Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/133_old_func.c' from root:root to runner:runner
2025-08-18T22:09:14.8125971Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/126_bound_global.c' from root:root to runner:runner
2025-08-18T22:09:14.8127264Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/00_assignment.c' from root:root to runner:runner
2025-08-18T22:09:14.8128693Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/Makefile' from root:root to runner:runner
2025-08-18T22:09:14.8130047Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/88_codeopt.expect' from root:root to runner:runner
2025-08-18T22:09:14.8131505Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/27_sizeof.c' from root:root to runner:runner
2025-08-18T22:09:14.8132803Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/130_large_argument.c' from root:root to runner:runner
2025-08-18T22:09:14.8134132Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/136_atomic_gcc_style.c' from root:root to runner:runner
2025-08-18T22:09:14.8135427Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/110_average.c' from root:root to runner:runner
2025-08-18T22:09:14.8136721Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/11_precedence.expect' from root:root to runner:runner
2025-08-18T22:09:14.8138026Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/07_function.expect' from root:root to runner:runner
2025-08-18T22:09:14.8139572Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/23_type_coercion.c' from root:root to runner:runner
2025-08-18T22:09:14.8140985Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/43_void_param.expect' from root:root to runner:runner
2025-08-18T22:09:14.8142366Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/123_vla_bug.c' from root:root to runner:runner
2025-08-18T22:09:14.8143673Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/116_bound_setjmp2.expect' from root:root to runner:runner
2025-08-18T22:09:14.8145006Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/92_enum_bitfield.expect' from root:root to runner:runner
2025-08-18T22:09:14.8146348Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/93_integer_promotion.c' from root:root to runner:runner
2025-08-18T22:09:14.8147634Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/88_codeopt.c' from root:root to runner:runner
2025-08-18T22:09:14.8148913Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/86_memory-model.c' from root:root to runner:runner
2025-08-18T22:09:14.8150208Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/92_enum_bitfield.c' from root:root to runner:runner
2025-08-18T22:09:14.8151658Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/31_args.expect' from root:root to runner:runner
2025-08-18T22:09:14.8153114Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/LICENSE' from root:root to runner:runner
2025-08-18T22:09:14.8154513Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/20_pointer_comparison.c' from root:root to runner:runner
2025-08-18T22:09:14.8155850Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/29_array_address.expect' from root:root to runner:runner
2025-08-18T22:09:14.8157143Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/78_vla_label.c' from root:root to runner:runner
2025-08-18T22:09:14.8158452Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/10_pointer.expect' from root:root to runner:runner
2025-08-18T22:09:14.8159790Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/13_integer_literals.expect' from root:root to runner:runner
2025-08-18T22:09:14.8161215Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/32_led.expect' from root:root to runner:runner
2025-08-18T22:09:14.8162566Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/124_atomic_counter.c' from root:root to runner:runner
2025-08-18T22:09:14.8164131Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/111_conversion.c' from root:root to runner:runner
2025-08-18T22:09:14.8165464Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/130_large_argument.expect' from root:root to runner:runner
2025-08-18T22:09:14.8166784Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/16_nesting.expect' from root:root to runner:runner
2025-08-18T22:09:14.8168115Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/72_long_long_constant.expect' from root:root to runner:runner
2025-08-18T22:09:14.8169434Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields.c' from root:root to runner:runner
2025-08-18T22:09:14.8170835Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/122_vla_reuse.expect' from root:root to runner:runner
2025-08-18T22:09:14.8172198Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/79_vla_continue.c' from root:root to runner:runner
2025-08-18T22:09:14.8173527Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/22_floating_point.expect' from root:root to runner:runner
2025-08-18T22:09:14.8174814Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/40_stdio.c' from root:root to runner:runner
2025-08-18T22:09:14.8176117Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/12_hashdefine.expect' from root:root to runner:runner
2025-08-18T22:09:14.8177623Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/77_push_pop_macro.c' from root:root to runner:runner
2025-08-18T22:09:14.8179010Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/71_macro_empty_arg.expect' from root:root to runner:runner
2025-08-18T22:09:14.8180323Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/08_while.expect' from root:root to runner:runner
2025-08-18T22:09:14.8181743Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/09_do_while.c' from root:root to runner:runner
2025-08-18T22:09:14.8183023Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/05_array.expect' from root:root to runner:runner
2025-08-18T22:09:14.8184339Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/121_struct_return.expect' from root:root to runner:runner
2025-08-18T22:09:14.8185699Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/36_array_initialisers.expect' from root:root to runner:runner
2025-08-18T22:09:14.8187027Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/02_printf.expect' from root:root to runner:runner
2025-08-18T22:09:14.8188554Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/47_switch_return.c' from root:root to runner:runner
2025-08-18T22:09:14.8189851Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/43_void_param.c' from root:root to runner:runner
2025-08-18T22:09:14.8191250Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/86_memory-model.expect' from root:root to runner:runner
2025-08-18T22:09:14.8192635Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/00_assignment.expect' from root:root to runner:runner
2025-08-18T22:09:14.8193958Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/87_dead_code.expect' from root:root to runner:runner
2025-08-18T22:09:14.8195269Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/45_empty_for.expect' from root:root to runner:runner
2025-08-18T22:09:14.8196578Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/121_struct_return.c' from root:root to runner:runner
2025-08-18T22:09:14.8197877Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/52_unnamed_enum.c' from root:root to runner:runner
2025-08-18T22:09:14.8199193Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/137_funcall_struct_args.c' from root:root to runner:runner
2025-08-18T22:09:14.8200790Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/21_char_array.expect' from root:root to runner:runner
2025-08-18T22:09:14.8202203Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/15_recursion.expect' from root:root to runner:runner
2025-08-18T22:09:14.8203506Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/45_empty_for.c' from root:root to runner:runner
2025-08-18T22:09:14.8204840Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/109_float_struct_calling.expect' from root:root to runner:runner
2025-08-18T22:09:14.8206166Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/129_scopes.c' from root:root to runner:runner
2025-08-18T22:09:14.8207413Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/32_led.c' from root:root to runner:runner
2025-08-18T22:09:14.8208645Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/06_case.c' from root:root to runner:runner
2025-08-18T22:09:14.8209971Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/135_func_arg_struct_compare.c' from root:root to runner:runner
2025-08-18T22:09:14.8211484Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/115_bound_setjmp.expect' from root:root to runner:runner
2025-08-18T22:09:14.8213064Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/27_sizeof.expect' from root:root to runner:runner
2025-08-18T22:09:14.8214362Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include.expect' from root:root to runner:runner
2025-08-18T22:09:14.8215660Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/106_versym.expect' from root:root to runner:runner
2025-08-18T22:09:14.8216959Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/73_arm64.expect' from root:root to runner:runner
2025-08-18T22:09:14.8218250Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/127_asm_goto.c' from root:root to runner:runner
2025-08-18T22:09:14.8219537Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/112_backtrace.c' from root:root to runner:runner
2025-08-18T22:09:14.8220927Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/40_stdio.expect' from root:root to runner:runner
2025-08-18T22:09:14.8222281Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/37_sprintf.expect' from root:root to runner:runner
2025-08-18T22:09:14.8223625Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/70_floating_point_literals.c' from root:root to runner:runner
2025-08-18T22:09:14.8225114Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/120+_alias.c' from root:root to runner:runner
2025-08-18T22:09:14.8226499Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/132_bound_test.expect' from root:root to runner:runner
2025-08-18T22:09:14.8227857Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.expect' from root:root to runner:runner
2025-08-18T22:09:14.8229208Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/24_math_library.expect' from root:root to runner:runner
2025-08-18T22:09:14.8230509Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/118_switch.c' from root:root to runner:runner
2025-08-18T22:09:14.8232000Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/50_logical_second_arg.expect' from root:root to runner:runner
2025-08-18T22:09:14.8233314Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/113_btdll.c' from root:root to runner:runner
2025-08-18T22:09:14.8234605Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/80_flexarray.expect' from root:root to runner:runner
2025-08-18T22:09:14.8236221Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.c' from root:root to runner:runner
2025-08-18T22:09:14.8237559Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/34_array_assignment.c' from root:root to runner:runner
2025-08-18T22:09:14.8238845Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include.h' from root:root to runner:runner
2025-08-18T22:09:14.8240132Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/13_integer_literals.c' from root:root to runner:runner
2025-08-18T22:09:14.8241653Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/82_attribs_position.c' from root:root to runner:runner
2025-08-18T22:09:14.8242962Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/25_quicksort.c' from root:root to runner:runner
2025-08-18T22:09:14.8244224Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/51_static.c' from root:root to runner:runner
2025-08-18T22:09:14.8245493Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/28_strings.expect' from root:root to runner:runner
2025-08-18T22:09:14.8246790Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/119_random_stuff.c' from root:root to runner:runner
2025-08-18T22:09:14.8248147Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/131_return_struct_in_reg.expect' from root:root to runner:runner
2025-08-18T22:09:14.8249703Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/06_case.expect' from root:root to runner:runner
2025-08-18T22:09:14.8251153Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/17_enum.expect' from root:root to runner:runner
2025-08-18T22:09:14.8252514Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/107_stack_safe.expect' from root:root to runner:runner
2025-08-18T22:09:14.8253853Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/131_return_struct_in_reg.c' from root:root to runner:runner
2025-08-18T22:09:14.8255194Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/102_alignas.expect' from root:root to runner:runner
2025-08-18T22:09:14.8256511Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/49_bracket_evaluation.c' from root:root to runner:runner
2025-08-18T22:09:14.8257821Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/105_local_extern.c' from root:root to runner:runner
2025-08-18T22:09:14.8259128Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/99_fastcall.expect' from root:root to runner:runner
2025-08-18T22:09:14.8260749Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/84_hex-float.expect' from root:root to runner:runner
2025-08-18T22:09:14.8262101Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/03_struct.c' from root:root to runner:runner
2025-08-18T22:09:14.8263383Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/110_average.expect' from root:root to runner:runner
2025-08-18T22:09:14.8264652Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/35_sizeof.c' from root:root to runner:runner
2025-08-18T22:09:14.8265942Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/134_double_to_signed.c' from root:root to runner:runner
2025-08-18T22:09:14.8267294Z [00:01:57.714]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/136_atomic_gcc_style.expect' from root:root to runner:runner
2025-08-18T22:09:14.8268619Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/09_do_while.expect' from root:root to runner:runner
2025-08-18T22:09:14.8269920Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/127_asm_goto.expect' from root:root to runner:runner
2025-08-18T22:09:14.8271397Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/20_pointer_comparison.expect' from root:root to runner:runner
2025-08-18T22:09:14.8272777Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/79_vla_continue.expect' from root:root to runner:runner
2025-08-18T22:09:14.8274286Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/01_comment.expect' from root:root to runner:runner
2025-08-18T22:09:14.8275663Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/11_precedence.c' from root:root to runner:runner
2025-08-18T22:09:14.8276983Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/82_attribs_position.expect' from root:root to runner:runner
2025-08-18T22:09:14.8278323Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/71_macro_empty_arg.c' from root:root to runner:runner
2025-08-18T22:09:14.8279620Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/132_bound_test.c' from root:root to runner:runner
2025-08-18T22:09:14.8281035Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/128_run_atexit.c' from root:root to runner:runner
2025-08-18T22:09:14.8282315Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2' from root:root to runner:runner
2025-08-18T22:09:14.8283450Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests' from root:root to runner:runner
2025-08-18T22:09:14.8284853Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/varargs.h' from root:root to runner:runner
2025-08-18T22:09:14.8286064Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/tccdefs.h' from root:root to runner:runner
2025-08-18T22:09:14.8287268Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdbool.h' from root:root to runner:runner
2025-08-18T22:09:14.8288463Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdarg.h' from root:root to runner:runner
2025-08-18T22:09:14.8289671Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdatomic.h' from root:root to runner:runner
2025-08-18T22:09:14.8290995Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdalign.h' from root:root to runner:runner
2025-08-18T22:09:14.8292263Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stddef.h' from root:root to runner:runner
2025-08-18T22:09:14.8293449Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/float.h' from root:root to runner:runner
2025-08-18T22:09:14.8294642Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/tgmath.h' from root:root to runner:runner
2025-08-18T22:09:14.8295865Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdnoreturn.h' from root:root to runner:runner
2025-08-18T22:09:14.8297235Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include' from root:root to runner:runner
2025-08-18T22:09:14.8298451Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/tcov.o' from root:root to runner:runner
2025-08-18T22:09:14.8299611Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/libtcc1.c' from root:root to runner:runner
2025-08-18T22:09:14.8300892Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bt-exe.c' from root:root to runner:runner
2025-08-18T22:09:14.8302137Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/builtin.o' from root:root to runner:runner
2025-08-18T22:09:14.8303308Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bt-dll.c' from root:root to runner:runner
2025-08-18T22:09:14.8304469Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/atomic.o' from root:root to runner:runner
2025-08-18T22:09:14.8305666Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/lib-arm64.c' from root:root to runner:runner
2025-08-18T22:09:14.8306841Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/va_list.c' from root:root to runner:runner
2025-08-18T22:09:14.8308253Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/alloca.S' from root:root to runner:runner
2025-08-18T22:09:14.8309428Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/runmain.c' from root:root to runner:runner
2025-08-18T22:09:14.8310592Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bt-log.c' from root:root to runner:runner
2025-08-18T22:09:14.8311917Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/stdatomic.c' from root:root to runner:runner
2025-08-18T22:09:14.8313096Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/Makefile' from root:root to runner:runner
2025-08-18T22:09:14.8314281Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/lib-arm64.o' from root:root to runner:runner
2025-08-18T22:09:14.8315458Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bcheck.c' from root:root to runner:runner
2025-08-18T22:09:14.8316630Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/builtin.c' from root:root to runner:runner
2025-08-18T22:09:14.8317813Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/alloca-bt.S' from root:root to runner:runner
2025-08-18T22:09:14.8318999Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/dsohandle.c' from root:root to runner:runner
2025-08-18T22:09:14.8320191Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/armflush.c' from root:root to runner:runner
2025-08-18T22:09:14.8321704Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/tcov.c' from root:root to runner:runner
2025-08-18T22:09:14.8322989Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/stdatomic.o' from root:root to runner:runner
2025-08-18T22:09:14.8324175Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/dsohandle.o' from root:root to runner:runner
2025-08-18T22:09:14.8325349Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/armeabi.c' from root:root to runner:runner
2025-08-18T22:09:14.8326531Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/atomic.S' from root:root to runner:runner
2025-08-18T22:09:14.8327667Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib' from root:root to runner:runner
2025-08-18T22:09:14.8328749Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO' from root:root to runner:runner
2025-08-18T22:09:14.8329776Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN' from root:root to runner:runner
2025-08-18T22:09:14.8330930Z [00:01:57.715]➜  changed ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from root:root to runner:runner
2025-08-18T22:09:14.8332015Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-18T22:09:14.8332817Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.version' retained as runner:runner
2025-08-18T22:09:14.8333585Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-18T22:09:14.8334326Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-18T22:09:14.8335076Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/configure' retained as runner:runner
2025-08-18T22:09:14.8335805Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tcc' retained as runner:runner
2025-08-18T22:09:14.8336564Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/texi2pod.pl' retained as runner:runner
2025-08-18T22:09:14.8337328Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/c2str.exe' retained as runner:runner
2025-08-18T22:09:14.8338083Z [00:01:57.715]➜  ownership of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-18T22:09:14.8338927Z [00:01:57.722]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8339902Z [00:01:57.727]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8341003Z [00:01:57.733]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8341991Z [00:01:57.739]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8342787Z [00:01:57.744]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8343878Z [00:01:57.750]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8344776Z [00:01:57.755]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8345802Z [00:01:57.761]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/CodingStyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8346976Z [00:01:57.767]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/x86_64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8348146Z [00:01:57.773]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8349307Z [00:01:57.779]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8350455Z [00:01:57.784]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/dwarf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8351779Z [00:01:57.790]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8382125Z [00:01:57.795]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8443277Z [00:01:57.801]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccasm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8499050Z [00:01:57.807]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8555354Z [00:01:57.813]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccasm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8611245Z [00:01:57.818]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8668120Z [00:01:57.824]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8724242Z [00:01:57.830]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccpp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8779057Z [00:01:57.835]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/stab.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8834691Z [00:01:57.841]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/RELICENSING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8892038Z [00:01:57.846]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.8948053Z [00:01:57.852]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/config.mak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9004588Z [00:01:57.858]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9059056Z [00:01:57.863]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9114550Z [00:01:57.869]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.pod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9173696Z [00:01:57.874]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccelf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9234339Z [00:01:57.880]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9289678Z [00:01:57.886]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/x86_64-asm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9347733Z [00:01:57.892]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9403949Z [00:01:57.898]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccdbg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9461424Z [00:01:57.903]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-gen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9516722Z [00:01:57.909]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/bt-exe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9574479Z [00:01:57.915]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccdefs_.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9631713Z [00:01:57.920]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9690254Z [00:01:57.926]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9748336Z [00:01:57.932]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcctools.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9808341Z [00:01:57.938]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/tcc-win32.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9868065Z [00:01:57.944]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/build-tcc.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9928394Z [00:01:57.950]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/hello_dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:14.9987752Z [00:01:57.956]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/fib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0047643Z [00:01:57.962]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0108562Z [00:01:57.968]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/examples/hello_win.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0166935Z [00:01:57.974]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/mem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0226255Z [00:01:57.980]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/wingdi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0284071Z [00:01:57.986]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0338843Z [00:01:57.991]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/ws2ipdef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0392845Z [00:01:57.996]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0447330Z [00:01:58.002]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winbase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0501966Z [00:01:58.007]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0558977Z [00:01:58.013]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winreg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0615726Z [00:01:58.019]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winerror.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0673395Z [00:01:58.024]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winuser.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0731695Z [00:01:58.030]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/basetsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0788422Z [00:01:58.036]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/poppack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0845984Z [00:01:58.042]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/shellapi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0902179Z [00:01:58.047]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/qos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.0960218Z [00:01:58.053]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/guiddef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1017032Z [00:01:58.059]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1075856Z [00:01:58.065]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/windows.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1134946Z [00:01:58.071]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/wincon.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1191712Z [00:01:58.076]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/ws2tcpip.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1246439Z [00:01:58.082]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/windef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1303339Z [00:01:58.087]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winnt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1359161Z [00:01:58.093]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/basetyps.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1416532Z [00:01:58.099]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/pshpack4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1473615Z [00:01:58.104]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winnls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1529555Z [00:01:58.110]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/winapi/winsock2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1585697Z [00:01:58.116]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/uchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1639028Z [00:01:58.121]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/dos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1695306Z [00:01:58.127]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/assert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1750577Z [00:01:58.132]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/share.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1808147Z [00:01:58.138]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/utime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1867713Z [00:01:58.144]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1922996Z [00:01:58.149]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/locking.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.1978328Z [00:01:58.155]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2034976Z [00:01:58.161]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2091769Z [00:01:58.166]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/timeb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2148852Z [00:01:58.172]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2204082Z [00:01:58.177]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2260453Z [00:01:58.183]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sys/file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2315664Z [00:01:58.189]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/process.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2371894Z [00:01:58.194]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2426144Z [00:01:58.200]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2479941Z [00:01:58.205]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/fenv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2535964Z [00:01:58.211]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/dir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2595503Z [00:01:58.217]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/signal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2648794Z [00:01:58.222]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/setjmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2709299Z [00:01:58.227]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/wctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2756843Z [00:01:58.233]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/conio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2812721Z [00:01:58.238]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2866848Z [00:01:58.244]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/_mingw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2921832Z [00:01:58.249]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.2975559Z [00:01:58.255]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3033964Z [00:01:58.260]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3098615Z [00:01:58.267]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/iso646.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3160155Z [00:01:58.273]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/errno.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3222001Z [00:01:58.279]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/stdio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3282387Z [00:01:58.285]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3344025Z [00:01:58.291]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/direct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3407974Z [00:01:58.298]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/inttypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3473025Z [00:01:58.304]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/wchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3535348Z [00:01:58.311]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/malloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3594763Z [00:01:58.317]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/memory.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3651777Z [00:01:58.322]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/excpt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3708053Z [00:01:58.328]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/stdlib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3765760Z [00:01:58.334]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3823395Z [00:01:58.339]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/vadefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3878838Z [00:01:58.345]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/tcc/tcc_libm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3934987Z [00:01:58.351]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/string.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.3990155Z [00:01:58.356]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/dirent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4047209Z [00:01:58.362]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/tchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4106643Z [00:01:58.368]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4165635Z [00:01:58.374]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/wchar_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4226093Z [00:01:58.380]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/io_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4286843Z [00:01:58.386]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/tchar_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4345158Z [00:01:58.392]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/stdio_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4403981Z [00:01:58.397]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/time_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4459117Z [00:01:58.403]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/sys/timeb_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4514419Z [00:01:58.409]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/search_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4567465Z [00:01:58.414]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/stralign_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4622708Z [00:01:58.419]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/mbstring_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4677978Z [00:01:58.425]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/conio_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4735453Z [00:01:58.431]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/stdlib_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4792313Z [00:01:58.436]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/string_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4848710Z [00:01:58.442]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/sec_api/crtdbg_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4907473Z [00:01:58.448]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/include/values.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.4968923Z [00:01:58.454]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/chkstk.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5027304Z [00:01:58.460]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/crt1w.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5085314Z [00:01:58.466]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/user32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5142058Z [00:01:58.471]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/gdi32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5198243Z [00:01:58.477]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/dllcrt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5257246Z [00:01:58.483]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/ws2_32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5315911Z [00:01:58.489]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/crt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5374115Z [00:01:58.494]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/crtinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5430253Z [00:01:58.500]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/kernel32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5487995Z [00:01:58.506]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/wincrt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5545181Z [00:01:58.512]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/msvcrt.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5599461Z [00:01:58.517]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/wincrt1w.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5654522Z [00:01:58.523]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/win32/lib/dllmain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5709489Z [00:01:58.528]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5763939Z [00:01:58.534]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5823870Z [00:01:58.539]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/USES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5882439Z [00:01:58.545]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5936943Z [00:01:58.551]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.5992376Z [00:01:58.556]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex4.c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6045958Z [00:01:58.562]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6099675Z [00:01:58.567]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex1.c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6156285Z [00:01:58.573]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6212198Z [00:01:58.578]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/examples/ex5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6268905Z [00:01:58.584]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccelf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6324190Z [00:01:58.590]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6380176Z [00:01:58.595]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/x86_64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6435446Z [00:01:58.601]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6492701Z [00:01:58.606]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcclib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6552741Z [00:01:58.612]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6608917Z [00:01:58.618]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6666290Z [00:01:58.624]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/c67-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6722035Z [00:01:58.629]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccgen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6784604Z [00:01:58.635]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccgen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6840543Z [00:01:58.641]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6895802Z [00:01:58.647]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/coff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.6952211Z [00:01:58.652]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7008208Z [00:01:58.658]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcccoff.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7065042Z [00:01:58.664]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7121305Z [00:01:58.669]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc-doc.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7180436Z [00:01:58.675]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccrun.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7238755Z [00:01:58.681]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7298819Z [00:01:58.687]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7357214Z [00:01:58.693]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccpe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7414283Z [00:01:58.698]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7470456Z [00:01:58.704]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/bcheck.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7527592Z [00:01:58.710]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/bt-log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7583606Z [00:01:58.715]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7638981Z [00:01:58.721]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccdbg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7695092Z [00:01:58.727]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/elf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7756531Z [00:01:58.733]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7815006Z [00:01:58.739]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-asm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7875509Z [00:01:58.745]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/il-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7934422Z [00:01:58.751]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/Changelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.7991143Z [00:01:58.756]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccpp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8046993Z [00:01:58.762]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/riscv64-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8101539Z [00:01:58.767]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/libtcc1.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8156787Z [00:01:58.773]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccmacho.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8210820Z [00:01:58.778]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/runmain.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8265325Z [00:01:58.784]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/arm64-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8319502Z [00:01:58.789]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/il-opcodes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8374466Z [00:01:58.795]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/c67-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8427123Z [00:01:58.800]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8479943Z [00:01:58.805]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8535098Z [00:01:58.811]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/stab.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8590479Z [00:01:58.816]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8645414Z [00:01:58.822]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8699239Z [00:01:58.827]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8754246Z [00:01:58.832]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/conftest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8809026Z [00:01:58.838]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8864918Z [00:01:58.844]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8919388Z [00:01:58.849]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.8974972Z [00:01:58.855]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9029548Z [00:01:58.860]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9084809Z [00:01:58.866]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9143047Z [00:01:58.871]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9199292Z [00:01:58.877]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9256232Z [00:01:58.883]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9312994Z [00:01:58.888]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9374141Z [00:01:58.894]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9432346Z [00:01:58.900]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9489874Z [00:01:58.906]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9547931Z [00:01:58.912]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9608578Z [00:01:58.918]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9667130Z [00:01:58.924]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9725785Z [00:01:58.930]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9783505Z [00:01:58.935]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9841103Z [00:01:58.941]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9897756Z [00:01:58.947]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:15.9955310Z [00:01:58.953]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0011690Z [00:01:58.958]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0068696Z [00:01:58.964]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0124594Z [00:01:58.969]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0181294Z [00:01:58.975]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0241476Z [00:01:58.981]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0303212Z [00:01:58.987]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0359999Z [00:01:58.993]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0416957Z [00:01:58.999]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0476936Z [00:01:59.005]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/heads/mob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0536050Z [00:01:59.011]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0595725Z [00:01:59.017]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0656531Z [00:01:59.023]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/heads/mob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0715468Z [00:01:59.029]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0771899Z [00:01:59.034]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/i386-asm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0828229Z [00:01:59.040]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0881996Z [00:01:59.045]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/config.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0937463Z [00:01:59.051]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tccrun.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.0996918Z [00:01:59.057]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tcctok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1058017Z [00:01:59.063]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/asm-c-connect-2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1118584Z [00:01:59.069]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/arm-asm-testsuite.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1175306Z [00:01:59.075]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/libtcc_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1232311Z [00:01:59.080]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/testfp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1287625Z [00:01:59.086]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/bug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1344395Z [00:01:59.092]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/16.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1402419Z [00:01:59.097]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/14.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1460057Z [00:01:59.103]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/15.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1518351Z [00:01:59.109]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/10.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1573448Z [00:01:59.114]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/12.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1629077Z [00:01:59.120]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/07.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1687111Z [00:01:59.126]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/13.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1743128Z [00:01:59.131]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/23.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1801307Z [00:01:59.137]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/14.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1859234Z [00:01:59.143]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/18.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1916747Z [00:01:59.149]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/20.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.1976641Z [00:01:59.155]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/05.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2036718Z [00:01:59.161]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/17.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2095578Z [00:01:59.167]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/03.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2155611Z [00:01:59.173]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/06.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2213437Z [00:01:59.178]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/13.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2273513Z [00:01:59.184]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/19.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2332946Z [00:01:59.190]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/pp-counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2392511Z [00:01:59.196]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/04.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2447733Z [00:01:59.202]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/15.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2503636Z [00:01:59.207]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/07.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2558740Z [00:01:59.213]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/17.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2616075Z [00:01:59.219]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/02.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2671699Z [00:01:59.224]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/09.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2728068Z [00:01:59.230]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/23.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2783835Z [00:01:59.235]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/16.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2840376Z [00:01:59.241]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/04.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2900163Z [00:01:59.247]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/12.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.2958289Z [00:01:59.253]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/08.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3014280Z [00:01:59.259]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3071014Z [00:01:59.264]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/19.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3128098Z [00:01:59.270]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/20.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3186615Z [00:01:59.276]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/01.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3244027Z [00:01:59.281]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/09.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3304060Z [00:01:59.287]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/18.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3364873Z [00:01:59.294]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/06.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3423965Z [00:01:59.299]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/03.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3482700Z [00:01:59.305]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/01.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3542302Z [00:01:59.311]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/21.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3601020Z [00:01:59.317]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/22.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3659320Z [00:01:59.323]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/21.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3721564Z [00:01:59.329]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/pp-counter.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3786851Z [00:01:59.336]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/10.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3854529Z [00:01:59.343]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/22.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3915937Z [00:01:59.349]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/05.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.3975450Z [00:01:59.355]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/08.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4031765Z [00:01:59.360]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/11.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4086268Z [00:01:59.366]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/11.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4142794Z [00:01:59.371]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/pp/02.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4198406Z [00:01:59.377]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tcctest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4253485Z [00:01:59.382]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/boundtest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4309740Z [00:01:59.388]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/gcctestsuite.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4366850Z [00:01:59.394]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4419994Z [00:01:59.399]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/abitest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4477271Z [00:01:59.405]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/libtcc_test_mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4536231Z [00:01:59.411]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/vla_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4597761Z [00:01:59.417]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/42test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4658686Z [00:01:59.423]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/asm-c-connect-1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4717119Z [00:01:59.429]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/asmtest.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4775088Z [00:01:59.435]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tcctest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4837014Z [00:01:59.441]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/61_integers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4900082Z [00:01:59.447]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/48_nested_break.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.4966263Z [00:01:59.454]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/83_utf8_in_identifiers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5027353Z [00:01:59.460]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/126_bound_global.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5086991Z [00:01:59.466]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/44_scoped_declarations.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5145424Z [00:01:59.472]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/100_c99array-decls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5203183Z [00:01:59.477]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/125_atomic_misc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5264984Z [00:01:59.484]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/17_enum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5325536Z [00:01:59.490]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/44_scoped_declarations.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5385196Z [00:01:59.496]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/23_type_coercion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5447034Z [00:01:59.502]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/111_conversion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5506579Z [00:01:59.508]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/105_local_extern.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5568268Z [00:01:59.514]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/80_flexarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5629737Z [00:01:59.520]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields_ms.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5689557Z [00:01:59.526]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/15_recursion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5746869Z [00:01:59.532]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/33_ternary_op.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5805390Z [00:01:59.538]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/81_types.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5863219Z [00:01:59.543]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/39_typedef.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5919038Z [00:01:59.549]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/108_constructor.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.5973457Z [00:01:59.554]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/90_struct-init.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6029842Z [00:01:59.560]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/101_cleanup.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6086997Z [00:01:59.566]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/07_function.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6143932Z [00:01:59.571]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6200778Z [00:01:59.577]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/08_while.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6258421Z [00:01:59.583]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/42_function_pointer.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6314855Z [00:01:59.588]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/70_floating_point_literals.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6373052Z [00:01:59.594]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/03_struct.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6429273Z [00:01:59.600]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/93_integer_promotion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6486406Z [00:01:59.606]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/106_versym.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6543593Z [00:01:59.611]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/75_array_in_struct_init.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6599900Z [00:01:59.617]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/102_alignas.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6655980Z [00:01:59.623]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/30_hanoi.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6714184Z [00:01:59.628]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/89_nocode_wanted.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6767660Z [00:01:59.634]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/135_func_arg_struct_compare.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6823928Z [00:01:59.639]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/55_lshift_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6879281Z [00:01:59.645]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/85_asm-outside-function.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6933547Z [00:01:59.650]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/104+_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.6989071Z [00:01:59.656]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/39_typedef.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7045523Z [00:01:59.662]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/16_nesting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7101327Z [00:01:59.667]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/120_alias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7158669Z [00:01:59.673]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/52_unnamed_enum.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7216284Z [00:01:59.679]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/61_integers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7273245Z [00:01:59.684]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/77_push_pop_macro.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7329699Z [00:01:59.690]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/115_bound_setjmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7390471Z [00:01:59.696]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/124_atomic_counter.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7451653Z [00:01:59.702]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/118_switch.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7508837Z [00:01:59.708]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/137_funcall_struct_args.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7565205Z [00:01:59.714]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/50_logical_second_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7623233Z [00:01:59.719]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/22_floating_point.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7677583Z [00:01:59.725]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/90_struct-init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7734409Z [00:01:59.730]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/96_nodata_wanted.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7790585Z [00:01:59.736]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/46_grep.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7844780Z [00:01:59.742]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/103_implicit_memmove.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7899439Z [00:01:59.747]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/04_for.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.7954152Z [00:01:59.752]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/29_array_address.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8007359Z [00:01:59.758]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/76_dollars_in_identifiers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8061323Z [00:01:59.763]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/72_long_long_constant.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8114778Z [00:01:59.769]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/54_goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8167216Z [00:01:59.774]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/24_math_library.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8223304Z [00:01:59.779]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/76_dollars_in_identifiers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8277976Z [00:01:59.785]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/26_character_constants.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8332407Z [00:01:59.790]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/98_al_ax_extend.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8384876Z [00:01:59.796]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields_ms.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8438497Z [00:01:59.801]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/36_array_initialisers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8497789Z [00:01:59.807]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/83_utf8_in_identifiers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8554168Z [00:01:59.812]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/114_bound_signal.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8610541Z [00:01:59.818]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/01_comment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8669003Z [00:01:59.824]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/78_vla_label.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8726049Z [00:01:59.830]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/108_constructor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8781088Z [00:01:59.835]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/122_vla_reuse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8837010Z [00:01:59.841]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/103_implicit_memmove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8891723Z [00:01:59.846]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/33_ternary_op.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8945846Z [00:01:59.852]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/84_hex-float.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.8999145Z [00:01:59.857]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/123_vla_bug.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9054403Z [00:01:59.863]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/112_backtrace.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9107104Z [00:01:59.868]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/49_bracket_evaluation.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9160958Z [00:01:59.873]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/34_array_assignment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9215633Z [00:01:59.879]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/26_character_constants.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9271793Z [00:01:59.884]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/64_macro_nesting.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9330244Z [00:01:59.890]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/55_lshift_type.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9390309Z [00:01:59.896]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/94_generic.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9449245Z [00:01:59.902]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/85_asm-outside-function.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9506571Z [00:01:59.908]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/37_sprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9563469Z [00:01:59.913]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/120_alias.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9618572Z [00:01:59.919]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/64_macro_nesting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9674738Z [00:01:59.925]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/38_multiple_array_index.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9732720Z [00:01:59.930]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9789451Z [00:01:59.936]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9847423Z [00:01:59.942]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/73_arm64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9905103Z [00:01:59.948]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/134_double_to_signed.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:16.9964212Z [00:01:59.953]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/14_if.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0023002Z [00:01:59.959]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/117_builtins.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0080570Z [00:01:59.965]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/41_hashif.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0135826Z [00:01:59.971]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/05_array.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0191297Z [00:01:59.976]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/60_errors_and_warnings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0246740Z [00:01:59.982]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/104_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0303827Z [00:01:59.987]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/19_pointer_arithmetic.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0361290Z [00:01:59.993]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/46_grep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0419745Z [00:01:59.999]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/97_utf8_string_literal.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0476097Z [00:02:00.005]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/67_macro_concat.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0532877Z [00:02:00.010]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/81_types.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0592078Z [00:02:00.016]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/117_builtins.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0654158Z [00:02:00.022]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/04_for.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0714777Z [00:02:00.029]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/104_inline.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0774141Z [00:02:00.034]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/60_errors_and_warnings.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0831790Z [00:02:00.040]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/51_static.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0888651Z [00:02:00.046]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/48_nested_break.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.0946417Z [00:02:00.052]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/47_switch_return.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1005445Z [00:02:00.058]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/89_nocode_wanted.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1062124Z [00:02:00.063]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/54_goto.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1119192Z [00:02:00.069]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/42_function_pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1175474Z [00:02:00.075]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/14_if.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1232229Z [00:02:00.080]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/133_old_func.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1293240Z [00:02:00.086]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/41_hashif.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1353043Z [00:02:00.092]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/67_macro_concat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1414753Z [00:02:00.099]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/25_quicksort.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1478409Z [00:02:00.105]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/96_nodata_wanted.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1539293Z [00:02:00.111]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/31_args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1599241Z [00:02:00.117]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/125_atomic_misc.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1658000Z [00:02:00.123]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/109_float_struct_calling.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1720282Z [00:02:00.129]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/101_cleanup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1782061Z [00:02:00.135]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/19_pointer_arithmetic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1845252Z [00:02:00.142]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/98_al_ax_extend.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1907151Z [00:02:00.148]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/28_strings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.1970782Z [00:02:00.154]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/02_printf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2030753Z [00:02:00.160]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/116_bound_setjmp2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2089583Z [00:02:00.166]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/99_fastcall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2148631Z [00:02:00.172]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/35_sizeof.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2207825Z [00:02:00.178]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/87_dead_code.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2271064Z [00:02:00.184]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/10_pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2336382Z [00:02:00.191]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/97_utf8_string_literal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2397972Z [00:02:00.197]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/113_btdll.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2456433Z [00:02:00.203]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/129_scopes.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2516040Z [00:02:00.209]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/114_bound_signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2576437Z [00:02:00.215]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/21_char_array.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2636277Z [00:02:00.221]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/100_c99array-decls.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2695494Z [00:02:00.227]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/128_run_atexit.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2757246Z [00:02:00.233]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/12_hashdefine.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2820048Z [00:02:00.239]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/107_stack_safe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2880243Z [00:02:00.245]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/30_hanoi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2937826Z [00:02:00.251]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/75_array_in_struct_init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.2998007Z [00:02:00.257]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/38_multiple_array_index.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3058655Z [00:02:00.263]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/119_random_stuff.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3116358Z [00:02:00.269]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/94_generic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3176746Z [00:02:00.275]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/133_old_func.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3232909Z [00:02:00.280]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/126_bound_global.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3290127Z [00:02:00.286]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/00_assignment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3349396Z [00:02:00.292]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3409545Z [00:02:00.298]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/88_codeopt.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3466234Z [00:02:00.304]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/27_sizeof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3525538Z [00:02:00.310]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/130_large_argument.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3588187Z [00:02:00.316]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/136_atomic_gcc_style.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3648524Z [00:02:00.322]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/110_average.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3708478Z [00:02:00.328]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/11_precedence.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3766927Z [00:02:00.334]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/07_function.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3825645Z [00:02:00.340]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/23_type_coercion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3881546Z [00:02:00.345]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/43_void_param.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3936285Z [00:02:00.351]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/123_vla_bug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.3992208Z [00:02:00.356]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/116_bound_setjmp2.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4047641Z [00:02:00.362]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/92_enum_bitfield.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4101882Z [00:02:00.367]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/93_integer_promotion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4156982Z [00:02:00.373]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/88_codeopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4213367Z [00:02:00.378]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/86_memory-model.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4271331Z [00:02:00.384]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/92_enum_bitfield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4327079Z [00:02:00.390]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/31_args.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4381746Z [00:02:00.395]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4435942Z [00:02:00.401]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/20_pointer_comparison.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4490035Z [00:02:00.406]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/29_array_address.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4548816Z [00:02:00.412]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/78_vla_label.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4604417Z [00:02:00.418]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/10_pointer.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4660377Z [00:02:00.423]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/13_integer_literals.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4714607Z [00:02:00.429]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/32_led.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4772225Z [00:02:00.434]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/124_atomic_counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4827974Z [00:02:00.440]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/111_conversion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4884204Z [00:02:00.445]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/130_large_argument.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4937559Z [00:02:00.451]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/16_nesting.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.4993391Z [00:02:00.456]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/72_long_long_constant.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5047773Z [00:02:00.462]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/95_bitfields.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5101577Z [00:02:00.467]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/122_vla_reuse.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5154641Z [00:02:00.473]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/79_vla_continue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5208252Z [00:02:00.478]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/22_floating_point.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5262278Z [00:02:00.483]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/40_stdio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5317941Z [00:02:00.489]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/12_hashdefine.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5371576Z [00:02:00.494]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/77_push_pop_macro.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5423808Z [00:02:00.499]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/71_macro_empty_arg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5476467Z [00:02:00.505]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/08_while.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5529086Z [00:02:00.510]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/09_do_while.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5582973Z [00:02:00.515]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/05_array.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5637872Z [00:02:00.521]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/121_struct_return.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5693538Z [00:02:00.526]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/36_array_initialisers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5749590Z [00:02:00.532]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/02_printf.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5804069Z [00:02:00.537]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/47_switch_return.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5858194Z [00:02:00.543]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/43_void_param.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5911938Z [00:02:00.548]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/86_memory-model.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.5966663Z [00:02:00.554]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/00_assignment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6021798Z [00:02:00.559]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/87_dead_code.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6076750Z [00:02:00.565]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/45_empty_for.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6133069Z [00:02:00.570]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/121_struct_return.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6190027Z [00:02:00.576]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/52_unnamed_enum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6249036Z [00:02:00.582]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/137_funcall_struct_args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6306644Z [00:02:00.588]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/21_char_array.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6366245Z [00:02:00.594]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/15_recursion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6425693Z [00:02:00.600]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/45_empty_for.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6486251Z [00:02:00.606]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/109_float_struct_calling.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6547254Z [00:02:00.612]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/129_scopes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6608851Z [00:02:00.618]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/32_led.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6669848Z [00:02:00.624]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/06_case.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6728754Z [00:02:00.630]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/135_func_arg_struct_compare.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6785863Z [00:02:00.636]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/115_bound_setjmp.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6848779Z [00:02:00.642]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/27_sizeof.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6906034Z [00:02:00.648]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.6964861Z [00:02:00.654]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/106_versym.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7020536Z [00:02:00.659]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/73_arm64.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7075792Z [00:02:00.665]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/127_asm_goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7131088Z [00:02:00.670]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/112_backtrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7186626Z [00:02:00.676]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/40_stdio.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7244672Z [00:02:00.682]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/37_sprintf.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7303461Z [00:02:00.687]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/70_floating_point_literals.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7358730Z [00:02:00.693]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/120+_alias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7414534Z [00:02:00.699]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/132_bound_test.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7470720Z [00:02:00.704]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7527298Z [00:02:00.710]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/24_math_library.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7583778Z [00:02:00.715]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/118_switch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7641465Z [00:02:00.721]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/50_logical_second_arg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7697226Z [00:02:00.727]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/113_btdll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7752729Z [00:02:00.732]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/80_flexarray.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7813867Z [00:02:00.738]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7872873Z [00:02:00.744]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/34_array_assignment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7929916Z [00:02:00.750]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/18_include.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.7984987Z [00:02:00.756]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/13_integer_literals.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8039652Z [00:02:00.761]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/82_attribs_position.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8094054Z [00:02:00.767]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/25_quicksort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8148128Z [00:02:00.772]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/51_static.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8201666Z [00:02:00.777]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/28_strings.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8256560Z [00:02:00.783]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/119_random_stuff.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8311149Z [00:02:00.788]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/131_return_struct_in_reg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8366753Z [00:02:00.794]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/06_case.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8425319Z [00:02:00.800]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/17_enum.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8482329Z [00:02:00.805]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/107_stack_safe.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8537516Z [00:02:00.811]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/131_return_struct_in_reg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8594428Z [00:02:00.816]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/102_alignas.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8647981Z [00:02:00.822]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/49_bracket_evaluation.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8703295Z [00:02:00.827]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/105_local_extern.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8757541Z [00:02:00.833]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/99_fastcall.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8811139Z [00:02:00.838]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/84_hex-float.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8865908Z [00:02:00.844]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/03_struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8924459Z [00:02:00.850]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/110_average.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.8978884Z [00:02:00.855]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/35_sizeof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9038410Z [00:02:00.861]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/134_double_to_signed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9097835Z [00:02:00.867]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/136_atomic_gcc_style.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9152412Z [00:02:00.872]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/09_do_while.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9207151Z [00:02:00.878]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/127_asm_goto.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9261550Z [00:02:00.883]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/20_pointer_comparison.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9316677Z [00:02:00.889]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/79_vla_continue.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9369954Z [00:02:00.894]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/01_comment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9424141Z [00:02:00.900]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/11_precedence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9477227Z [00:02:00.905]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/82_attribs_position.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9530174Z [00:02:00.910]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/71_macro_empty_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9586171Z [00:02:00.916]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/132_bound_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9641337Z [00:02:00.921]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/tests/tests2/128_run_atexit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9695951Z [00:02:00.927]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/varargs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9750988Z [00:02:00.932]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/tccdefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9805349Z [00:02:00.938]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdbool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9858226Z [00:02:00.943]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdarg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9912201Z [00:02:00.948]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdatomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:17.9968000Z [00:02:00.954]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdalign.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0022266Z [00:02:00.959]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stddef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0075623Z [00:02:00.965]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/float.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0131210Z [00:02:00.970]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/tgmath.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0189250Z [00:02:00.976]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/include/stdnoreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0248063Z [00:02:00.982]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/tcov.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0303807Z [00:02:00.987]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/libtcc1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0359930Z [00:02:00.993]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bt-exe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0416489Z [00:02:00.999]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/builtin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0471421Z [00:02:01.004]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bt-dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0524961Z [00:02:01.010]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/atomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0579924Z [00:02:01.015]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/lib-arm64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0635941Z [00:02:01.021]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/va_list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0693320Z [00:02:01.026]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/alloca.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0749110Z [00:02:01.032]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/runmain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0804221Z [00:02:01.038]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bt-log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0859879Z [00:02:01.043]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/stdatomic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0916000Z [00:02:01.049]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.0973871Z [00:02:01.054]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/lib-arm64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1029881Z [00:02:01.060]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/bcheck.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1086539Z [00:02:01.066]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/builtin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1143481Z [00:02:01.071]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/alloca-bt.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1201092Z [00:02:01.077]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/dsohandle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1256261Z [00:02:01.083]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/armflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1310847Z [00:02:01.088]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/tcov.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1365589Z [00:02:01.094]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/stdatomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1420335Z [00:02:01.099]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/dsohandle.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1476633Z [00:02:01.105]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/armeabi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1536166Z [00:02:01.111]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.rAFv4OgMGN/TEMPREPO/lib/atomic.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1596225Z [00:02:01.117]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1654163Z [00:02:01.122]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1710328Z [00:02:01.128]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1767748Z [00:02:01.134]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1825708Z [00:02:01.140]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1883176Z [00:02:01.145]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:18.1939676Z [00:02:01.151]➜  mode of '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:09:18.2381855Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-18T22:09:18.2382712Z [00:02:01.195]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-18T22:09:22.4135033Z 
2025-08-18T22:09:22.4135749Z [+] Sanitizing /tmp/pkgforge/UcTfQU96i_SBUILD/BUILD.log ==> /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.static.log
2025-08-18T22:09:24.4540435Z '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tinycc.static.log' -> '/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/tcc.log'
2025-08-18T22:09:24.4579563Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc.log
2025-08-18T22:09:24.4580445Z 
2025-08-18T22:09:24.4581099Z [+] Parsing/Uploading tinycc/tcc --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftinycc%2Ftcc [aarch64-Linux]
2025-08-18T22:09:24.4606957Z {
2025-08-18T22:09:24.4607187Z   "_disabled": "false",
2025-08-18T22:09:24.4607386Z   "host": "aarch64-Linux",
2025-08-18T22:09:24.4607600Z   "rank": "",
2025-08-18T22:09:24.4607771Z   "pkg": "tinycc.static",
2025-08-18T22:09:24.4607966Z   "pkg_family": "tinycc",
2025-08-18T22:09:24.4608186Z   "pkg_id": "github.com.TinyCC.tinycc.glibc",
2025-08-18T22:09:24.4608428Z   "pkg_name": "tcc",
2025-08-18T22:09:24.4608606Z   "pkg_type": "static",
2025-08-18T22:09:24.4608977Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc",
2025-08-18T22:09:24.4609368Z   "app_id": "",
2025-08-18T22:09:24.4609532Z   "appstream": "",
2025-08-18T22:09:24.4609698Z   "category": [
2025-08-18T22:09:24.4609856Z     "ConsoleOnly",
2025-08-18T22:09:24.4610016Z     "Utility"
2025-08-18T22:09:24.4610174Z   ],
2025-08-18T22:09:24.4610341Z   "description": "Fast Tiny C Compiler",
2025-08-18T22:09:24.4610568Z   "desktop": "",
2025-08-18T22:09:24.4611008Z   "homepage": [
2025-08-18T22:09:24.4611201Z     "https://bellard.org/tcc/",
2025-08-18T22:09:24.4611427Z     "https://github.com/TinyCC/tinycc"
2025-08-18T22:09:24.4611642Z   ],
2025-08-18T22:09:24.4612185Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc.png",
2025-08-18T22:09:24.4612753Z   "license": [
2025-08-18T22:09:24.4612912Z     "LGPL-2.1"
2025-08-18T22:09:24.4613059Z   ],
2025-08-18T22:09:24.4613202Z   "maintainer": [
2025-08-18T22:09:24.4613406Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:09:24.4613642Z   ],
2025-08-18T22:09:24.4613789Z   "provides": [
2025-08-18T22:09:24.4613949Z     "tcc==tinycc"
2025-08-18T22:09:24.4614103Z   ],
2025-08-18T22:09:24.4614243Z   "note": [
2025-08-18T22:09:24.4614533Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/TinyCC/tinycc",
2025-08-18T22:09:24.4614912Z     "Statically Linked on Debian (GLIBC)"
2025-08-18T22:09:24.4615133Z   ],
2025-08-18T22:09:24.4615274Z   "repology": [
2025-08-18T22:09:24.4615425Z     "tinycc"
2025-08-18T22:09:24.4615602Z   ],
2025-08-18T22:09:24.4615746Z   "screenshots": [],
2025-08-18T22:09:24.4616237Z   "src_url": [
2025-08-18T22:09:24.4616453Z     "https://github.com/TinyCC/tinycc",
2025-08-18T22:09:24.4616692Z     "https://repo.or.cz/tinycc.git"
2025-08-18T22:09:24.4616901Z   ],
2025-08-18T22:09:24.4617037Z   "tag": [
2025-08-18T22:09:24.4617187Z     "compiler"
2025-08-18T22:09:24.4617336Z   ],
2025-08-18T22:09:24.4617490Z   "version": "HEAD-80e7040-250818T222805",
2025-08-18T22:09:24.4617730Z   "version_upstream": "NA-2025-08-18",
2025-08-18T22:09:24.4618065Z   "bsum": "41687aac04c9e39535531ecaff2c9b4d676221b2e7d29bfcd5c80cbfd3322d63",
2025-08-18T22:09:24.4618401Z   "build_date": "2025-08-18T22:09:18Z",
2025-08-18T22:09:24.4618736Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051106027",
2025-08-18T22:09:24.4619064Z   "build_id": "17051106027",
2025-08-18T22:09:24.4619618Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc.log",
2025-08-18T22:09:24.4620430Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tinycc/static.official.glibc.yaml",
2025-08-18T22:09:24.4621585Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc",
2025-08-18T22:09:24.4622378Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-aarch64-linux",
2025-08-18T22:09:24.4622916Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc",
2025-08-18T22:09:24.4623578Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&manifest",
2025-08-18T22:09:24.4624466Z   "shasum": "f91868d7512a9fd63f74937982f8aa502c5a73d22cc8d9ba8e4e649b5bab9a38",
2025-08-18T22:09:24.4624800Z   "size": "968 KB",
2025-08-18T22:09:24.4624967Z   "size_raw": "990904",
2025-08-18T22:09:24.4625143Z   "snapshots": [
2025-08-18T22:09:24.4625376Z     "HEAD-6ec4a10-250216T134437-aarch64-linux[NA-2025-02-16]",
2025-08-18T22:09:24.4625706Z     "HEAD-8c4e673-250311T225622-aarch64-linux[NA-2025-03-11]",
2025-08-18T22:09:24.4626035Z     "HEAD-59aecdb-250528T213330-aarch64-linux[NA-2025-05-28]",
2025-08-18T22:09:24.4626362Z     "HEAD-5fad6dc-250619T032759-aarch64-linux[NA-2025-06-19]",
2025-08-18T22:09:24.4626693Z     "HEAD-2d4e4a6-250623T103024-aarch64-linux[NA-2025-06-23]",
2025-08-18T22:09:24.4627015Z     "HEAD-32b5977-250624T213831-aarch64-linux[NA-2025-06-24]",
2025-08-18T22:09:24.4627335Z     "HEAD-0c12363-250711T221330-aarch64-linux[NA-2025-07-11]",
2025-08-18T22:09:24.4627657Z     "HEAD-28d7fb8-250714T163933-aarch64-linux[NA-2025-07-14]",
2025-08-18T22:09:24.4627989Z     "HEAD-2ffb586-250719T003012-aarch64-linux[NA-2025-07-19]",
2025-08-18T22:09:24.4628313Z     "HEAD-a2902d3-250721T004851-aarch64-linux[NA-2025-07-21]",
2025-08-18T22:09:24.4628634Z     "HEAD-8025a82-250727T112216-aarch64-linux[NA-2025-07-27]",
2025-08-18T22:09:24.4628961Z     "HEAD-666e88e-250729T082657-aarch64-linux[NA-2025-07-29]",
2025-08-18T22:09:24.4629288Z     "HEAD-5364bc7-250803T184132-aarch64-linux[NA-2025-08-03]",
2025-08-18T22:09:24.4629613Z     "HEAD-9dffcd2-250805T221413-aarch64-linux[NA-2025-08-05]",
2025-08-18T22:09:24.4629939Z     "HEAD-fa97954-250807T113209-aarch64-linux[NA-2025-08-07]"
2025-08-18T22:09:24.4630194Z   ]
2025-08-18T22:09:24.4630334Z }
2025-08-18T22:09:24.4630432Z 
2025-08-18T22:09:24.4630436Z 
2025-08-18T22:09:24.6684791Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-aarch64-linux": ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-aarch64-linux: not found
2025-08-18T22:09:24.6725276Z Uploading empty artifact
2025-08-18T22:09:24.6728080Z time=2025-08-18T22:09:24Z level=debug msg=Request #0
2025-08-18T22:09:24.6729158Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/sha256:79ad5a18db3897532d9ab00fd6a1c85182163cb2bb2256fff5794e6e6a9f45d6"
2025-08-18T22:09:24.6729858Z > Request method: "HEAD"
2025-08-18T22:09:24.6730047Z > Request headers:
2025-08-18T22:09:24.6730222Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:09:24.6731487Z    "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:09:24.7194606Z time=2025-08-18T22:09:24Z level=debug msg=Response #0
2025-08-18T22:09:24.7194944Z < Response Status: "401 Unauthorized"
2025-08-18T22:09:24.7195169Z < Response headers:
2025-08-18T22:09:24.7195384Z    "Content-Type": "application/json"
2025-08-18T22:09:24.7196575Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tinycc/official/glibc/tcc:pull\""
2025-08-18T22:09:24.7197096Z    "Date": "Mon, 18 Aug 2025 22:09:24 GMT"
2025-08-18T22:09:24.7197323Z    "Content-Length": "73"
2025-08-18T22:09:24.7197578Z    "X-Github-Request-Id": "2819:33CEEA:2404A:27303:68A3A494"
2025-08-18T22:09:24.7197882Z time=2025-08-18T22:09:24Z level=debug msg=Request #1
2025-08-18T22:09:24.7198437Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftinycc%2Fofficial%2Fglibc%2Ftcc%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:09:24.7198957Z > Request method: "GET"
2025-08-18T22:09:24.7199138Z > Request headers:
2025-08-18T22:09:24.7199311Z    "Authorization": "*****"
2025-08-18T22:09:24.7199509Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:09:24.7837835Z time=2025-08-18T22:09:24Z level=debug msg=Response #1
2025-08-18T22:09:24.7838503Z < Response Status: "200 OK"
2025-08-18T22:09:24.7838696Z < Response headers:
2025-08-18T22:09:24.7838887Z    "Content-Type": "application/json"
2025-08-18T22:09:24.7839159Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:09:24.7839542Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:09:24.7839906Z    "Date": "Mon, 18 Aug 2025 22:09:24 GMT"
2025-08-18T22:09:24.7840131Z    "Content-Length": "69"
2025-08-18T22:09:24.7840371Z    "X-Github-Request-Id": "2819:33CEEA:2404C:27305:68A3A494"
2025-08-18T22:09:24.7840915Z time=2025-08-18T22:09:24Z level=debug msg=Request #2
2025-08-18T22:09:24.7841625Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/sha256:79ad5a18db3897532d9ab00fd6a1c85182163cb2bb2256fff5794e6e6a9f45d6"
2025-08-18T22:09:24.7842263Z > Request method: "HEAD"
2025-08-18T22:09:24.7842447Z > Request headers:
2025-08-18T22:09:24.7843326Z    "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:09:24.7844275Z    "Authorization": "*****"
2025-08-18T22:09:24.7844472Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:09:24.8018761Z time=2025-08-18T22:09:24Z level=debug msg=Response #2
2025-08-18T22:09:24.8019040Z < Response Status: "404 Not Found"
2025-08-18T22:09:24.8019250Z < Response headers:
2025-08-18T22:09:24.8019476Z    "X-Github-Request-Id": "2819:33CEEA:24058:27318:68A3A494"
2025-08-18T22:09:24.8019758Z    "Content-Type": "application/json"
2025-08-18T22:09:24.8020029Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:09:24.8020409Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:09:24.8020938Z    "Date": "Mon, 18 Aug 2025 22:09:24 GMT"
2025-08-18T22:09:24.8021169Z    "Content-Length": "70"
2025-08-18T22:09:24.8021410Z time=2025-08-18T22:09:24Z level=debug msg=Request #3
2025-08-18T22:09:24.8022079Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:09:24.8022701Z > Request method: "HEAD"
2025-08-18T22:09:24.8022883Z > Request headers:
2025-08-18T22:09:24.8023378Z    "Authorization": "*****"
2025-08-18T22:09:24.8023604Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:09:24.8176768Z time=2025-08-18T22:09:24Z level=debug msg=Response #3
2025-08-18T22:09:24.8177046Z < Response Status: "200 OK"
2025-08-18T22:09:24.8177238Z < Response headers:
2025-08-18T22:09:24.8177409Z    "Content-Type": ""
2025-08-18T22:09:24.8177777Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:09:24.8178232Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:09:24.8178626Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:09:24.8179108Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:09:24.8179453Z    "Date": "Mon, 18 Aug 2025 22:09:24 GMT"
2025-08-18T22:09:24.8179726Z    "X-Github-Request-Id": "2819:33CEEA:24063:2731E:68A3A494"
2025-08-18T22:09:24.8179998Z    "Content-Length": "0"
2025-08-18T22:09:24.8180238Z time=2025-08-18T22:09:24Z level=debug msg=Request #4
2025-08-18T22:09:24.8180988Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/HEAD-80e7040-250818T222805-aarch64-linux"
2025-08-18T22:09:24.8181519Z > Request method: "PUT"
2025-08-18T22:09:24.8181695Z > Request headers:
2025-08-18T22:09:24.8181937Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:09:24.8182229Z    "Authorization": "*****"
2025-08-18T22:09:24.8182424Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:09:25.1222134Z time=2025-08-18T22:09:25Z level=debug msg=Response #4
2025-08-18T22:09:25.1222709Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:25.1223599Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:09:25.1223981Z Digest: sha256:79ad5a18db3897532d9ab00fd6a1c85182163cb2bb2256fff5794e6e6a9f45d6
2025-08-18T22:09:25.1224353Z < Response Status: "201 Created"
2025-08-18T22:09:25.1224576Z < Response headers:
2025-08-18T22:09:25.1224754Z    "Content-Length": "0"
2025-08-18T22:09:25.1224995Z    "X-Github-Request-Id": "2819:33CEEA:24068:27323:68A3A494"
2025-08-18T22:09:25.1225280Z    "Content-Type": "application/json"
2025-08-18T22:09:25.1225694Z    "Docker-Content-Digest": "sha256:79ad5a18db3897532d9ab00fd6a1c85182163cb2bb2256fff5794e6e6a9f45d6"
2025-08-18T22:09:25.1226153Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:09:25.1226778Z    "Location": "/v2/pkgforge/bincache/tinycc/official/glibc/tcc/manifests/sha256:79ad5a18db3897532d9ab00fd6a1c85182163cb2bb2256fff5794e6e6a9f45d6"
2025-08-18T22:09:25.1227481Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:09:25.1227835Z    "Date": "Mon, 18 Aug 2025 22:09:25 GMT"
2025-08-18T22:09:27.2959851Z Uploading cf65a35b9a09 CHECKSUM
2025-08-18T22:09:27.3145283Z Uploading ad3cb7a9edd1 CHECKSUM.sig
2025-08-18T22:09:27.3302106Z Uploading f91868d7512a tcc
2025-08-18T22:09:27.3414610Z Uploading 5fcb21293dde tcc.sig
2025-08-18T22:09:27.3463496Z Exists    512d2d21b6b3 LICENSE
2025-08-18T22:09:27.3706305Z Uploading ac3d3a041888 LICENSE.sig
2025-08-18T22:09:28.1904599Z Uploaded  ad3cb7a9edd1 CHECKSUM.sig
2025-08-18T22:09:28.2286130Z Exists    f127d0b4579c SBUILD
2025-08-18T22:09:28.2404996Z Uploaded  5fcb21293dde tcc.sig
2025-08-18T22:09:28.2693890Z Uploaded  cf65a35b9a09 CHECKSUM
2025-08-18T22:09:28.2742082Z Uploading 8c7e19284480 SBUILD.sig
2025-08-18T22:09:28.2781131Z Exists    11cf0313013e tcc.png
2025-08-18T22:09:28.3036306Z Uploading e27d1f1e3e5b tcc.json
2025-08-18T22:09:28.3217986Z Uploading 9260350b184e tcc.json.sig
2025-08-18T22:09:28.3226219Z Uploaded  ac3d3a041888 LICENSE.sig
2025-08-18T22:09:28.3441560Z Uploading c83cc6428f46 tcc.log
2025-08-18T22:09:28.3950531Z Uploaded  f91868d7512a tcc
2025-08-18T22:09:28.4134706Z Uploading 44db581d1f60 tcc.log.sig
2025-08-18T22:09:29.2498130Z Uploaded  8c7e19284480 SBUILD.sig
2025-08-18T22:09:29.2694988Z Exists    df59955db388 tcc.version
2025-08-18T22:09:29.2707836Z Uploaded  9260350b184e tcc.json.sig
2025-08-18T22:09:29.2878394Z Uploading d7d8ec2d2002 tcc.version.sig
2025-08-18T22:09:29.3286399Z Uploaded  e27d1f1e3e5b tcc.json
2025-08-18T22:09:29.4041532Z Uploaded  c83cc6428f46 tcc.log
2025-08-18T22:09:29.4569645Z Uploaded  44db581d1f60 tcc.log.sig
2025-08-18T22:09:30.4005040Z Uploaded  d7d8ec2d2002 tcc.version.sig
2025-08-18T22:09:30.4005737Z Uploading b1ec62efbc72 tcc
2025-08-18T22:09:30.7202785Z Uploaded  b1ec62efbc72 tcc
2025-08-18T22:09:30.7203326Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:30.7203829Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:09:30.7204248Z Digest: sha256:b1ec62efbc72ffc824b056da51e2855c68f23d5d66ab6455eb37bc9dfee36448
2025-08-18T22:09:35.8626407Z 
2025-08-18T22:09:35.8627091Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:35.8627818Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/glibc/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&manifest 
2025-08-18T22:09:35.8628312Z 
2025-08-18T22:09:37.5425183Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-18T22:09:37.6060009Z ./BUILD_ARTIFACTS.tar : 43.15%   (  12.8 MiB =>   5.52 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-18T22:09:37.6107920Z removed './BUILD_ARTIFACTS.tar'
2025-08-18T22:09:37.6144828Z 
2025-08-18T22:09:37.6145646Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml :: 00(Hr):02(Min):21(Sec)
2025-08-18T22:09:37.6146268Z 
2025-08-18T22:09:37.6158944Z 
2025-08-18T22:09:37.6159514Z ==> [+] Finished Building at :: Monday, 2025-08-18 (10:09:37 PM) UTC
2025-08-18T22:09:37.6159749Z 
2025-08-18T22:09:37.7834197Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-18T22:09:37.7883172Z ##[group]Run ##Presets
2025-08-18T22:09:37.7883526Z [36;1m##Presets[0m
2025-08-18T22:09:37.7883705Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:37.7883890Z [36;1m#-------------#[0m
2025-08-18T22:09:37.7884069Z [36;1m##Debug?[0m
2025-08-18T22:09:37.7884283Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:37.7884547Z [36;1m  set -x[0m
2025-08-18T22:09:37.7884707Z [36;1mfi[0m
2025-08-18T22:09:37.7884862Z [36;1m#-------------#[0m
2025-08-18T22:09:37.7885040Z [36;1m##Set ENV[0m
2025-08-18T22:09:37.7885246Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-18T22:09:37.7885707Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-80e7040-250818T222805-aarch64-linux"[0m
2025-08-18T22:09:37.7886238Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-80e7040-250818T222805-aarch64-linux"[0m
2025-08-18T22:09:37.7886798Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027"[0m
2025-08-18T22:09:37.7887284Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-18T22:09:37.7887660Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:09:37.7888086Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:09:37.7888402Z [36;1m fi[0m
2025-08-18T22:09:37.7888558Z [36;1m##Push[0m
2025-08-18T22:09:37.7888757Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-18T22:09:37.7889016Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-18T22:09:37.7889363Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-18T22:09:37.7889818Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:09:37.7890252Z [36;1m     ls -sh "/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR"[0m
2025-08-18T22:09:37.7890571Z [36;1m     ghcr_push_cmd()[0m
2025-08-18T22:09:37.7891021Z [36;1m       {[0m
2025-08-18T22:09:37.7891202Z [36;1m        for i in {1..10}; do[0m
2025-08-18T22:09:37.7891520Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-18T22:09:37.7891943Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-18T22:09:37.7892356Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-18T22:09:37.7892874Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-80e7040-250818T222805-aarch64-linux")[0m
2025-08-18T22:09:37.7893568Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17051106027")[0m
2025-08-18T22:09:37.7894146Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17051106027")[0m
2025-08-18T22:09:37.7894823Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc:HEAD-80e7040-250818T222805-aarch64-linux")[0m
2025-08-18T22:09:37.7895521Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-18T22:09:18Z")[0m
2025-08-18T22:09:37.7895997Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:37.7896492Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-18T22:09:18Z")[0m
2025-08-18T22:09:37.7897156Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc")[0m
2025-08-18T22:09:37.7897793Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-18T22:09:37.7898301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:37.7899369Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:37.7900102Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc")[0m
2025-08-18T22:09:37.7900911Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tinycc")[0m
2025-08-18T22:09:37.7901442Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/TinyCC/tinycc")[0m
2025-08-18T22:09:37.7901949Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-18T22:09:37.7902444Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:37.7902905Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-18T22:09:37.7903387Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-18T22:09:37.7903799Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-18T22:09:37.7904030Z [36;1m         #Check[0m
2025-08-18T22:09:37.7904590Z [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:09:18Z" ]]; then[0m
2025-08-18T22:09:37.7905284Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-18T22:09:37.7905611Z [36;1m            break[0m
2025-08-18T22:09:37.7905801Z [36;1m          else[0m
2025-08-18T22:09:37.7906176Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-18T22:09:37.7906583Z [36;1m          fi[0m
2025-08-18T22:09:37.7906792Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-18T22:09:37.7907027Z [36;1m        done[0m
2025-08-18T22:09:37.7907194Z [36;1m       }[0m
2025-08-18T22:09:37.7907372Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-18T22:09:37.7907603Z [36;1m       ghcr_push_cmd[0m
2025-08-18T22:09:37.7908164Z [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:09:18Z" ]]; then[0m
2025-08-18T22:09:37.7908898Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:09:37.7909280Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-18T22:09:37.7909519Z [36;1m          ghcr_push_cmd[0m
2025-08-18T22:09:37.7910089Z [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:09:18Z" ]]; then[0m
2025-08-18T22:09:37.7910925Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-18T22:09:37.7911419Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:09:37.7911793Z [36;1m             return 1 || exit 1[0m
2025-08-18T22:09:37.7912011Z [36;1m           fi[0m
2025-08-18T22:09:37.7912183Z [36;1m       fi[0m
2025-08-18T22:09:37.7912346Z [36;1m   fi[0m
2025-08-18T22:09:37.7912505Z [36;1m fi[0m
2025-08-18T22:09:37.7912666Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:09:37.7947768Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:37.7947978Z env:
2025-08-18T22:09:37.7948132Z   CROSS_COMPILING: NO
2025-08-18T22:09:37.7948326Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:37.7948535Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:37.7948731Z   ON_QEMU: NO
2025-08-18T22:09:37.7948884Z   DEBUG: 0
2025-08-18T22:09:37.7949306Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:37.7949520Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:37.7949805Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:37.7950236Z   KEEP_LOGS: YES
2025-08-18T22:09:37.7950416Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:37.7950607Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:37.7951025Z   SBUILD_REBUILD: false
2025-08-18T22:09:37.7951527Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:37.7952043Z   BUILD_SYS: null
2025-08-18T22:09:37.7952204Z   SYSTMP: /tmp
2025-08-18T22:09:37.7952362Z   GHA_MODE: MATRIX
2025-08-18T22:09:37.7952755Z   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:09:37.7953237Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:37.7953533Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:37.7953899Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:37.7954359Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:37.7954715Z   PKG_TYPE: static
2025-08-18T22:09:37.7954921Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:37.7955125Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:37.7955474Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:37.7955807Z   BUILD_ID: 17051106027
2025-08-18T22:09:37.7955975Z   PKG_NAME: tcc
2025-08-18T22:09:37.7956139Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:37.7956355Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:37.7956593Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:37.7956890Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:37.7957224Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:37.7957651Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:37.7958065Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:37.7958315Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:37.7958756Z   GHCR_TOKEN: ***
2025-08-18T22:09:37.7959015Z   GITHUB_TOKEN: ***
2025-08-18T22:09:37.7959217Z   GITLAB_TOKEN: ***
2025-08-18T22:09:37.7960308Z   MINISIGN_KEY: ***
2025-08-18T22:09:37.7960473Z ##[endgroup]
2025-08-18T22:09:37.8028560Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-18T22:09:37.8037383Z 5.6M	./BUILD_ARTIFACTS.zstd
2025-08-18T22:09:37.8048352Z total 1.9M
2025-08-18T22:09:37.8049010Z 4.0K CHECKSUM
2025-08-18T22:09:37.8049306Z 4.0K CHECKSUM.sig
2025-08-18T22:09:37.8049486Z  28K LICENSE
2025-08-18T22:09:37.8049669Z 4.0K LICENSE.sig
2025-08-18T22:09:37.8049829Z 8.0K SBUILD
2025-08-18T22:09:37.8049976Z 4.0K SBUILD.sig
2025-08-18T22:09:37.8050137Z 4.0K SBUILD_TEMP
2025-08-18T22:09:37.8050297Z  68K c2str.exe
2025-08-18T22:09:37.8050453Z 4.0K c2str.exe.sig
2025-08-18T22:09:37.8050735Z  24K configure
2025-08-18T22:09:37.8050898Z 4.0K configure.sig
2025-08-18T22:09:37.8051060Z 968K tcc
2025-08-18T22:09:37.8051198Z 4.0K tcc.json
2025-08-18T22:09:37.8051358Z 4.0K tcc.json.sig
2025-08-18T22:09:37.8051518Z 328K tcc.log
2025-08-18T22:09:37.8051671Z 4.0K tcc.log.sig
2025-08-18T22:09:37.8051833Z  40K tcc.png
2025-08-18T22:09:37.8051985Z 4.0K tcc.sig
2025-08-18T22:09:37.8052135Z 4.0K tcc.version
2025-08-18T22:09:37.8052300Z 4.0K tcc.version.sig
2025-08-18T22:09:37.8052473Z  12K texi2pod.pl
2025-08-18T22:09:37.8052639Z 4.0K texi2pod.pl.sig
2025-08-18T22:09:37.8052820Z 328K tinycc.static.log
2025-08-18T22:09:37.8053002Z 4.0K tinycc.static.version
2025-08-18T22:09:37.8053206Z 4.0K tinycc.static.version.sig
2025-08-18T22:09:37.8053407Z 4.0K tinycc.version
2025-08-18T22:09:37.8053580Z 4.0K tinycc.version.sig
2025-08-18T22:09:37.9415719Z Uploading b5c14d7d3c41 BUILD_ARTIFACTS.zstd
2025-08-18T22:09:39.1811252Z Uploaded  b5c14d7d3c41 BUILD_ARTIFACTS.zstd
2025-08-18T22:09:39.1811569Z Uploading 09e0ba0860dc SRCBUILD-tinycc
2025-08-18T22:09:39.4531073Z Uploaded  09e0ba0860dc SRCBUILD-tinycc
2025-08-18T22:09:39.4532265Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027:HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:39.4532868Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:09:39.4533252Z Digest: sha256:09e0ba0860dcb0b2fc19ee12d73e91c6d211356445cf7e15d44cf765689f0ca2
2025-08-18T22:09:44.6071220Z 
2025-08-18T22:09:44.6072058Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:44.6072490Z 
2025-08-18T22:09:44.7513147Z ##[group]Run ##Presets
2025-08-18T22:09:44.7513447Z [36;1m##Presets[0m
2025-08-18T22:09:44.7513621Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:44.7513807Z [36;1m#-------------#[0m
2025-08-18T22:09:44.7513988Z [36;1m##Debug?[0m
2025-08-18T22:09:44.7514201Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:44.7514486Z [36;1m  set -x[0m
2025-08-18T22:09:44.7514646Z [36;1mfi[0m
2025-08-18T22:09:44.7514799Z [36;1m#-------------#[0m
2025-08-18T22:09:44.7515031Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-18T22:09:44.7515331Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:09:44.7548398Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:44.7548619Z env:
2025-08-18T22:09:44.7548776Z   CROSS_COMPILING: NO
2025-08-18T22:09:44.7548968Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:44.7549180Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:44.7549381Z   ON_QEMU: NO
2025-08-18T22:09:44.7549579Z   DEBUG: 0
2025-08-18T22:09:44.7549742Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:44.7549952Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:44.7550233Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:44.7550529Z   KEEP_LOGS: YES
2025-08-18T22:09:44.7551022Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:44.7551229Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:44.7551439Z   SBUILD_REBUILD: false
2025-08-18T22:09:44.7551945Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:44.7552464Z   BUILD_SYS: null
2025-08-18T22:09:44.7552629Z   SYSTMP: /tmp
2025-08-18T22:09:44.7552789Z   GHA_MODE: MATRIX
2025-08-18T22:09:44.7553185Z   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:09:44.7553667Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:44.7553975Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:44.7554334Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:44.7554789Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:44.7555148Z   PKG_TYPE: static
2025-08-18T22:09:44.7555323Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:44.7555538Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:44.7555888Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:44.7556226Z   BUILD_ID: 17051106027
2025-08-18T22:09:44.7556398Z   PKG_NAME: tcc
2025-08-18T22:09:44.7556564Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:44.7556780Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:44.7557019Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:44.7557320Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:44.7557662Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:44.7558089Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:44.7558505Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:44.7558754Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:44.7559001Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:44.7559473Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:44.7560276Z ##[endgroup]
2025-08-18T22:09:44.7693271Z ##[group]Run actions/upload-artifact@v4
2025-08-18T22:09:44.7693582Z with:
2025-08-18T22:09:44.7693752Z   name: Bincache_tinycc_aarch64-Linux
2025-08-18T22:09:44.7694014Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-18T22:09:44.7694266Z   compression-level: 0
2025-08-18T22:09:44.7694450Z   retention-days: 30
2025-08-18T22:09:44.7694624Z   overwrite: true
2025-08-18T22:09:44.7694799Z   if-no-files-found: warn
2025-08-18T22:09:44.7695001Z   include-hidden-files: false
2025-08-18T22:09:44.7695195Z env:
2025-08-18T22:09:44.7695345Z   CROSS_COMPILING: NO
2025-08-18T22:09:44.7695533Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:44.7695742Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:44.7695934Z   ON_QEMU: NO
2025-08-18T22:09:44.7696084Z   DEBUG: 0
2025-08-18T22:09:44.7696244Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:44.7696476Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:44.7696749Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:44.7697101Z   KEEP_LOGS: YES
2025-08-18T22:09:44.7697288Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:44.7697478Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:44.7697731Z   SBUILD_REBUILD: false
2025-08-18T22:09:44.7698232Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:44.7698743Z   BUILD_SYS: null
2025-08-18T22:09:44.7698909Z   SYSTMP: /tmp
2025-08-18T22:09:44.7699068Z   GHA_MODE: MATRIX
2025-08-18T22:09:44.7699464Z   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:09:44.7699944Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:44.7700243Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:44.7700599Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:44.7701284Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:44.7701642Z   PKG_TYPE: static
2025-08-18T22:09:44.7701814Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:44.7702018Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:44.7702368Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:44.7702703Z   BUILD_ID: 17051106027
2025-08-18T22:09:44.7702874Z   PKG_NAME: tcc
2025-08-18T22:09:44.7703043Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:44.7703257Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:44.7703494Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:44.7703793Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:44.7704133Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:44.7704556Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:44.7704984Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:44.7705236Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:44.7705488Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:44.7705966Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:44.7706382Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:44.7706583Z ##[endgroup]
2025-08-18T22:09:44.9613937Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-18T22:09:44.9616042Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-18T22:09:44.9616675Z With the provided path, there will be 2 files uploaded
2025-08-18T22:09:45.0834105Z Artifact name is valid!
2025-08-18T22:09:45.0835174Z Root directory input is valid!
2025-08-18T22:09:45.1152107Z Beginning upload of artifact content to blob storage
2025-08-18T22:09:45.3142586Z Uploaded bytes 6409627
2025-08-18T22:09:45.3278403Z Finished uploading artifact content to blob storage!
2025-08-18T22:09:45.3279893Z SHA256 digest of uploaded artifact zip is ff432f22f83fc3eca976576ba0cb8d9ea7330f49a938f9c56e72905b7eec2094
2025-08-18T22:09:45.3280377Z Finalizing artifact upload
2025-08-18T22:09:45.4218496Z Artifact Bincache_tinycc_aarch64-Linux.zip successfully finalized. Artifact ID 3793157896
2025-08-18T22:09:45.4219166Z Artifact Bincache_tinycc_aarch64-Linux has been successfully uploaded! Final size is 6409627 bytes. Artifact ID is 3793157896
2025-08-18T22:09:45.4227135Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17051106027/artifacts/3793157896
2025-08-18T22:09:45.4382670Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-18T22:09:45.4383003Z with:
2025-08-18T22:09:45.4383283Z   subject-name: tinycc-17051106027-HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.4384096Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:09:45.4384808Z   show-summary: true
2025-08-18T22:09:45.4384999Z   push-to-registry: false
2025-08-18T22:09:45.4385367Z   github-token: ***
2025-08-18T22:09:45.4385539Z env:
2025-08-18T22:09:45.4385691Z   CROSS_COMPILING: NO
2025-08-18T22:09:45.4385880Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:45.4386093Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:45.4386293Z   ON_QEMU: NO
2025-08-18T22:09:45.4386450Z   DEBUG: 0
2025-08-18T22:09:45.4386615Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:45.4386834Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:45.4387150Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:45.4387453Z   KEEP_LOGS: YES
2025-08-18T22:09:45.4387629Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:45.4387827Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:45.4388024Z   SBUILD_REBUILD: false
2025-08-18T22:09:45.4388525Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:45.4389055Z   BUILD_SYS: null
2025-08-18T22:09:45.4389228Z   SYSTMP: /tmp
2025-08-18T22:09:45.4389389Z   GHA_MODE: MATRIX
2025-08-18T22:09:45.4389789Z   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:09:45.4390276Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:45.4390581Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:45.4391328Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:45.4391808Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:45.4392169Z   PKG_TYPE: static
2025-08-18T22:09:45.4392350Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:45.4392560Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:45.4392922Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:45.4393273Z   BUILD_ID: 17051106027
2025-08-18T22:09:45.4393450Z   PKG_NAME: tcc
2025-08-18T22:09:45.4393623Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:45.4393843Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:45.4394089Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:45.4394399Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:45.4394793Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.4395229Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:45.4395665Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:45.4395917Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:45.4396174Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.4396658Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:45.4397430Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:45.4397636Z ##[endgroup]
2025-08-18T22:09:45.4475105Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-18T22:09:45.4475513Z env:
2025-08-18T22:09:45.4475672Z   CROSS_COMPILING: NO
2025-08-18T22:09:45.4475864Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:45.4476080Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:45.4476281Z   ON_QEMU: NO
2025-08-18T22:09:45.4476438Z   DEBUG: 0
2025-08-18T22:09:45.4476600Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:45.4476814Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:45.4477388Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:45.4477721Z   KEEP_LOGS: YES
2025-08-18T22:09:45.4477894Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:45.4478089Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:45.4478285Z   SBUILD_REBUILD: false
2025-08-18T22:09:45.4478789Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:45.4479317Z   BUILD_SYS: null
2025-08-18T22:09:45.4479488Z   SYSTMP: /tmp
2025-08-18T22:09:45.4479651Z   GHA_MODE: MATRIX
2025-08-18T22:09:45.4480053Z   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:09:45.4480542Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:45.4481086Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:45.4481456Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:45.4481923Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:45.4482284Z   PKG_TYPE: static
2025-08-18T22:09:45.4482458Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:45.4482666Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:45.4483024Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:45.4483379Z   BUILD_ID: 17051106027
2025-08-18T22:09:45.4483556Z   PKG_NAME: tcc
2025-08-18T22:09:45.4483727Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:45.4483949Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:45.4484194Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:45.4484503Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:45.4484847Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.4485282Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:45.4485708Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:45.4485967Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:45.4486223Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.4486702Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:45.4487127Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:45.4487343Z ##[endgroup]
2025-08-18T22:09:45.8026098Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-18T22:09:45.8026426Z with:
2025-08-18T22:09:45.8027059Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:09:45.8027861Z   subject-name: tinycc-17051106027-HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.8028250Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-18T22:09:45.8031003Z   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:09:45.8033784Z   push-to-registry: false
2025-08-18T22:09:45.8033984Z   show-summary: true
2025-08-18T22:09:45.8034509Z   github-token: ***
2025-08-18T22:09:45.8034684Z env:
2025-08-18T22:09:45.8034839Z   CROSS_COMPILING: NO
2025-08-18T22:09:45.8035234Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:45.8035462Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:45.8035666Z   ON_QEMU: NO
2025-08-18T22:09:45.8035821Z   DEBUG: 0
2025-08-18T22:09:45.8035983Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:45.8036199Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:45.8036488Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:45.8036791Z   KEEP_LOGS: YES
2025-08-18T22:09:45.8036962Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:45.8037164Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:45.8037361Z   SBUILD_REBUILD: false
2025-08-18T22:09:45.8037856Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:45.8038381Z   BUILD_SYS: null
2025-08-18T22:09:45.8038557Z   SYSTMP: /tmp
2025-08-18T22:09:45.8038719Z   GHA_MODE: MATRIX
2025-08-18T22:09:45.8039129Z   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:09:45.8039616Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:45.8039918Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:45.8040286Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:45.8040955Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:45.8041337Z   PKG_TYPE: static
2025-08-18T22:09:45.8041515Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:45.8041726Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:45.8042081Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:45.8042424Z   BUILD_ID: 17051106027
2025-08-18T22:09:45.8042602Z   PKG_NAME: tcc
2025-08-18T22:09:45.8042780Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:45.8043003Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:45.8043249Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:45.8043564Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:45.8043909Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.8044342Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:45.8044766Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:45.8045031Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:45.8045291Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:45.8045773Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:45.8046207Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:45.8046413Z ##[endgroup]
2025-08-18T22:09:47.0066213Z Attestation created for 24 subjects
2025-08-18T22:09:47.0069962Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-18T22:09:47.0070386Z -----BEGIN CERTIFICATE-----
2025-08-18T22:09:47.0070954Z MIIG8DCCBnagAwIBAgIUCje/NUdEWaqiFRNV7ZRLOpZTVAkwCgYIKoZIzj0EAwMw
2025-08-18T22:09:47.0071416Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-18T22:09:47.0071887Z cm1lZGlhdGUwHhcNMjUwODE4MjIwOTQ2WhcNMjUwODE4MjIxOTQ2WjAAMFkwEwYH
2025-08-18T22:09:47.0072335Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEUr61LKuBX94GaDG/cbS5CfIAwhvMdcBc45bl
2025-08-18T22:09:47.0073110Z /XsFyGmqItvr/uQU80ZAop2bKZlwlcH78Z/6I5JnFLW4MpKYbKOCBZUwggWRMA4G
2025-08-18T22:09:47.0073546Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUVac9
2025-08-18T22:09:47.0073997Z BMo+Ob8hnRvN9lWICCa87+kwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-18T22:09:47.0074433Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-18T22:09:47.0074872Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-18T22:09:47.0075328Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-18T22:09:47.0075771Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-18T22:09:47.0076358Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-18T22:09:47.0076816Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-18T22:09:47.0077280Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-18T22:09:47.0077741Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-18T22:09:47.0078207Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-18T22:09:47.0078646Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-18T22:09:47.0079093Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-18T22:09:47.0079551Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-18T22:09:47.0079995Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-18T22:09:47.0080441Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-18T22:09:47.0081054Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-18T22:09:47.0081529Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-18T22:09:47.0081992Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-18T22:09:47.0082447Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-18T22:09:47.0082900Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-18T22:09:47.0083363Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-18T22:09:47.0083817Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-18T22:09:47.0084280Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-18T22:09:47.0084745Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-18T22:09:47.0085198Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MDUxMTA2MDI3L2F0
2025-08-18T22:09:47.0085654Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-18T22:09:47.0086120Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZi/OzlD
2025-08-18T22:09:47.0086585Z AAAEAwBIMEYCIQDW7q9Sv1K8MCezYKxPBvRoLmQOsvOkwOdIywNJ5OByNwIhANCD
2025-08-18T22:09:47.0087044Z wBgfWCZim2MrK0cbWlhLLwSUtf9KWfI55tqnldm6MAoGCCqGSM49BAMDA2gAMGUC
2025-08-18T22:09:47.0087503Z MQC4fw/q6b+to2HUvQslzIfFeHsyPtqBcVM5PvNgVOS7oZNZRFWslbQtq5WvFEQE
2025-08-18T22:09:47.0087944Z yXQCMAcNMR/yTYqIpswVrVAqR92F2+ZAsft5H3+lG36qybbF/xfhiqpuQ/keG2Rs
2025-08-18T22:09:47.0088270Z qkS+Pw==
2025-08-18T22:09:47.0088438Z -----END CERTIFICATE-----
2025-08-18T22:09:47.0088573Z 
2025-08-18T22:09:47.0089063Z ##[endgroup]
2025-08-18T22:09:47.0089496Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-18T22:09:47.0089879Z https://search.sigstore.dev?logIndex=408670050
2025-08-18T22:09:47.0090206Z [36mAttestation uploaded to repository[39m
2025-08-18T22:09:47.0090538Z https://github.com/pkgforge/bincache/attestations/9786901
2025-08-18T22:09:47.1015320Z ##[group]Run ##Presets
2025-08-18T22:09:47.1015587Z [36;1m##Presets[0m
2025-08-18T22:09:47.1015768Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:47.1015964Z [36;1m#-------------#[0m
2025-08-18T22:09:47.1016149Z [36;1m##Debug?[0m
2025-08-18T22:09:47.1016367Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:47.1016636Z [36;1m  set -x[0m
2025-08-18T22:09:47.1016801Z [36;1mfi[0m
2025-08-18T22:09:47.1016960Z [36;1m#-------------#[0m
2025-08-18T22:09:47.1017484Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:09:47.1017991Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tinycc/official/glibc"[0m
2025-08-18T22:09:47.1018390Z [36;1m exit 1[0m
2025-08-18T22:09:47.1018552Z [36;1mfi[0m
2025-08-18T22:09:47.1050099Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:47.1050324Z env:
2025-08-18T22:09:47.1050484Z   CROSS_COMPILING: NO
2025-08-18T22:09:47.1050901Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:47.1051138Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:47.1051341Z   ON_QEMU: NO
2025-08-18T22:09:47.1051500Z   DEBUG: 0
2025-08-18T22:09:47.1051662Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:47.1051874Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:47.1052163Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:47.1052459Z   KEEP_LOGS: YES
2025-08-18T22:09:47.1052630Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:47.1052838Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:47.1053037Z   SBUILD_REBUILD: false
2025-08-18T22:09:47.1053537Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:47.1054061Z   BUILD_SYS: null
2025-08-18T22:09:47.1054231Z   SYSTMP: /tmp
2025-08-18T22:09:47.1054400Z   GHA_MODE: MATRIX
2025-08-18T22:09:47.1054803Z   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:09:47.1055293Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:47.1055596Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:47.1055960Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:47.1056420Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:47.1056787Z   PKG_TYPE: static
2025-08-18T22:09:47.1056963Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:47.1057209Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:47.1057566Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:47.1057909Z   BUILD_ID: 17051106027
2025-08-18T22:09:47.1058095Z   PKG_NAME: tcc
2025-08-18T22:09:47.1058275Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:47.1058498Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:47.1058745Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:47.1059057Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:47.1059408Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:47.1059842Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:47.1060274Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:47.1060529Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:47.1061049Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:47.1061562Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:47.1061985Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:47.1062193Z ##[endgroup]
2025-08-18T22:09:47.1136242Z ##[group]Run ##Presets
2025-08-18T22:09:47.1136498Z [36;1m##Presets[0m
2025-08-18T22:09:47.1136680Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:47.1136872Z [36;1m#-------------#[0m
2025-08-18T22:09:47.1137058Z [36;1m##Debug?[0m
2025-08-18T22:09:47.1137279Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:47.1137556Z [36;1m  set -x[0m
2025-08-18T22:09:47.1137722Z [36;1mfi[0m
2025-08-18T22:09:47.1137880Z [36;1m#-------------#[0m
2025-08-18T22:09:47.1138100Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:09:47.1138540Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tinycc/official/glibc"[0m
2025-08-18T22:09:47.1138939Z [36;1m exit 1[0m
2025-08-18T22:09:47.1139391Z [36;1mfi[0m
2025-08-18T22:09:47.1169127Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:47.1169353Z env:
2025-08-18T22:09:47.1169518Z   CROSS_COMPILING: NO
2025-08-18T22:09:47.1169753Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:47.1169970Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:47.1170171Z   ON_QEMU: NO
2025-08-18T22:09:47.1170328Z   DEBUG: 0
2025-08-18T22:09:47.1170494Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:47.1171033Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:47.1171341Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:47.1171645Z   KEEP_LOGS: YES
2025-08-18T22:09:47.1171820Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:47.1172022Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:47.1172221Z   SBUILD_REBUILD: false
2025-08-18T22:09:47.1172726Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:47.1173252Z   BUILD_SYS: null
2025-08-18T22:09:47.1173436Z   SYSTMP: /tmp
2025-08-18T22:09:47.1173605Z   GHA_MODE: MATRIX
2025-08-18T22:09:47.1174017Z   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:09:47.1174507Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:47.1174814Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:47.1175180Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:47.1175643Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:47.1176015Z   PKG_TYPE: static
2025-08-18T22:09:47.1176196Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:47.1176410Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:47.1176767Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:47.1177112Z   BUILD_ID: 17051106027
2025-08-18T22:09:47.1177297Z   PKG_NAME: tcc
2025-08-18T22:09:47.1177480Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:47.1177711Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:47.1177959Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:47.1178272Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:47.1178623Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:47.1179060Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:47.1179491Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:47.1179750Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:47.1180020Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:47.1180503Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:47.1181140Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:47.1181354Z ##[endgroup]
2025-08-18T22:09:47.1252108Z ##[group]Run ##Presets
2025-08-18T22:09:47.1252374Z [36;1m##Presets[0m
2025-08-18T22:09:47.1252578Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:47.1252770Z [36;1m#-------------#[0m
2025-08-18T22:09:47.1252959Z [36;1m##Debug?[0m
2025-08-18T22:09:47.1253184Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:47.1253456Z [36;1m  set -x[0m
2025-08-18T22:09:47.1253624Z [36;1mfi[0m
2025-08-18T22:09:47.1253783Z [36;1m#-------------#[0m
2025-08-18T22:09:47.1254101Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:09:47.1254469Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-18T22:09:47.1254743Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:09:47.1254991Z [36;1mfi[0m
2025-08-18T22:09:47.1282463Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:47.1282682Z env:
2025-08-18T22:09:47.1282844Z   CROSS_COMPILING: NO
2025-08-18T22:09:47.1283102Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:47.1283322Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:47.1283777Z   ON_QEMU: NO
2025-08-18T22:09:47.1283938Z   DEBUG: 0
2025-08-18T22:09:47.1284103Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:47.1284319Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:47.1284611Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/glibc
2025-08-18T22:09:47.1284909Z   KEEP_LOGS: YES
2025-08-18T22:09:47.1285083Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:47.1285281Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:47.1285477Z   SBUILD_REBUILD: false
2025-08-18T22:09:47.1285981Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.glibc.yaml
2025-08-18T22:09:47.1286510Z   BUILD_SYS: null
2025-08-18T22:09:47.1286681Z   SYSTMP: /tmp
2025-08-18T22:09:47.1286854Z   GHA_MODE: MATRIX
2025-08-18T22:09:47.1287263Z   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:09:47.1287756Z   INPUT_SBUILD: /tmp/pkgforge/cQObWsiOg_build.yaml
2025-08-18T22:09:47.1288071Z   BUILD_DIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml
2025-08-18T22:09:47.1288437Z   SBUILD_OUTDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:47.1288900Z   SBUILD_TMPDIR: /tmp/pkgforge/Cs36IYv_cQObWsiOg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:47.1289268Z   PKG_TYPE: static
2025-08-18T22:09:47.1289449Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:47.1289661Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:47.1290015Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051106027
2025-08-18T22:09:47.1290357Z   BUILD_ID: 17051106027
2025-08-18T22:09:47.1290537Z   PKG_NAME: tcc
2025-08-18T22:09:47.1290930Z   PKG_DATE: 2025-08-18T22:09:18Z
2025-08-18T22:09:47.1291164Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:47.1291413Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:47.1291728Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tcc
2025-08-18T22:09:47.1292120Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:47.1292555Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/glibc/tcc
2025-08-18T22:09:47.1292983Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:47.1293236Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:47.1293500Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:47.1293981Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/glibc/tinycc-srcbuild-17051106027
2025-08-18T22:09:47.1294400Z   UTC_TIME: 2025_08_18T10_09_44_PM
2025-08-18T22:09:47.1294609Z ##[endgroup]
2025-08-18T22:09:47.1349217Z EXITED
2025-08-18T22:09:47.1398425Z Cleaning up orphan processes
