﻿2025-08-18T22:02:33.2254287Z Current runner version: '2.327.1'
2025-08-18T22:02:33.2288070Z ##[group]Runner Image Provisioner
2025-08-18T22:02:33.2289136Z Hosted Compute Agent
2025-08-18T22:02:33.2289731Z Version: 20250818.377
2025-08-18T22:02:33.2290348Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-18T22:02:33.2291148Z Build Date: 2025-08-18T14:52:18Z
2025-08-18T22:02:33.2291791Z ##[endgroup]
2025-08-18T22:02:33.2292369Z ##[group]VM Image
2025-08-18T22:02:33.2292935Z - OS: Linux (arm64)
2025-08-18T22:02:33.2293520Z - Source: Partner
2025-08-18T22:02:33.2294154Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-18T22:02:33.2294761Z - Version: 20250728.24.1
2025-08-18T22:02:33.2295767Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-18T22:02:33.2297311Z ##[endgroup]
2025-08-18T22:02:33.2298638Z ##[group]GITHUB_TOKEN Permissions
2025-08-18T22:02:33.2301603Z Attestations: write
2025-08-18T22:02:33.2302277Z Contents: write
2025-08-18T22:02:33.2303250Z Metadata: read
2025-08-18T22:02:33.2303853Z Packages: write
2025-08-18T22:02:33.2304509Z ##[endgroup]
2025-08-18T22:02:33.2307910Z Secret source: Actions
2025-08-18T22:02:33.2308926Z Prepare workflow directory
2025-08-18T22:02:33.2696378Z Prepare all required actions
2025-08-18T22:02:33.2739544Z Getting action download info
2025-08-18T22:02:33.5889220Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-18T22:02:34.1614282Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-18T22:02:34.4702730Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-18T22:02:34.6019220Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-18T22:02:35.0448334Z Getting action download info
2025-08-18T22:02:35.1945979Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-18T22:02:35.4969757Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-18T22:02:35.7399002Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/tinycc/official/musl)
2025-08-18T22:02:35.8072015Z ##[group]Run ##Presets
2025-08-18T22:02:35.8072709Z [36;1m##Presets[0m
2025-08-18T22:02:35.8073039Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:35.8073513Z [36;1m#-------------#[0m
2025-08-18T22:02:35.8073975Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-18T22:02:35.8074500Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-18T22:02:35.8074976Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8075377Z [36;1m  fi[0m
2025-08-18T22:02:35.8075813Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-18T22:02:35.8076334Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-18T22:02:35.8077212Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8077668Z [36;1m  fi[0m
2025-08-18T22:02:35.8078000Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-18T22:02:35.8078561Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-18T22:02:35.8079036Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8079396Z [36;1m  fi[0m
2025-08-18T22:02:35.8079811Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-18T22:02:35.8080246Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-18T22:02:35.8080670Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-18T22:02:35.8081062Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-18T22:02:35.8081506Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8082730Z [36;1m     else[0m
2025-08-18T22:02:35.8083116Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8083477Z [36;1m     fi[0m
2025-08-18T22:02:35.8083806Z [36;1m  fi[0m
2025-08-18T22:02:35.8084066Z [36;1mfi[0m
2025-08-18T22:02:35.8119572Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:35.8120490Z env:
2025-08-18T22:02:35.8121513Z   GH_TOKEN: ***
2025-08-18T22:02:35.8121868Z ##[endgroup]
2025-08-18T22:02:35.8372749Z ##[group]Run ##Presets
2025-08-18T22:02:35.8373339Z [36;1m##Presets[0m
2025-08-18T22:02:35.8373887Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:35.8374285Z [36;1m#-------------#[0m
2025-08-18T22:02:35.8374703Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-18T22:02:35.8375272Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-18T22:02:35.8375887Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-18T22:02:35.8376418Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-18T22:02:35.8377156Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-18T22:02:35.8377731Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-18T22:02:35.8378193Z [36;1m  exit 1[0m
2025-08-18T22:02:35.8378494Z [36;1mfi[0m
2025-08-18T22:02:35.8409282Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:35.8409723Z env:
2025-08-18T22:02:35.8410289Z   RO_GHTOKEN: ***
2025-08-18T22:02:35.8410726Z   RO_GLTOKEN: ***
2025-08-18T22:02:35.8411970Z   MINISIGN_KEY: ***
2025-08-18T22:02:35.8412267Z ##[endgroup]
2025-08-18T22:02:35.8556355Z ##[group]Run ##Presets
2025-08-18T22:02:35.8557271Z [36;1m##Presets[0m
2025-08-18T22:02:35.8557599Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:35.8558032Z [36;1m#-------------#[0m
2025-08-18T22:02:35.8558348Z [36;1m##Host Triplet[0m
2025-08-18T22:02:35.8558763Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:02:35.8559247Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-18T22:02:35.8559653Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:02:35.8560125Z [36;1m   export ON_QEMU="YES"[0m
2025-08-18T22:02:35.8560509Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-18T22:02:35.8560936Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-18T22:02:35.8561496Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-18T22:02:35.8561898Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-18T22:02:35.8562249Z [36;1m   fi[0m
2025-08-18T22:02:35.8562748Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T22:02:35.8563171Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-18T22:02:35.8564163Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-18T22:02:35.8564571Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-18T22:02:35.8564943Z [36;1m   export ON_QEMU="NO"[0m
2025-08-18T22:02:35.8565318Z [36;1m fi[0m
2025-08-18T22:02:35.8565677Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8566230Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8566948Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8567373Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8567797Z [36;1m##Debug[0m
2025-08-18T22:02:35.8568096Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-18T22:02:35.8568469Z [36;1m   export DEBUG="1"[0m
2025-08-18T22:02:35.8568865Z [36;1m else[0m
2025-08-18T22:02:35.8569166Z [36;1m   export DEBUG="0"[0m
2025-08-18T22:02:35.8569515Z [36;1m fi[0m
2025-08-18T22:02:35.8569821Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8570219Z [36;1m##Docker Platform[0m
2025-08-18T22:02:35.8570949Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-18T22:02:35.8571362Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-18T22:02:35.8571772Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-18T22:02:35.8572268Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-18T22:02:35.8572700Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-18T22:02:35.8573178Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-18T22:02:35.8573586Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-18T22:02:35.8573976Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-18T22:02:35.8574329Z [36;1m fi[0m
2025-08-18T22:02:35.8574746Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8575260Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8575705Z [36;1m##GHCRPKG_URL[0m
2025-08-18T22:02:35.8576251Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tinycc/official/musl" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:02:35.8577154Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-18T22:02:35.8577673Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8578053Z [36;1m##Logs[0m
2025-08-18T22:02:35.8578550Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-18T22:02:35.8578919Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-18T22:02:35.8579235Z [36;1m else[0m
2025-08-18T22:02:35.8579571Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-18T22:02:35.8579943Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-18T22:02:35.8580264Z [36;1m fi[0m
2025-08-18T22:02:35.8580949Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8581452Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8581947Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-18T22:02:35.8582455Z [36;1m PKG_FAMILY_LOCAL="$(echo "tinycc" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T22:02:35.8582942Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-18T22:02:35.8583398Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8583823Z [36;1m##Rebuild[0m
2025-08-18T22:02:35.8584114Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-18T22:02:35.8584564Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-18T22:02:35.8584911Z [36;1m else[0m
2025-08-18T22:02:35.8585247Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-18T22:02:35.8585602Z [36;1m fi[0m
2025-08-18T22:02:35.8585926Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8586382Z [36;1m ##SBUILD_URL[0m
2025-08-18T22:02:35.8587086Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-18T22:02:35.8587723Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-18T22:02:35.8588722Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml" | tr -d '[:space:]')"[0m
2025-08-18T22:02:35.8589542Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:02:35.8590007Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-18T22:02:35.8590566Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-18T22:02:35.8591047Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-18T22:02:35.8591510Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8591868Z [36;1m    exit 1[0m
2025-08-18T22:02:35.8592174Z [36;1m   else[0m
2025-08-18T22:02:35.8592511Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-18T22:02:35.8592929Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8593338Z [36;1m    #Check for x_exec.host[0m
2025-08-18T22:02:35.8594087Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-18T22:02:35.8594555Z [36;1m      #check if supported[0m
2025-08-18T22:02:35.8595062Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-18T22:02:35.8595686Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-18T22:02:35.8596196Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-18T22:02:35.8596959Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8597383Z [36;1m         exit 1[0m
2025-08-18T22:02:35.8597688Z [36;1m       fi[0m
2025-08-18T22:02:35.8598078Z [36;1m      #get build system[0m
2025-08-18T22:02:35.8598548Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-18T22:02:35.8599059Z [36;1m       export BUILD_SYS[0m
2025-08-18T22:02:35.8599457Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8599930Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-18T22:02:35.8600422Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8600824Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8601245Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-18T22:02:35.8601740Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8602178Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:35.8602601Z [36;1m       fi[0m
2025-08-18T22:02:35.8603124Z [36;1m     fi[0m
2025-08-18T22:02:35.8603410Z [36;1m   fi[0m
2025-08-18T22:02:35.8603771Z [36;1m popd >/dev/null 2>&1[0m
2025-08-18T22:02:35.8633172Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:35.8633786Z ##[endgroup]
2025-08-18T22:02:36.3725017Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:02:36.3725809Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:02:36.3726248Z 
2025-08-18T22:02:36.4364474Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:02:36.4368761Z   0  4478    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:02:36.4369300Z 100  4478  100  4478    0     0  67732      0 --:--:-- --:--:-- --:--:-- 66835
2025-08-18T22:02:36.4381442Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:02:36.4600112Z ##[group]Run ##Presets
2025-08-18T22:02:36.4600555Z [36;1m##Presets[0m
2025-08-18T22:02:36.4600829Z [36;1mset +x ; set +e[0m
2025-08-18T22:02:36.4601249Z [36;1m#-------------#[0m
2025-08-18T22:02:36.4601564Z [36;1m##Debug?[0m
2025-08-18T22:02:36.4601925Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:02:36.4602350Z [36;1m  set -x[0m
2025-08-18T22:02:36.4602613Z [36;1mfi[0m
2025-08-18T22:02:36.4602938Z [36;1m#-------------#[0m
2025-08-18T22:02:36.4603285Z [36;1m##CoreUtils[0m
2025-08-18T22:02:36.4603575Z [36;1msudo apt update -y[0m
2025-08-18T22:02:36.4604065Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-18T22:02:36.4605118Z [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:36.4606268Z [36;1m##tmp[0m
2025-08-18T22:02:36.4606907Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-18T22:02:36.4607316Z [36;1m#GH ENV[0m
2025-08-18T22:02:36.4607738Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:36.4608117Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:36.4608813Z [36;1m#-------------#[0m
2025-08-18T22:02:36.4609189Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-18T22:02:36.4609528Z [36;1msudo apt update -y[0m
2025-08-18T22:02:36.4609938Z [36;1msudo apt install dos2unix -y[0m
2025-08-18T22:02:36.4610291Z [36;1m##Setup Minisign[0m
2025-08-18T22:02:36.4610607Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-18T22:02:36.4611437Z [36;1mecho "***[0m
2025-08-18T22:02:36.4612907Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-18T22:02:36.4613385Z [36;1m##User-Agent[0m
2025-08-18T22:02:36.4614214Z [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:36.4615148Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:02:36.4647170Z shell: /usr/bin/bash -e {0}
2025-08-18T22:02:36.4647714Z env:
2025-08-18T22:02:36.4648007Z   CROSS_COMPILING: NO
2025-08-18T22:02:36.4648388Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:02:36.4648810Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:02:36.4649138Z   ON_QEMU: NO
2025-08-18T22:02:36.4649433Z   DEBUG: 0
2025-08-18T22:02:36.4649763Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:02:36.4650111Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:02:36.4650610Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:02:36.4651024Z   KEEP_LOGS: YES
2025-08-18T22:02:36.4651301Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:02:36.4651713Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:02:36.4652047Z   SBUILD_REBUILD: false
2025-08-18T22:02:36.4652784Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:02:36.4653441Z   BUILD_SYS: null
2025-08-18T22:02:36.4653721Z ##[endgroup]
2025-08-18T22:02:36.5005631Z 
2025-08-18T22:02:36.5006804Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:02:36.5007247Z 
2025-08-18T22:02:36.6613229Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-18T22:02:36.6822150Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-18T22:02:36.7735407Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-18T22:02:36.8106443Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:02:36.8165120Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9807 B]
2025-08-18T22:02:36.8201357Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [47.9 kB]
2025-08-18T22:02:36.8233541Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-18T22:02:36.8255989Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.1 kB]
2025-08-18T22:02:36.8946597Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-18T22:02:37.2579686Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-18T22:02:37.4026241Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-18T22:02:37.5416441Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1384 kB]
2025-08-18T22:02:38.1108713Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [267 kB]
2025-08-18T22:02:38.3088946Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-18T22:02:38.4056105Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1100 kB]
2025-08-18T22:02:38.7542949Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-18T22:02:38.9497801Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-18T22:02:39.1518062Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2263 kB]
2025-08-18T22:02:39.6781802Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [374 kB]
2025-08-18T22:02:40.1914435Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-18T22:02:40.2760248Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-18T22:02:40.3632984Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-18T22:02:40.4483766Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-18T22:02:40.5330280Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-18T22:02:40.6229761Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-18T22:02:40.7078883Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-18T22:02:40.7924418Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-18T22:02:40.8805126Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-18T22:02:40.9665554Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-18T22:02:41.1378236Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-18T22:02:41.2219789Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-18T22:02:41.3065828Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1118 kB]
2025-08-18T22:02:41.9299549Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [185 kB]
2025-08-18T22:02:42.0981810Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-18T22:02:42.1826486Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [854 kB]
2025-08-18T22:02:42.4541631Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [194 kB]
2025-08-18T22:02:42.6229225Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-18T22:02:42.7090930Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2118 kB]
2025-08-18T22:02:43.1630981Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [350 kB]
2025-08-18T22:02:43.3389396Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [212 B]
2025-08-18T22:02:43.5080571Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-18T22:02:43.6760323Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-18T22:02:43.7679197Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [212 B]
2025-08-18T22:02:52.0471481Z Fetched 11.8 MB in 7s (1639 kB/s)
2025-08-18T22:02:52.8197038Z Reading package lists...
2025-08-18T22:02:53.0688338Z Building dependency tree...
2025-08-18T22:02:53.0694978Z Reading state information...
2025-08-18T22:02:53.0966300Z 193 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:02:53.1060198Z 
2025-08-18T22:02:53.1061117Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:02:53.1061485Z 
2025-08-18T22:02:53.1173404Z Reading package lists...
2025-08-18T22:02:53.3657909Z Building dependency tree...
2025-08-18T22:02:53.3666427Z Reading state information...
2025-08-18T22:02:53.6411471Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:02:53.6412184Z bc set to manually installed.
2025-08-18T22:02:53.6412535Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:02:53.6416294Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-18T22:02:53.6417460Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:02:53.7110404Z The following NEW packages will be installed:
2025-08-18T22:02:53.7117155Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-18T22:02:53.7119097Z   moreutils
2025-08-18T22:02:53.7126161Z The following packages will be upgraded:
2025-08-18T22:02:53.7133781Z   jq libjq1
2025-08-18T22:02:53.7348366Z 2 upgraded, 6 newly installed, 0 to remove and 191 not upgraded.
2025-08-18T22:02:53.9422089Z Need to get 936 kB of archives.
2025-08-18T22:02:53.9422901Z After this operation, 3171 kB of additional disk space will be used.
2025-08-18T22:02:53.9423813Z 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:54.1932589Z 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:54.3625304Z 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:54.5361830Z 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:54.6270492Z 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:54.7327683Z 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:54.8186758Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-18T22:02:54.9159134Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-18T22:02:55.3840348Z Fetched 936 kB in 1s (691 kB/s)
2025-08-18T22:02:55.4490592Z Selecting previously unselected package fdupes.
2025-08-18T22:02:55.5075049Z (Reading database ... 
2025-08-18T22:02:55.5075627Z (Reading database ... 5%
2025-08-18T22:02:55.5075890Z (Reading database ... 10%
2025-08-18T22:02:55.5076133Z (Reading database ... 15%
2025-08-18T22:02:55.5076429Z (Reading database ... 20%
2025-08-18T22:02:55.5077845Z (Reading database ... 25%
2025-08-18T22:02:55.5078150Z (Reading database ... 30%
2025-08-18T22:02:55.5078562Z (Reading database ... 35%
2025-08-18T22:02:55.5078816Z (Reading database ... 40%
2025-08-18T22:02:55.5079097Z (Reading database ... 45%
2025-08-18T22:02:55.5079367Z (Reading database ... 50%
2025-08-18T22:02:55.8212743Z (Reading database ... 55%
2025-08-18T22:02:56.4017802Z (Reading database ... 60%
2025-08-18T22:02:56.6177966Z (Reading database ... 65%
2025-08-18T22:02:56.6702105Z (Reading database ... 70%
2025-08-18T22:02:56.8419141Z (Reading database ... 75%
2025-08-18T22:02:57.4359474Z (Reading database ... 80%
2025-08-18T22:02:58.0661841Z (Reading database ... 85%
2025-08-18T22:02:58.6970587Z (Reading database ... 90%
2025-08-18T22:02:59.3085927Z (Reading database ... 95%
2025-08-18T22:02:59.3086290Z (Reading database ... 100%
2025-08-18T22:02:59.3087512Z (Reading database ... 189117 files and directories currently installed.)
2025-08-18T22:02:59.3128914Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-18T22:02:59.3518891Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-18T22:02:59.4591282Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:02:59.4790282Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T22:02:59.5898141Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:02:59.6324885Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T22:02:59.6945122Z Selecting previously unselected package libio-pty-perl.
2025-08-18T22:02:59.7119407Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-18T22:02:59.7177466Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-18T22:02:59.7796429Z Selecting previously unselected package libipc-run-perl.
2025-08-18T22:02:59.7958115Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-18T22:02:59.8034915Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-18T22:02:59.8657232Z Selecting previously unselected package libtime-duration-perl.
2025-08-18T22:02:59.8813566Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-18T22:02:59.8879780Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-18T22:02:59.9489270Z Selecting previously unselected package moreutils.
2025-08-18T22:02:59.9644872Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-18T22:02:59.9712088Z Unpacking moreutils (0.69-1) ...
2025-08-18T22:03:00.0941736Z Selecting previously unselected package dos2unix.
2025-08-18T22:03:00.1115146Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-18T22:03:00.1179239Z Unpacking dos2unix (7.5.1-1) ...
2025-08-18T22:03:00.3073907Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-18T22:03:00.3259284Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T22:03:00.3504539Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-18T22:03:00.3743748Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-18T22:03:00.3989636Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-18T22:03:00.4226023Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T22:03:00.4530357Z Setting up dos2unix (7.5.1-1) ...
2025-08-18T22:03:00.4741319Z Setting up moreutils (0.69-1) ...
2025-08-18T22:03:00.4933555Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:09.7123125Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:03:11.1769838Z Reading package lists...
2025-08-18T22:03:11.4235559Z Building dependency tree...
2025-08-18T22:03:11.4242614Z Reading state information...
2025-08-18T22:03:11.7082732Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:03:11.7083259Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:03:11.7083565Z apt-utils set to manually installed.
2025-08-18T22:03:11.7084025Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:11.7084464Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:03:11.7084862Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:11.7085287Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:11.7085640Z moreutils is already the newest version (0.69-1).
2025-08-18T22:03:11.7086048Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:03:11.7086445Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:03:11.7087124Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:03:11.7087533Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-18T22:03:11.7087842Z tmux set to manually installed.
2025-08-18T22:03:11.7088527Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:11.7088990Z The following additional packages will be installed:
2025-08-18T22:03:11.7089453Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-18T22:03:11.7090013Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-18T22:03:11.7091773Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:03:11.7092155Z   uuid-runtime
2025-08-18T22:03:11.7102546Z Suggested packages:
2025-08-18T22:03:11.7102971Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-18T22:03:11.7103381Z   util-linux-extra util-linux-locales
2025-08-18T22:03:11.7103715Z Recommended packages:
2025-08-18T22:03:11.7103949Z   unattended-upgrades
2025-08-18T22:03:11.7621441Z The following NEW packages will be installed:
2025-08-18T22:03:11.7621834Z   rename
2025-08-18T22:03:11.7626707Z The following packages will be upgraded:
2025-08-18T22:03:11.7627881Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-18T22:03:11.7628759Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-18T22:03:11.7636090Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:03:11.7636568Z   software-properties-common util-linux uuid-runtime
2025-08-18T22:03:11.7827486Z 26 upgraded, 1 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:03:12.0027653Z Need to get 4390 kB of archives.
2025-08-18T22:03:12.0028388Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-18T22:03:12.0028999Z 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:12.3464428Z 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:12.7685968Z 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:12.8575931Z 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:12.9448533Z 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:13.0299860Z 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:13.1153448Z 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:13.2047045Z 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:13.2949572Z 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:13.3814986Z 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:13.5549566Z 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:13.7284849Z 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:14.1793628Z 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:14.3689424Z 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:14.6433458Z 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:14.7369025Z 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:14.9241517Z 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.0152615Z 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.1140608Z 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.2003147Z 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.2982724Z 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.3885799Z 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.5683833Z 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.8577311Z 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.9545770Z 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:16.0641694Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-18T22:03:16.1662256Z 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.4464239Z Fetched 4390 kB in 4s (1004 kB/s)
2025-08-18T22:03:16.4873865Z (Reading database ... 
2025-08-18T22:03:16.4874280Z (Reading database ... 5%
2025-08-18T22:03:16.4874550Z (Reading database ... 10%
2025-08-18T22:03:16.4874862Z (Reading database ... 15%
2025-08-18T22:03:16.4875153Z (Reading database ... 20%
2025-08-18T22:03:16.4875389Z (Reading database ... 25%
2025-08-18T22:03:16.4875688Z (Reading database ... 30%
2025-08-18T22:03:16.4875912Z (Reading database ... 35%
2025-08-18T22:03:16.4877225Z (Reading database ... 40%
2025-08-18T22:03:16.4877611Z (Reading database ... 45%
2025-08-18T22:03:16.4877901Z (Reading database ... 50%
2025-08-18T22:03:16.4896080Z (Reading database ... 55%
2025-08-18T22:03:16.4988105Z (Reading database ... 60%
2025-08-18T22:03:16.5029660Z (Reading database ... 65%
2025-08-18T22:03:16.5044352Z (Reading database ... 70%
2025-08-18T22:03:16.5064552Z (Reading database ... 75%
2025-08-18T22:03:16.5097504Z (Reading database ... 80%
2025-08-18T22:03:16.5276401Z (Reading database ... 85%
2025-08-18T22:03:16.5295900Z (Reading database ... 90%
2025-08-18T22:03:16.5398145Z (Reading database ... 95%
2025-08-18T22:03:16.5398484Z (Reading database ... 100%
2025-08-18T22:03:16.5398935Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:16.5437945Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:16.5640918Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:16.6647233Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:16.7444156Z (Reading database ... 
2025-08-18T22:03:16.7444733Z (Reading database ... 5%
2025-08-18T22:03:16.7445066Z (Reading database ... 10%
2025-08-18T22:03:16.7445326Z (Reading database ... 15%
2025-08-18T22:03:16.7445620Z (Reading database ... 20%
2025-08-18T22:03:16.7445884Z (Reading database ... 25%
2025-08-18T22:03:16.7446138Z (Reading database ... 30%
2025-08-18T22:03:16.7446422Z (Reading database ... 35%
2025-08-18T22:03:16.7446970Z (Reading database ... 40%
2025-08-18T22:03:16.7447246Z (Reading database ... 45%
2025-08-18T22:03:16.7447595Z (Reading database ... 50%
2025-08-18T22:03:16.7468390Z (Reading database ... 55%
2025-08-18T22:03:16.7563559Z (Reading database ... 60%
2025-08-18T22:03:16.7606174Z (Reading database ... 65%
2025-08-18T22:03:16.7621398Z (Reading database ... 70%
2025-08-18T22:03:16.7641842Z (Reading database ... 75%
2025-08-18T22:03:16.7675759Z (Reading database ... 80%
2025-08-18T22:03:16.7856674Z (Reading database ... 85%
2025-08-18T22:03:16.7876454Z (Reading database ... 90%
2025-08-18T22:03:16.7979003Z (Reading database ... 95%
2025-08-18T22:03:16.7979776Z (Reading database ... 100%
2025-08-18T22:03:16.7980132Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:16.8017882Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:16.8291564Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:16.9632208Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:17.5380679Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:03:17.6029019Z (Reading database ... 
2025-08-18T22:03:17.6029579Z (Reading database ... 5%
2025-08-18T22:03:17.6029859Z (Reading database ... 10%
2025-08-18T22:03:17.6030138Z (Reading database ... 15%
2025-08-18T22:03:17.6030399Z (Reading database ... 20%
2025-08-18T22:03:17.6030673Z (Reading database ... 25%
2025-08-18T22:03:17.6030937Z (Reading database ... 30%
2025-08-18T22:03:17.6031185Z (Reading database ... 35%
2025-08-18T22:03:17.6031416Z (Reading database ... 40%
2025-08-18T22:03:17.6031726Z (Reading database ... 45%
2025-08-18T22:03:17.6031993Z (Reading database ... 50%
2025-08-18T22:03:17.6051901Z (Reading database ... 55%
2025-08-18T22:03:17.6142453Z (Reading database ... 60%
2025-08-18T22:03:17.6183236Z (Reading database ... 65%
2025-08-18T22:03:17.6197741Z (Reading database ... 70%
2025-08-18T22:03:17.6218148Z (Reading database ... 75%
2025-08-18T22:03:17.6251056Z (Reading database ... 80%
2025-08-18T22:03:17.6429621Z (Reading database ... 85%
2025-08-18T22:03:17.6449146Z (Reading database ... 90%
2025-08-18T22:03:17.6554773Z (Reading database ... 95%
2025-08-18T22:03:17.6555697Z (Reading database ... 100%
2025-08-18T22:03:17.6556071Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:17.6593855Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:17.6801846Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:17.7685181Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:17.7964847Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:17.8798431Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:17.9598540Z (Reading database ... 
2025-08-18T22:03:17.9598891Z (Reading database ... 5%
2025-08-18T22:03:17.9599390Z (Reading database ... 10%
2025-08-18T22:03:17.9599692Z (Reading database ... 15%
2025-08-18T22:03:17.9600016Z (Reading database ... 20%
2025-08-18T22:03:17.9600280Z (Reading database ... 25%
2025-08-18T22:03:17.9600529Z (Reading database ... 30%
2025-08-18T22:03:17.9600809Z (Reading database ... 35%
2025-08-18T22:03:17.9601100Z (Reading database ... 40%
2025-08-18T22:03:17.9601323Z (Reading database ... 45%
2025-08-18T22:03:17.9601597Z (Reading database ... 50%
2025-08-18T22:03:17.9622150Z (Reading database ... 55%
2025-08-18T22:03:17.9714782Z (Reading database ... 60%
2025-08-18T22:03:17.9755870Z (Reading database ... 65%
2025-08-18T22:03:17.9770255Z (Reading database ... 70%
2025-08-18T22:03:17.9791394Z (Reading database ... 75%
2025-08-18T22:03:17.9825452Z (Reading database ... 80%
2025-08-18T22:03:18.0001093Z (Reading database ... 85%
2025-08-18T22:03:18.0027262Z (Reading database ... 90%
2025-08-18T22:03:18.0126402Z (Reading database ... 95%
2025-08-18T22:03:18.0126982Z (Reading database ... 100%
2025-08-18T22:03:18.0127329Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.0165272Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.0403350Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.1295366Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:18.2275292Z (Reading database ... 
2025-08-18T22:03:18.2275678Z (Reading database ... 5%
2025-08-18T22:03:18.2275973Z (Reading database ... 10%
2025-08-18T22:03:18.2276282Z (Reading database ... 15%
2025-08-18T22:03:18.2276543Z (Reading database ... 20%
2025-08-18T22:03:18.2277070Z (Reading database ... 25%
2025-08-18T22:03:18.2277783Z (Reading database ... 30%
2025-08-18T22:03:18.2278067Z (Reading database ... 35%
2025-08-18T22:03:18.2278359Z (Reading database ... 40%
2025-08-18T22:03:18.2278601Z (Reading database ... 45%
2025-08-18T22:03:18.2278878Z (Reading database ... 50%
2025-08-18T22:03:18.2297728Z (Reading database ... 55%
2025-08-18T22:03:18.2389196Z (Reading database ... 60%
2025-08-18T22:03:18.2430008Z (Reading database ... 65%
2025-08-18T22:03:18.2444272Z (Reading database ... 70%
2025-08-18T22:03:18.2465183Z (Reading database ... 75%
2025-08-18T22:03:18.2499146Z (Reading database ... 80%
2025-08-18T22:03:18.2672986Z (Reading database ... 85%
2025-08-18T22:03:18.2698631Z (Reading database ... 90%
2025-08-18T22:03:18.2795591Z (Reading database ... 95%
2025-08-18T22:03:18.2795855Z (Reading database ... 100%
2025-08-18T22:03:18.2796327Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.2832839Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.3275086Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.4440345Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.4714307Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.5680726Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:18.6537272Z (Reading database ... 
2025-08-18T22:03:18.6538018Z (Reading database ... 5%
2025-08-18T22:03:18.6538279Z (Reading database ... 10%
2025-08-18T22:03:18.6538626Z (Reading database ... 15%
2025-08-18T22:03:18.6538931Z (Reading database ... 20%
2025-08-18T22:03:18.6539174Z (Reading database ... 25%
2025-08-18T22:03:18.6539655Z (Reading database ... 30%
2025-08-18T22:03:18.6539897Z (Reading database ... 35%
2025-08-18T22:03:18.6540162Z (Reading database ... 40%
2025-08-18T22:03:18.6540453Z (Reading database ... 45%
2025-08-18T22:03:18.6540691Z (Reading database ... 50%
2025-08-18T22:03:18.6559633Z (Reading database ... 55%
2025-08-18T22:03:18.6649170Z (Reading database ... 60%
2025-08-18T22:03:18.6688263Z (Reading database ... 65%
2025-08-18T22:03:18.6701988Z (Reading database ... 70%
2025-08-18T22:03:18.6722198Z (Reading database ... 75%
2025-08-18T22:03:18.6755396Z (Reading database ... 80%
2025-08-18T22:03:18.6928954Z (Reading database ... 85%
2025-08-18T22:03:18.6954032Z (Reading database ... 90%
2025-08-18T22:03:18.7051192Z (Reading database ... 95%
2025-08-18T22:03:18.7051564Z (Reading database ... 100%
2025-08-18T22:03:18.7051909Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.7089901Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:18.7394081Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:18.8432017Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:18.9163992Z (Reading database ... 
2025-08-18T22:03:18.9164546Z (Reading database ... 5%
2025-08-18T22:03:18.9164816Z (Reading database ... 10%
2025-08-18T22:03:18.9165102Z (Reading database ... 15%
2025-08-18T22:03:18.9165407Z (Reading database ... 20%
2025-08-18T22:03:18.9165685Z (Reading database ... 25%
2025-08-18T22:03:18.9166844Z (Reading database ... 30%
2025-08-18T22:03:18.9167241Z (Reading database ... 35%
2025-08-18T22:03:18.9167491Z (Reading database ... 40%
2025-08-18T22:03:18.9167775Z (Reading database ... 45%
2025-08-18T22:03:18.9168085Z (Reading database ... 50%
2025-08-18T22:03:18.9188877Z (Reading database ... 55%
2025-08-18T22:03:18.9282929Z (Reading database ... 60%
2025-08-18T22:03:18.9324473Z (Reading database ... 65%
2025-08-18T22:03:18.9338822Z (Reading database ... 70%
2025-08-18T22:03:18.9359683Z (Reading database ... 75%
2025-08-18T22:03:18.9394817Z (Reading database ... 80%
2025-08-18T22:03:18.9578209Z (Reading database ... 85%
2025-08-18T22:03:18.9605492Z (Reading database ... 90%
2025-08-18T22:03:18.9708942Z (Reading database ... 95%
2025-08-18T22:03:18.9709481Z (Reading database ... 100%
2025-08-18T22:03:18.9710493Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:18.9750708Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:18.9935007Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.1065797Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.1564308Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.2483021Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.2665679Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.3511435Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.3719222Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.4657954Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.4858485Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.5765088Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.5973850Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.6904398Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.7114386Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.7952262Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:03:19.8139085Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:19.9138029Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:19.9334022Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.0284690Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:03:20.0498967Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.1431485Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:20.2106972Z (Reading database ... 
2025-08-18T22:03:20.2107368Z (Reading database ... 5%
2025-08-18T22:03:20.2107852Z (Reading database ... 10%
2025-08-18T22:03:20.2108120Z (Reading database ... 15%
2025-08-18T22:03:20.2108367Z (Reading database ... 20%
2025-08-18T22:03:20.2108682Z (Reading database ... 25%
2025-08-18T22:03:20.2108922Z (Reading database ... 30%
2025-08-18T22:03:20.2109177Z (Reading database ... 35%
2025-08-18T22:03:20.2109460Z (Reading database ... 40%
2025-08-18T22:03:20.2109699Z (Reading database ... 45%
2025-08-18T22:03:20.2109953Z (Reading database ... 50%
2025-08-18T22:03:20.2130695Z (Reading database ... 55%
2025-08-18T22:03:20.2220431Z (Reading database ... 60%
2025-08-18T22:03:20.2260355Z (Reading database ... 65%
2025-08-18T22:03:20.2273893Z (Reading database ... 70%
2025-08-18T22:03:20.2294163Z (Reading database ... 75%
2025-08-18T22:03:20.2423933Z (Reading database ... 80%
2025-08-18T22:03:20.2501098Z (Reading database ... 85%
2025-08-18T22:03:20.2527786Z (Reading database ... 90%
2025-08-18T22:03:20.2621894Z (Reading database ... 95%
2025-08-18T22:03:20.2622414Z (Reading database ... 100%
2025-08-18T22:03:20.2622757Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:03:20.2663280Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:20.2848539Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:20.3784021Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:20.3999319Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:20.4874057Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:20.5097795Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:20.5917786Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:03:20.6115500Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:03:20.6916359Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:03:20.7131586Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:20.8021025Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-18T22:03:20.9220930Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:03:21.0224472Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-18T22:03:21.0965125Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:03:21.1750753Z Selecting previously unselected package rename.
2025-08-18T22:03:21.1929803Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-18T22:03:21.1991931Z Unpacking rename (2.02-1) ...
2025-08-18T22:03:21.2663667Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:03:21.2876196Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:03:21.3741067Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:21.4009743Z Setting up rename (2.02-1) ...
2025-08-18T22:03:21.4165406Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-18T22:03:21.4296204Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:21.4457558Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:21.4646194Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:21.4814433Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:21.4986401Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:22.1146756Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:03:22.1355222Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.1552473Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.1731318Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.1905730Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.5470773Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.5711932Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-18T22:03:22.5907467Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.7012624Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-18T22:03:22.8353027Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.9331155Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.9543552Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.9741954Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-18T22:03:22.9982160Z Setting up software-properties-common (0.99.49.3) ...
2025-08-18T22:03:23.1152936Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:03:23.3160168Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:03:23.3486995Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:24.9265954Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-18T22:03:26.4607224Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:26.4668610Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:26.5854037Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:03:26.6693660Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:03:26.7534140Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:03:26.8373757Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:03:27.7925441Z Reading package lists...
2025-08-18T22:03:28.0720475Z Building dependency tree...
2025-08-18T22:03:28.0729213Z Reading state information...
2025-08-18T22:03:28.1068076Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:03:28.1197087Z 
2025-08-18T22:03:28.1197949Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:03:28.1198321Z 
2025-08-18T22:03:28.2072964Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:28.2074719Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:28.2192674Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:03:28.2355627Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:03:28.2521436Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:03:28.2682382Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:03:29.4097493Z Reading package lists...
2025-08-18T22:03:29.6677384Z Building dependency tree...
2025-08-18T22:03:29.6684585Z Reading state information...
2025-08-18T22:03:29.6967297Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:03:29.7061366Z 
2025-08-18T22:03:29.7062172Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:03:29.7062503Z 
2025-08-18T22:03:29.7168205Z Reading package lists...
2025-08-18T22:03:29.9721321Z Building dependency tree...
2025-08-18T22:03:29.9729545Z Reading state information...
2025-08-18T22:03:30.2661285Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:30.3147218Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:03:30.3441886Z mkdir: created directory '/home/runner/.minisign'
2025-08-18T22:03:30.3963357Z ##[group]Run ##Presets
2025-08-18T22:03:30.3963868Z [36;1m##Presets[0m
2025-08-18T22:03:30.3964117Z [36;1mset +x ; set +e[0m
2025-08-18T22:03:30.3964361Z [36;1m#-------------#[0m
2025-08-18T22:03:30.3964659Z [36;1m##Debug?[0m
2025-08-18T22:03:30.3964923Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:03:30.3965233Z [36;1m  set -x[0m
2025-08-18T22:03:30.3965529Z [36;1mfi[0m
2025-08-18T22:03:30.3965737Z [36;1m#-------------#[0m
2025-08-18T22:03:30.3966235Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-18T22:03:30.3967059Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-18T22:03:30.3967464Z [36;1msudo service procps restart[0m
2025-08-18T22:03:30.3967841Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-18T22:03:30.3994802Z shell: /usr/bin/bash -e {0}
2025-08-18T22:03:30.3995217Z env:
2025-08-18T22:03:30.3995571Z   CROSS_COMPILING: NO
2025-08-18T22:03:30.3995902Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:03:30.3996166Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:03:30.3996442Z   ON_QEMU: NO
2025-08-18T22:03:30.3996836Z   DEBUG: 0
2025-08-18T22:03:30.3997086Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:03:30.3997395Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:03:30.3997730Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:03:30.3998056Z   KEEP_LOGS: YES
2025-08-18T22:03:30.3998309Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:03:30.3998555Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:03:30.3998845Z   SBUILD_REBUILD: false
2025-08-18T22:03:30.3999445Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:03:30.4000013Z   BUILD_SYS: null
2025-08-18T22:03:30.4000246Z   SYSTMP: /tmp
2025-08-18T22:03:30.4000464Z   GHA_MODE: MATRIX
2025-08-18T22:03:30.4000946Z   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:30.4001490Z ##[endgroup]
2025-08-18T22:03:30.4102324Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-18T22:03:30.4163564Z 0
2025-08-18T22:03:30.4530114Z vm.max_map_count = 262144
2025-08-18T22:03:30.4530534Z fs.inotify.max_user_watches = 655360
2025-08-18T22:03:30.4530832Z fs.inotify.max_user_instances = 1280
2025-08-18T22:03:30.4531156Z vm.mmap_rnd_bits = 28
2025-08-18T22:03:30.4629981Z ##[group]Run ##Presets
2025-08-18T22:03:30.4630477Z [36;1m##Presets[0m
2025-08-18T22:03:30.4630702Z [36;1mset +x ; set +e[0m
2025-08-18T22:03:30.4631072Z [36;1m#-------------#[0m
2025-08-18T22:03:30.4631319Z [36;1m##Debug?[0m
2025-08-18T22:03:30.4631619Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:03:30.4631964Z [36;1m  set -x[0m
2025-08-18T22:03:30.4632179Z [36;1mfi[0m
2025-08-18T22:03:30.4632444Z [36;1m#-------------#[0m
2025-08-18T22:03:30.4632675Z [36;1m##Main[0m
2025-08-18T22:03:30.4632927Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:03:30.4633636Z [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:30.4634367Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:03:30.4634787Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-18T22:03:30.4635180Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-18T22:03:30.4635457Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-18T22:03:30.4635826Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-18T22:03:30.4636167Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-18T22:03:30.4636548Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-18T22:03:30.4637276Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-18T22:03:30.4637593Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-18T22:03:30.4637988Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-18T22:03:30.4638697Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-18T22:03:30.4639035Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-18T22:03:30.4639370Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-18T22:03:30.4639678Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-18T22:03:30.4640011Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-18T22:03:30.4640350Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-18T22:03:30.4640685Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-18T22:03:30.4641031Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-18T22:03:30.4641363Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-18T22:03:30.4641677Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-18T22:03:30.4642044Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-18T22:03:30.4642404Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-18T22:03:30.4642768Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-18T22:03:30.4643109Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-18T22:03:30.4643390Z [36;1m     "${POD_ID}" \[0m
2025-08-18T22:03:30.4643804Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-18T22:03:30.4644293Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:03:30.4644803Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:03:30.4645314Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-18T22:03:30.4645684Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:03:30.4646047Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:03:30.4646962Z [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:30.4647799Z [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:30.4648404Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-18T22:03:30.4648696Z [36;1m else[0m
2025-08-18T22:03:30.4649337Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-18T22:03:30.4649777Z [36;1m fi[0m
2025-08-18T22:03:30.4650072Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-18T22:03:30.4650468Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-18T22:03:30.4650946Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4651362Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4651786Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4652251Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4652679Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4653140Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4653589Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:03:30.4654017Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:03:30.4654414Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:03:30.4681924Z shell: /usr/bin/bash -e {0}
2025-08-18T22:03:30.4682219Z env:
2025-08-18T22:03:30.4682478Z   CROSS_COMPILING: NO
2025-08-18T22:03:30.4682754Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:03:30.4683019Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:03:30.4683258Z   ON_QEMU: NO
2025-08-18T22:03:30.4683508Z   DEBUG: 0
2025-08-18T22:03:30.4683996Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:03:30.4684319Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:03:30.4684656Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:03:30.4684993Z   KEEP_LOGS: YES
2025-08-18T22:03:30.4685259Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:03:30.4685533Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:03:30.4685765Z   SBUILD_REBUILD: false
2025-08-18T22:03:30.4686372Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:03:30.4687177Z   BUILD_SYS: null
2025-08-18T22:03:30.4687451Z   SYSTMP: /tmp
2025-08-18T22:03:30.4687669Z   GHA_MODE: MATRIX
2025-08-18T22:03:30.4688143Z   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:30.4689184Z   GHCR_TOKEN: ***
2025-08-18T22:03:30.4689545Z   GITHUB_TOKEN: ***
2025-08-18T22:03:30.4689877Z   GITLAB_TOKEN: ***
2025-08-18T22:03:30.4691171Z   MINISIGN_KEY: ***
2025-08-18T22:03:30.4691456Z ##[endgroup]
2025-08-18T22:03:30.5253991Z [+] SBUILD Builder Version: 0.2.2
2025-08-18T22:03:30.5959524Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:03:30.5960652Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:03:30.5960916Z 
2025-08-18T22:03:30.6349681Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:03:30.6350409Z 100  4478  100  4478    0     0   111k      0 --:--:-- --:--:-- --:--:--  112k
2025-08-18T22:03:30.6361609Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:03:30.6444192Z 
2025-08-18T22:03:30.6444988Z [+] Building [/tmp/tmp.ekkOk2eheP/SBUILD_INPUT] Locally
2025-08-18T22:03:30.6445308Z 
2025-08-18T22:03:30.6456464Z '/tmp/tmp.ekkOk2eheP/SBUILD_INPUT' -> '/tmp/pkgforge/pjOgKNGkO_build.yaml'
2025-08-18T22:03:30.7715129Z 
2025-08-18T22:03:30.7715770Z [+] Passwordless sudo is Configured
2025-08-18T22:03:30.8374471Z 
2025-08-18T22:03:30.8388628Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-18T22:03:30.8388952Z 
2025-08-18T22:03:30.8799437Z 
2025-08-18T22:03:30.8800760Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-18T22:03:30.8801132Z 
2025-08-18T22:03:30.8801155Z 
2025-08-18T22:03:30.8801842Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-18T22:03:30.8802189Z 
2025-08-18T22:03:30.8841974Z [+] Installing: 7z -> 7z
2025-08-18T22:03:31.0304523Z [+] Installing: actionlint -> actionlint
2025-08-18T22:03:31.1959073Z [+] Installing: anew -> anew
2025-08-18T22:03:31.3607136Z [+] Installing: anew-rs -> anew-rs
2025-08-18T22:03:31.4845818Z [+] Installing: ansi2html -> ansi2html
2025-08-18T22:03:31.6173472Z [+] Installing: ansi2txt -> ansi2txt
2025-08-18T22:03:31.9521647Z [+] Installing: archey -> archey
2025-08-18T22:03:32.1362932Z [+] Installing: aria2 -> aria2c
2025-08-18T22:03:32.3093798Z [+] Installing: askalono -> askalono
2025-08-18T22:03:32.4822978Z [+] Installing: bsdtar -> bsdtar
2025-08-18T22:03:32.8729967Z [+] Installing: b3sum -> b3sum
2025-08-18T22:03:33.0199794Z [+] Installing: bita -> bita
2025-08-18T22:03:33.1814186Z [+] Installing: btop -> btop
2025-08-18T22:03:33.3342929Z [+] Installing: chafa -> chafa
2025-08-18T22:03:33.5430293Z [+] Installing: cloudflared -> cloudflared
2025-08-18T22:03:33.7431188Z [+] Installing: croc -> croc
2025-08-18T22:03:33.9078120Z [+] Installing: csvtk -> csvtk
2025-08-18T22:03:34.1115329Z [+] Installing: cutlines -> cutlines
2025-08-18T22:03:34.4665962Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:34.4702988Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-18T22:03:34.4703420Z [+] Installing: dbin -> dbin
2025-08-18T22:03:34.6497679Z [+] Installing: dasel -> dasel
2025-08-18T22:03:34.8188655Z [+] Installing: delta -> delta
2025-08-18T22:03:35.1989905Z [+] Installing: ds -> ds
2025-08-18T22:03:35.3407370Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:35.3444612Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-18T22:03:35.3445025Z [+] Installing: dos2unix -> dos2unix
2025-08-18T22:03:35.4956962Z [+] Installing: duf -> duf
2025-08-18T22:03:35.6682286Z [+] Installing: duplicut -> duplicut
2025-08-18T22:03:35.8172506Z [+] Installing: dust -> dust
2025-08-18T22:03:36.2000088Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-18T22:03:36.3719335Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-18T22:03:36.5563629Z [+] Installing: dysk -> dysk
2025-08-18T22:03:36.7091832Z [+] Installing: eget -> eget
2025-08-18T22:03:36.8773496Z [+] Installing: epoch -> epoch
2025-08-18T22:03:37.0321408Z [+] Installing: faketty -> faketty
2025-08-18T22:03:37.1611888Z [+] Installing: fastfetch -> fastfetch
2025-08-18T22:03:37.3213452Z [+] Installing: freeze -> freeze
2025-08-18T22:03:37.4694734Z [+] Installing: fusermount3 -> fusermount
2025-08-18T22:03:37.8000493Z [+] Installing: gdu -> gdu
2025-08-18T22:03:38.0047429Z [+] Installing: gh -> gh
2025-08-18T22:03:38.2189256Z [+] Installing: gitleaks -> gitleaks
2025-08-18T22:03:38.4012285Z [+] Installing: git-sizer -> git-sizer
2025-08-18T22:03:38.5630816Z [+] Installing: glab -> glab
2025-08-18T22:03:39.0289437Z [+] Installing: glow -> glow
2025-08-18T22:03:39.2129770Z [+] Installing: httpx -> httpx
2025-08-18T22:03:39.4633377Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-18T22:03:39.6915477Z [+] Installing: husarnet -> husarnet
2025-08-18T22:03:39.8088633Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:39.8125782Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-18T22:03:39.8127901Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-18T22:03:39.9249775Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:39.9285820Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-18T22:03:39.9286822Z [+] Installing: imgcat -> imgcat
2025-08-18T22:03:40.0932761Z [+] Installing: jc -> jc
2025-08-18T22:03:40.4867378Z [+] Installing: jq -> jq
2025-08-18T22:03:40.6318582Z [+] Installing: logdy -> logdy
2025-08-18T22:03:40.8836719Z [+] Installing: micro -> micro
2025-08-18T22:03:41.0766277Z [+] Installing: miniserve -> miniserve
2025-08-18T22:03:41.2410213Z [+] Installing: minisign -> minisign
2025-08-18T22:03:41.3872012Z [+] Installing: ncdu -> ncdu
2025-08-18T22:03:41.5333100Z [+] Installing: notify -> notify
2025-08-18T22:03:41.7061271Z [+] Installing: ouch -> ouch
2025-08-18T22:03:42.0743051Z [+] Installing: oras -> oras
2025-08-18T22:03:42.2959287Z [+] Installing: pipetty -> pipetty
2025-08-18T22:03:42.4031131Z [+] Installing: pixterm -> pixterm
2025-08-18T22:03:42.7754463Z [+] Installing: qsv -> qsv
2025-08-18T22:03:42.9408656Z [+] Installing: rclone -> rclone
2025-08-18T22:03:43.2180370Z [+] Installing: ripgrep -> rg
2025-08-18T22:03:43.5736147Z [+] Installing: rga -> rga
2025-08-18T22:03:43.7109254Z [+] Installing: rsync -> rsync
2025-08-18T22:03:43.8763017Z [+] Installing: script -> script
2025-08-18T22:03:44.0210152Z [+] Installing: shellcheck -> shellcheck
2025-08-18T22:03:44.2653404Z [+] Installing: soar -> soar
2025-08-18T22:03:44.4324995Z [+] Installing: speedtest-go -> speedtest-go
2025-08-18T22:03:44.6099175Z [+] Installing: sstrip -> sstrip
2025-08-18T22:03:44.7227687Z [+] Installing: strace -> strace
2025-08-18T22:03:44.8881581Z [+] Installing: sttr -> sttr
2025-08-18T22:03:45.2613252Z [+] Installing: tailscale -> tailscale
2025-08-18T22:03:45.6795618Z [+] Installing: tailscaled -> tailscaled
2025-08-18T22:03:45.8679278Z [+] Installing: taplo -> taplo
2025-08-18T22:03:46.2578082Z [+] Installing: tldr -> tldr
2025-08-18T22:03:46.4243078Z [+] Installing: tldr -> tealdeer
2025-08-18T22:03:46.5762687Z [+] Installing: tmux -> tmux
2025-08-18T22:03:46.7072627Z [+] Installing: tok -> tok
2025-08-18T22:03:46.8600987Z [+] Installing: trufflehog -> trufflehog
2025-08-18T22:03:47.0951604Z [+] Installing: trurl -> trurl
2025-08-18T22:03:47.2735298Z [+] Installing: tss -> tss
2025-08-18T22:03:47.4177102Z [+] Installing: ulexec -> ulexec
2025-08-18T22:03:47.5859345Z [+] Installing: unfurl -> unfurl
2025-08-18T22:03:47.7566144Z [+] Installing: upx -> upx
2025-08-18T22:03:47.8749744Z [+] Installing: validtoml -> validtoml
2025-08-18T22:03:48.0139557Z [+] Installing: wget -> wget
2025-08-18T22:03:48.1573072Z [+] Installing: wget2 -> wget2
2025-08-18T22:03:48.3365435Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-18T22:03:48.5000995Z [+] Installing: xq -> xq
2025-08-18T22:03:48.6664029Z [+] Installing: xz -> xz
2025-08-18T22:03:48.8236338Z [+] Installing: unxz -> unxz
2025-08-18T22:03:48.9639327Z [+] Installing: yq -> yq
2025-08-18T22:03:49.3452535Z [+] Installing: yj -> yj
2025-08-18T22:03:49.5194410Z [+] Installing: zapper -> zapper
2025-08-18T22:03:49.6349495Z [+] Installing: zapper-stealth -> zproccer
2025-08-18T22:03:49.7459352Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-18T22:03:49.8609384Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:49.8646446Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-18T22:03:49.8647247Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-18T22:03:50.1837891Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:50.1873509Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-18T22:03:50.1873924Z [+] Installing: zerotier-one -> zerotier-one
2025-08-18T22:03:50.2882283Z curl: (22) The requested URL returned error: 404
2025-08-18T22:03:50.2917893Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-18T22:03:50.2918245Z [+] Installing: zstd -> zstd
2025-08-18T22:03:50.4384820Z [+] Creating symlinks...
2025-08-18T22:03:50.4467448Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-18T22:03:50.4556775Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-18T22:03:50.4647732Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-18T22:03:50.4738753Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-18T22:03:50.4826054Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-18T22:03:50.4915784Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-18T22:03:50.5004556Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-18T22:03:50.5092386Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-18T22:03:50.5182817Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-18T22:03:50.5273220Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-18T22:03:50.5362845Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-18T22:03:50.5451560Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-18T22:03:50.5540673Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-18T22:03:50.5628669Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-18T22:03:50.5717042Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-18T22:03:50.5803533Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-18T22:03:50.5891455Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-18T22:03:50.5928446Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-18T22:03:50.6005736Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-18T22:03:50.6095716Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-18T22:03:50.6182382Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-18T22:03:50.6219181Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-18T22:03:50.6300989Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-18T22:03:50.6390009Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-18T22:03:50.6479786Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-18T22:03:50.6566154Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-18T22:03:50.6655085Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-18T22:03:50.6743869Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-18T22:03:50.6831551Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-18T22:03:50.6920462Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-18T22:03:50.7009735Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-18T22:03:50.7097772Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-18T22:03:50.7184274Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-18T22:03:50.7270995Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-18T22:03:50.7360967Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-18T22:03:50.7450698Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-18T22:03:50.7538730Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-18T22:03:50.7624755Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-18T22:03:50.7710239Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-18T22:03:50.7799426Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-18T22:03:50.7890114Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-18T22:03:50.7979420Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:03:50.8065242Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:03:50.8149822Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-18T22:03:50.8185325Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-18T22:03:50.8211655Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-18T22:03:50.8290460Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-18T22:03:50.8401398Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-18T22:03:50.8492619Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-18T22:03:50.8580515Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-18T22:03:50.8665843Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-18T22:03:50.8753300Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-18T22:03:50.8842185Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-18T22:03:50.8928107Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-18T22:03:50.9015770Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-18T22:03:50.9104564Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-18T22:03:50.9197221Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-18T22:03:50.9295731Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-18T22:03:50.9390427Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-18T22:03:50.9481304Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-18T22:03:50.9571578Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-18T22:03:50.9662305Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-18T22:03:50.9750660Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-18T22:03:50.9842005Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-18T22:03:50.9934672Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-18T22:03:51.0022543Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-18T22:03:51.0109183Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-18T22:03:51.0197022Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-18T22:03:51.0286400Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-18T22:03:51.0377655Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-18T22:03:51.0465840Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-18T22:03:51.0554803Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-18T22:03:51.0647237Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-18T22:03:51.0736386Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-18T22:03:51.0825706Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-18T22:03:51.0920535Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-18T22:03:51.1021913Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-18T22:03:51.1114570Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-18T22:03:51.1206203Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-18T22:03:51.1300213Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-18T22:03:51.1391811Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-18T22:03:51.1482614Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-18T22:03:51.1574108Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-18T22:03:51.1665542Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-18T22:03:51.1754679Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-18T22:03:51.1846450Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-18T22:03:51.1940067Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-18T22:03:51.2031635Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-18T22:03:51.2121523Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-18T22:03:51.2217402Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-18T22:03:51.2304633Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-18T22:03:51.2385294Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-18T22:03:51.2469769Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-18T22:03:51.2556969Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-18T22:03:51.2646142Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-18T22:03:51.2682942Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-18T22:03:51.2710789Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-18T22:03:51.2737205Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-18T22:03:51.2814514Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-18T22:03:51.2839821Z 
2025-08-18T22:03:51.2840551Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-18T22:03:51.2840927Z 
2025-08-18T22:03:51.2948966Z 
2025-08-18T22:03:51.3036948Z 
2025-08-18T22:03:51.3037422Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-18T22:03:51.3037673Z 
2025-08-18T22:03:51.3037752Z [+] Installation completed!
2025-08-18T22:03:51.3121427Z 
2025-08-18T22:03:51.5186868Z [+] GITHUB_TOKEN is Exported
2025-08-18T22:03:51.5187167Z github.com
2025-08-18T22:03:51.5197650Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-18T22:03:51.5197958Z   - Active account: true
2025-08-18T22:03:51.5198164Z   - Git operations protocol: https
2025-08-18T22:03:51.5198414Z   - Token: ghp_************************************
2025-08-18T22:03:51.5199051Z   - 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:03:51.5199722Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-18T22:03:51.5200044Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-18T22:03:51.6130374Z Limit: 5000, Remaining: 4927, Reset: 2025-08-18 22:30:13 +0000 UTC (26m21s)
2025-08-18T22:03:51.6139272Z 
2025-08-18T22:03:51.6139935Z [+] GHCR_TOKEN is Exported
2025-08-18T22:03:51.6170232Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-18T22:03:51.7914532Z Login Succeeded
2025-08-18T22:03:51.7923947Z 
2025-08-18T22:03:51.7924284Z [+] GITLAB is Exported
2025-08-18T22:03:51.9510642Z [git remote -v]
2025-08-18T22:03:52.1414561Z gitlab.com
2025-08-18T22:03:52.1415691Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-18T22:03:52.1416339Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-18T22:03:52.1416956Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-18T22:03:52.1417333Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-18T22:03:52.1417682Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-18T22:03:52.1417999Z   ✓ Token found: **************************
2025-08-18T22:03:52.1418158Z 
2025-08-18T22:03:52.1418487Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-18T22:03:52.1418995Z [git remote -v]
2025-08-18T22:03:52.1431558Z 2025/08/18 22:03:52 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-18T22:03:52.1432064Z git: exit status 128]
2025-08-18T22:03:52.4615410Z 
2025-08-18T22:03:52.4615438Z 
2025-08-18T22:03:52.4616125Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:03:52 PM)
2025-08-18T22:03:52.4616525Z 
2025-08-18T22:03:52.4616528Z 
2025-08-18T22:03:52.4617135Z [+] USER = runner
2025-08-18T22:03:52.4617317Z [+] HOME = /home/runner
2025-08-18T22:03:52.4619433Z [+] 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:03:52.4622101Z 
2025-08-18T22:03:52.5655652Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:52.5656365Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:52.5851603Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:03:52.6012990Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:03:52.6174656Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:03:52.6334031Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:03:53.7447455Z Reading package lists...
2025-08-18T22:03:53.7768496Z Reading package lists...
2025-08-18T22:03:54.0416041Z Building dependency tree...
2025-08-18T22:03:54.0423428Z Reading state information...
2025-08-18T22:03:54.4035583Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:03:54.4035945Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:03:54.4036253Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:54.4036575Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:03:54.4037105Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T22:03:54.4037447Z moreutils is already the newest version (0.69-1).
2025-08-18T22:03:54.4037796Z software-properties-common is already the newest version (0.99.49.3).
2025-08-18T22:03:54.4038181Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T22:03:54.4038530Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:03:54.4893387Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:03:54.4901384Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:03:54.6392769Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:03:54.7231787Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:03:54.8071108Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:03:54.8911202Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:03:55.8538327Z Reading package lists...
2025-08-18T22:03:55.8851179Z Reading package lists...
2025-08-18T22:03:56.1448897Z Building dependency tree...
2025-08-18T22:03:56.1456151Z Reading state information...
2025-08-18T22:03:56.4636324Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:03:56.4637198Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:03:56.4637571Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:03:56.4637875Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:03:56.4638236Z ca-certificates is already the newest version (20240203).
2025-08-18T22:03:56.4638557Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:03:56.4638855Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:03:56.4639141Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:03:56.4639439Z gawk set to manually installed.
2025-08-18T22:03:56.4639667Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:03:56.4639955Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:03:56.4640561Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:03:56.4640849Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:03:56.4641173Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:03:56.4641512Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:03:56.4641809Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:03:56.4642109Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:03:56.4642414Z The following additional packages will be installed:
2025-08-18T22:03:56.4642785Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-18T22:03:56.4643203Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-18T22:03:56.4643624Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-18T22:03:56.4644022Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-18T22:03:56.4644466Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-18T22:03:56.4644849Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:03:56.4653030Z Suggested packages:
2025-08-18T22:03:56.4653307Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-18T22:03:56.4653718Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-18T22:03:56.4654188Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-18T22:03:56.4654623Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-18T22:03:56.4655002Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-18T22:03:56.4655367Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-18T22:03:56.4655721Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-18T22:03:56.4896330Z The following NEW packages will be installed:
2025-08-18T22:03:56.4896759Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-18T22:03:56.4898493Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-18T22:03:56.4899377Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-18T22:03:56.4899851Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-18T22:03:56.4900279Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-18T22:03:56.4905584Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-18T22:03:56.4906712Z   poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:03:56.5429187Z 0 upgraded, 36 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:03:56.5429540Z Need to get 27.2 MB of archives.
2025-08-18T22:03:56.5429833Z After this operation, 111 MB of additional disk space will be used.
2025-08-18T22:03:56.5430369Z 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:03:56.6776071Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-18T22:03:56.7115701Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-18T22:03:56.7296947Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-18T22:03:56.7459102Z 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:03:56.7627493Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-18T22:03:56.7825545Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-18T22:03:56.8012348Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-18T22:03:56.8207653Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-18T22:03:56.8374870Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-18T22:03:56.9164632Z 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:03:56.9335984Z 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:03:56.9527217Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-18T22:03:56.9691978Z 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:03:56.9855075Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-18T22:03:57.0021766Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-18T22:03:57.0187049Z 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:03:57.0562377Z 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:03:57.5602883Z 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:03:57.5775371Z 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:03:57.5938799Z 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:03:57.6103052Z 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:03:57.6299772Z 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:03:57.6465725Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-18T22:03:57.6638736Z 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:03:57.6801713Z 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:03:57.7017223Z 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:03:57.7182983Z 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:03:57.7349032Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-18T22:03:57.7517791Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-18T22:03:57.7680849Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-18T22:03:57.7848487Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-18T22:03:57.8017948Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-18T22:03:57.8299020Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-18T22:03:57.8486379Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-18T22:03:57.8685457Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-18T22:03:58.1238375Z Preconfiguring packages ...
2025-08-18T22:03:58.2119468Z Fetched 27.2 MB in 1s (19.9 MB/s)
2025-08-18T22:03:58.2596749Z Selecting previously unselected package fonts-droid-fallback.
2025-08-18T22:03:58.2627964Z (Reading database ... 
2025-08-18T22:03:58.2628547Z (Reading database ... 5%
2025-08-18T22:03:58.2628741Z (Reading database ... 10%
2025-08-18T22:03:58.2628939Z (Reading database ... 15%
2025-08-18T22:03:58.2629134Z (Reading database ... 20%
2025-08-18T22:03:58.2629329Z (Reading database ... 25%
2025-08-18T22:03:58.2630094Z (Reading database ... 30%
2025-08-18T22:03:58.2630299Z (Reading database ... 35%
2025-08-18T22:03:58.2630497Z (Reading database ... 40%
2025-08-18T22:03:58.2630709Z (Reading database ... 45%
2025-08-18T22:03:58.2630906Z (Reading database ... 50%
2025-08-18T22:03:58.2651502Z (Reading database ... 55%
2025-08-18T22:03:58.2743901Z (Reading database ... 60%
2025-08-18T22:03:58.2783877Z (Reading database ... 65%
2025-08-18T22:03:58.2798073Z (Reading database ... 70%
2025-08-18T22:03:58.2817915Z (Reading database ... 75%
2025-08-18T22:03:58.2950337Z (Reading database ... 80%
2025-08-18T22:03:58.3027013Z (Reading database ... 85%
2025-08-18T22:03:58.3053065Z (Reading database ... 90%
2025-08-18T22:03:58.3146449Z (Reading database ... 95%
2025-08-18T22:03:58.3146799Z (Reading database ... 100%
2025-08-18T22:03:58.3147096Z (Reading database ... 189350 files and directories currently installed.)
2025-08-18T22:03:58.3184530Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-18T22:03:58.3418556Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:03:58.5125584Z Selecting previously unselected package poppler-data.
2025-08-18T22:03:58.5307864Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-18T22:03:58.5368803Z Unpacking poppler-data (0.4.12-1) ...
2025-08-18T22:03:58.6634745Z Selecting previously unselected package b3sum.
2025-08-18T22:03:58.6808109Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-18T22:03:58.6882311Z Unpacking b3sum (1.2.0-1) ...
2025-08-18T22:03:58.7563107Z Selecting previously unselected package build-essential.
2025-08-18T22:03:58.7725771Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-18T22:03:58.7803775Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-18T22:03:58.8632555Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-18T22:03:58.8802410Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-18T22:03:58.8937188Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:03:58.9621146Z Selecting previously unselected package ccache.
2025-08-18T22:03:58.9797940Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-18T22:03:58.9861627Z Unpacking ccache (4.9.1-1) ...
2025-08-18T22:03:59.0651775Z Selecting previously unselected package fonts-noto-mono.
2025-08-18T22:03:59.0833259Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-18T22:03:59.0903395Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-18T22:03:59.1514310Z Selecting previously unselected package xfonts-encodings.
2025-08-18T22:03:59.1690862Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-18T22:03:59.1756887Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:03:59.2459812Z Selecting previously unselected package xfonts-utils.
2025-08-18T22:03:59.2636093Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-18T22:03:59.2709857Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:03:59.3653536Z Selecting previously unselected package fonts-urw-base35.
2025-08-18T22:03:59.3828985Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-18T22:03:59.4464148Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-18T22:03:59.5540234Z Selecting previously unselected package libgs-common.
2025-08-18T22:03:59.5717416Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:03:59.5781329Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:59.6434889Z Selecting previously unselected package libgs10-common.
2025-08-18T22:03:59.6619925Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:03:59.6689963Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:03:59.7684704Z Selecting previously unselected package libidn12:arm64.
2025-08-18T22:03:59.7861350Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-18T22:03:59.7931428Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:03:59.8567150Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-18T22:03:59.8740184Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-18T22:03:59.8808235Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:03:59.9526764Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-18T22:03:59.9690018Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-18T22:03:59.9851593Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:04:00.0992904Z Selecting previously unselected package libpaper1:arm64.
2025-08-18T22:04:00.1159497Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-18T22:04:00.1222316Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:04:00.1893559Z Selecting previously unselected package libgs10:arm64.
2025-08-18T22:04:00.2073599Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:04:00.2156317Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:00.3844885Z Selecting previously unselected package ghostscript.
2025-08-18T22:04:00.4019320Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:04:00.4112408Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:00.4760526Z Selecting previously unselected package imagemagick-6.q16.
2025-08-18T22:04:00.4924709Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:04:00.4994832Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:00.6201689Z Selecting previously unselected package imagemagick.
2025-08-18T22:04:00.6364829Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:04:00.6426894Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:00.6968105Z Selecting previously unselected package libdjvulibre-text.
2025-08-18T22:04:00.7148709Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-18T22:04:00.7224538Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:00.7870190Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-18T22:04:00.8103355Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:04:00.8167487Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:00.8859682Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-18T22:04:00.9042779Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-18T22:04:00.9112149Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:04:00.9756318Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-18T22:04:00.9921566Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:04:00.9993380Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:01.0634984Z Selecting previously unselected package libjxr-tools.
2025-08-18T22:04:01.0807569Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:04:01.0908976Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:01.1522719Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-18T22:04:01.1686727Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-18T22:04:01.1793719Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:04:01.2598719Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-18T22:04:01.2779337Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-18T22:04:01.2870240Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:04:01.3390784Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-18T22:04:01.3568126Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:04:01.3629635Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:01.4281076Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-18T22:04:01.4451463Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:04:01.4541881Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:04:01.5113213Z Selecting previously unselected package libpaper-utils.
2025-08-18T22:04:01.5274777Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-18T22:04:01.5343732Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-18T22:04:01.5938826Z Selecting previously unselected package libtool-bin.
2025-08-18T22:04:01.6097823Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-18T22:04:01.6165300Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-18T22:04:01.6882156Z Selecting previously unselected package lzip.
2025-08-18T22:04:01.7045149Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-18T22:04:01.7109837Z Unpacking lzip (1.24.1-1build1) ...
2025-08-18T22:04:01.7788154Z Selecting previously unselected package netpbm.
2025-08-18T22:04:01.7963076Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:04:01.8060713Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:04:02.0052772Z Selecting previously unselected package musl:arm64.
2025-08-18T22:04:02.0228665Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-18T22:04:02.0317460Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-18T22:04:02.1140757Z Selecting previously unselected package musl-dev:arm64.
2025-08-18T22:04:02.1305793Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-18T22:04:02.1372332Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:04:02.2953302Z Selecting previously unselected package musl-tools.
2025-08-18T22:04:02.3135268Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-18T22:04:02.3198342Z Unpacking musl-tools (1.2.4-2) ...
2025-08-18T22:04:02.4021502Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:04:02.5324652Z 
2025-08-18T22:04:02.5327154Z Creating config file /etc/papersize with new version
2025-08-18T22:04:02.6047753Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-18T22:04:02.6227747Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-18T22:04:02.6503978Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:04:02.6699859Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:04:02.6917371Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:02.7144976Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-18T22:04:02.7342404Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:04:02.7525364Z Setting up poppler-data (0.4.12-1) ...
2025-08-18T22:04:02.8207186Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:02.8392149Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:04:02.8607378Z Setting up lzip (1.24.1-1build1) ...
2025-08-18T22:04:02.8765289Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-18T22:04:02.8842828Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-18T22:04:02.8910287Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-18T22:04:02.9042583Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:04:02.9252677Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:04:02.9462445Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:04:02.9646982Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:04:02.9855553Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:03.0021839Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-18T22:04:03.0085743Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-18T22:04:03.0166084Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-18T22:04:03.0257976Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-18T22:04:03.0342314Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-18T22:04:03.0412594Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-18T22:04:03.0493062Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-18T22:04:03.0569164Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-18T22:04:03.0654307Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-18T22:04:03.0735752Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-18T22:04:03.0816907Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-18T22:04:03.0913676Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-18T22:04:03.0994847Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-18T22:04:03.1061245Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-18T22:04:03.1150359Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-18T22:04:03.1221567Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-18T22:04:03.1306268Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-18T22:04:03.1379151Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-18T22:04:03.1457433Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-18T22:04:03.1522472Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-18T22:04:03.1605267Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-18T22:04:03.1678761Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-18T22:04:03.1798754Z Setting up b3sum (1.2.0-1) ...
2025-08-18T22:04:03.1995009Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-18T22:04:03.2328825Z Setting up build-essential (12.10ubuntu1) ...
2025-08-18T22:04:03.2512501Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:04:03.3020521Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:03.3221962Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:04:03.3421392Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:04:03.3606024Z Setting up ccache (4.9.1-1) ...
2025-08-18T22:04:03.3760251Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:04:03.3913131Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:04:03.4090451Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:04:03.4342039Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:04:03.4528942Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:04:03.4701918Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:03.4927398Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:04:03.5118721Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-18T22:04:03.7352330Z Setting up musl-tools (1.2.4-2) ...
2025-08-18T22:04:03.7539963Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:03.7730226Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:03.7927804Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:04:03.8170870Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:04:03.9060559Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-18T22:04:04.1705121Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-18T22:04:04.2873519Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:04:04.3164864Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:07.1005687Z Reading package lists...
2025-08-18T22:04:07.3441329Z Building dependency tree...
2025-08-18T22:04:07.3450315Z Reading state information...
2025-08-18T22:04:07.6140425Z autoconf is already the newest version (2.71-3).
2025-08-18T22:04:07.6141215Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:04:07.6141587Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:04:07.6141916Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:04:07.6142256Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:04:07.6142602Z ca-certificates is already the newest version (20240203).
2025-08-18T22:04:07.6142915Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:04:07.6143206Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:04:07.6143526Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:04:07.6143834Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:04:07.6144146Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:04:07.6144456Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:04:07.6144723Z patch set to manually installed.
2025-08-18T22:04:07.6145426Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:04:07.6145767Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:04:07.6146069Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:04:07.6146364Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:04:07.6146869Z Suggested packages:
2025-08-18T22:04:07.6147095Z   scons-doc
2025-08-18T22:04:07.6298345Z The following NEW packages will be installed:
2025-08-18T22:04:07.6306112Z   autopoint byacc clang qemu-user-static scons
2025-08-18T22:04:07.7130951Z 0 upgraded, 5 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:07.7131311Z Need to get 17.8 MB of archives.
2025-08-18T22:04:07.7131603Z After this operation, 171 MB of additional disk space will be used.
2025-08-18T22:04:07.7132091Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-18T22:04:07.8129587Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-18T22:04:07.8290214Z 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:07.9718583Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-18T22:04:07.9909340Z 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:08.2605769Z Fetched 17.8 MB in 0s (50.7 MB/s)
2025-08-18T22:04:08.2873636Z Selecting previously unselected package autopoint.
2025-08-18T22:04:08.2905644Z (Reading database ... 
2025-08-18T22:04:08.2905863Z (Reading database ... 5%
2025-08-18T22:04:08.2906064Z (Reading database ... 10%
2025-08-18T22:04:08.2906269Z (Reading database ... 15%
2025-08-18T22:04:08.2906467Z (Reading database ... 20%
2025-08-18T22:04:08.2907596Z (Reading database ... 25%
2025-08-18T22:04:08.2907837Z (Reading database ... 30%
2025-08-18T22:04:08.2908040Z (Reading database ... 35%
2025-08-18T22:04:08.2908264Z (Reading database ... 40%
2025-08-18T22:04:08.2908459Z (Reading database ... 45%
2025-08-18T22:04:08.2908654Z (Reading database ... 50%
2025-08-18T22:04:08.2929799Z (Reading database ... 55%
2025-08-18T22:04:08.3023704Z (Reading database ... 60%
2025-08-18T22:04:08.3065769Z (Reading database ... 65%
2025-08-18T22:04:08.3080712Z (Reading database ... 70%
2025-08-18T22:04:08.3111352Z (Reading database ... 75%
2025-08-18T22:04:08.3239575Z (Reading database ... 80%
2025-08-18T22:04:08.3318834Z (Reading database ... 85%
2025-08-18T22:04:08.3348317Z (Reading database ... 90%
2025-08-18T22:04:08.3452070Z (Reading database ... 95%
2025-08-18T22:04:08.3452314Z (Reading database ... 100%
2025-08-18T22:04:08.3452609Z (Reading database ... 191843 files and directories currently installed.)
2025-08-18T22:04:08.3492234Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-18T22:04:08.3601084Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-18T22:04:08.4494625Z Selecting previously unselected package clang.
2025-08-18T22:04:08.4674154Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-18T22:04:08.4764355Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-18T22:04:08.5371395Z Selecting previously unselected package qemu-user-static.
2025-08-18T22:04:08.5552930Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-18T22:04:08.5623597Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:04:09.5783901Z Selecting previously unselected package scons.
2025-08-18T22:04:09.5967844Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-18T22:04:09.6024998Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-18T22:04:09.6821741Z Selecting previously unselected package byacc.
2025-08-18T22:04:09.7008894Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-18T22:04:09.7081998Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-18T22:04:09.7826537Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:04:09.8041824Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-18T22:04:09.8289134Z Setting up clang (1:18.0-59~exp2) ...
2025-08-18T22:04:09.8756227Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-18T22:04:10.2597334Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-18T22:04:10.2953313Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:11.5315471Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-18T22:04:12.9188419Z Reading package lists...
2025-08-18T22:04:13.1754645Z Building dependency tree...
2025-08-18T22:04:13.1763455Z Reading state information...
2025-08-18T22:04:13.4732987Z The following additional packages will be installed:
2025-08-18T22:04:13.4733409Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:04:13.4733749Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:04:13.4734136Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:04:13.4734604Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:04:13.4735079Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:04:13.4735506Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:04:13.4735950Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:04:13.4736374Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:04:13.4738732Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:04:13.4750265Z Suggested packages:
2025-08-18T22:04:13.4750953Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-18T22:04:13.4751344Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-18T22:04:13.4751754Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-18T22:04:13.4752135Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-18T22:04:13.4752508Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-18T22:04:13.4752922Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-18T22:04:13.4753378Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-18T22:04:13.4753848Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-18T22:04:13.4754205Z   libauthen-ntlm-perl wdiff-doc
2025-08-18T22:04:13.4754413Z Recommended packages:
2025-08-18T22:04:13.4754690Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-18T22:04:13.4755138Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-18T22:04:13.4755543Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-18T22:04:13.4755899Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-18T22:04:13.4756217Z   libhttp-daemon-perl libmailtools-perl
2025-08-18T22:04:13.4953661Z The following NEW packages will be installed:
2025-08-18T22:04:13.4954341Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:04:13.4956210Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:04:13.4956729Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:04:13.4957195Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:04:13.4957633Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:04:13.4958052Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:04:13.4958502Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:04:13.4959466Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:04:13.4963308Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:04:13.7066378Z 0 upgraded, 30 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:13.7067029Z Need to get 2409 kB of archives.
2025-08-18T22:04:13.7067676Z After this operation, 7427 kB of additional disk space will be used.
2025-08-18T22:04:13.7068198Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-18T22:04:13.9652192Z 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:14.1688286Z 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:14.3982824Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-18T22:04:14.5718058Z 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:14.7765738Z 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:14.9667907Z 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:15.0567163Z 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:15.1494138Z 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:15.2419206Z 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:15.3389861Z 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:15.5184125Z 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:15.6026920Z 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:15.7156927Z 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:15.8410252Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-18T22:04:16.0178406Z 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:16.1146100Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-18T22:04:16.4001199Z 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:16.4888253Z 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:16.5752295Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-18T22:04:16.6607855Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-18T22:04:16.8762487Z 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:17.1372795Z 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:17.3140342Z 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:17.4100904Z 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:17.5269068Z 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:17.6338111Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-18T22:04:17.9172298Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-18T22:04:18.0326337Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-18T22:04:18.1278149Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-18T22:04:18.6957573Z Fetched 2409 kB in 5s (491 kB/s)
2025-08-18T22:04:18.7306004Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-18T22:04:18.7339343Z (Reading database ... 
2025-08-18T22:04:18.7339596Z (Reading database ... 5%
2025-08-18T22:04:18.7339801Z (Reading database ... 10%
2025-08-18T22:04:18.7340020Z (Reading database ... 15%
2025-08-18T22:04:18.7340216Z (Reading database ... 20%
2025-08-18T22:04:18.7340407Z (Reading database ... 25%
2025-08-18T22:04:18.7340599Z (Reading database ... 30%
2025-08-18T22:04:18.7340788Z (Reading database ... 35%
2025-08-18T22:04:18.7340976Z (Reading database ... 40%
2025-08-18T22:04:18.7341202Z (Reading database ... 45%
2025-08-18T22:04:18.7341396Z (Reading database ... 50%
2025-08-18T22:04:18.7364041Z (Reading database ... 55%
2025-08-18T22:04:18.7459388Z (Reading database ... 60%
2025-08-18T22:04:18.7500937Z (Reading database ... 65%
2025-08-18T22:04:18.7515853Z (Reading database ... 70%
2025-08-18T22:04:18.7548453Z (Reading database ... 75%
2025-08-18T22:04:18.7679866Z (Reading database ... 80%
2025-08-18T22:04:18.7759375Z (Reading database ... 85%
2025-08-18T22:04:18.7788434Z (Reading database ... 90%
2025-08-18T22:04:18.7895578Z (Reading database ... 95%
2025-08-18T22:04:18.7895791Z (Reading database ... 100%
2025-08-18T22:04:18.7896103Z (Reading database ... 192291 files and directories currently installed.)
2025-08-18T22:04:18.7938960Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-18T22:04:18.8047963Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:04:18.8672620Z Selecting previously unselected package libfile-which-perl.
2025-08-18T22:04:18.8851554Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-18T22:04:18.8943186Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-18T22:04:18.9439162Z Selecting previously unselected package libfile-homedir-perl.
2025-08-18T22:04:18.9616182Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-18T22:04:18.9682230Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-18T22:04:19.0268622Z Selecting previously unselected package libfile-touch-perl.
2025-08-18T22:04:19.0444816Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-18T22:04:19.0507526Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-18T22:04:19.1262592Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-18T22:04:19.1423001Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-18T22:04:19.1545024Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:04:19.2087104Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-18T22:04:19.2248689Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-18T22:04:19.2322721Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:04:19.2901321Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-18T22:04:19.3078301Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-18T22:04:19.3148290Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:04:19.3721336Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-18T22:04:19.3911087Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-18T22:04:19.3993453Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:04:19.4525336Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-18T22:04:19.4707509Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-18T22:04:19.4783627Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:04:19.5369468Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-18T22:04:19.5545355Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-18T22:04:19.5626945Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:04:19.6241742Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-18T22:04:19.6408420Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-18T22:04:19.6474628Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:04:19.7002368Z Selecting previously unselected package libimport-into-perl.
2025-08-18T22:04:19.7164976Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-18T22:04:19.7229871Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-18T22:04:19.7732917Z Selecting previously unselected package librole-tiny-perl.
2025-08-18T22:04:19.7893877Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-18T22:04:19.7968206Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-18T22:04:19.8543821Z Selecting previously unselected package libsub-quote-perl.
2025-08-18T22:04:19.8727043Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-18T22:04:19.8815647Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:04:19.9423097Z Selecting previously unselected package libmoo-perl.
2025-08-18T22:04:19.9600064Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-18T22:04:19.9673354Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-18T22:04:20.0190358Z Selecting previously unselected package libfile-listing-perl.
2025-08-18T22:04:20.0369098Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-18T22:04:20.0426682Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-18T22:04:20.9911171Z Selecting previously unselected package libhtml-tree-perl.
2025-08-18T22:04:21.0094974Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-18T22:04:21.0206871Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-18T22:04:21.0849619Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-18T22:04:21.1024020Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-18T22:04:21.1105603Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:04:21.1778555Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-18T22:04:21.1953437Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-18T22:04:21.2056388Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:04:21.2876432Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-18T22:04:21.3045076Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-18T22:04:21.3138926Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:04:21.3742995Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-18T22:04:21.3904903Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-18T22:04:21.3971153Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:04:21.4694739Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-18T22:04:21.4851977Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-18T22:04:21.4942253Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:04:21.5602855Z Selecting previously unselected package libnet-http-perl.
2025-08-18T22:04:21.5763660Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-18T22:04:21.5970854Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-18T22:04:21.6723390Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-18T22:04:21.6898506Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-18T22:04:21.6972747Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:04:21.7549837Z Selecting previously unselected package libtry-tiny-perl.
2025-08-18T22:04:21.7723153Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-18T22:04:21.7830350Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-18T22:04:21.8462510Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-18T22:04:21.8636020Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-18T22:04:21.8717867Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:04:21.9419947Z Selecting previously unselected package libwww-perl.
2025-08-18T22:04:21.9596166Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-18T22:04:21.9694599Z Unpacking libwww-perl (6.76-1) ...
2025-08-18T22:04:22.0334631Z Selecting previously unselected package patchutils.
2025-08-18T22:04:22.0508966Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-18T22:04:22.0593577Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-18T22:04:22.1273577Z Selecting previously unselected package wdiff.
2025-08-18T22:04:22.1448137Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-18T22:04:22.1516968Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-18T22:04:22.2392590Z Selecting previously unselected package devscripts.
2025-08-18T22:04:22.2567797Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-18T22:04:22.2801234Z Unpacking devscripts (2.23.7) ...
2025-08-18T22:04:22.4129353Z Setting up wdiff (1.2.2-6build1) ...
2025-08-18T22:04:22.4340831Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:04:22.4530842Z Setting up libfile-which-perl (1.27-2) ...
2025-08-18T22:04:22.4724052Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-18T22:04:22.4932818Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:04:22.5108471Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:04:22.5286562Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:04:22.5477609Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-18T22:04:22.5687503Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-18T22:04:22.5949813Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:04:22.6227489Z Setting up libnet-http-perl (6.23-1) ...
2025-08-18T22:04:22.6512551Z Setting up patchutils (0.4.2-1build3) ...
2025-08-18T22:04:22.6780326Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:04:22.7000087Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:04:22.7239434Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-18T22:04:22.7467329Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:04:22.7751966Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:04:22.7981767Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:04:22.8180068Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-18T22:04:22.8443007Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-18T22:04:22.8643255Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:04:22.8838672Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:04:22.9078109Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:04:22.9303464Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:04:22.9494123Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:04:22.9728415Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-18T22:04:22.9921985Z Setting up libmoo-perl (2.005005-1) ...
2025-08-18T22:04:23.0132062Z Setting up libwww-perl (6.76-1) ...
2025-08-18T22:04:23.0324678Z Setting up devscripts (2.23.7) ...
2025-08-18T22:04:23.1687791Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:04:23.1979806Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:24.7857600Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:04:26.2197611Z Reading package lists...
2025-08-18T22:04:26.4679987Z Building dependency tree...
2025-08-18T22:04:26.4689441Z Reading state information...
2025-08-18T22:04:26.7400804Z The following additional packages will be installed:
2025-08-18T22:04:26.7410313Z   cmake-data libjsoncpp25 librhash0
2025-08-18T22:04:26.7419565Z Suggested packages:
2025-08-18T22:04:26.7419783Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-18T22:04:26.7586924Z The following NEW packages will be installed:
2025-08-18T22:04:26.7595292Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-18T22:04:26.8275396Z 0 upgraded, 4 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:26.8275753Z Need to get 12.7 MB of archives.
2025-08-18T22:04:26.8276046Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-18T22:04:26.8276555Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-18T22:04:26.8858344Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-18T22:04:26.9215977Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-18T22:04:27.0017095Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-18T22:04:27.3392785Z Fetched 12.7 MB in 0s (43.2 MB/s)
2025-08-18T22:04:27.3765581Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-18T22:04:27.3799727Z (Reading database ... 
2025-08-18T22:04:27.3799959Z (Reading database ... 5%
2025-08-18T22:04:27.3800157Z (Reading database ... 10%
2025-08-18T22:04:27.3800386Z (Reading database ... 15%
2025-08-18T22:04:27.3801228Z (Reading database ... 20%
2025-08-18T22:04:27.3801454Z (Reading database ... 25%
2025-08-18T22:04:27.3801652Z (Reading database ... 30%
2025-08-18T22:04:27.3801840Z (Reading database ... 35%
2025-08-18T22:04:27.3802033Z (Reading database ... 40%
2025-08-18T22:04:27.3802228Z (Reading database ... 45%
2025-08-18T22:04:27.3802420Z (Reading database ... 50%
2025-08-18T22:04:27.3823945Z (Reading database ... 55%
2025-08-18T22:04:27.3921536Z (Reading database ... 60%
2025-08-18T22:04:27.3965436Z (Reading database ... 65%
2025-08-18T22:04:27.3981011Z (Reading database ... 70%
2025-08-18T22:04:27.4012537Z (Reading database ... 75%
2025-08-18T22:04:27.4141444Z (Reading database ... 80%
2025-08-18T22:04:27.4220311Z (Reading database ... 85%
2025-08-18T22:04:27.4248215Z (Reading database ... 90%
2025-08-18T22:04:27.4345067Z (Reading database ... 95%
2025-08-18T22:04:27.4345284Z (Reading database ... 100%
2025-08-18T22:04:27.4345601Z (Reading database ... 193226 files and directories currently installed.)
2025-08-18T22:04:27.4383714Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-18T22:04:27.4509811Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:04:27.5163304Z Selecting previously unselected package librhash0:arm64.
2025-08-18T22:04:27.5322254Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-18T22:04:27.5379949Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:04:27.6087989Z Selecting previously unselected package cmake-data.
2025-08-18T22:04:27.6249087Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-18T22:04:27.6360445Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-18T22:04:28.5810638Z Selecting previously unselected package cmake.
2025-08-18T22:04:28.5994328Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-18T22:04:28.6065252Z Unpacking cmake (3.28.3-1build7) ...
2025-08-18T22:04:28.8211624Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:04:28.8432865Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:04:28.8670798Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-18T22:04:28.8986413Z Setting up cmake (3.28.3-1build7) ...
2025-08-18T22:04:28.9178396Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:30.2918432Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:04:31.6780554Z Reading package lists...
2025-08-18T22:04:31.9339528Z Building dependency tree...
2025-08-18T22:04:31.9348059Z Reading state information...
2025-08-18T22:04:32.2400380Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:04:32.2400776Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:04:32.2401093Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:04:32.2401395Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:04:32.2401697Z b3sum is already the newest version (1.2.0-1).
2025-08-18T22:04:32.2402419Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:04:32.2402816Z ca-certificates is already the newest version (20240203).
2025-08-18T22:04:32.2403117Z ccache is already the newest version (4.9.1-1).
2025-08-18T22:04:32.2403412Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:04:32.2403713Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:04:32.2404001Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:04:32.2404282Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:04:32.2404629Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-18T22:04:32.2404979Z lzip is already the newest version (1.24.1-1build1).
2025-08-18T22:04:32.2405277Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:04:32.2405581Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:04:32.2405893Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:04:32.2406199Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:04:32.2406468Z musl is already the newest version (1.2.4-2).
2025-08-18T22:04:32.2406995Z musl-dev is already the newest version (1.2.4-2).
2025-08-18T22:04:32.2407283Z musl-tools is already the newest version (1.2.4-2).
2025-08-18T22:04:32.2407614Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:04:32.2407957Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:04:32.2408254Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:04:32.2408798Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:04:32.2409129Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:32.2602119Z Reading package lists...
2025-08-18T22:04:32.5130293Z Building dependency tree...
2025-08-18T22:04:32.5137120Z Reading state information...
2025-08-18T22:04:32.8303064Z autoconf is already the newest version (2.71-3).
2025-08-18T22:04:32.8304014Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:04:32.8304431Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-18T22:04:32.8304761Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:04:32.8305085Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:04:32.8305425Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:04:32.8305757Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-18T22:04:32.8306070Z ca-certificates is already the newest version (20240203).
2025-08-18T22:04:32.8306400Z clang is already the newest version (1:18.0-59~exp2).
2025-08-18T22:04:32.8306836Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:04:32.8307132Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:04:32.8307434Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:04:32.8307739Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:04:32.8308058Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:04:32.8308362Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:04:32.8308676Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:04:32.8308999Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:04:32.8309365Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:04:32.8309712Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:04:32.8310005Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:04:32.8310309Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:04:32.8310642Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:32.8502261Z Reading package lists...
2025-08-18T22:04:33.1008062Z Building dependency tree...
2025-08-18T22:04:33.1014663Z Reading state information...
2025-08-18T22:04:33.4136381Z devscripts is already the newest version (2.23.7).
2025-08-18T22:04:33.4137185Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:33.4339779Z Reading package lists...
2025-08-18T22:04:33.6897758Z Building dependency tree...
2025-08-18T22:04:33.6905400Z Reading state information...
2025-08-18T22:04:33.9938038Z cmake is already the newest version (3.28.3-1build7).
2025-08-18T22:04:33.9938429Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:34.0138282Z Reading package lists...
2025-08-18T22:04:34.2645036Z Building dependency tree...
2025-08-18T22:04:34.2652190Z Reading state information...
2025-08-18T22:04:34.5619445Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:04:34.5619907Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-18T22:04:34.6079547Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:34.6550238Z Reading package lists...
2025-08-18T22:04:34.9198305Z Building dependency tree...
2025-08-18T22:04:34.9207961Z Reading state information...
2025-08-18T22:04:35.2339606Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-18T22:04:35.2340022Z g++-aarch64-linux-gnu set to manually installed.
2025-08-18T22:04:35.2340368Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:04:35.2340728Z The following additional packages will be installed:
2025-08-18T22:04:35.2341074Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:04:35.2341473Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:04:35.2342377Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:04:35.2342763Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:04:35.2343146Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:04:35.2343575Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:04:35.2343997Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-18T22:04:35.2344403Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:04:35.2344774Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-18T22:04:35.2345163Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-18T22:04:35.2345580Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-18T22:04:35.2345926Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-18T22:04:35.2346294Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:04:35.2346943Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-18T22:04:35.2349568Z   linux-libc-dev-armhf-cross
2025-08-18T22:04:35.2360002Z Suggested packages:
2025-08-18T22:04:35.2360320Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-18T22:04:35.2360694Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-18T22:04:35.2721817Z The following NEW packages will be installed:
2025-08-18T22:04:35.2722163Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:04:35.2722564Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:04:35.2723026Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:04:35.2723459Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-18T22:04:35.2723838Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-18T22:04:35.2724245Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-18T22:04:35.2724657Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-18T22:04:35.2725244Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:04:35.2725641Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-18T22:04:35.2726402Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-18T22:04:35.2727258Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-18T22:04:35.2729102Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-18T22:04:35.2729509Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:04:35.2729899Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-18T22:04:35.2734833Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-18T22:04:35.4697095Z 0 upgraded, 42 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:35.4697486Z Need to get 112 MB of archives.
2025-08-18T22:04:35.4697768Z After this operation, 377 MB of additional disk space will be used.
2025-08-18T22:04:35.4698412Z 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:04:35.7349019Z 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:04:36.4777333Z 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:04:36.5625788Z 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:04:37.2402076Z 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:04:37.3247123Z 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:04:37.4091872Z 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:04:37.8292325Z 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:04:37.9139041Z 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:04:37.9989865Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-18T22:04:38.1711481Z 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:04:38.3407418Z 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:04:38.7210634Z 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:04:38.8093572Z 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:04:39.3001947Z 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:04:39.4771679Z 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:04:39.7377117Z 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:04:39.9932209Z 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:04:40.8987667Z 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:04:41.1533844Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-18T22:04:41.4079570Z 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:04:41.7447920Z 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:04:42.5150227Z 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:04:43.2991011Z 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:04:43.3838356Z 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:04:43.4684215Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-18T22:04:43.7283911Z 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:04:43.8130397Z 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:04:43.8988294Z 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:04:43.9830767Z 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:04:44.3747244Z 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:04:44.5478562Z 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:04:44.8033516Z 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:04:45.0648643Z 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:04:46.1857299Z 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:04:46.4397431Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-18T22:04:46.6937258Z 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:04:47.0329639Z 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:04:47.7123458Z 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:04:47.7967549Z 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:04:47.8810532Z 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:04:47.9649426Z 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:04:48.2670752Z Fetched 112 MB in 13s (8851 kB/s)
2025-08-18T22:04:48.2933330Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-18T22:04:48.2966392Z (Reading database ... 
2025-08-18T22:04:48.2966838Z (Reading database ... 5%
2025-08-18T22:04:48.2967071Z (Reading database ... 10%
2025-08-18T22:04:48.2967265Z (Reading database ... 15%
2025-08-18T22:04:48.2967460Z (Reading database ... 20%
2025-08-18T22:04:48.2967653Z (Reading database ... 25%
2025-08-18T22:04:48.2967850Z (Reading database ... 30%
2025-08-18T22:04:48.2968044Z (Reading database ... 35%
2025-08-18T22:04:48.2968234Z (Reading database ... 40%
2025-08-18T22:04:48.2968801Z (Reading database ... 45%
2025-08-18T22:04:48.2969013Z (Reading database ... 50%
2025-08-18T22:04:48.2990684Z (Reading database ... 55%
2025-08-18T22:04:48.3080850Z (Reading database ... 60%
2025-08-18T22:04:48.3120718Z (Reading database ... 65%
2025-08-18T22:04:48.3135277Z (Reading database ... 70%
2025-08-18T22:04:48.3164127Z (Reading database ... 75%
2025-08-18T22:04:48.3287391Z (Reading database ... 80%
2025-08-18T22:04:48.3362091Z (Reading database ... 85%
2025-08-18T22:04:48.3387648Z (Reading database ... 90%
2025-08-18T22:04:48.3490265Z (Reading database ... 95%
2025-08-18T22:04:48.3490535Z (Reading database ... 100%
2025-08-18T22:04:48.3490827Z (Reading database ... 196635 files and directories currently installed.)
2025-08-18T22:04:48.3528738Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:48.3614196Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:48.4196238Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-18T22:04:48.4381336Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:48.4482830Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:48.6887767Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-18T22:04:48.7053096Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:48.7115772Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:48.7682118Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-18T22:04:48.7852925Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:48.7942487Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:49.0227970Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-18T22:04:49.0415353Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:04:49.0474971Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:49.0974834Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-18T22:04:49.1149104Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:04:49.1231410Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:49.1946270Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-18T22:04:49.2109967Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:04:49.2258552Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:04:49.3386815Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-18T22:04:49.3562772Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:49.3636576Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:49.4230914Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-18T22:04:49.4424076Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:49.4493365Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:49.5090714Z Selecting previously unselected package libc6-armel-cross.
2025-08-18T22:04:49.5270721Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:04:49.5342468Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:49.6072156Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-18T22:04:49.6244598Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:49.6303977Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:49.6864123Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-18T22:04:49.7029482Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:49.7098441Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:49.7750598Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-18T22:04:49.7913483Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:49.7975365Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:49.8992465Z Selecting previously unselected package libasan8-armel-cross.
2025-08-18T22:04:49.9157238Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:49.9216479Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:50.0218991Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-18T22:04:50.0399899Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:50.0456811Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:50.1158263Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-18T22:04:50.1332211Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:50.1404063Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:50.2117299Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-18T22:04:50.2285889Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:50.2348484Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:50.3243779Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-18T22:04:50.3409274Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:50.3491164Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:50.7299231Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-18T22:04:50.7478516Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:04:50.7561765Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:50.9971235Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-18T22:04:51.0138110Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:04:51.0435569Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:51.1599907Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-18T22:04:51.1778580Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:51.1858206Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:51.3918987Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-18T22:04:51.4089669Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:51.4171574Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:51.6712338Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-18T22:04:51.6898872Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:04:51.6956938Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:04:51.8073255Z Selecting previously unselected package gcc-13-cross-base.
2025-08-18T22:04:51.8249819Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:51.8319171Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:51.8791177Z Selecting previously unselected package gcc-14-cross-base.
2025-08-18T22:04:51.8972886Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:51.9044487Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:51.9632696Z Selecting previously unselected package libc6-armhf-cross.
2025-08-18T22:04:51.9802417Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:04:51.9884581Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:52.0666104Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-18T22:04:52.0840668Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.0897791Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.1416149Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-18T22:04:52.1601548Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.1660019Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.2210456Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-18T22:04:52.2395584Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.2500558Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.2989634Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-18T22:04:52.3171763Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.3240837Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.4325675Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-18T22:04:52.4507857Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.4571766Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.5307595Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-18T22:04:52.5475926Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.5559755Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.6237951Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-18T22:04:52.6401056Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:52.6490999Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:52.7336940Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-18T22:04:52.7520141Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:52.7599434Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:53.1831279Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-18T22:04:53.1994768Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:04:53.2069202Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:53.4616791Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-18T22:04:53.4800538Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:04:53.4867588Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:53.5962013Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-18T22:04:53.6141168Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:04:53.6200051Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:53.8567258Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-18T22:04:53.8758032Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:04:53.8843605Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.1285813Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-18T22:04:54.1462794Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:04:54.1547693Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:54.2042793Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-18T22:04:54.2216877Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:04:54.2294421Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:54.2721908Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-18T22:04:54.2895396Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:04:54.2990772Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:54.3444600Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-18T22:04:54.3615314Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:04:54.3680208Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:54.4474394Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:04:54.4757894Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:54.4971157Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.5184086Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.5358473Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.5633746Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:54.5886270Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.6096734Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:04:54.6320779Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:54.6499223Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.6707805Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.6896470Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:54.7092055Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:04:54.7256489Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.7459658Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.7622223Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.7820625Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.8002074Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.8182973Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.8401853Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.8577389Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:04:54.8785249Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.8968583Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.9162030Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:54.9368553Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.9611285Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.9789013Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:54.9984506Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:55.0166484Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.0356485Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.0521918Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.0755273Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.0926079Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.1140110Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.1325717Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:55.1504130Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.1686548Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.1863148Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.2080913Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:04:55.2289527Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:55.2467052Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:04:55.2651061Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:04:55.2846068Z Processing triggers for ccache (4.9.1-1) ...
2025-08-18T22:04:55.2932787Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:04:55.3078346Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:04:56.6752075Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:04:58.0554854Z Reading package lists...
2025-08-18T22:04:58.3095360Z Building dependency tree...
2025-08-18T22:04:58.3102925Z Reading state information...
2025-08-18T22:04:58.5984436Z The following additional packages will be installed:
2025-08-18T22:04:58.5985703Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:04:58.5992741Z   libpcap0.8-dev
2025-08-18T22:04:58.6310990Z The following NEW packages will be installed:
2025-08-18T22:04:58.6313243Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:04:58.6318153Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-18T22:04:58.6540480Z 0 upgraded, 8 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:04:58.8142372Z Need to get 1640 kB of archives.
2025-08-18T22:04:58.8142760Z After this operation, 7134 kB of additional disk space will be used.
2025-08-18T22:04:58.8144283Z 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:04:58.8982053Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-18T22:04:58.9199949Z 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:04:58.9417261Z 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:04:58.9714036Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-18T22:04:59.0264351Z 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:04:59.0461644Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-18T22:04:59.0626142Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-18T22:04:59.3446873Z Fetched 1640 kB in 0s (4152 kB/s)
2025-08-18T22:04:59.3836345Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-18T22:04:59.3871983Z (Reading database ... 
2025-08-18T22:04:59.3872257Z (Reading database ... 5%
2025-08-18T22:04:59.3872457Z (Reading database ... 10%
2025-08-18T22:04:59.3872657Z (Reading database ... 15%
2025-08-18T22:04:59.3872850Z (Reading database ... 20%
2025-08-18T22:04:59.3873043Z (Reading database ... 25%
2025-08-18T22:04:59.3873248Z (Reading database ... 30%
2025-08-18T22:04:59.3873442Z (Reading database ... 35%
2025-08-18T22:04:59.3873633Z (Reading database ... 40%
2025-08-18T22:04:59.3874203Z (Reading database ... 45%
2025-08-18T22:04:59.3874409Z (Reading database ... 50%
2025-08-18T22:04:59.3898088Z (Reading database ... 55%
2025-08-18T22:04:59.3998498Z (Reading database ... 60%
2025-08-18T22:04:59.4036830Z (Reading database ... 65%
2025-08-18T22:04:59.4054826Z (Reading database ... 70%
2025-08-18T22:04:59.4083095Z (Reading database ... 75%
2025-08-18T22:04:59.4259272Z (Reading database ... 80%
2025-08-18T22:04:59.4299731Z (Reading database ... 85%
2025-08-18T22:04:59.4327203Z (Reading database ... 90%
2025-08-18T22:04:59.4454132Z (Reading database ... 95%
2025-08-18T22:04:59.4454390Z (Reading database ... 100%
2025-08-18T22:04:59.4454706Z (Reading database ... 202071 files and directories currently installed.)
2025-08-18T22:04:59.4497121Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-18T22:04:59.4577668Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:04:59.5336071Z Selecting previously unselected package libjudydebian1.
2025-08-18T22:04:59.5518513Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-18T22:04:59.5648057Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:04:59.6268867Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-18T22:04:59.6446935Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:04:59.6609289Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:04:59.7453879Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-18T22:04:59.7626024Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:04:59.7707003Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:04:59.8309183Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-18T22:04:59.8485972Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-18T22:04:59.8556013Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:04:59.9479972Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-18T22:04:59.9668404Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:04:59.9792165Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:00.0545632Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-18T22:05:00.0777612Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:05:00.0840818Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:00.1697910Z Selecting previously unselected package pcaputils.
2025-08-18T22:05:00.1872497Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-18T22:05:00.1964443Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-18T22:05:00.2890293Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:05:00.3197540Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:05:00.4700230Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:05:00.4911098Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-18T22:05:00.5254717Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-18T22:05:00.7634812Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:05:00.7856573Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:05:00.8063839Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:00.8389242Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:02.5134639Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:05:02.5554655Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:02.5844980Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:05:03.8412857Z Reading package lists...
2025-08-18T22:05:04.0750866Z Building dependency tree...
2025-08-18T22:05:04.0757717Z Reading state information...
2025-08-18T22:05:04.1196516Z Reading package lists...
2025-08-18T22:05:04.3726116Z Building dependency tree...
2025-08-18T22:05:04.3734054Z Reading state information...
2025-08-18T22:05:04.6729274Z The following additional packages will be installed:
2025-08-18T22:05:04.6733103Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-18T22:05:04.6742209Z Suggested packages:
2025-08-18T22:05:04.6742509Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-18T22:05:04.6742873Z   librust-libc+rustc-std-workspace-core-dev
2025-08-18T22:05:04.6923343Z The following NEW packages will be installed:
2025-08-18T22:05:04.6923712Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-18T22:05:04.6929231Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-18T22:05:04.7441891Z 0 upgraded, 9 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:05:04.7442246Z Need to get 801 kB of archives.
2025-08-18T22:05:04.7442538Z After this operation, 6261 kB of additional disk space will be used.
2025-08-18T22:05:04.7443053Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-18T22:05:04.7842711Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-18T22:05:04.8173887Z 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:04.8727607Z 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:04.8902001Z 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:04.9063642Z 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:04.9269760Z 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:04.9430282Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-18T22:05:04.9598026Z 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:05.2298053Z Fetched 801 kB in 0s (3116 kB/s)
2025-08-18T22:05:05.2662035Z Selecting previously unselected package liblz1:arm64.
2025-08-18T22:05:05.2697360Z (Reading database ... 
2025-08-18T22:05:05.2697564Z (Reading database ... 5%
2025-08-18T22:05:05.2697776Z (Reading database ... 10%
2025-08-18T22:05:05.2697980Z (Reading database ... 15%
2025-08-18T22:05:05.2698176Z (Reading database ... 20%
2025-08-18T22:05:05.2698371Z (Reading database ... 25%
2025-08-18T22:05:05.2698610Z (Reading database ... 30%
2025-08-18T22:05:05.2699303Z (Reading database ... 35%
2025-08-18T22:05:05.2699510Z (Reading database ... 40%
2025-08-18T22:05:05.2699704Z (Reading database ... 45%
2025-08-18T22:05:05.2699897Z (Reading database ... 50%
2025-08-18T22:05:05.2721251Z (Reading database ... 55%
2025-08-18T22:05:05.2820271Z (Reading database ... 60%
2025-08-18T22:05:05.2858826Z (Reading database ... 65%
2025-08-18T22:05:05.2877349Z (Reading database ... 70%
2025-08-18T22:05:05.2907150Z (Reading database ... 75%
2025-08-18T22:05:05.3089315Z (Reading database ... 80%
2025-08-18T22:05:05.3128417Z (Reading database ... 85%
2025-08-18T22:05:05.3157215Z (Reading database ... 90%
2025-08-18T22:05:05.3286000Z (Reading database ... 95%
2025-08-18T22:05:05.3286227Z (Reading database ... 100%
2025-08-18T22:05:05.3286526Z (Reading database ... 202727 files and directories currently installed.)
2025-08-18T22:05:05.3328127Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-18T22:05:05.3499148Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-18T22:05:05.4107237Z Selecting previously unselected package liblz-dev:arm64.
2025-08-18T22:05:05.4299750Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-18T22:05:05.4426358Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:05:05.5074371Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-18T22:05:05.5259332Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-18T22:05:05.5324944Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:05:05.6313037Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-18T22:05:05.6494109Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-18T22:05:05.6561025Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:05:05.7109151Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-18T22:05:05.7276690Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-18T22:05:05.7349304Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:05:05.7913178Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-18T22:05:05.8078407Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-18T22:05:05.8137609Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:05:05.8763729Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-18T22:05:05.8939957Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-18T22:05:05.9105337Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:05:05.9696328Z Selecting previously unselected package lzma.
2025-08-18T22:05:05.9886055Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-18T22:05:05.9950278Z Unpacking lzma (9.22-2.2) ...
2025-08-18T22:05:06.0593550Z Selecting previously unselected package lzma-dev.
2025-08-18T22:05:06.0778519Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-18T22:05:06.0842307Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-18T22:05:06.1665869Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-18T22:05:06.1972064Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:05:06.2328083Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:05:06.2559827Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:05:06.2763114Z Setting up lzma (9.22-2.2) ...
2025-08-18T22:05:06.2914651Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-18T22:05:06.3065066Z Setting up lzma-dev (9.22-2.2) ...
2025-08-18T22:05:06.3269181Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:05:06.3437116Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:05:06.3629762Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:05:06.3807066Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:06.4092111Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:07.7602953Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:05:09.1013574Z Reading package lists...
2025-08-18T22:05:09.3448477Z Building dependency tree...
2025-08-18T22:05:09.3457561Z Reading state information...
2025-08-18T22:05:09.6845389Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-18T22:05:09.6846368Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-18T22:05:09.6846943Z inetutils-telnet set to manually installed.
2025-08-18T22:05:09.6847249Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-18T22:05:09.6847580Z The following additional packages will be installed:
2025-08-18T22:05:09.6847847Z   tcpd update-inetd
2025-08-18T22:05:09.7015761Z The following packages will be REMOVED:
2025-08-18T22:05:09.7023020Z   iputils-ping rsyslog ubuntu-minimal
2025-08-18T22:05:09.7024276Z The following NEW packages will be installed:
2025-08-18T22:05:09.7024605Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-18T22:05:09.7032833Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-18T22:05:09.7033312Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-18T22:05:09.9071504Z 0 upgraded, 13 newly installed, 3 to remove and 164 not upgraded.
2025-08-18T22:05:09.9071857Z Need to get 691 kB of archives.
2025-08-18T22:05:09.9072533Z After this operation, 987 kB disk space will be freed.
2025-08-18T22:05:09.9073049Z 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:10.1874697Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-18T22:05:10.2935261Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-18T22:05:10.3999836Z 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:10.5253909Z 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:10.6853173Z 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:10.8146218Z 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:10.9355111Z 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:11.0459908Z 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:11.1489526Z 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:11.2688153Z 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:11.4829981Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-18T22:05:11.7639127Z 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:12.0460689Z Preconfiguring packages ...
2025-08-18T22:05:12.1647840Z Fetched 691 kB in 2s (331 kB/s)
2025-08-18T22:05:12.1858881Z (Reading database ... 
2025-08-18T22:05:12.1859117Z (Reading database ... 5%
2025-08-18T22:05:12.1859360Z (Reading database ... 10%
2025-08-18T22:05:12.1859557Z (Reading database ... 15%
2025-08-18T22:05:12.1859755Z (Reading database ... 20%
2025-08-18T22:05:12.1859946Z (Reading database ... 25%
2025-08-18T22:05:12.1860140Z (Reading database ... 30%
2025-08-18T22:05:12.1860335Z (Reading database ... 35%
2025-08-18T22:05:12.1860530Z (Reading database ... 40%
2025-08-18T22:05:12.1860737Z (Reading database ... 45%
2025-08-18T22:05:12.1860930Z (Reading database ... 50%
2025-08-18T22:05:12.1881171Z (Reading database ... 55%
2025-08-18T22:05:12.1969215Z (Reading database ... 60%
2025-08-18T22:05:12.2008699Z (Reading database ... 65%
2025-08-18T22:05:12.2025749Z (Reading database ... 70%
2025-08-18T22:05:12.2052082Z (Reading database ... 75%
2025-08-18T22:05:12.2215482Z (Reading database ... 80%
2025-08-18T22:05:12.2253190Z (Reading database ... 85%
2025-08-18T22:05:12.2292882Z (Reading database ... 90%
2025-08-18T22:05:12.2405745Z (Reading database ... 95%
2025-08-18T22:05:12.2406002Z (Reading database ... 100%
2025-08-18T22:05:12.2406327Z (Reading database ... 203219 files and directories currently installed.)
2025-08-18T22:05:12.2449179Z Removing ubuntu-minimal (1.539.2) ...
2025-08-18T22:05:12.3077175Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-18T22:05:12.3796299Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-18T22:05:12.7370702Z Selecting previously unselected package inetutils-syslogd.
2025-08-18T22:05:12.7407150Z (Reading database ... 
2025-08-18T22:05:12.7407370Z (Reading database ... 5%
2025-08-18T22:05:12.7407572Z (Reading database ... 10%
2025-08-18T22:05:12.7407810Z (Reading database ... 15%
2025-08-18T22:05:12.7408011Z (Reading database ... 20%
2025-08-18T22:05:12.7408889Z (Reading database ... 25%
2025-08-18T22:05:12.7409131Z (Reading database ... 30%
2025-08-18T22:05:12.7409331Z (Reading database ... 35%
2025-08-18T22:05:12.7409536Z (Reading database ... 40%
2025-08-18T22:05:12.7409731Z (Reading database ... 45%
2025-08-18T22:05:12.7409924Z (Reading database ... 50%
2025-08-18T22:05:12.7432066Z (Reading database ... 55%
2025-08-18T22:05:12.7527241Z (Reading database ... 60%
2025-08-18T22:05:12.7570677Z (Reading database ... 65%
2025-08-18T22:05:12.7589134Z (Reading database ... 70%
2025-08-18T22:05:12.7617765Z (Reading database ... 75%
2025-08-18T22:05:12.7797171Z (Reading database ... 80%
2025-08-18T22:05:12.7834983Z (Reading database ... 85%
2025-08-18T22:05:12.7879379Z (Reading database ... 90%
2025-08-18T22:05:12.7993620Z (Reading database ... 95%
2025-08-18T22:05:12.7993840Z (Reading database ... 100%
2025-08-18T22:05:12.7994136Z (Reading database ... 203147 files and directories currently installed.)
2025-08-18T22:05:12.8036525Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:12.8153916Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:12.8898491Z Selecting previously unselected package tcpd.
2025-08-18T22:05:12.9064916Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-18T22:05:12.9139111Z Unpacking tcpd (7.6.q-33) ...
2025-08-18T22:05:12.9796147Z Selecting previously unselected package update-inetd.
2025-08-18T22:05:12.9965450Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-18T22:05:13.0041124Z Unpacking update-inetd (4.53) ...
2025-08-18T22:05:13.0833038Z Selecting previously unselected package inetutils-inetd.
2025-08-18T22:05:13.1024612Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.1138888Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.1915087Z Selecting previously unselected package inetutils-ftp.
2025-08-18T22:05:13.2102564Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.2211609Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.3039569Z Selecting previously unselected package inetutils-ftpd.
2025-08-18T22:05:13.3224574Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.3290851Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.3915249Z Selecting previously unselected package inetutils-ping.
2025-08-18T22:05:13.4084565Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.4144687Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.4831566Z Selecting previously unselected package inetutils-talk.
2025-08-18T22:05:13.4999343Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.5081846Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.5695359Z Selecting previously unselected package inetutils-talkd.
2025-08-18T22:05:13.5867019Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.5928314Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.6643516Z Selecting previously unselected package inetutils-telnetd.
2025-08-18T22:05:13.6832690Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.6901799Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.7437956Z Selecting previously unselected package inetutils-tools.
2025-08-18T22:05:13.7624096Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.7711439Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:05:13.8503500Z Selecting previously unselected package netcat-traditional.
2025-08-18T22:05:13.8697849Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-18T22:05:13.8763109Z Unpacking netcat-traditional (1.10-48) ...
2025-08-18T22:05:13.9451397Z Selecting previously unselected package inetutils-traceroute.
2025-08-18T22:05:13.9666108Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:05:13.9737838Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.0684683Z Setting up netcat-traditional (1.10-48) ...
2025-08-18T22:05:14.0984984Z Setting up update-inetd (4.53) ...
2025-08-18T22:05:14.1950243Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.2284402Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-18T22:05:14.2428538Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.6083472Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:05:14.6083878Z 
2025-08-18T22:05:14.6083987Z Removed "/etc/systemd/system/syslog.service".
2025-08-18T22:05:14.6084173Z 
2025-08-18T22:05:14.6084538Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:05:14.6084942Z 
2025-08-18T22:05:14.6085451Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:05:14.6085934Z 
2025-08-18T22:05:14.8567494Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.8830390Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.9000318Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-18T22:05:14.9123898Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.9346480Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:05:14.9550698Z Setting up tcpd (7.6.q-33) ...
2025-08-18T22:05:14.9763918Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:15.2935237Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:05:15.2936102Z 
2025-08-18T22:05:15.2936836Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:05:15.2937332Z 
2025-08-18T22:05:15.5283269Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:15.6287493Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:15.7321776Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:05:15.8180376Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:18.9509803Z Reading package lists...
2025-08-18T22:05:19.2090805Z Building dependency tree...
2025-08-18T22:05:19.2098080Z Reading state information...
2025-08-18T22:05:19.5913485Z The following packages will be REMOVED:
2025-08-18T22:05:19.5921623Z   inetutils-ping
2025-08-18T22:05:19.5923200Z The following NEW packages will be installed:
2025-08-18T22:05:19.5931350Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-18T22:05:19.5936697Z The following packages will be upgraded:
2025-08-18T22:05:19.5944502Z   iputils-tracepath
2025-08-18T22:05:19.7869096Z 1 upgraded, 3 newly installed, 1 to remove and 163 not upgraded.
2025-08-18T22:05:19.7869453Z Need to get 84.5 kB of archives.
2025-08-18T22:05:19.7869743Z After this operation, 163 kB of additional disk space will be used.
2025-08-18T22:05:20.0381582Z 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:20.0382375Z 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:20.1350916Z 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:20.2319581Z 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:20.5859622Z Fetched 84.5 kB in 1s (132 kB/s)
2025-08-18T22:05:20.6086383Z (Reading database ... 
2025-08-18T22:05:20.6086832Z (Reading database ... 5%
2025-08-18T22:05:20.6087036Z (Reading database ... 10%
2025-08-18T22:05:20.6087243Z (Reading database ... 15%
2025-08-18T22:05:20.6087437Z (Reading database ... 20%
2025-08-18T22:05:20.6087631Z (Reading database ... 25%
2025-08-18T22:05:20.6087821Z (Reading database ... 30%
2025-08-18T22:05:20.6088014Z (Reading database ... 35%
2025-08-18T22:05:20.6088210Z (Reading database ... 40%
2025-08-18T22:05:20.6088860Z (Reading database ... 45%
2025-08-18T22:05:20.6089065Z (Reading database ... 50%
2025-08-18T22:05:20.6108887Z (Reading database ... 55%
2025-08-18T22:05:20.6205164Z (Reading database ... 60%
2025-08-18T22:05:20.6243553Z (Reading database ... 65%
2025-08-18T22:05:20.6262230Z (Reading database ... 70%
2025-08-18T22:05:20.6290033Z (Reading database ... 75%
2025-08-18T22:05:20.6467903Z (Reading database ... 80%
2025-08-18T22:05:20.6503308Z (Reading database ... 85%
2025-08-18T22:05:20.6547487Z (Reading database ... 90%
2025-08-18T22:05:20.6658793Z (Reading database ... 95%
2025-08-18T22:05:20.6659031Z (Reading database ... 100%
2025-08-18T22:05:20.6659327Z (Reading database ... 203308 files and directories currently installed.)
2025-08-18T22:05:20.6701429Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:05:20.7915905Z Selecting previously unselected package iputils-ping.
2025-08-18T22:05:20.7951333Z (Reading database ... 
2025-08-18T22:05:20.7951553Z (Reading database ... 5%
2025-08-18T22:05:20.7951784Z (Reading database ... 10%
2025-08-18T22:05:20.7951981Z (Reading database ... 15%
2025-08-18T22:05:20.7952185Z (Reading database ... 20%
2025-08-18T22:05:20.7952391Z (Reading database ... 25%
2025-08-18T22:05:20.7952582Z (Reading database ... 30%
2025-08-18T22:05:20.7952775Z (Reading database ... 35%
2025-08-18T22:05:20.7952967Z (Reading database ... 40%
2025-08-18T22:05:20.7953164Z (Reading database ... 45%
2025-08-18T22:05:20.7953355Z (Reading database ... 50%
2025-08-18T22:05:20.7974757Z (Reading database ... 55%
2025-08-18T22:05:20.8072372Z (Reading database ... 60%
2025-08-18T22:05:20.8111512Z (Reading database ... 65%
2025-08-18T22:05:20.8129812Z (Reading database ... 70%
2025-08-18T22:05:20.8158078Z (Reading database ... 75%
2025-08-18T22:05:20.8337648Z (Reading database ... 80%
2025-08-18T22:05:20.8376970Z (Reading database ... 85%
2025-08-18T22:05:20.8422445Z (Reading database ... 90%
2025-08-18T22:05:20.8536110Z (Reading database ... 95%
2025-08-18T22:05:20.8536394Z (Reading database ... 100%
2025-08-18T22:05:20.8536806Z (Reading database ... 203299 files and directories currently installed.)
2025-08-18T22:05:20.8579164Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:20.8657135Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:20.9528748Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:20.9793548Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-18T22:05:21.0561656Z Selecting previously unselected package iputils-arping.
2025-08-18T22:05:21.0751635Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:21.0829369Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:21.1411545Z Selecting previously unselected package iputils-clockdiff.
2025-08-18T22:05:21.1590301Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:05:21.1679231Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:21.2571124Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:21.2999688Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:21.3367421Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:21.3721915Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-18T22:05:21.4002497Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:24.3132839Z Reading package lists...
2025-08-18T22:05:24.5564595Z Building dependency tree...
2025-08-18T22:05:24.5571611Z Reading state information...
2025-08-18T22:05:24.8330321Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-18T22:05:24.8643403Z The following packages will be upgraded:
2025-08-18T22:05:24.8644295Z   python3-pip python3-pip-whl
2025-08-18T22:05:24.8822852Z 2 upgraded, 0 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:05:25.0727022Z Need to get 3020 kB of archives.
2025-08-18T22:05:25.0727866Z After this operation, 1024 B of additional disk space will be used.
2025-08-18T22:05:25.0728478Z 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:25.7405960Z 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:26.3012983Z Fetched 3020 kB in 1s (2685 kB/s)
2025-08-18T22:05:26.3460225Z (Reading database ... 
2025-08-18T22:05:26.3460513Z (Reading database ... 5%
2025-08-18T22:05:26.3460758Z (Reading database ... 10%
2025-08-18T22:05:26.3460952Z (Reading database ... 15%
2025-08-18T22:05:26.3461150Z (Reading database ... 20%
2025-08-18T22:05:26.3461339Z (Reading database ... 25%
2025-08-18T22:05:26.3461529Z (Reading database ... 30%
2025-08-18T22:05:26.3461719Z (Reading database ... 35%
2025-08-18T22:05:26.3461911Z (Reading database ... 40%
2025-08-18T22:05:26.3462867Z (Reading database ... 45%
2025-08-18T22:05:26.3463101Z (Reading database ... 50%
2025-08-18T22:05:26.3485064Z (Reading database ... 55%
2025-08-18T22:05:26.3587437Z (Reading database ... 60%
2025-08-18T22:05:26.3628371Z (Reading database ... 65%
2025-08-18T22:05:26.3646838Z (Reading database ... 70%
2025-08-18T22:05:26.3677458Z (Reading database ... 75%
2025-08-18T22:05:26.3872455Z (Reading database ... 80%
2025-08-18T22:05:26.3909649Z (Reading database ... 85%
2025-08-18T22:05:26.3954776Z (Reading database ... 90%
2025-08-18T22:05:26.4069138Z (Reading database ... 95%
2025-08-18T22:05:26.4069359Z (Reading database ... 100%
2025-08-18T22:05:26.4070076Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:05:26.4112222Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:05:26.5639867Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:05:26.7619217Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:05:26.7805379Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:05:26.8802939Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:05:26.9017073Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:05:27.8457731Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:30.8032114Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-18T22:05:31.0945745Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:31.9923124Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-18T22:05:32.1309327Z Collecting pip
2025-08-18T22:05:32.1831792Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-18T22:05:32.2066357Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-18T22:05:32.3258428Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.1 MB/s eta 0:00:00
2025-08-18T22:05:32.5445077Z Installing collected packages: pip
2025-08-18T22:05:33.1939722Z Successfully installed pip-25.2
2025-08-18T22:05:33.4021191Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-18T22:05:33.4473586Z Reading package lists...
2025-08-18T22:05:33.6990061Z Building dependency tree...
2025-08-18T22:05:33.6997506Z Reading state information...
2025-08-18T22:05:33.9828629Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-18T22:05:33.9828955Z pciutils set to manually installed.
2025-08-18T22:05:33.9829233Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-18T22:05:33.9829598Z python3-distro is already the newest version (1.9.0-1).
2025-08-18T22:05:33.9829881Z python3-distro set to manually installed.
2025-08-18T22:05:33.9830194Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-18T22:05:33.9830521Z python3-netifaces set to manually installed.
2025-08-18T22:05:33.9830813Z The following additional packages will be installed:
2025-08-18T22:05:33.9832017Z   libsysfs2
2025-08-18T22:05:33.9841674Z Suggested packages:
2025-08-18T22:05:33.9841888Z   fancontrol read-edid i2c-tools
2025-08-18T22:05:34.0134897Z The following NEW packages will be installed:
2025-08-18T22:05:34.0137697Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-18T22:05:34.0335010Z 0 upgraded, 4 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:05:34.0988790Z Need to get 133 kB of archives.
2025-08-18T22:05:34.0989156Z After this operation, 695 kB of additional disk space will be used.
2025-08-18T22:05:34.0989655Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-18T22:05:34.1322291Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-18T22:05:34.1524357Z 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:05:34.1950530Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-18T22:05:34.4709898Z Fetched 133 kB in 0s (889 kB/s)
2025-08-18T22:05:34.5340664Z Selecting previously unselected package libsysfs2:arm64.
2025-08-18T22:05:34.5378345Z (Reading database ... 
2025-08-18T22:05:34.5378563Z (Reading database ... 5%
2025-08-18T22:05:34.5378762Z (Reading database ... 10%
2025-08-18T22:05:34.5378954Z (Reading database ... 15%
2025-08-18T22:05:34.5379152Z (Reading database ... 20%
2025-08-18T22:05:34.5379345Z (Reading database ... 25%
2025-08-18T22:05:34.5379535Z (Reading database ... 30%
2025-08-18T22:05:34.5379767Z (Reading database ... 35%
2025-08-18T22:05:34.5380335Z (Reading database ... 40%
2025-08-18T22:05:34.5380530Z (Reading database ... 45%
2025-08-18T22:05:34.5380724Z (Reading database ... 50%
2025-08-18T22:05:34.5402405Z (Reading database ... 55%
2025-08-18T22:05:34.5504083Z (Reading database ... 60%
2025-08-18T22:05:34.5544397Z (Reading database ... 65%
2025-08-18T22:05:34.5563394Z (Reading database ... 70%
2025-08-18T22:05:34.5591820Z (Reading database ... 75%
2025-08-18T22:05:34.5776957Z (Reading database ... 80%
2025-08-18T22:05:34.5813371Z (Reading database ... 85%
2025-08-18T22:05:34.5857991Z (Reading database ... 90%
2025-08-18T22:05:34.5970885Z (Reading database ... 95%
2025-08-18T22:05:34.5971091Z (Reading database ... 100%
2025-08-18T22:05:34.5971382Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:05:34.6013266Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-18T22:05:34.6152946Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:05:34.7035637Z Selecting previously unselected package sysfsutils.
2025-08-18T22:05:34.7224431Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-18T22:05:34.7340883Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-18T22:05:34.8353399Z Selecting previously unselected package lm-sensors.
2025-08-18T22:05:34.8537782Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-18T22:05:34.8884732Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:05:34.9561984Z Selecting previously unselected package virt-what.
2025-08-18T22:05:34.9744163Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-18T22:05:34.9805714Z Unpacking virt-what (1.25-2) ...
2025-08-18T22:05:35.0849269Z Setting up virt-what (1.25-2) ...
2025-08-18T22:05:35.1111436Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:05:35.1316264Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-18T22:05:35.4721018Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:05:35.4721438Z 
2025-08-18T22:05:35.4721904Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:05:35.4722337Z 
2025-08-18T22:05:35.7153520Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:05:36.0225585Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-18T22:05:36.0340961Z 
2025-08-18T22:05:36.0341715Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:37.6558406Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:39.0355147Z Reading package lists...
2025-08-18T22:05:39.2828234Z Building dependency tree...
2025-08-18T22:05:39.2838430Z Reading state information...
2025-08-18T22:05:39.5698924Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:05:39.5699280Z The following additional packages will be installed:
2025-08-18T22:05:39.5702613Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-18T22:05:39.5702998Z   xorg-sgml-doctools
2025-08-18T22:05:39.5711609Z Suggested packages:
2025-08-18T22:05:39.5711783Z   libxcb-doc
2025-08-18T22:05:39.5897949Z The following NEW packages will be installed:
2025-08-18T22:05:39.5900069Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-18T22:05:39.5903355Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-18T22:05:39.5903739Z   xcb xorg-sgml-doctools
2025-08-18T22:05:39.7970669Z 0 upgraded, 11 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:05:39.7971030Z Need to get 816 kB of archives.
2025-08-18T22:05:39.7971315Z After this operation, 3266 kB of additional disk space will be used.
2025-08-18T22:05:39.7971850Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-18T22:05:39.8812371Z 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:05:39.9740708Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-18T22:05:40.4636182Z 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:05:40.5484412Z 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:05:40.6344031Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-18T22:05:40.7264390Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-18T22:05:40.8116824Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-18T22:05:40.8959623Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-18T22:05:40.9802569Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-18T22:05:41.0652035Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-18T22:05:41.3498696Z Fetched 816 kB in 1s (557 kB/s)
2025-08-18T22:05:41.3822695Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-18T22:05:41.3858323Z (Reading database ... 
2025-08-18T22:05:41.3858563Z (Reading database ... 5%
2025-08-18T22:05:41.3858797Z (Reading database ... 10%
2025-08-18T22:05:41.3858995Z (Reading database ... 15%
2025-08-18T22:05:41.3859193Z (Reading database ... 20%
2025-08-18T22:05:41.3859381Z (Reading database ... 25%
2025-08-18T22:05:41.3859591Z (Reading database ... 30%
2025-08-18T22:05:41.3859783Z (Reading database ... 35%
2025-08-18T22:05:41.3859976Z (Reading database ... 40%
2025-08-18T22:05:41.3860172Z (Reading database ... 45%
2025-08-18T22:05:41.3860363Z (Reading database ... 50%
2025-08-18T22:05:41.3882979Z (Reading database ... 55%
2025-08-18T22:05:41.3980856Z (Reading database ... 60%
2025-08-18T22:05:41.4018311Z (Reading database ... 65%
2025-08-18T22:05:41.4036840Z (Reading database ... 70%
2025-08-18T22:05:41.4062307Z (Reading database ... 75%
2025-08-18T22:05:41.4235965Z (Reading database ... 80%
2025-08-18T22:05:41.4271279Z (Reading database ... 85%
2025-08-18T22:05:41.4314348Z (Reading database ... 90%
2025-08-18T22:05:41.4423085Z (Reading database ... 95%
2025-08-18T22:05:41.4423713Z (Reading database ... 100%
2025-08-18T22:05:41.4424024Z (Reading database ... 203371 files and directories currently installed.)
2025-08-18T22:05:41.4464814Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-18T22:05:41.4533802Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:05:41.5152425Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-18T22:05:41.5353062Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-18T22:05:41.5440980Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:05:41.6145877Z Selecting previously unselected package x11proto-dev.
2025-08-18T22:05:41.6332917Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-18T22:05:41.6394307Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-18T22:05:41.7297416Z Selecting previously unselected package libxau-dev:arm64.
2025-08-18T22:05:41.7465325Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-18T22:05:41.7577660Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:05:41.8233938Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-18T22:05:41.8402720Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-18T22:05:41.8472831Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:05:41.9062664Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-18T22:05:41.9231771Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:05:41.9354853Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:41.9981786Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-18T22:05:42.0162708Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:05:42.0247125Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:42.0994484Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-18T22:05:42.1184711Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:05:42.1318119Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:42.1904862Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-18T22:05:42.2078141Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:05:42.2331810Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:42.3003438Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-18T22:05:42.3168699Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:05:42.3239098Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:42.3911651Z Selecting previously unselected package xcb.
2025-08-18T22:05:42.4082001Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-18T22:05:42.4159204Z Unpacking xcb (2.4-8build2) ...
2025-08-18T22:05:42.5121824Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:42.5340898Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:05:42.5630648Z Setting up xcb (2.4-8build2) ...
2025-08-18T22:05:42.5933305Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:05:42.6592896Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:05:42.6921259Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:05:44.2267532Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:05:44.2569836Z Setting up x11proto-dev (2023.2-1) ...
2025-08-18T22:05:44.2947375Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:05:44.3143795Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:05:44.3347277Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:44.3542002Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:44.3753846Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:44.3946465Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:05:45.9822148Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:46.6169039Z Collecting build
2025-08-18T22:05:46.6617979Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:05:46.7658451Z Collecting cffi
2025-08-18T22:05:46.7727972Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:05:46.8025666Z Collecting scons
2025-08-18T22:05:46.8116172Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:05:46.8423642Z Collecting scuba
2025-08-18T22:05:46.8503082Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:05:46.9126289Z Collecting pytest
2025-08-18T22:05:46.9195654Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:05:46.9697587Z Collecting packaging>=19.1 (from build)
2025-08-18T22:05:46.9768745Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:05:47.0118712Z Collecting pyproject_hooks (from build)
2025-08-18T22:05:47.0189769Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:05:47.0528812Z Collecting pycparser (from cffi)
2025-08-18T22:05:47.0602406Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:05:47.1223320Z Collecting PyYAML (from scuba)
2025-08-18T22:05:47.1295048Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:05:47.1620308Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:05:47.1687309Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:05:47.2092130Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:05:47.2160939Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:05:47.2569778Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:05:47.2639230Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:47.2850286Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:05:47.3025211Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:05:47.3401642Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:05:47.3851131Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 92.3 MB/s  0:00:00
2025-08-18T22:05:47.3940398Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:05:47.4149253Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:05:47.4346401Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:05:47.4513694Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:05:47.4677162Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:05:47.4855563Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:47.5173017Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 32.6 MB/s  0:00:00
2025-08-18T22:05:47.5240855Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:05:47.5441495Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:05:47.5599050Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:05:47.5800346Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 28.6 MB/s  0:00:00
2025-08-18T22:05:47.6786063Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:05:49.3350618Z 
2025-08-18T22:05:49.3366312Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-18T22:05:49.6420225Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:05:50.2774960Z Collecting ansi2txt
2025-08-18T22:05:50.3238884Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:05:50.3643844Z Collecting pipx
2025-08-18T22:05:50.3714533Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:05:50.4056133Z Collecting scons
2025-08-18T22:05:50.4067785Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:05:50.4266950Z Collecting py2static
2025-08-18T22:05:50.4348346Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:05:50.4749036Z Collecting typer
2025-08-18T22:05:50.4820398Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:05:50.5249998Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:05:50.5325888Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:50.5611887Z Collecting packaging>=20 (from pipx)
2025-08-18T22:05:50.5621484Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:05:50.5923255Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:05:50.5991382Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:05:50.6302144Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:05:50.6372351Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:05:50.6920132Z Collecting pyinstaller (from py2static)
2025-08-18T22:05:50.7001705Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:05:50.7360746Z Collecting staticx (from py2static)
2025-08-18T22:05:50.7464553Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:05:50.7832057Z   Preparing metadata (setup.py): started
2025-08-18T22:05:51.1648195Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:05:51.1895750Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:05:51.1966194Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:51.2606768Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:05:51.2675239Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:05:51.3061260Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:05:51.3131387Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:05:51.3696230Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:05:51.3766768Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:05:51.4140956Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:05:51.4210740Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:51.4546377Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:05:51.4556545Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:05:51.4750093Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:05:51.4818728Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:05:51.5912786Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:05:51.5982647Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:05:51.6454730Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:05:51.6524544Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:05:51.6938993Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:05:51.7023449Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:05:51.7381625Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:05:51.7464531Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:05:51.7694746Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:05:51.7858707Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:05:51.7996511Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:05:51.8105035Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:05:51.8253854Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:05:51.8414795Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:05:51.8578352Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:05:51.8688077Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:05:51.8758882Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:05:51.8923390Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:05:51.9085476Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:51.9162039Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:05:51.9342359Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:05:51.9506588Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:05:51.9666290Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:05:51.9839263Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:05:52.0019337Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:05:52.0252205Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 22.5 MB/s  0:00:00
2025-08-18T22:05:52.0323188Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:05:52.0539223Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:05:52.0748268Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.5 MB/s  0:00:00
2025-08-18T22:05:52.0820000Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:05:52.0973759Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:05:52.1435232Z Building wheels for collected packages: staticx
2025-08-18T22:05:52.1442490Z   Building wheel for staticx (setup.py): started
2025-08-18T22:06:03.1957373Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:06:03.1965917Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790707 sha256=415ee347bd913a177726950f0bb63fc2f14981fd9d85cf938b9318047d33268c
2025-08-18T22:06:03.1966896Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:06:03.1983114Z Successfully built staticx
2025-08-18T22:06:03.2923651Z 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:04.1188129Z   Attempting uninstall: scons
2025-08-18T22:06:04.1259769Z     Found existing installation: SCons 4.9.1
2025-08-18T22:06:04.1548575Z     Uninstalling SCons-4.9.1:
2025-08-18T22:06:04.1610874Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:06:04.6550701Z   Attempting uninstall: pygments
2025-08-18T22:06:04.6620184Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:06:04.6788605Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:06:04.6812614Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:06:05.3024104Z   Attempting uninstall: packaging
2025-08-18T22:06:05.3094032Z     Found existing installation: packaging 25.0
2025-08-18T22:06:05.3116031Z     Uninstalling packaging-25.0:
2025-08-18T22:06:05.3122142Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:06.2459948Z 
2025-08-18T22:06:06.2484657Z 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:06.5512086Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:07.0365123Z Collecting build
2025-08-18T22:06:07.0377089Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:06:07.1130542Z Collecting cffi
2025-08-18T22:06:07.1143211Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:06:07.1333963Z Collecting scons
2025-08-18T22:06:07.1342958Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:06:07.1617111Z Collecting scuba
2025-08-18T22:06:07.1628144Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:06:07.2075394Z Collecting pytest
2025-08-18T22:06:07.2086775Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:06:07.2295052Z Collecting packaging>=19.1 (from build)
2025-08-18T22:06:07.2305335Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:07.2444700Z Collecting pyproject_hooks (from build)
2025-08-18T22:06:07.2454581Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:06:07.2618955Z Collecting pycparser (from cffi)
2025-08-18T22:06:07.2630362Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:06:07.2938178Z Collecting PyYAML (from scuba)
2025-08-18T22:06:07.2954339Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:06:07.3115762Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:06:07.3126587Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:06:07.3337934Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:06:07.3347949Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:06:07.3594923Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:06:07.3605634Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:07.3656837Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:06:07.3666498Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:06:07.3679002Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:06:07.3714378Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:06:07.3725463Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:06:07.3737649Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:06:07.3746661Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:06:07.3755496Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:07.3764787Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:07.3782021Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:06:07.3791818Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:06:07.3801019Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:06:07.4861708Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:06:07.4865988Z   Attempting uninstall: scons
2025-08-18T22:06:07.4937463Z     Found existing installation: SCons 4.9.1
2025-08-18T22:06:07.5223553Z     Uninstalling SCons-4.9.1:
2025-08-18T22:06:07.5286426Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:06:08.0376458Z   Attempting uninstall: PyYAML
2025-08-18T22:06:08.0455415Z     Found existing installation: PyYAML 6.0.2
2025-08-18T22:06:08.0476396Z     Uninstalling PyYAML-6.0.2:
2025-08-18T22:06:08.0485026Z       Successfully uninstalled PyYAML-6.0.2
2025-08-18T22:06:08.1070787Z   Attempting uninstall: pyproject_hooks
2025-08-18T22:06:08.1141357Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-18T22:06:08.1155530Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-18T22:06:08.1161005Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-18T22:06:08.1344894Z   Attempting uninstall: pygments
2025-08-18T22:06:08.1413711Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:06:08.1572164Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:06:08.1595957Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:06:08.7487087Z   Attempting uninstall: pycparser
2025-08-18T22:06:08.7558056Z     Found existing installation: pycparser 2.22
2025-08-18T22:06:08.7576575Z     Uninstalling pycparser-2.22:
2025-08-18T22:06:08.7582246Z       Successfully uninstalled pycparser-2.22
2025-08-18T22:06:08.8788435Z   Attempting uninstall: pluggy
2025-08-18T22:06:08.8859523Z     Found existing installation: pluggy 1.6.0
2025-08-18T22:06:08.8875492Z     Uninstalling pluggy-1.6.0:
2025-08-18T22:06:08.8880856Z       Successfully uninstalled pluggy-1.6.0
2025-08-18T22:06:08.9089520Z   Attempting uninstall: packaging
2025-08-18T22:06:08.9162344Z     Found existing installation: packaging 25.0
2025-08-18T22:06:08.9181955Z     Uninstalling packaging-25.0:
2025-08-18T22:06:08.9188253Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:08.9627431Z   Attempting uninstall: iniconfig
2025-08-18T22:06:08.9700188Z     Found existing installation: iniconfig 2.1.0
2025-08-18T22:06:08.9714082Z     Uninstalling iniconfig-2.1.0:
2025-08-18T22:06:08.9719442Z       Successfully uninstalled iniconfig-2.1.0
2025-08-18T22:06:08.9859412Z   Attempting uninstall: scuba
2025-08-18T22:06:08.9926187Z     Found existing installation: scuba 2.14.1
2025-08-18T22:06:08.9943846Z     Uninstalling scuba-2.14.1:
2025-08-18T22:06:08.9951454Z       Successfully uninstalled scuba-2.14.1
2025-08-18T22:06:09.0218983Z   Attempting uninstall: pytest
2025-08-18T22:06:09.0293598Z     Found existing installation: pytest 8.4.1
2025-08-18T22:06:09.0343803Z     Uninstalling pytest-8.4.1:
2025-08-18T22:06:09.0545556Z       Successfully uninstalled pytest-8.4.1
2025-08-18T22:06:09.2597044Z   Attempting uninstall: cffi
2025-08-18T22:06:09.2665336Z     Found existing installation: cffi 1.17.1
2025-08-18T22:06:09.2686223Z     Uninstalling cffi-1.17.1:
2025-08-18T22:06:09.2879224Z       Successfully uninstalled cffi-1.17.1
2025-08-18T22:06:09.3616481Z   Attempting uninstall: build
2025-08-18T22:06:09.3689490Z     Found existing installation: build 1.3.0
2025-08-18T22:06:09.3711029Z     Uninstalling build-1.3.0:
2025-08-18T22:06:09.3718445Z       Successfully uninstalled build-1.3.0
2025-08-18T22:06:09.3970466Z 
2025-08-18T22:06:09.3995512Z 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:09.7012286Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:09.8666322Z Collecting ansi2txt
2025-08-18T22:06:09.8677311Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:06:09.8964284Z Collecting pipx
2025-08-18T22:06:09.8975565Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:06:09.9187015Z Collecting scons
2025-08-18T22:06:09.9198187Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:06:09.9359710Z Collecting py2static
2025-08-18T22:06:09.9369700Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:06:09.9572771Z Collecting typer
2025-08-18T22:06:09.9583119Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:06:09.9844538Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:06:09.9855406Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:10.0060550Z Collecting packaging>=20 (from pipx)
2025-08-18T22:06:10.0070832Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:10.0275658Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:06:10.0285797Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:06:10.0466545Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:06:10.0476580Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:06:10.0822188Z Collecting pyinstaller (from py2static)
2025-08-18T22:06:10.0833834Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:06:10.1035538Z Collecting staticx (from py2static)
2025-08-18T22:06:10.1045481Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:06:10.1184358Z   Preparing metadata (setup.py): started
2025-08-18T22:06:10.3208940Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:06:10.3420042Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:06:10.3430783Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:10.3644668Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:06:10.3655079Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:06:10.3929192Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:06:10.3939387Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:06:10.4279165Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:06:10.4290138Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:06:10.4507001Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:06:10.4517931Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:10.4756595Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:06:10.4766687Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:06:10.4937339Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:06:10.4947347Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:06:10.5853737Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:06:10.5865591Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:06:10.6099664Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:06:10.6109629Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:10.6321728Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:06:10.6331657Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:10.6549586Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:06:10.6559626Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:06:10.6591355Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:06:10.6600718Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:06:10.6610389Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:06:10.6645969Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:06:10.6655086Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:06:10.6664539Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:06:10.6674016Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:06:10.6683630Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:10.6693077Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:06:10.6702316Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:06:10.6712952Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:10.6730031Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:06:10.6739849Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:06:10.6748940Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:06:10.6757913Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:06:10.6767001Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:06:10.6776144Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:06:10.6789607Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:06:10.6801182Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:10.6818034Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:06:10.6826876Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:06:10.7144514Z Building wheels for collected packages: staticx
2025-08-18T22:06:10.7151230Z   Building wheel for staticx (setup.py): started
2025-08-18T22:06:13.1974151Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:06:13.1986332Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=2d30a49f51fd4d5c9212622f61bf226239a06e18bf81fbf805971422935cf46f
2025-08-18T22:06:13.1987566Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:06:13.2005773Z Successfully built staticx
2025-08-18T22:06:13.2993492Z 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:13.2995579Z   Attempting uninstall: pyelftools
2025-08-18T22:06:13.3062436Z     Found existing installation: pyelftools 0.32
2025-08-18T22:06:13.3100066Z     Uninstalling pyelftools-0.32:
2025-08-18T22:06:13.3112507Z       Successfully uninstalled pyelftools-0.32
2025-08-18T22:06:13.4226820Z   Attempting uninstall: altgraph
2025-08-18T22:06:13.4297388Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:06:13.4313818Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:06:13.4319398Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:06:13.4549098Z   Attempting uninstall: typing-extensions
2025-08-18T22:06:13.4618341Z     Found existing installation: typing_extensions 4.14.1
2025-08-18T22:06:13.4631188Z     Uninstalling typing_extensions-4.14.1:
2025-08-18T22:06:13.4822130Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-18T22:06:13.5158665Z   Attempting uninstall: staticx
2025-08-18T22:06:13.5229758Z     Found existing installation: staticx 0.14.1
2025-08-18T22:06:13.5250911Z     Uninstalling staticx-0.14.1:
2025-08-18T22:06:13.5259152Z       Successfully uninstalled staticx-0.14.1
2025-08-18T22:06:13.5651401Z   Attempting uninstall: shellingham
2025-08-18T22:06:13.5724475Z     Found existing installation: shellingham 1.5.4
2025-08-18T22:06:13.5740081Z     Uninstalling shellingham-1.5.4:
2025-08-18T22:06:13.5745508Z       Successfully uninstalled shellingham-1.5.4
2025-08-18T22:06:13.5930259Z   Attempting uninstall: setuptools
2025-08-18T22:06:13.5999801Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:06:13.6203844Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:06:13.6430238Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:06:14.2594153Z   Attempting uninstall: scons
2025-08-18T22:06:14.2670667Z     Found existing installation: SCons 4.9.1
2025-08-18T22:06:14.2970019Z     Uninstalling SCons-4.9.1:
2025-08-18T22:06:14.3032883Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:06:14.8058560Z   Attempting uninstall: pygments
2025-08-18T22:06:14.8139629Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:06:14.8302872Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:06:14.8326243Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:06:15.4232998Z   Attempting uninstall: platformdirs
2025-08-18T22:06:15.4309364Z     Found existing installation: platformdirs 4.3.8
2025-08-18T22:06:15.4331258Z     Uninstalling platformdirs-4.3.8:
2025-08-18T22:06:15.4336922Z       Successfully uninstalled platformdirs-4.3.8
2025-08-18T22:06:15.4582632Z   Attempting uninstall: packaging
2025-08-18T22:06:15.4655711Z     Found existing installation: packaging 25.0
2025-08-18T22:06:15.4676065Z     Uninstalling packaging-25.0:
2025-08-18T22:06:15.4681655Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:15.5122549Z   Attempting uninstall: mdurl
2025-08-18T22:06:15.5190759Z     Found existing installation: mdurl 0.1.2
2025-08-18T22:06:15.5205806Z     Uninstalling mdurl-0.1.2:
2025-08-18T22:06:15.5211099Z       Successfully uninstalled mdurl-0.1.2
2025-08-18T22:06:15.5371890Z   Attempting uninstall: click
2025-08-18T22:06:15.5443295Z     Found existing installation: click 8.2.1
2025-08-18T22:06:15.5461800Z     Uninstalling click-8.2.1:
2025-08-18T22:06:15.5467838Z       Successfully uninstalled click-8.2.1
2025-08-18T22:06:15.6078634Z   Attempting uninstall: argcomplete
2025-08-18T22:06:15.6151438Z     Found existing installation: argcomplete 3.6.2
2025-08-18T22:06:15.6175891Z     Uninstalling argcomplete-3.6.2:
2025-08-18T22:06:15.6184928Z       Successfully uninstalled argcomplete-3.6.2
2025-08-18T22:06:15.6564957Z   Attempting uninstall: ansi2txt
2025-08-18T22:06:15.6637622Z     Found existing installation: ansi2txt 0.2.0
2025-08-18T22:06:15.6650947Z     Uninstalling ansi2txt-0.2.0:
2025-08-18T22:06:15.6844099Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-18T22:06:15.6986929Z   Attempting uninstall: userpath
2025-08-18T22:06:15.7058689Z     Found existing installation: userpath 1.9.2
2025-08-18T22:06:15.7074660Z     Uninstalling userpath-1.9.2:
2025-08-18T22:06:15.7081716Z       Successfully uninstalled userpath-1.9.2
2025-08-18T22:06:15.7244211Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:06:15.7318344Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:06:15.7616984Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:06:15.7656407Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:06:15.9693799Z   Attempting uninstall: markdown-it-py
2025-08-18T22:06:15.9766976Z     Found existing installation: markdown-it-py 4.0.0
2025-08-18T22:06:15.9825659Z     Uninstalling markdown-it-py-4.0.0:
2025-08-18T22:06:15.9836735Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-18T22:06:16.0483276Z   Attempting uninstall: rich
2025-08-18T22:06:16.0556178Z     Found existing installation: rich 14.1.0
2025-08-18T22:06:16.0601431Z     Uninstalling rich-14.1.0:
2025-08-18T22:06:16.0609666Z       Successfully uninstalled rich-14.1.0
2025-08-18T22:06:16.2178222Z   Attempting uninstall: pyinstaller
2025-08-18T22:06:16.2251101Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:06:16.2500707Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:06:16.2538934Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:06:16.5342827Z   Attempting uninstall: pipx
2025-08-18T22:06:16.5425067Z     Found existing installation: pipx 1.7.1
2025-08-18T22:06:16.5455372Z     Uninstalling pipx-1.7.1:
2025-08-18T22:06:16.5464241Z       Successfully uninstalled pipx-1.7.1
2025-08-18T22:06:16.6073789Z   Attempting uninstall: typer
2025-08-18T22:06:16.6146821Z     Found existing installation: typer 0.16.1
2025-08-18T22:06:16.6169728Z     Uninstalling typer-0.16.1:
2025-08-18T22:06:16.6177168Z       Successfully uninstalled typer-0.16.1
2025-08-18T22:06:16.6608422Z   Attempting uninstall: py2static
2025-08-18T22:06:16.6675517Z     Found existing installation: py2static 0.0.1
2025-08-18T22:06:16.6693375Z     Uninstalling py2static-0.0.1:
2025-08-18T22:06:16.6701573Z       Successfully uninstalled py2static-0.0.1
2025-08-18T22:06:16.6838106Z 
2025-08-18T22:06:16.6862303Z 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:16.9876237Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:17.0923545Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-18T22:06:17.0928179Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-52nearo_
2025-08-18T22:06:17.0947101Z 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-52nearo_
2025-08-18T22:06:18.3480454Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-18T22:06:18.3516202Z   Installing build dependencies: started
2025-08-18T22:06:19.0036148Z   Installing build dependencies: finished with status 'done'
2025-08-18T22:06:19.0046926Z   Getting requirements to build wheel: started
2025-08-18T22:06:19.2655786Z   Getting requirements to build wheel: finished with status 'done'
2025-08-18T22:06:19.2668750Z   Preparing metadata (pyproject.toml): started
2025-08-18T22:06:19.4384068Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-18T22:06:19.5870476Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-18T22:06:19.5885935Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:06:19.6098635Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-18T22:06:19.6109281Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:06:19.6342544Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-18T22:06:19.6353377Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:06:19.6565278Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-18T22:06:19.6575872Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:06:19.6616464Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:06:19.6626600Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:06:19.6639103Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:06:19.6655339Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:06:19.6765611Z Building wheels for collected packages: pyinstaller
2025-08-18T22:06:19.6772890Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-18T22:06:22.4788774Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-18T22:06:22.4809785Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=d4bad4f791030d84b37d824136e09859c2d461fb5c620a81b87d9eabe034f813
2025-08-18T22:06:22.4810917Z   Stored in directory: /tmp/pip-ephem-wheel-cache-8lvfvxf6/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-18T22:06:22.4849535Z Successfully built pyinstaller
2025-08-18T22:06:22.5644122Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-18T22:06:22.5649757Z   Attempting uninstall: altgraph
2025-08-18T22:06:22.5718818Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:06:22.5736421Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:06:22.5742657Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:06:22.5990429Z   Attempting uninstall: setuptools
2025-08-18T22:06:22.6058911Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:06:22.6259436Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:06:22.6484351Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:06:23.2333156Z   Attempting uninstall: packaging
2025-08-18T22:06:23.2406275Z     Found existing installation: packaging 25.0
2025-08-18T22:06:23.2425835Z     Uninstalling packaging-25.0:
2025-08-18T22:06:23.2431809Z       Successfully uninstalled packaging-25.0
2025-08-18T22:06:23.2914159Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:06:23.2988562Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:06:23.3287849Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:06:23.3327320Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:06:23.5273986Z   Attempting uninstall: pyinstaller
2025-08-18T22:06:23.5360513Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:06:23.5607227Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:06:23.5645539Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:06:23.8419093Z 
2025-08-18T22:06:23.8443896Z 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:06:24.0778475Z 6.15.0
2025-08-18T22:06:24.1434296Z [+] Installing Go for linux-arm64...
2025-08-18T22:06:24.5547952Z [!] Found existing Go installation at: /usr/bin/go
2025-08-18T22:06:24.5548331Z [!] GOROOT: /usr/lib/go-1.22
2025-08-18T22:06:24.5548873Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-18T22:06:24.5559313Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-18T22:06:24.5559917Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-18T22:06:24.5560487Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-18T22:06:24.5561133Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-18T22:06:24.5561773Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-18T22:06:24.5562310Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-18T22:06:24.5562830Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-18T22:06:24.5563331Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-18T22:06:24.5563807Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-18T22:06:24.5564347Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-18T22:06:24.5564870Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-18T22:06:24.5565681Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-18T22:06:24.5566166Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-18T22:06:24.5566783Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-18T22:06:24.5567302Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-18T22:06:24.5567822Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-18T22:06:24.5568305Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-18T22:06:24.5568836Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-18T22:06:24.5569334Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-18T22:06:24.5569851Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-18T22:06:24.5570415Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-18T22:06:24.5570908Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-18T22:06:24.5571391Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-18T22:06:24.5571784Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-18T22:06:24.5572147Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-18T22:06:24.5572585Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-18T22:06:24.5572962Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-18T22:06:24.5573361Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-18T22:06:24.5601994Z go version go1.22.2 linux/arm64
2025-08-18T22:06:24.5967434Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:06:24.5968025Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:06:24.5968471Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:06:24.5969061Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:06:24.5969531Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:06:24.5969992Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:06:24.5970414Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:06:24.5971228Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:06:24.5971622Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:06:24.5972223Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:06:24.5972626Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:06:24.5973089Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:06:24.5973572Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:06:24.5974039Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:06:24.5974487Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:06:24.5974946Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:06:24.5975399Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:06:24.5975881Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:06:24.5976319Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:06:24.5977015Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:06:24.5977553Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:06:24.5977991Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:06:24.5978506Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:06:24.5979191Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:06:24.5979594Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:06:24.5980058Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:06:24.5980535Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:06:24.5981027Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:06:24.5981515Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:06:24.5981977Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:06:24.5982466Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:06:24.5982948Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:06:24.5983453Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:06:24.5983952Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:06:24.5984442Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:06:24.5984913Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:06:24.5985409Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:06:24.5985899Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:06:24.5986356Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:06:24.5987043Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:06:24.5987529Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:06:24.5988030Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:06:24.5988460Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:06:24.5988941Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:06:24.5989469Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:06:24.5989990Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:06:24.5990687Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:06:24.5991314Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:06:24.5991840Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:06:24.5992325Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:06:24.5992803Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:06:24.5993263Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:06:24.5993756Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:06:24.5994227Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:06:24.5994636Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:06:24.5995072Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:06:24.5995496Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:06:24.5995955Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:06:24.5996443Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:06:24.5997115Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:06:24.5997634Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:06:24.5998127Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:06:24.5998787Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:06:24.5999312Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:06:24.5999789Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:06:24.6000283Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:06:24.6000752Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:06:24.6001198Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:06:24.6001742Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:06:24.6002287Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:06:24.6003094Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:06:24.6003601Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:06:24.6004065Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:06:24.6004556Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:06:24.6004993Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:06:24.6005447Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:06:24.6005930Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:06:24.6006441Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:06:24.6007179Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:06:24.6007752Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:06:24.6008287Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:06:24.6008805Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:06:24.6009255Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:06:24.6009718Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:06:24.6010371Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:06:24.6010827Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:06:24.6011297Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:06:24.6011777Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:06:24.6012284Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:06:24.6012743Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:06:24.6013170Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:06:24.6013612Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:06:24.6014099Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:06:24.6014545Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:06:24.6014984Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:06:24.6015426Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:06:24.6015855Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:06:24.6016569Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:06:24.6017261Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:06:24.6017713Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:06:24.6018397Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:06:24.6018810Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:06:24.6019246Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:06:24.6019708Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:06:24.6020146Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:06:24.6020645Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:06:24.6021097Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:06:24.6021522Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:06:24.6022029Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:06:24.6022475Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:06:24.6022952Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:06:24.6023383Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:06:24.6025739Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:06:24.6026273Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:06:24.6026891Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:06:24.6027337Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:06:24.6027781Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:06:24.6028197Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:06:24.6028641Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:06:24.6029186Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:06:24.6029665Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:06:24.6030144Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:06:24.6030606Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:06:24.6031051Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:06:24.6031547Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:06:24.6032233Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:06:24.6032690Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:06:24.6033179Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:06:24.6033625Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:06:24.6034134Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:06:24.6034633Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:06:24.6035115Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:06:24.6035596Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:06:24.6036038Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:06:24.6036515Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:06:24.6037219Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:06:24.6037674Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:06:24.6038134Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:06:24.6038598Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:06:24.6039078Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:06:24.6039509Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:06:24.6040084Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:06:24.6040499Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:06:24.6040976Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:06:24.6041448Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:06:24.6041893Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:06:24.6042374Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:06:24.6042790Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:06:24.6043224Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:06:24.6043690Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:06:24.6044124Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:06:24.6044617Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:06:24.6045116Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:06:24.6045554Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:06:24.6046035Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:06:24.6046481Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:06:24.6047140Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:06:24.6047622Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:06:24.6048029Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:06:24.6048443Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:06:24.6048943Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:06:24.6049416Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:06:24.6049908Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:06:24.6050336Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:06:24.6050787Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:06:24.6051418Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:06:24.6051889Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:06:24.6052437Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:06:24.6052909Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:06:24.6053319Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:06:24.6053785Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:06:24.6054283Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:06:24.6054824Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:06:24.6055346Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:06:24.6055771Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:06:24.6056387Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:06:24.6057239Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:06:24.6057802Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:06:24.6058320Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:06:24.6058731Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:06:24.6059468Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:06:24.6124557Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:06:24.6125025Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:06:24.6125434Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:06:24.6125834Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:06:24.6126219Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:06:24.6126917Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:06:24.6127324Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:06:24.6127725Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:06:24.6128122Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:06:24.6128522Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:06:24.6128914Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:06:24.6129338Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:06:24.6129784Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:06:24.6130216Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:06:24.6130601Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:06:24.6130970Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:06:24.6131343Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:06:24.6131721Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:06:24.6132112Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:06:24.6132535Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:06:24.6133000Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:06:24.6133449Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:06:24.6133851Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:06:24.6134568Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:06:24.6134996Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:06:24.6135371Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:06:24.6135735Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:06:24.6136116Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:06:24.6136493Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:06:24.6137190Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:06:24.6137669Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:06:24.6138124Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:06:24.6138647Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:06:24.6139158Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:06:24.6139657Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:06:24.6140091Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:06:24.6140453Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:06:24.6140809Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:06:24.6141367Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:06:24.6141746Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:06:24.6142112Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:06:24.6142489Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:06:24.6142872Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:06:24.6143253Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:06:24.6143629Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:06:24.6143999Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:06:24.6144393Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:06:24.6144778Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:06:24.6145194Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:06:24.6145624Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:06:24.6146043Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:06:24.6146453Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:06:24.6147634Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:06:24.6148052Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:06:24.6148473Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:06:24.6148862Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:06:24.6149221Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:06:24.6149722Z 	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:06:24.6150244Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:06:24.6150616Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:06:24.6150989Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:06:24.6151352Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:06:24.6151962Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:06:24.6152409Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:06:24.6152834Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:06:24.6153263Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:06:24.6153662Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:06:24.6154071Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:06:24.6154488Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:06:24.6154895Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:06:24.6155282Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:06:24.6155712Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:06:24.6156201Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:06:24.6156909Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:06:24.6157369Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:06:24.6157776Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:06:24.6158175Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:06:24.6158818Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:06:24.6159316Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:06:24.6159716Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:06:24.6160149Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:06:24.6160598Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:06:24.6161001Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:06:24.6161361Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:06:24.6161708Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:06:24.6162076Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:06:24.6162455Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:06:24.6162821Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:06:24.6163171Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:06:24.6163535Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:06:24.6163896Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:06:24.6164253Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:06:24.6164622Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:06:24.6164979Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:06:24.6165356Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:06:24.6165738Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:06:24.6166094Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:06:24.6166455Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:06:24.6167003Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:06:24.6167374Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:06:24.6167743Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:06:24.6168294Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:06:24.6168669Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:06:24.6169043Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:06:24.6169460Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:06:24.6169889Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:06:24.6170293Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:06:24.6170654Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:06:24.6171035Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:06:24.6171457Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:06:24.6171852Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:06:24.6172209Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:06:24.6172575Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:06:24.6172932Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:06:24.6173272Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:06:24.6173615Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:06:24.6173966Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:06:24.6174328Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:06:24.6174821Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:06:24.6175165Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:06:24.6175497Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:06:24.6175875Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:06:24.6176283Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:06:24.6176850Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:06:24.6177252Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:06:24.6177642Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:06:24.6178054Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:06:24.6178549Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:06:24.6179163Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:06:24.6179784Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:06:24.6180325Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:06:24.6180796Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:06:24.6181249Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:06:24.6181764Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:06:24.6182378Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:06:24.6182936Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:06:24.6183429Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:06:24.6183867Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:06:24.6184232Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:06:24.6184601Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:06:24.6185163Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:06:24.6185556Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:06:24.6185940Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:06:24.6186324Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:06:24.6186881Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:06:24.6187265Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:06:24.6187655Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:06:24.6188024Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:06:24.6188397Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:06:24.6188780Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:06:24.6189172Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:06:24.6189564Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:06:24.6189972Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:06:24.6190383Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:06:24.6190745Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:06:24.6191134Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:06:24.6191707Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:06:24.6192120Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:06:24.6192549Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:06:24.6192970Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:06:24.6193339Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:06:24.6193707Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:06:24.6194089Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:06:24.6194456Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:06:24.6194843Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:06:24.6195231Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:06:24.6195618Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:06:24.6195994Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:06:24.6196357Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:06:24.6196953Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:06:24.6197573Z 	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:06:24.6198283Z 	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:06:24.6199057Z 	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:06:24.6199724Z 	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:06:24.6200255Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:06:24.6200638Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:06:24.6201040Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:06:24.6201440Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:06:24.6202024Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:06:24.6202415Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:06:24.6202778Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:06:24.6203152Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:06:24.6203524Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:06:24.6203897Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:06:24.6204278Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:06:24.6204661Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:06:24.6205062Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:06:24.6205455Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:06:24.6205858Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:06:24.6206244Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:06:24.6206777Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:06:24.6207176Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:06:24.6207578Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:06:24.6207975Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:06:24.6208538Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:06:24.6208926Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:06:24.6209347Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:06:24.6209774Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:06:24.6210179Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:06:24.6210613Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:06:24.6211073Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:06:24.6211474Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:06:24.6211838Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:06:24.6212215Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:06:24.6212613Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:06:24.6213020Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:06:24.6213421Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:06:24.6213799Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:06:24.6214191Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:06:24.6214658Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:06:24.6215127Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:06:24.6215521Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:06:24.6215927Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:06:24.6216375Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:06:24.6216989Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:06:24.6217468Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:06:24.6217952Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:06:24.6218603Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:06:24.6219051Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:06:24.6219452Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:06:24.6219876Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:06:24.6220295Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:06:24.6220677Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:06:24.6221054Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:06:24.6221454Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:06:24.6221851Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:06:24.6222254Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:06:24.6222675Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:06:24.6223067Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:06:24.6223441Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:06:24.6223805Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:06:24.6224160Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:06:24.6224546Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:06:24.6225139Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:06:24.6225531Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:06:24.6225980Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:06:24.6226427Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:06:24.6227060Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:06:24.6227499Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:06:24.6227917Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:06:24.6228319Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:06:24.6228722Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:06:24.6229081Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:06:24.6229443Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:06:24.6229831Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:06:24.6230225Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:06:24.6230605Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:06:24.6230960Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:06:24.6231305Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:06:24.6231652Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:06:24.6232136Z 	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:06:24.6232641Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:06:24.6233031Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:06:24.6233408Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:06:24.6233805Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:06:24.6234216Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:06:24.6234818Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:06:24.6235254Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:06:24.6235669Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:06:24.6236080Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:06:24.6236452Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:06:24.6237028Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:06:24.6237397Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:06:24.6237770Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:06:24.6238190Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:06:24.6238610Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:06:24.6239011Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:06:24.6239429Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:06:24.6239868Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:06:24.6240262Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:06:24.6240627Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:06:24.6240974Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:06:24.6241481Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:06:24.6241848Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:06:24.6242222Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:06:24.6242599Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:06:24.6243000Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:06:24.6243413Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:06:24.6243871Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:06:24.6244301Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:06:24.6244671Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:06:24.6245055Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:06:24.6245444Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:06:24.6245833Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:06:24.6246211Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:06:24.6246579Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:06:24.6247197Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:06:24.6247696Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:06:24.6248117Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:06:24.6248490Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:06:24.6248865Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:06:24.6249263Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:06:24.6249659Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:06:24.6250029Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:06:24.6250423Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:06:24.6250798Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:06:24.6251342Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:06:24.6251714Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:06:24.6252113Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:06:24.6252531Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:06:24.6252909Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:06:24.6253291Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:06:24.6253733Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:06:24.6254172Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:06:24.6254593Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:06:24.6254982Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:06:24.6255488Z 	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:06:24.6255991Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:06:24.6256377Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:06:24.6256946Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:06:24.6257374Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:06:24.6257894Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:06:24.6258697Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:06:24.6259307Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:06:24.6259956Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:06:24.6260599Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:06:24.6261227Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:06:24.6261853Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:06:24.6262436Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:06:24.6262920Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:06:24.6263359Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:06:24.6263800Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:06:24.6264222Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:06:24.6264698Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:06:24.6265129Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:06:24.6265512Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:06:24.6265880Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:06:24.6266259Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:06:24.6266777Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:06:24.6267200Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:06:24.6267614Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:06:24.6267979Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:06:24.6268361Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:06:24.6269001Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:06:24.6269497Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:06:24.6269984Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:06:24.6270470Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:06:24.6270920Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:06:24.6271343Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:06:24.6271756Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:06:24.6272171Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:06:24.6272602Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:06:24.6273031Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:06:24.6273421Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:06:24.6273817Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:06:24.6274194Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:06:24.6274570Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:06:24.6275003Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:06:24.6275598Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:06:24.6276005Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:06:24.6276415Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:06:24.6277032Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:06:24.6277486Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:06:24.6277927Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:06:24.6278355Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:06:24.6278748Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:06:24.6279118Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:06:24.6279506Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:06:24.6279871Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:06:24.6280238Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:06:24.6280637Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:06:24.6281040Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:06:24.6281466Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:06:24.6281934Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:06:24.6282394Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:06:24.6282784Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:06:24.6283135Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:06:24.6283512Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:06:24.6283909Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:06:24.6284297Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:06:24.6284690Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:06:24.6285375Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:06:24.6285841Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:06:24.6286257Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:06:24.6286800Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:06:24.6287204Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:06:24.6287744Z 	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:06:24.6288323Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:06:24.6288771Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:06:24.6289210Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:06:24.6289633Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:06:24.6290029Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:06:24.6290415Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:06:24.6290802Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:06:24.6291198Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:06:24.6291599Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:06:24.6292134Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:06:24.6292525Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:06:24.6292924Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:06:24.6293296Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:06:24.6293707Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:06:24.6294172Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:06:24.6294592Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:06:24.6294966Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:06:24.6295340Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:06:24.6295725Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:06:24.6296101Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:06:24.6296467Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:06:24.6297075Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:06:24.6297566Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:06:24.6297970Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:06:24.6298367Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:06:24.6298760Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:06:24.6299139Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:06:24.6299513Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:06:24.6299897Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:06:24.6300306Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:06:24.6300745Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:06:24.6301191Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:06:24.6301609Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:06:24.6302202Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:06:24.6302619Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:06:24.6303043Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:06:24.6303428Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:06:24.6303784Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:06:24.6304130Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:06:24.6304494Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:06:24.6304864Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:06:24.6305216Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:06:24.6305581Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:06:24.6305976Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:06:24.6306354Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:06:24.6306946Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:06:24.6307308Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:06:24.6307682Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:06:24.6308077Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:06:24.6308617Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:06:24.6308979Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:06:24.6309339Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:06:24.6309720Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:06:24.6310103Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:06:24.6310452Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:06:24.6310825Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:06:24.6311215Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:06:24.6311593Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:06:24.6311968Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:06:24.6312349Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:06:24.6312730Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:06:24.6313131Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:06:24.6313554Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:06:24.6313952Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:06:24.6314305Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:06:24.6314653Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:06:24.6314994Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:06:24.6315411Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:06:24.6315909Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:06:24.6316418Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:06:24.6317082Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:06:24.6317588Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:06:24.6318027Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:06:24.6318632Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:06:24.6319028Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:06:24.6319420Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:06:24.6319807Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:06:24.6320190Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:06:24.6320575Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:06:24.6320955Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:06:24.6321343Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:06:24.6321784Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:06:24.6322212Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:06:24.6322586Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:06:24.6322978Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:06:24.6323396Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:06:24.6323771Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:06:24.6324114Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:06:24.6324496Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:06:24.6325098Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:06:24.6325563Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:06:24.6325977Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:06:24.6326392Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:06:24.6327038Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:06:24.6327472Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:06:24.8227920Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:24.9942963Z Collecting meson
2025-08-18T22:06:25.0407821Z   Downloading meson-1.8.3-py3-none-any.whl.metadata (1.8 kB)
2025-08-18T22:06:25.0881335Z Collecting ninja
2025-08-18T22:06:25.0954637Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-18T22:06:25.1228199Z Downloading meson-1.8.3-py3-none-any.whl (1.0 MB)
2025-08-18T22:06:25.2143315Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 11.6 MB/s  0:00:00
2025-08-18T22:06:25.2261840Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-18T22:06:25.3190742Z Installing collected packages: ninja, meson
2025-08-18T22:06:26.0156292Z 
2025-08-18T22:06:26.0180259Z Successfully installed meson-1.8.3 ninja-1.13.0
2025-08-18T22:06:26.2963892Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:06:26.3906060Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.3)
2025-08-18T22:06:26.4594871Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-18T22:06:26.8329733Z 1.8.3
2025-08-18T22:06:26.8658067Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-18T22:06:26.8959360Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:06:26.8959764Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:06:26.8960132Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:06:26.8960497Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:06:26.8960869Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:06:26.8961581Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:06:26.8961956Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:06:26.8962314Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:06:26.8962661Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:06:26.8963142Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:06:26.8963497Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:06:26.8963893Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:06:26.8964273Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:06:26.8964675Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:06:26.8965069Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:06:26.8965479Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:06:26.8965882Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:06:26.8966242Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:06:26.8966804Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:06:26.8967269Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:06:26.8967713Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:06:26.8968317Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:06:26.8968732Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:06:26.8969127Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:06:26.8969477Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:06:26.8969874Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:06:26.8970305Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:06:26.8970721Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:06:26.8971124Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:06:26.8971533Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:06:26.8971948Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:06:26.8972375Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:06:26.8972804Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:06:26.8973229Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:06:26.8973666Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:06:26.8974096Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:06:26.8974502Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:06:26.8974913Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:06:26.8975306Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:06:26.8975711Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:06:26.8976135Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:06:26.8976557Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:06:26.8978206Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:06:26.8978611Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:06:26.8979309Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:06:26.8979791Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:06:26.8980259Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:06:26.8980745Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:06:26.8981186Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:06:26.8981600Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:06:26.8982028Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:06:26.8982434Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:06:26.8982847Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:06:26.8983243Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:06:26.8983613Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:06:26.8983965Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:06:26.8984333Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:06:26.8984723Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:06:26.8985125Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:06:26.8985504Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:06:26.8986083Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:06:26.8986518Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:06:26.8987088Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:06:26.8987500Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:06:26.8987925Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:06:26.8988354Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:06:26.8988756Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:06:26.8989152Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:06:26.8989586Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:06:26.8990083Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:06:26.8990580Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:06:26.8991038Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:06:26.8991455Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:06:26.8991844Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:06:26.8992234Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:06:26.8992636Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:06:26.8993036Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:06:26.8993487Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:06:26.8993987Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:06:26.8994501Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:06:26.8994995Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:06:26.8995437Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:06:26.8996046Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:06:26.8996452Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:06:26.8996978Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:06:26.8997373Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:06:26.8997761Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:06:26.8998179Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:06:26.8998607Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:06:26.8998988Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:06:26.8999356Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:06:26.8999759Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:06:26.9000166Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:06:26.9000540Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:06:26.9000907Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:06:26.9001296Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:06:26.9001684Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:06:26.9002031Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:06:26.9002581Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:06:26.9002986Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:06:26.9003369Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:06:26.9003733Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:06:26.9004097Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:06:26.9004472Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:06:26.9004856Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:06:26.9005254Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:06:26.9005645Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:06:26.9006023Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:06:26.9006399Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:06:26.9006985Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:06:26.9007388Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:06:26.9007758Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:06:26.9008111Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:06:26.9008464Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:06:26.9008818Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:06:26.9009176Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:06:26.9009522Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:06:26.9009889Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:06:26.9010284Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:06:26.9010713Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:06:26.9011145Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:06:26.9011543Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:06:26.9011931Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:06:26.9012526Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:06:26.9012923Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:06:26.9013326Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:06:26.9013732Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:06:26.9014112Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:06:26.9014497Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:06:26.9014913Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:06:26.9015348Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:06:26.9015771Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:06:26.9016158Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:06:26.9016550Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:06:26.9017106Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:06:26.9017514Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:06:26.9017915Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:06:26.9018304Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:06:26.9018695Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:06:26.9019318Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:06:26.9019699Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:06:26.9020057Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:06:26.9020421Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:06:26.9020818Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:06:26.9021211Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:06:26.9021609Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:06:26.9021997Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:06:26.9022365Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:06:26.9022735Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:06:26.9023119Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:06:26.9023501Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:06:26.9023920Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:06:26.9024365Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:06:26.9024764Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:06:26.9025136Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:06:26.9025527Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:06:26.9025945Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:06:26.9026363Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:06:26.9026868Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:06:26.9027215Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:06:26.9027631Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:06:26.9028057Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:06:26.9028465Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:06:26.9029049Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:06:26.9029442Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:06:26.9029823Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:06:26.9030246Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:06:26.9030739Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:06:26.9031151Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:06:26.9031523Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:06:26.9031875Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:06:26.9032317Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:06:26.9032858Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:06:26.9033294Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:06:26.9033667Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:06:26.9034127Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:06:26.9034660Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:06:26.9035158Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:06:26.9035761Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:06:26.9036117Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:06:26.9036494Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:06:26.9037124Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:06:26.9037544Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:06:26.9037947Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:06:26.9038316Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:06:26.9038694Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:06:26.9039087Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:06:26.9039483Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:06:26.9039882Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:06:26.9040278Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:06:26.9040669Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:06:26.9041057Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:06:26.9041474Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:06:26.9041918Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:06:26.9042344Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:06:26.9042732Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:06:26.9043102Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:06:26.9043476Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:06:26.9043854Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:06:26.9044238Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:06:26.9044655Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:06:26.9045116Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:06:26.9045880Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:06:26.9046298Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:06:26.9046833Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:06:26.9047224Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:06:26.9047598Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:06:26.9047963Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:06:26.9048349Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:06:26.9048726Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:06:26.9049168Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:06:26.9049639Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:06:26.9050100Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:06:26.9050614Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:06:26.9051125Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:06:26.9051624Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:06:26.9052058Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:06:26.9052582Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:06:26.9052942Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:06:26.9053316Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:06:26.9053693Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:06:26.9054060Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:06:26.9054441Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:06:26.9054823Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:06:26.9055203Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:06:26.9055577Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:06:26.9055951Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:06:26.9056352Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:06:26.9056870Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:06:26.9057286Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:06:26.9057716Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:06:26.9058137Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:06:26.9058547Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:06:26.9058952Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:06:26.9059359Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:06:26.9059780Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:06:26.9060169Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:06:26.9060532Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:06:26.9061034Z 	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:06:26.9061547Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:06:26.9062098Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:06:26.9062489Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:06:26.9062847Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:06:26.9063239Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:06:26.9063672Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:06:26.9064092Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:06:26.9064524Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:06:26.9064924Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:06:26.9065322Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:06:26.9065741Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:06:26.9066151Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:06:26.9066540Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:06:26.9067113Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:06:26.9067608Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:06:26.9068104Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:06:26.9068551Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:06:26.9069142Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:06:26.9069542Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:06:26.9070016Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:06:26.9070504Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:06:26.9070913Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:06:26.9071343Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:06:26.9071795Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:06:26.9072195Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:06:26.9072553Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:06:26.9072906Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:06:26.9073273Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:06:26.9073657Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:06:26.9074023Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:06:26.9074371Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:06:26.9074743Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:06:26.9075105Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:06:26.9075461Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:06:26.9075832Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:06:26.9076186Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:06:26.9076561Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:06:26.9077178Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:06:26.9077542Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:06:26.9077896Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:06:26.9078252Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:06:26.9078862Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:06:26.9079247Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:06:26.9079607Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:06:26.9079964Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:06:26.9080336Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:06:26.9080751Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:06:26.9081182Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:06:26.9081591Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:06:26.9081949Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:06:26.9082328Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:06:26.9082756Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:06:26.9083153Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:06:26.9083515Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:06:26.9083885Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:06:26.9084244Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:06:26.9084586Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:06:26.9084930Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:06:26.9085431Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:06:26.9085804Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:06:26.9086161Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:06:26.9086503Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:06:26.9086978Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:06:26.9087359Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:06:26.9087763Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:06:26.9088155Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:06:26.9088548Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:06:26.9088944Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:06:26.9089362Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:06:26.9089862Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:06:26.9090473Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:06:26.9091098Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:06:26.9091637Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:06:26.9092109Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:06:26.9092561Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:06:26.9093076Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:06:26.9093698Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:06:26.9094262Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:06:26.9094756Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:06:26.9095199Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:06:26.9095760Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:06:26.9096144Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:06:26.9096515Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:06:26.9097117Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:06:26.9097505Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:06:26.9097884Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:06:26.9098272Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:06:26.9098655Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:06:26.9099040Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:06:26.9099415Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:06:26.9099792Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:06:26.9100167Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:06:26.9100553Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:06:26.9100945Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:06:26.9101352Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:06:26.9101767Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:06:26.9102301Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:06:26.9102691Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:06:26.9103101Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:06:26.9103508Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:06:26.9103948Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:06:26.9104393Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:06:26.9104756Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:06:26.9105124Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:06:26.9105501Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:06:26.9105868Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:06:26.9106255Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:06:26.9106882Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:06:26.9107284Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:06:26.9107663Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:06:26.9108030Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:06:26.9108393Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:06:26.9108937Z 	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:06:26.9109647Z 	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:06:26.9110334Z 	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:06:26.9111003Z 	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:06:26.9111529Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:06:26.9111911Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:06:26.9112518Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:06:26.9112929Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:06:26.9113303Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:06:26.9113677Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:06:26.9114040Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:06:26.9114417Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:06:26.9114801Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:06:26.9115173Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:06:26.9115549Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:06:26.9115933Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:06:26.9116334Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:06:26.9116902Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:06:26.9117308Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:06:26.9117693Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:06:26.9118068Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:06:26.9118452Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:06:26.9119073Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:06:26.9119469Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:06:26.9119862Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:06:26.9120250Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:06:26.9120675Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:06:26.9121105Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:06:26.9121505Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:06:26.9121942Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:06:26.9122394Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:06:26.9122804Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:06:26.9123175Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:06:26.9123553Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:06:26.9123944Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:06:26.9124348Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:06:26.9124752Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:06:26.9125127Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:06:26.9125514Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:06:26.9125983Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:06:26.9126453Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:06:26.9127015Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:06:26.9127430Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:06:26.9127878Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:06:26.9128321Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:06:26.9128987Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:06:26.9129485Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:06:26.9129926Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:06:26.9130359Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:06:26.9130756Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:06:26.9131144Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:06:26.9131562Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:06:26.9131944Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:06:26.9132317Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:06:26.9132723Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:06:26.9133127Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:06:26.9133529Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:06:26.9133942Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:06:26.9134332Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:06:26.9134702Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:06:26.9135071Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:06:26.9135581Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:06:26.9135965Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:06:26.9136381Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:06:26.9136929Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:06:26.9137383Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:06:26.9137833Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:06:26.9138232Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:06:26.9138667Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:06:26.9139086Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:06:26.9139492Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:06:26.9139894Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:06:26.9140247Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:06:26.9140607Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:06:26.9141001Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:06:26.9141396Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:06:26.9141774Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:06:26.9142129Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:06:26.9142479Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:06:26.9142823Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:06:26.9143307Z 	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:06:26.9143817Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:06:26.9144202Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:06:26.9144584Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:06:26.9145196Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:06:26.9145619Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:06:26.9146028Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:06:26.9146430Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:06:26.9146998Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:06:26.9147412Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:06:26.9147790Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:06:26.9148152Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:06:26.9148513Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:06:26.9148885Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:06:26.9149309Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:06:26.9149737Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:06:26.9150133Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:06:26.9150550Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:06:26.9150984Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:06:26.9151379Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:06:26.9151909Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:06:26.9152254Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:06:26.9152601Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:06:26.9152961Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:06:26.9153335Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:06:26.9153712Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:06:26.9154107Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:06:26.9154518Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:06:26.9154974Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:06:26.9155409Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:06:26.9155782Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:06:26.9156165Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:06:26.9156549Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:06:26.9157098Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:06:26.9157488Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:06:26.9157863Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:06:26.9158301Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:06:26.9158789Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:06:26.9159210Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:06:26.9159582Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:06:26.9159956Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:06:26.9160356Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:06:26.9160747Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:06:26.9161117Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:06:26.9161701Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:06:26.9162087Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:06:26.9162435Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:06:26.9162787Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:06:26.9163183Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:06:26.9163602Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:06:26.9163984Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:06:26.9164366Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:06:26.9164807Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:06:26.9165246Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:06:26.9165677Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:06:26.9166069Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:06:26.9166580Z 	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:06:26.9167242Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:06:26.9167636Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:06:26.9168045Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:06:26.9168671Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:06:26.9169186Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:06:26.9169765Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:06:26.9170372Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:06:26.9171014Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:06:26.9171660Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:06:26.9172287Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:06:26.9172913Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:06:26.9173500Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:06:26.9173981Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:06:26.9174425Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:06:26.9174861Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:06:26.9175286Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:06:26.9175761Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:06:26.9176189Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:06:26.9176568Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:06:26.9177074Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:06:26.9177462Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:06:26.9177843Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:06:26.9178248Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:06:26.9178718Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:06:26.9179316Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:06:26.9179719Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:06:26.9180180Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:06:26.9180666Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:06:26.9181153Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:06:26.9181640Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:06:26.9182087Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:06:26.9182498Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:06:26.9182911Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:06:26.9183329Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:06:26.9183762Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:06:26.9184190Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:06:26.9184575Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:06:26.9184952Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:06:26.9185325Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:06:26.9185844Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:06:26.9186277Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:06:26.9186876Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:06:26.9187283Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:06:26.9187703Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:06:26.9188130Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:06:26.9188577Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:06:26.9189016Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:06:26.9189448Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:06:26.9189845Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:06:26.9190215Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:06:26.9190601Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:06:26.9190966Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:06:26.9191336Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:06:26.9191733Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:06:26.9192130Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:06:26.9192553Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:06:26.9193022Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:06:26.9193477Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:06:26.9193871Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:06:26.9194223Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:06:26.9194596Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:06:26.9194986Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:06:26.9195578Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:06:26.9195980Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:06:26.9196406Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:06:26.9197004Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:06:26.9197421Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:06:26.9197805Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:06:26.9198209Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:06:26.9198750Z 	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:06:26.9199325Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:06:26.9199781Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:06:26.9200227Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:06:26.9200649Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:06:26.9201038Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:06:26.9201426Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:06:26.9201812Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:06:26.9202403Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:06:26.9202803Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:06:26.9203183Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:06:26.9203574Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:06:26.9203983Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:06:26.9204356Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:06:26.9204762Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:06:26.9205224Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:06:26.9205647Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:06:26.9206021Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:06:26.9206399Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:06:26.9206932Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:06:26.9207310Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:06:26.9207676Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:06:26.9208111Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:06:26.9208557Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:06:26.9208960Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:06:26.9209356Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:06:26.9209744Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:06:26.9210125Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:06:26.9210501Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:06:26.9210888Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:06:26.9211286Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:06:26.9211726Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:06:26.9212370Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:06:26.9212800Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:06:26.9213203Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:06:26.9213603Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:06:26.9214026Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:06:26.9214412Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:06:26.9214772Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:06:26.9215116Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:06:26.9215478Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:06:26.9215851Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:06:26.9216205Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:06:26.9216578Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:06:26.9217135Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:06:26.9217519Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:06:26.9217871Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:06:26.9218216Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:06:26.9218736Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:06:26.9219177Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:06:26.9219552Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:06:26.9219910Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:06:26.9220274Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:06:26.9220654Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:06:26.9221033Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:06:26.9221377Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:06:26.9221750Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:06:26.9222140Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:06:26.9222526Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:06:26.9222899Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:06:26.9223273Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:06:26.9223652Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:06:26.9224058Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:06:26.9224479Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:06:26.9224880Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:06:26.9225230Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:06:26.9225580Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:06:26.9225921Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:06:26.9226343Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:06:26.9227005Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:06:26.9227475Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:06:26.9227950Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:06:26.9228660Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:06:26.9229104Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:06:26.9229481Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:06:26.9229869Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:06:26.9230255Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:06:26.9230641Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:06:26.9231028Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:06:26.9231413Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:06:26.9231788Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:06:26.9232177Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:06:26.9232621Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:06:26.9233053Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:06:26.9233426Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:06:26.9233822Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:06:26.9234242Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:06:26.9234615Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:06:26.9235107Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:06:26.9235489Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:06:26.9235939Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:06:26.9236401Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:06:26.9236964Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:06:26.9237379Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:06:26.9237806Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:06:26.9238232Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:06:27.2347359Z info: downloading installer
2025-08-18T22:06:27.4292048Z warn: It looks like you have an existing rustup settings file at:
2025-08-18T22:06:27.4292458Z warn: /home/runner/.rustup/settings.toml
2025-08-18T22:06:27.4292815Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-18T22:06:27.4293230Z warn: instead of the one inferred from the default host triple.
2025-08-18T22:06:27.4510562Z info: profile set to 'default'
2025-08-18T22:06:27.4510898Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-18T22:06:27.4511284Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-18T22:06:27.5069702Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:06:27.6143314Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:06:27.6410910Z info: downloading component 'clippy'
2025-08-18T22:06:27.7153935Z info: downloading component 'rustfmt'
2025-08-18T22:06:27.8639773Z info: downloading component 'cargo'
2025-08-18T22:06:27.9703731Z info: downloading component 'rust-std'
2025-08-18T22:06:28.3998676Z info: downloading component 'rustc'
2025-08-18T22:06:28.9761249Z info: removing previous version of component 'clippy'
2025-08-18T22:06:28.9815655Z info: removing previous version of component 'rustfmt'
2025-08-18T22:06:28.9819272Z info: removing previous version of component 'cargo'
2025-08-18T22:06:28.9840604Z info: removing previous version of component 'rust-std'
2025-08-18T22:06:28.9902341Z info: removing previous version of component 'rustc'
2025-08-18T22:06:28.9921945Z info: installing component 'clippy'
2025-08-18T22:06:29.2610379Z info: installing component 'rustfmt'
2025-08-18T22:06:29.4645102Z info: installing component 'cargo'
2025-08-18T22:06:29.9683196Z info: installing component 'rust-std'
2025-08-18T22:06:31.2838394Z info: installing component 'rustc'
2025-08-18T22:06:34.0983401Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:06:34.0983693Z 
2025-08-18T22:06:34.1061682Z   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:06:34.1062136Z 
2025-08-18T22:06:34.1062139Z 
2025-08-18T22:06:34.1062223Z Rust is installed now. Great!
2025-08-18T22:06:34.1062361Z 
2025-08-18T22:06:34.1062533Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-18T22:06:34.1062921Z environment variable. This has not been done automatically.
2025-08-18T22:06:34.1063137Z 
2025-08-18T22:06:34.1063260Z To configure your current shell, you need to source
2025-08-18T22:06:34.1063544Z the corresponding env file under $HOME/.cargo.
2025-08-18T22:06:34.1063719Z 
2025-08-18T22:06:34.1063888Z This is usually done by running one of the following (note the leading DOT):
2025-08-18T22:06:34.1064264Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-18T22:06:34.1064554Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-18T22:06:34.1064818Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-18T22:06:34.1249223Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:06:34.1592918Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:06:34.1593201Z 
2025-08-18T22:06:34.1670110Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:06:34.1670445Z 
2025-08-18T22:06:34.2092402Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:06:34.2478313Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-18T22:06:34.2847229Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:06:34.2847607Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:06:34.2847963Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:06:34.2848330Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:06:34.2848698Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:06:34.2849053Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:06:34.2849427Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:06:34.2849783Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:06:34.2850124Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:06:34.2850448Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:06:34.2850806Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:06:34.2851189Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:06:34.2851572Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:06:34.2851977Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:06:34.2852365Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:06:34.2852762Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:06:34.2853160Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:06:34.2853531Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:06:34.2853909Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:06:34.2854363Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:06:34.2854804Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:06:34.2855577Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:06:34.2856006Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:06:34.2856398Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:06:34.2857013Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:06:34.2857398Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:06:34.2857824Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:06:34.2858244Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:06:34.2858649Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:06:34.2859059Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:06:34.2859477Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:06:34.2859900Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:06:34.2860322Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:06:34.2860737Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:06:34.2861172Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:06:34.2861594Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:06:34.2862229Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:06:34.2862635Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:06:34.2863025Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:06:34.2863430Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:06:34.2863856Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:06:34.2864272Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:06:34.2864670Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:06:34.2865057Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:06:34.2865508Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:06:34.2865976Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:06:34.2866443Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:06:34.2867063Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:06:34.2867504Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:06:34.2867922Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:06:34.2868342Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:06:34.2868747Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:06:34.2869159Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:06:34.2869555Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:06:34.2869918Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:06:34.2870421Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:06:34.2870793Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:06:34.2871184Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:06:34.2871584Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:06:34.2871961Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:06:34.2872565Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:06:34.2873013Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:06:34.2873434Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:06:34.2873841Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:06:34.2874260Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:06:34.2874691Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:06:34.2875096Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:06:34.2875487Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:06:34.2875922Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:06:34.2876420Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:06:34.2877044Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:06:34.2877505Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:06:34.2877919Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:06:34.2878305Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:06:34.2878697Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:06:34.2879261Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:06:34.2879658Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:06:34.2880111Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:06:34.2880613Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:06:34.2881120Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:06:34.2881614Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:06:34.2882054Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:06:34.2882454Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:06:34.2882845Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:06:34.2883260Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:06:34.2883653Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:06:34.2884037Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:06:34.2884457Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:06:34.2884880Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:06:34.2885261Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:06:34.2885630Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:06:34.2886033Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:06:34.2886436Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:06:34.2886951Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:06:34.2887324Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:06:34.2887714Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:06:34.2888099Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:06:34.2888443Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:06:34.2889092Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:06:34.2889511Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:06:34.2889894Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:06:34.2890253Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:06:34.2890609Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:06:34.2890983Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:06:34.2891372Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:06:34.2891771Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:06:34.2892165Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:06:34.2892545Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:06:34.2892932Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:06:34.2893329Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:06:34.2893726Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:06:34.2894093Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:06:34.2894449Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:06:34.2894795Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:06:34.2895147Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:06:34.2895620Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:06:34.2895963Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:06:34.2896331Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:06:34.2896848Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:06:34.2897289Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:06:34.2897725Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:06:34.2898127Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:06:34.2898515Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:06:34.2898899Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:06:34.2899283Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:06:34.2899687Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:06:34.2900095Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:06:34.2900476Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:06:34.2900865Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:06:34.2901277Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:06:34.2901742Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:06:34.2902162Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:06:34.2902550Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:06:34.2902941Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:06:34.2903347Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:06:34.2903757Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:06:34.2904158Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:06:34.2904543Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:06:34.2905115Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:06:34.2905532Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:06:34.2905908Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:06:34.2906265Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:06:34.2906730Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:06:34.2907127Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:06:34.2907519Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:06:34.2907924Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:06:34.2908308Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:06:34.2908674Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:06:34.2909043Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:06:34.2909424Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:06:34.2909805Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:06:34.2910225Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:06:34.2910668Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:06:34.2911061Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:06:34.2911432Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:06:34.2911971Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:06:34.2912392Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:06:34.2912802Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:06:34.2913153Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:06:34.2913494Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:06:34.2913908Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:06:34.2914335Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:06:34.2914740Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:06:34.2915118Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:06:34.2915494Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:06:34.2915931Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:06:34.2916351Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:06:34.2916925Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:06:34.2917343Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:06:34.2917710Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:06:34.2918069Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:06:34.2918509Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:06:34.2919014Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:06:34.2919455Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:06:34.2919835Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:06:34.2920290Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:06:34.2920820Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:06:34.2921319Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:06:34.2921916Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:06:34.2922289Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:06:34.2922665Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:06:34.2923071Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:06:34.2923482Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:06:34.2923884Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:06:34.2924261Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:06:34.2924632Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:06:34.2925028Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:06:34.2925425Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:06:34.2925822Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:06:34.2926216Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:06:34.2926693Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:06:34.2927086Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:06:34.2927502Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:06:34.2927949Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:06:34.2928520Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:06:34.2928909Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:06:34.2929279Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:06:34.2929648Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:06:34.2930022Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:06:34.2930410Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:06:34.2930825Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:06:34.2931288Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:06:34.2931735Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:06:34.2932142Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:06:34.2932527Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:06:34.2932906Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:06:34.2933278Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:06:34.2933641Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:06:34.2934029Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:06:34.2934409Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:06:34.2934853Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:06:34.2935328Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:06:34.2935785Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:06:34.2936306Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:06:34.2936959Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:06:34.2937467Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:06:34.2937902Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:06:34.2938445Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:06:34.2938818Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:06:34.2939191Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:06:34.2939563Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:06:34.2939928Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:06:34.2940306Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:06:34.2940695Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:06:34.2941076Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:06:34.2941448Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:06:34.2941822Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:06:34.2942222Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:06:34.2942610Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:06:34.2943024Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:06:34.2943458Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:06:34.2943879Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:06:34.2944291Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:06:34.2944826Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:06:34.2945232Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:06:34.2945650Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:06:34.2946040Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:06:34.2946407Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:06:34.2947023Z 	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:06:34.2947538Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:06:34.2947911Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:06:34.2948284Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:06:34.2948654Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:06:34.2949051Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:06:34.2949485Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:06:34.2949911Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:06:34.2950342Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:06:34.2950741Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:06:34.2951141Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:06:34.2951557Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:06:34.2951962Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:06:34.2952347Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:06:34.2952777Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:06:34.2953263Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:06:34.2953758Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:06:34.2954346Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:06:34.2954769Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:06:34.2955167Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:06:34.2955637Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:06:34.2956122Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:06:34.2956528Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:06:34.2957059Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:06:34.2957510Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:06:34.2957908Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:06:34.2958263Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:06:34.2958618Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:06:34.2958984Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:06:34.2959364Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:06:34.2959726Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:06:34.2960078Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:06:34.2960446Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:06:34.2960805Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:06:34.2961292Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:06:34.2961659Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:06:34.2962012Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:06:34.2962384Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:06:34.2962769Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:06:34.2963126Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:06:34.2963482Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:06:34.2963837Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:06:34.2964200Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:06:34.2964565Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:06:34.2964929Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:06:34.2965283Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:06:34.2965653Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:06:34.2966075Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:06:34.2966508Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:06:34.2967101Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:06:34.2967466Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:06:34.2967843Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:06:34.2968263Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:06:34.2968658Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:06:34.2969018Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:06:34.2969379Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:06:34.2969735Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:06:34.2970073Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:06:34.2970419Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:06:34.2970970Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:06:34.2971355Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:06:34.2971709Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:06:34.2972048Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:06:34.2972381Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:06:34.2972759Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:06:34.2973184Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:06:34.2973578Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:06:34.2973974Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:06:34.2974366Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:06:34.2974782Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:06:34.2975283Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:06:34.2975896Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:06:34.2976516Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:06:34.2977204Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:06:34.2977813Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:06:34.2978266Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:06:34.2978787Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:06:34.2979410Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:06:34.2979968Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:06:34.2980456Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:06:34.2980895Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:06:34.2981263Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:06:34.2981636Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:06:34.2982004Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:06:34.2982379Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:06:34.2982767Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:06:34.2983151Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:06:34.2983540Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:06:34.2983920Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:06:34.2984303Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:06:34.2984678Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:06:34.2985051Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:06:34.2985425Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:06:34.2985820Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:06:34.2986212Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:06:34.2986732Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:06:34.2987155Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:06:34.2987690Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:06:34.2988085Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:06:34.2988490Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:06:34.2988894Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:06:34.2989327Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:06:34.2989757Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:06:34.2990119Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:06:34.2990485Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:06:34.2990864Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:06:34.2991227Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:06:34.2991616Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:06:34.2992003Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:06:34.2992384Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:06:34.2992762Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:06:34.2993120Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:06:34.2993483Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:06:34.2994161Z 	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:06:34.2994872Z 	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:06:34.2995554Z 	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:06:34.2996217Z 	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:06:34.2996835Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:06:34.2997219Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:06:34.2997622Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:06:34.2998021Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:06:34.2998401Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:06:34.2998773Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:06:34.2999135Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:06:34.2999509Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:06:34.2999887Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:06:34.3000260Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:06:34.3000635Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:06:34.3001014Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:06:34.3001414Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:06:34.3001807Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:06:34.3002204Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:06:34.3002589Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:06:34.3002963Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:06:34.3003346Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:06:34.3003924Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:06:34.3004329Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:06:34.3004723Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:06:34.3005110Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:06:34.3005528Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:06:34.3005956Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:06:34.3006358Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:06:34.3006914Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:06:34.3007369Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:06:34.3007776Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:06:34.3008141Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:06:34.3008520Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:06:34.3008914Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:06:34.3009319Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:06:34.3009717Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:06:34.3010093Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:06:34.3010675Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:06:34.3011142Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:06:34.3011609Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:06:34.3012003Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:06:34.3012404Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:06:34.3012850Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:06:34.3013294Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:06:34.3013763Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:06:34.3014245Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:06:34.3014689Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:06:34.3015124Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:06:34.3015519Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:06:34.3015967Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:06:34.3016382Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:06:34.3016879Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:06:34.3017254Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:06:34.3017657Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:06:34.3018052Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:06:34.3018451Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:06:34.3018874Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:06:34.3019258Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:06:34.3019633Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:06:34.3020180Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:06:34.3020546Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:06:34.3020931Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:06:34.3021346Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:06:34.3021736Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:06:34.3022179Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:06:34.3022630Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:06:34.3023026Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:06:34.3023459Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:06:34.3023877Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:06:34.3024285Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:06:34.3024688Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:06:34.3025041Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:06:34.3025401Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:06:34.3025790Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:06:34.3026181Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:06:34.3026791Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:06:34.3027148Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:06:34.3027489Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:06:34.3027837Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:06:34.3028325Z 	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:06:34.3028862Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:06:34.3029241Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:06:34.3029619Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:06:34.3030010Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:06:34.3030414Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:06:34.3030825Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:06:34.3031225Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:06:34.3031638Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:06:34.3032052Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:06:34.3032427Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:06:34.3032792Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:06:34.3033151Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:06:34.3033524Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:06:34.3033943Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:06:34.3034371Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:06:34.3034775Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:06:34.3035196Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:06:34.3035632Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:06:34.3036028Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:06:34.3036708Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:06:34.3037081Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:06:34.3037424Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:06:34.3037790Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:06:34.3038160Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:06:34.3038535Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:06:34.3038937Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:06:34.3039348Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:06:34.3039804Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:06:34.3040237Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:06:34.3040613Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:06:34.3040998Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:06:34.3041381Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:06:34.3041763Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:06:34.3042145Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:06:34.3042517Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:06:34.3043116Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:06:34.3043603Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:06:34.3044024Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:06:34.3044394Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:06:34.3044770Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:06:34.3045169Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:06:34.3045559Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:06:34.3045931Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:06:34.3046328Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:06:34.3046856Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:06:34.3047212Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:06:34.3047564Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:06:34.3047961Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:06:34.3048379Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:06:34.3048764Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:06:34.3049145Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:06:34.3050368Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:06:34.3050833Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:06:34.3051259Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:06:34.3051649Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:06:34.3052169Z 	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:06:34.3052672Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:06:34.3053060Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:06:34.3053732Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:06:34.3054161Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:06:34.3054679Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:06:34.3055256Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:06:34.3055862Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:06:34.3056513Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:06:34.3057295Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:06:34.3057923Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:06:34.3058549Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:06:34.3059131Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:06:34.3059610Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:06:34.3060046Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:06:34.3060477Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:06:34.3060903Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:06:34.3061535Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:06:34.3061965Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:06:34.3062342Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:06:34.3062712Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:06:34.3063084Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:06:34.3063461Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:06:34.3063864Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:06:34.3064273Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:06:34.3064633Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:06:34.3065017Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:06:34.3065479Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:06:34.3065967Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:06:34.3066450Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:06:34.3067067Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:06:34.3067523Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:06:34.3067941Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:06:34.3068353Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:06:34.3068765Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:06:34.3069193Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:06:34.3069622Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:06:34.3070009Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:06:34.3070389Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:06:34.3070762Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:06:34.3071332Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:06:34.3071773Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:06:34.3072210Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:06:34.3072611Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:06:34.3073019Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:06:34.3073446Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:06:34.3073893Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:06:34.3074334Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:06:34.3074765Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:06:34.3075159Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:06:34.3075528Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:06:34.3075906Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:06:34.3076272Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:06:34.3076766Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:06:34.3077183Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:06:34.3077731Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:06:34.3078154Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:06:34.3078623Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:06:34.3079075Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:06:34.3079469Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:06:34.3079817Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:06:34.3080186Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:06:34.3080575Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:06:34.3080956Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:06:34.3081342Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:06:34.3081772Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:06:34.3082215Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:06:34.3082625Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:06:34.3083010Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:06:34.3083411Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:06:34.3083951Z 	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:06:34.3084528Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:06:34.3084980Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:06:34.3085421Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:06:34.3085849Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:06:34.3086244Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:06:34.3086759Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:06:34.3087154Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:06:34.3087747Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:06:34.3088154Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:06:34.3088532Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:06:34.3088920Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:06:34.3089320Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:06:34.3089692Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:06:34.3090102Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:06:34.3090560Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:06:34.3090981Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:06:34.3091350Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:06:34.3091727Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:06:34.3092110Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:06:34.3092484Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:06:34.3092849Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:06:34.3093273Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:06:34.3093715Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:06:34.3094256Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:06:34.3094658Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:06:34.3095053Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:06:34.3095438Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:06:34.3095811Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:06:34.3096193Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:06:34.3096590Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:06:34.3097169Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:06:34.3097618Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:06:34.3098047Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:06:34.3098448Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:06:34.3098854Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:06:34.3099279Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:06:34.3099666Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:06:34.3100022Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:06:34.3100366Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:06:34.3100727Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:06:34.3101098Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:06:34.3101446Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:06:34.3101814Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:06:34.3102206Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:06:34.3102592Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:06:34.3102944Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:06:34.3103290Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:06:34.3103852Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:06:34.3104263Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:06:34.3104636Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:06:34.3104998Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:06:34.3105357Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:06:34.3105737Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:06:34.3106121Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:06:34.3106464Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:06:34.3106950Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:06:34.3107337Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:06:34.3107719Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:06:34.3108096Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:06:34.3108471Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:06:34.3108852Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:06:34.3109251Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:06:34.3109667Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:06:34.3110218Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:06:34.3110566Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:06:34.3110912Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:06:34.3111250Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:06:34.3111671Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:06:34.3112172Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:06:34.3112637Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:06:34.3113109Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:06:34.3113609Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:06:34.3114459Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:06:34.3114875Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:06:34.3115266Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:06:34.3115652Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:06:34.3116082Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:06:34.3116465Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:06:34.3116972Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:06:34.3117348Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:06:34.3117738Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:06:34.3118178Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:06:34.3118613Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:06:34.3118985Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:06:34.3119383Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:06:34.3119803Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:06:34.3120398Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:06:34.3120756Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:06:34.3121140Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:06:34.3121586Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:06:34.3122066Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:06:34.3122478Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:06:34.3122895Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:06:34.3123319Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:06:34.3123747Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:06:34.3124091Z 
2025-08-18T22:06:34.3124095Z 
2025-08-18T22:06:34.3124458Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:06:34 PM)
2025-08-18T22:06:34.3124808Z 
2025-08-18T22:06:34.3124812Z 
2025-08-18T22:06:34.3124815Z 
2025-08-18T22:06:34.3124880Z [+] Continue : YES
2025-08-18T22:06:34.3124986Z 
2025-08-18T22:06:34.3125213Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-18T22:06:34.3566570Z 
2025-08-18T22:06:34.3567391Z ==> [+] Started Building at :: Monday, 2025-08-18 (10:06:34 PM) UTC
2025-08-18T22:06:34.3567672Z 
2025-08-18T22:06:34.3583567Z 
2025-08-18T22:06:34.3584002Z [+] Total RECIPES :: 1
2025-08-18T22:06:34.3584140Z 
2025-08-18T22:06:34.3658716Z 
2025-08-18T22:06:34.3659342Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml (1/1)
2025-08-18T22:06:34.3659835Z 
2025-08-18T22:06:34.4126396Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:06:34.4138318Z mode of '/tmp/pkgforge/pjOgKNGkO_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:06:34.4186546Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tinycc/official/musl [Provided]
2025-08-18T22:06:34.4187214Z [+] Setting '.pkg_family' --> tinycc [Provided]
2025-08-18T22:06:34.4200212Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-18T22:06:34.4206332Z [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:06:34.4293917Z [00:00:00.009]➜  
2025-08-18T22:06:34.4294911Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tinycc/static.official.musl.yaml) --> /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR [Monday, 2025-08-18 (10:06:34 PM) UTC]
2025-08-18T22:06:34.4295712Z [00:00:00.009]➜  
2025-08-18T22:06:34.4295897Z [00:00:00.009]➜  
2025-08-18T22:06:34.4296079Z [00:00:00.009]➜  
2025-08-18T22:06:34.4296382Z [00:00:00.009]➜  ###################################################################
2025-08-18T22:06:34.4302624Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0    
2025-08-18T22:06:34.4306161Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:06:34.4308983Z [00:00:00.010]➜  _disabled: false
2025-08-18T22:06:34.4309233Z [00:00:00.010]➜  
2025-08-18T22:06:34.4309449Z [00:00:00.010]➜  pkg: "tinycc"
2025-08-18T22:06:34.4309772Z [00:00:00.010]➜  pkg_id: "github.com.TinyCC.tinycc.musl"
2025-08-18T22:06:34.4310104Z [00:00:00.010]➜  pkg_type: "static"
2025-08-18T22:06:34.4310346Z [00:00:00.010]➜  category:
2025-08-18T22:06:34.4312654Z [00:00:00.010]➜    - "ConsoleOnly"
2025-08-18T22:06:34.4313128Z [00:00:00.010]➜    - "Utility"
2025-08-18T22:06:34.4313438Z [00:00:00.010]➜  description: "Fast Tiny C Compiler"
2025-08-18T22:06:34.4313724Z [00:00:00.010]➜  distro_pkg:
2025-08-18T22:06:34.4313947Z [00:00:00.010]➜    alpine:
2025-08-18T22:06:34.4314457Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:06:34.4314784Z [00:00:00.010]➜    archlinux:
2025-08-18T22:06:34.4315020Z [00:00:00.010]➜      aur:
2025-08-18T22:06:34.4315245Z [00:00:00.010]➜        - "tcc-git"
2025-08-18T22:06:34.4315486Z [00:00:00.010]➜      extra:
2025-08-18T22:06:34.4315705Z [00:00:00.010]➜        - "tcc"
2025-08-18T22:06:34.4315928Z [00:00:00.010]➜    debian:
2025-08-18T22:06:34.4316149Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:06:34.4316370Z [00:00:00.010]➜    gnuguix:
2025-08-18T22:06:34.4316587Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:06:34.4317051Z [00:00:00.010]➜    homebrew:
2025-08-18T22:06:34.4317282Z [00:00:00.010]➜      - "tcc"
2025-08-18T22:06:34.4317502Z [00:00:00.010]➜    nixpkgs:
2025-08-18T22:06:34.4317724Z [00:00:00.010]➜      - "tinycc"
2025-08-18T22:06:34.4317951Z [00:00:00.010]➜  homepage:
2025-08-18T22:06:34.4318219Z [00:00:00.010]➜    - "https://bellard.org/tcc/"
2025-08-18T22:06:34.4318553Z [00:00:00.010]➜    - "https://github.com/TinyCC/tinycc"
2025-08-18T22:06:34.4318849Z [00:00:00.010]➜  license:
2025-08-18T22:06:34.4319076Z [00:00:00.010]➜    - id: "LGPL-2.1"
2025-08-18T22:06:34.4319617Z [00:00:00.010]➜      url: "https://github.com/TinyCC/tinycc/raw/6ec4a106524ab6a6e3a4178774fd1e884d3fcce2/COPYING"
2025-08-18T22:06:34.4320064Z [00:00:00.010]➜  maintainer:
2025-08-18T22:06:34.4320369Z [00:00:00.010]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:06:34.4320672Z [00:00:00.010]➜  note:
2025-08-18T22:06:34.4320946Z [00:00:00.010]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-18T22:06:34.4321778Z [00:00:00.010]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/TinyCC/tinycc"
2025-08-18T22:06:34.4322186Z [00:00:00.010]➜  provides:
2025-08-18T22:06:34.4322422Z [00:00:00.010]➜    - "tcc==tinycc"  
2025-08-18T22:06:34.4322713Z [00:00:00.010]➜  repology:
2025-08-18T22:06:34.4322937Z [00:00:00.010]➜    - "tinycc"
2025-08-18T22:06:34.4323158Z [00:00:00.010]➜  src_url:
2025-08-18T22:06:34.4323441Z [00:00:00.010]➜    - "https://github.com/TinyCC/tinycc"
2025-08-18T22:06:34.4323783Z [00:00:00.010]➜    - "https://repo.or.cz/tinycc.git"
2025-08-18T22:06:34.4324053Z [00:00:00.010]➜  tag:
2025-08-18T22:06:34.4324264Z [00:00:00.010]➜    - "compiler"
2025-08-18T22:06:34.4324487Z [00:00:00.010]➜  x_exec:
2025-08-18T22:06:34.4324694Z [00:00:00.010]➜    host:
2025-08-18T22:06:34.4324927Z [00:00:00.010]➜      - "aarch64-Linux"
2025-08-18T22:06:34.4325184Z [00:00:00.010]➜      - "x86_64-Linux"
2025-08-18T22:06:34.4325436Z [00:00:00.010]➜    shell: "bash"
2025-08-18T22:06:34.4325684Z [00:00:00.010]➜    pkgver: |
2025-08-18T22:06:34.4325959Z [00:00:00.010]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-18T22:06:34.4326900Z [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:06:34.4327820Z [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:06:34.4328456Z [00:00:00.010]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-18T22:06:34.4328829Z [00:00:00.010]➜    run: |
2025-08-18T22:06:34.4329041Z [00:00:00.010]➜      #Build
2025-08-18T22:06:34.4329534Z [00:00:00.010]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-18T22:06:34.4330169Z [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:06:34.4330739Z [00:00:00.010]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-18T22:06:34.4331197Z [00:00:00.010]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-18T22:06:34.4331630Z [00:00:00.010]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:$(uname -m)" \
2025-08-18T22:06:34.4331978Z [00:00:00.010]➜        bash -l -c '
2025-08-18T22:06:34.4332488Z [00:00:00.010]➜        #Setup ENV
2025-08-18T22:06:34.4332925Z [00:00:00.010]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:06:34.4333273Z [00:00:00.010]➜        #Build
2025-08-18T22:06:34.4333788Z [00:00:00.010]➜         git clone --filter "blob:none" --depth="1" --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-18T22:06:34.4334469Z [00:00:00.010]➜         export CFLAGS="-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error"
2025-08-18T22:06:34.4334923Z [00:00:00.010]➜         export CPPFLAGS="${CFLAGS}"
2025-08-18T22:06:34.4335231Z [00:00:00.010]➜         export CXXFLAGS="${CFLAGS}"
2025-08-18T22:06:34.4335536Z [00:00:00.010]➜         export LD="$(which mold)"
2025-08-18T22:06:34.4336238Z [00:00:00.010]➜         export LDFLAGS="-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack"
2025-08-18T22:06:34.4337366Z [00:00:00.010]➜         "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-18T22:06:34.4337928Z [00:00:00.010]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-18T22:06:34.4338842Z [00:00:00.010]➜         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:06:34.4339817Z [00:00:00.010]➜        #Copy
2025-08-18T22:06:34.4340469Z [00:00:00.010]➜         #cp "./tcc" "/build-bins/tcc"
2025-08-18T22:06:34.4341356Z [00:00:00.010]➜         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:06:34.4342505Z [00:00:00.010]➜         ( 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:06:34.4343070Z [00:00:00.010]➜        #strip & info 
2025-08-18T22:06:34.4343570Z [00:00:00.010]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:06:34.4344246Z [00:00:00.010]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:06:34.4344926Z [00:00:00.010]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:06:34.4345523Z [00:00:00.010]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:06:34.4346075Z [00:00:00.010]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:06:34.4346497Z [00:00:00.010]➜         popd &>/dev/null
2025-08-18T22:06:34.4346941Z [00:00:00.010]➜        '
2025-08-18T22:06:34.4347169Z [00:00:00.010]➜      #Copy & Meta
2025-08-18T22:06:34.4347524Z [00:00:00.010]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-18T22:06:34.4348070Z [00:00:00.010]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-18T22:06:34.4349136Z [00:00:00.010]➜       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:06:34.4349915Z [00:00:00.010]➜  
2025-08-18T22:06:34.4350185Z [00:00:00.010]➜  ###################################################################
2025-08-18T22:06:34.4350461Z [00:00:00.010]➜  
2025-08-18T22:06:34.4350646Z [00:00:00.010]➜  
2025-08-18T22:06:34.4350824Z [00:00:00.010]➜  
2025-08-18T22:06:34.4351537Z [00:00:00.011]➜  '/tmp/pkgforge/pjOgKNGkO_build.yaml' -> '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-18T22:06:35.7286578Z [00:00:01.308]➜  '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.static.version' -> '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.version'
2025-08-18T22:06:35.7350689Z [00:00:01.314]➜  [+] Version: HEAD-80e7040-250818T222805 ('.x_exec.pkgver') [/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.static.version]
2025-08-18T22:06:35.7537665Z [00:00:01.333]➜  [+] Progs: tcc tinycc
2025-08-18T22:06:36.4211754Z [00:00:02.001]➜  
2025-08-18T22:06:36.4212111Z [00:00:02.001]➜  [-] Missing packages. Found: 
2025-08-18T22:06:36.4212423Z [00:00:02.001]➜  [+] Expected: tcc tinycc
2025-08-18T22:06:36.4212713Z [00:00:02.001]➜  [+] Continuing with build...
2025-08-18T22:06:36.4212985Z [00:00:02.001]➜  
2025-08-18T22:06:37.8687793Z [00:00:03.448]➜  
2025-08-18T22:06:37.8688091Z [00:00:03.448]➜  
2025-08-18T22:06:37.8764960Z [00:00:03.456]➜  + mkdir -pv /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-18T22:06:37.8781580Z [00:00:03.458]➜  ++ uname -m
2025-08-18T22:06:37.8793834Z [00:00:03.459]➜  + docker run --privileged --net=host --name alpine-builder --pull=always -e PKG=tinycc -e PKG_ID=github.com.TinyCC.tinycc.musl -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/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-18T22:06:37.8795726Z [00:00:03.459]➜    #Setup ENV
2025-08-18T22:06:37.8796090Z [00:00:03.459]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:06:37.8796437Z [00:00:03.459]➜    #Build
2025-08-18T22:06:37.8797190Z [00:00:03.459]➜     git clone --filter "blob:none" --depth="1" --quiet "https://github.com/TinyCC/tinycc" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-18T22:06:37.8797905Z [00:00:03.459]➜     export CFLAGS="-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error"
2025-08-18T22:06:37.8798347Z [00:00:03.459]➜     export CPPFLAGS="${CFLAGS}"
2025-08-18T22:06:37.8798647Z [00:00:03.459]➜     export CXXFLAGS="${CFLAGS}"
2025-08-18T22:06:37.8798941Z [00:00:03.459]➜     export LD="$(which mold)"
2025-08-18T22:06:37.8799632Z [00:00:03.459]➜     export LDFLAGS="-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack"
2025-08-18T22:06:37.8800577Z [00:00:03.459]➜     "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-18T22:06:37.8801147Z [00:00:03.459]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-18T22:06:37.8802081Z [00:00:03.459]➜     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:06:37.8802814Z [00:00:03.459]➜    #Copy
2025-08-18T22:06:37.8803064Z [00:00:03.459]➜     #cp "./tcc" "/build-bins/tcc"
2025-08-18T22:06:37.8803940Z [00:00:03.459]➜     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:06:37.8805076Z [00:00:03.459]➜     ( 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:06:37.8805648Z [00:00:03.459]➜    #strip & info 
2025-08-18T22:06:37.8806145Z [00:00:03.459]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:06:37.8807265Z [00:00:03.459]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:06:37.8808020Z [00:00:03.459]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:06:37.8808605Z [00:00:03.459]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:06:37.8809149Z [00:00:03.459]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:06:37.8809556Z [00:00:03.459]➜     popd &>/dev/null
2025-08-18T22:06:37.8809788Z [00:00:03.459]➜    '
2025-08-18T22:06:38.8201453Z [00:00:04.400]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-18T22:06:38.9250337Z [00:00:04.504]➜  b2e6f696af52: Pulling fs layer
2025-08-18T22:06:38.9250762Z [00:00:04.504]➜  d4a1d5d7b706: Pulling fs layer
2025-08-18T22:06:38.9251073Z [00:00:04.504]➜  528f6872ed5d: Pulling fs layer
2025-08-18T22:06:38.9251370Z [00:00:04.504]➜  c0ae0f48cd04: Pulling fs layer
2025-08-18T22:06:38.9251712Z [00:00:04.504]➜  1be6e3faca7e: Pulling fs layer
2025-08-18T22:06:38.9252013Z [00:00:04.504]➜  1289f0770c38: Pulling fs layer
2025-08-18T22:06:38.9253879Z [00:00:04.505]➜  1be6e3faca7e: Waiting
2025-08-18T22:06:38.9254209Z [00:00:04.505]➜  1289f0770c38: Waiting
2025-08-18T22:06:38.9254752Z [00:00:04.505]➜  c0ae0f48cd04: Waiting
2025-08-18T22:06:39.0154914Z [00:00:04.595]➜  528f6872ed5d: Verifying Checksum
2025-08-18T22:06:39.0155321Z [00:00:04.595]➜  528f6872ed5d: Download complete
2025-08-18T22:06:39.0387564Z [00:00:04.618]➜  b2e6f696af52: Verifying Checksum
2025-08-18T22:06:39.0388539Z [00:00:04.618]➜  b2e6f696af52: Download complete
2025-08-18T22:06:39.0393633Z [00:00:04.619]➜  d4a1d5d7b706: Verifying Checksum
2025-08-18T22:06:39.0393984Z [00:00:04.619]➜  d4a1d5d7b706: Download complete
2025-08-18T22:06:39.1670805Z [00:00:04.746]➜  b2e6f696af52: Pull complete
2025-08-18T22:06:39.3144529Z [00:00:04.894]➜  1be6e3faca7e: Verifying Checksum
2025-08-18T22:06:39.3145193Z [00:00:04.894]➜  1be6e3faca7e: Download complete
2025-08-18T22:06:39.5111047Z [00:00:05.090]➜  1289f0770c38: Download complete
2025-08-18T22:06:44.2234880Z [00:00:09.803]➜  c0ae0f48cd04: Verifying Checksum
2025-08-18T22:06:44.2235297Z [00:00:09.803]➜  c0ae0f48cd04: Download complete
2025-08-18T22:06:57.5145536Z [00:00:23.094]➜  d4a1d5d7b706: Pull complete
2025-08-18T22:07:04.3180198Z [00:00:29.897]➜  528f6872ed5d: Pull complete
2025-08-18T22:08:26.3817258Z [00:01:51.961]➜  c0ae0f48cd04: Pull complete
2025-08-18T22:08:34.1758965Z [00:01:59.755]➜  1be6e3faca7e: Pull complete
2025-08-18T22:08:34.2419120Z [00:01:59.821]➜  1289f0770c38: Pull complete
2025-08-18T22:08:34.2735305Z [00:01:59.853]➜  Digest: sha256:63840bcb220a08a2cec04f73baf13d38d0b6e55d564a31f426615f1d2b358e58
2025-08-18T22:08:34.2807659Z [00:01:59.860]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-18T22:08:35.2531842Z [00:02:00.833]➜  + mkdir -p /build-bins
2025-08-18T22:08:35.2547842Z [00:02:00.834]➜  ++ mktemp -d
2025-08-18T22:08:35.2561804Z [00:02:00.836]➜  + pushd /tmp/tmp.q60MUolS7I
2025-08-18T22:08:35.2562970Z [00:02:00.836]➜  + git clone --filter blob:none --depth=1 --quiet https://github.com/TinyCC/tinycc ./TEMPREPO
2025-08-18T22:08:35.9110015Z [00:02:01.490]➜  + cd ./TEMPREPO
2025-08-18T22:08:35.9110597Z [00:02:01.490]➜  + export 'CFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:08:35.9111883Z [00:02:01.490]➜  + CFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:08:35.9112587Z [00:02:01.490]➜  + export 'CPPFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:08:35.9113232Z [00:02:01.490]➜  + CPPFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:08:35.9113824Z [00:02:01.490]➜  + export 'CXXFLAGS=-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:08:35.9114410Z [00:02:01.490]➜  + CXXFLAGS='-Os -flto=auto -B/usr/libexec/mold -g0 -pipe -static -v -w -Wno-error'
2025-08-18T22:08:35.9116568Z [00:02:01.491]➜  ++ which mold
2025-08-18T22:08:35.9129773Z [00:02:01.492]➜  + export LD=/usr/bin/mold
2025-08-18T22:08:35.9130095Z [00:02:01.492]➜  + LD=/usr/bin/mold
2025-08-18T22:08:35.9130781Z [00:02:01.492]➜  + export 'LDFLAGS=-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack'
2025-08-18T22:08:35.9131787Z [00:02:01.492]➜  + LDFLAGS='-static -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack'
2025-08-18T22:08:35.9134242Z [00:02:01.493]➜  + ./configure --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings=no
2025-08-18T22:08:35.9140001Z [00:02:01.494]➜  configure: WARNING: unrecognized option --disable-shared
2025-08-18T22:08:35.9142334Z [00:02:01.494]➜  configure: WARNING: unrecognized option --disable-Werror
2025-08-18T22:08:35.9142867Z [00:02:01.494]➜  configure: WARNING: unrecognized option --enable-year2038
2025-08-18T22:08:35.9143387Z [00:02:01.494]➜  configure: WARNING: unrecognized option --enable-compile-warnings=no
2025-08-18T22:08:35.9700939Z [00:02:01.550]➜  Binary directory    /usr/local/bin
2025-08-18T22:08:35.9701399Z [00:02:01.550]➜  TinyCC directory    /usr/local/lib/tcc
2025-08-18T22:08:35.9701726Z [00:02:01.550]➜  Library directory   /usr/local/lib
2025-08-18T22:08:35.9702058Z [00:02:01.550]➜  Include directory   /usr/local/include
2025-08-18T22:08:35.9702394Z [00:02:01.550]➜  Manual directory    /usr/local/share/man
2025-08-18T22:08:35.9703212Z [00:02:01.550]➜  Info directory      /usr/local/share/info
2025-08-18T22:08:35.9703560Z [00:02:01.550]➜  Doc directory       /usr/local/share/doc
2025-08-18T22:08:35.9703931Z [00:02:01.550]➜  Source path         /tmp/tmp.q60MUolS7I/TEMPREPO
2025-08-18T22:08:35.9712835Z [00:02:01.551]➜  Build OS            Linux aarch64
2025-08-18T22:08:35.9713186Z [00:02:01.551]➜  C compiler          gcc (15.2)
2025-08-18T22:08:35.9713482Z [00:02:01.551]➜  Target OS           Linux
2025-08-18T22:08:35.9713781Z [00:02:01.551]➜  CPU                 arm64
2025-08-18T22:08:35.9714055Z [00:02:01.551]➜  Config              static
2025-08-18T22:08:35.9714343Z [00:02:01.551]➜  Creating config.mak and config.h
2025-08-18T22:08:35.9801574Z [00:02:01.560]➜  ++ nproc
2025-08-18T22:08:35.9814555Z [00:02:01.561]➜  + make --jobs=5 --keep-going
2025-08-18T22:08:36.0051792Z [00:02:01.584]➜  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:08:36.0054971Z [00:02:01.585]➜  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:08:36.0063509Z [00:02:01.586]➜  Using built-in specs.
2025-08-18T22:08:36.0065417Z [00:02:01.586]➜  Using built-in specs.
2025-08-18T22:08:36.0065827Z [00:02:01.586]➜  gcc -DC2STR conftest.c -o c2str.exe
2025-08-18T22:08:36.0067447Z [00:02:01.586]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.0067751Z [00:02:01.586]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.0068040Z [00:02:01.586]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.0089096Z [00:02:01.586]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.0092112Z [00:02:01.586]➜  Thread model: posix
2025-08-18T22:08:36.0092439Z [00:02:01.586]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.0092780Z [00:02:01.586]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.0093103Z [00:02:01.586]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.0096793Z [00:02:01.586]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.0099622Z [00:02:01.586]➜  Thread model: posix
2025-08-18T22:08:36.0099941Z [00:02:01.586]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.0100287Z [00:02:01.586]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.0101561Z [00:02:01.586]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.0104548Z [00:02:01.586]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . -D ONE_SOURCE=0 -D TCC_GITHASH="2025-08-18 mob@80e7040" tcc.c -quiet -dumpbase tcc.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.0107297Z [00:02:01.586]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tcc.o
2025-08-18T22:08:36.0107917Z [00:02:01.586]➜  
2025-08-18T22:08:36.0109339Z [00:02:01.587]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . -D ONE_SOURCE=0 libtcc.c -quiet -dumpbase libtcc.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.0110800Z [00:02:01.587]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o libtcc.o
2025-08-18T22:08:36.0112024Z [00:02:01.587]➜  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:08:36.0112813Z [00:02:01.588]➜  Using built-in specs.
2025-08-18T22:08:36.0113075Z [00:02:01.589]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.0113355Z [00:02:01.589]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.0116758Z [00:02:01.590]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.0119753Z [00:02:01.590]➜  Thread model: posix
2025-08-18T22:08:36.0120071Z [00:02:01.590]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.0120412Z [00:02:01.590]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.0121505Z [00:02:01.590]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.0123277Z [00:02:01.590]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . tccgen.c -quiet -dumpbase tccgen.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.0124654Z [00:02:01.590]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tccgen.o
2025-08-18T22:08:36.0125869Z [00:02:01.590]➜  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:08:36.0127383Z [00:02:01.590]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.0128029Z [00:02:01.591]➜  	compiled by GNU C version 
2025-08-18T22:08:36.0136367Z [00:02:01.593]➜  15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.0137621Z [00:02:01.593]➜  
2025-08-18T22:08:36.0138236Z [00:02:01.593]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.0138802Z [00:02:01.593]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.0139789Z [00:02:01.593]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.0140458Z [00:02:01.593]➜  #include "..." search starts here:
2025-08-18T22:08:36.0140775Z [00:02:01.593]➜  #include <...> search starts here:
2025-08-18T22:08:36.0141037Z [00:02:01.593]➜   .
2025-08-18T22:08:36.0141253Z [00:02:01.593]➜   /usr/include/fortify
2025-08-18T22:08:36.0141503Z [00:02:01.593]➜   /usr/include
2025-08-18T22:08:36.0141826Z [00:02:01.593]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.0142159Z [00:02:01.593]➜  End of search list.
2025-08-18T22:08:36.0142447Z [00:02:01.593]➜  Using built-in specs.
2025-08-18T22:08:36.0147035Z [00:02:01.594]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.0151187Z [00:02:01.595]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.0160009Z [00:02:01.595]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.0174374Z [00:02:01.595]➜  Thread model: posix
2025-08-18T22:08:36.0174786Z [00:02:01.595]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.0175186Z [00:02:01.595]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.0175715Z [00:02:01.596]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.0177153Z [00:02:01.596]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.0178253Z [00:02:01.596]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.0178727Z [00:02:01.596]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.0179352Z [00:02:01.597]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.0179810Z [00:02:01.597]➜  
2025-08-18T22:08:36.0216321Z [00:02:01.601]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . tccdbg.c -quiet -dumpbase tccdbg.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.0217939Z [00:02:01.601]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tccdbg.o
2025-08-18T22:08:36.0218740Z [00:02:01.601]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.0219339Z [00:02:01.601]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.0219823Z [00:02:01.601]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.0220487Z [00:02:01.601]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.0221066Z [00:02:01.601]➜  #include "..." search starts here:
2025-08-18T22:08:36.0221378Z [00:02:01.601]➜  #include <...> search starts here:
2025-08-18T22:08:36.0221978Z [00:02:01.601]➜   .
2025-08-18T22:08:36.0222258Z [00:02:01.601]➜   /usr/include/fortify
2025-08-18T22:08:36.0222513Z [00:02:01.601]➜   /usr/include
2025-08-18T22:08:36.0222835Z [00:02:01.601]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.0223161Z [00:02:01.601]➜  End of search list.
2025-08-18T22:08:36.0223528Z [00:02:01.601]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.0224135Z [00:02:01.601]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.0224586Z [00:02:01.601]➜  
2025-08-18T22:08:36.0224948Z [00:02:01.601]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.0225407Z [00:02:01.601]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.0226071Z [00:02:01.601]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.0226802Z [00:02:01.601]➜  #include "..." search starts here:
2025-08-18T22:08:36.0227179Z [00:02:01.601]➜  #include <...> search starts here:
2025-08-18T22:08:36.0227436Z [00:02:01.601]➜   .
2025-08-18T22:08:36.0227650Z [00:02:01.601]➜   /usr/include/fortify
2025-08-18T22:08:36.0227896Z [00:02:01.601]➜   /usr/include
2025-08-18T22:08:36.0228218Z [00:02:01.601]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.0228546Z [00:02:01.601]➜  End of search list.
2025-08-18T22:08:36.0235443Z [00:02:01.603]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.0244795Z [00:02:01.604]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.0249090Z [00:02:01.604]➜  
2025-08-18T22:08:36.0251609Z [00:02:01.604]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.0252253Z [00:02:01.604]➜  
2025-08-18T22:08:36.0252542Z [00:02:01.604]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.0253207Z [00:02:01.604]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.0253786Z [00:02:01.604]➜  #include "..." search starts here:
2025-08-18T22:08:36.0254103Z [00:02:01.604]➜  #include <...> search starts here:
2025-08-18T22:08:36.0254367Z [00:02:01.604]➜   .
2025-08-18T22:08:36.0254598Z [00:02:01.604]➜   /usr/include/fortify
2025-08-18T22:08:36.0254846Z [00:02:01.604]➜   /usr/include
2025-08-18T22:08:36.0255178Z [00:02:01.604]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.0255508Z [00:02:01.605]➜  End of search list.
2025-08-18T22:08:36.0306259Z [00:02:01.610]➜  Compiler executable checksum: Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.0321616Z [00:02:01.611]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.0340029Z [00:02:01.613]➜  388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.0489092Z [00:02:01.628]➜  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:08:36.0493819Z [00:02:01.629]➜  Using built-in specs.
2025-08-18T22:08:36.0498506Z [00:02:01.629]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.0501054Z [00:02:01.629]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.0510766Z [00:02:01.629]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.0514403Z [00:02:01.630]➜  Thread model: posix
2025-08-18T22:08:36.0514751Z [00:02:01.630]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.0515093Z [00:02:01.630]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.0516215Z [00:02:01.630]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.0518221Z [00:02:01.631]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . tccelf.c -quiet -dumpbase tccelf.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.0519597Z [00:02:01.631]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tccelf.o
2025-08-18T22:08:36.0600541Z [00:02:01.637]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.0610046Z [00:02:01.637]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.0610525Z [00:02:01.637]➜  
2025-08-18T22:08:36.0610936Z [00:02:01.637]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.0611416Z [00:02:01.637]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.0612087Z [00:02:01.637]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.0612665Z [00:02:01.639]➜  #include "..." search starts here:
2025-08-18T22:08:36.0613017Z [00:02:01.640]➜  #include <...> search starts here:
2025-08-18T22:08:36.0613283Z [00:02:01.640]➜   .
2025-08-18T22:08:36.0613500Z [00:02:01.640]➜   /usr/include/fortify
2025-08-18T22:08:36.0613765Z [00:02:01.640]➜   /usr/include
2025-08-18T22:08:36.0614089Z [00:02:01.640]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.0614421Z [00:02:01.640]➜  End of search list.
2025-08-18T22:08:36.0614891Z [00:02:01.640]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.0672129Z [00:02:01.647]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.1324652Z [00:02:01.711]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.1327966Z [00:02:01.711]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.1337047Z [00:02:01.711]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tcc.'
2025-08-18T22:08:36.1338870Z [00:02:01.712]➜  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:08:36.1339706Z [00:02:01.713]➜  Using built-in specs.
2025-08-18T22:08:36.1352739Z [00:02:01.715]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.1353570Z [00:02:01.715]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.1362222Z [00:02:01.715]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.1365468Z [00:02:01.715]➜  Thread model: posix
2025-08-18T22:08:36.1365794Z [00:02:01.715]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.1366137Z [00:02:01.715]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.1367488Z [00:02:01.715]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.1369323Z [00:02:01.715]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . tccasm.c -quiet -dumpbase tccasm.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.1370698Z [00:02:01.715]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tccasm.o
2025-08-18T22:08:36.1445800Z [00:02:01.724]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.1446875Z [00:02:01.724]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.1447513Z [00:02:01.724]➜  
2025-08-18T22:08:36.1447912Z [00:02:01.724]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.1449103Z [00:02:01.724]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.1451093Z [00:02:01.724]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.1457696Z [00:02:01.724]➜  #include "..." search starts here:
2025-08-18T22:08:36.1458623Z [00:02:01.724]➜  #include <...> search starts here:
2025-08-18T22:08:36.1458923Z [00:02:01.724]➜   .
2025-08-18T22:08:36.1459148Z [00:02:01.724]➜   /usr/include/fortify
2025-08-18T22:08:36.1459400Z [00:02:01.724]➜   /usr/include
2025-08-18T22:08:36.1460138Z [00:02:01.724]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.1460537Z [00:02:01.724]➜  End of search list.
2025-08-18T22:08:36.1460771Z [00:02:01.724]➜  
2025-08-18T22:08:36.1550018Z [00:02:01.734]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.2449541Z [00:02:01.824]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.2452509Z [00:02:01.824]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.2454934Z [00:02:01.824]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'libtcc.'
2025-08-18T22:08:36.2457160Z [00:02:01.824]➜  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:08:36.2466990Z [00:02:01.826]➜  Using built-in specs.
2025-08-18T22:08:36.2480432Z [00:02:01.826]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.2480907Z [00:02:01.826]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.2484236Z [00:02:01.826]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.2487197Z [00:02:01.827]➜  Thread model: posix
2025-08-18T22:08:36.2487529Z [00:02:01.827]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.2487869Z [00:02:01.827]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.2488974Z [00:02:01.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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.2519548Z [00:02:01.830]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . tccrun.c -quiet -dumpbase tccrun.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.2521183Z [00:02:01.830]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tccrun.o
2025-08-18T22:08:36.2547376Z [00:02:01.834]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.2548106Z [00:02:01.834]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.2548745Z [00:02:01.834]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.2549189Z [00:02:01.834]➜  
2025-08-18T22:08:36.2549560Z [00:02:01.834]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.2550044Z [00:02:01.834]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.2550713Z [00:02:01.834]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.2551291Z [00:02:01.834]➜  #include "..." search starts here:
2025-08-18T22:08:36.2551604Z [00:02:01.834]➜  #include <...> search starts here:
2025-08-18T22:08:36.2551874Z [00:02:01.834]➜   .
2025-08-18T22:08:36.2552090Z [00:02:01.834]➜   /usr/include/fortify
2025-08-18T22:08:36.2552338Z [00:02:01.834]➜   /usr/include
2025-08-18T22:08:36.2552666Z [00:02:01.834]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.2552996Z [00:02:01.834]➜  End of search list.
2025-08-18T22:08:36.2653888Z [00:02:01.845]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.3122594Z [00:02:01.891]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.3136390Z [00:02:01.891]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.3138996Z [00:02:01.891]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccdbg.'
2025-08-18T22:08:36.3140655Z [00:02:01.891]➜  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:08:36.3141515Z [00:02:01.892]➜  Using built-in specs.
2025-08-18T22:08:36.3141783Z [00:02:01.893]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.3142069Z [00:02:01.893]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.3145764Z [00:02:01.893]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.3159457Z [00:02:01.893]➜  Thread model: posix
2025-08-18T22:08:36.3159813Z [00:02:01.893]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.3160167Z [00:02:01.893]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.3161293Z [00:02:01.893]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.3165890Z [00:02:01.896]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . arm64-gen.c -quiet -dumpbase arm64-gen.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.3167698Z [00:02:01.896]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o arm64-gen.o
2025-08-18T22:08:36.3178668Z [00:02:01.897]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.3179322Z [00:02:01.897]➜  	compiled by GNU C version 
2025-08-18T22:08:36.3187105Z [00:02:01.898]➜  15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.3188858Z [00:02:01.898]➜  
2025-08-18T22:08:36.3190094Z [00:02:01.898]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.3190591Z [00:02:01.898]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.3191266Z [00:02:01.898]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.3191870Z [00:02:01.898]➜  #include "..." search starts here:
2025-08-18T22:08:36.3211079Z [00:02:01.900]➜  #include <...> search starts here:
2025-08-18T22:08:36.3212005Z [00:02:01.901]➜   .
2025-08-18T22:08:36.3212683Z [00:02:01.901]➜   /usr/include/fortify
2025-08-18T22:08:36.3213352Z [00:02:01.901]➜   /usr/include
2025-08-18T22:08:36.3213756Z [00:02:01.901]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.3214101Z [00:02:01.901]➜  End of search list.
2025-08-18T22:08:36.3238821Z [00:02:01.903]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.3914510Z [00:02:01.969]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/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:08:36.3916854Z [00:02:01.970]➜  
2025-08-18T22:08:36.3918525Z [00:02:01.970]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.3921231Z [00:02:01.970]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccasm.'
2025-08-18T22:08:36.3922274Z [00:02:01.970]➜  Using built-in specs.
2025-08-18T22:08:36.3922540Z [00:02:01.970]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.3922819Z [00:02:01.970]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.3926139Z [00:02:01.970]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.3934195Z [00:02:01.970]➜  Thread model: posix
2025-08-18T22:08:36.3934533Z [00:02:01.970]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.3934877Z [00:02:01.970]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.3936036Z [00:02:01.970]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.3938336Z [00:02:01.972]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . arm64-link.c -quiet -dumpbase arm64-link.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.3939756Z [00:02:01.973]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o arm64-link.o
2025-08-18T22:08:36.3961531Z [00:02:01.975]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.3977248Z [00:02:01.977]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.3982700Z [00:02:01.977]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.3983169Z [00:02:01.977]➜  
2025-08-18T22:08:36.3990356Z [00:02:01.978]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.3994580Z [00:02:01.979]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.3999044Z [00:02:01.979]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccelf.'
2025-08-18T22:08:36.4000247Z [00:02:01.979]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.4000722Z [00:02:01.979]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.4001386Z [00:02:01.979]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.4001957Z [00:02:01.979]➜  #include "..." search starts here:
2025-08-18T22:08:36.4002280Z [00:02:01.979]➜  #include <...> search starts here:
2025-08-18T22:08:36.4002539Z [00:02:01.979]➜   .
2025-08-18T22:08:36.4002753Z [00:02:01.979]➜   /usr/include/fortify
2025-08-18T22:08:36.4003010Z [00:02:01.979]➜   /usr/include
2025-08-18T22:08:36.4003334Z [00:02:01.979]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.4003662Z [00:02:01.979]➜  End of search list.
2025-08-18T22:08:36.4004598Z [00:02:01.979]➜  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:08:36.4005409Z [00:02:01.979]➜  Using built-in specs.
2025-08-18T22:08:36.4033369Z [00:02:01.982]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.4033697Z [00:02:01.982]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.4037252Z [00:02:01.982]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.4040424Z [00:02:01.982]➜  Thread model: posix
2025-08-18T22:08:36.4040744Z [00:02:01.982]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.4041082Z [00:02:01.982]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.4042206Z [00:02:01.982]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.4044026Z [00:02:01.983]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . arm64-asm.c -quiet -dumpbase arm64-asm.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.4045466Z [00:02:01.983]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o arm64-asm.o
2025-08-18T22:08:36.4068281Z [00:02:01.986]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.4069742Z [00:02:01.987]➜  	compiled by GNU C version 15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.4071633Z [00:02:01.987]➜  
2025-08-18T22:08:36.4072030Z [00:02:01.987]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.4078516Z [00:02:01.987]➜  GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.4080087Z [00:02:01.988]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.4109956Z [00:02:01.991]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.4111865Z [00:02:01.991]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.4113452Z [00:02:01.991]➜  #include "..." search starts here:
2025-08-18T22:08:36.4113856Z [00:02:01.991]➜  #include <...> search starts here:
2025-08-18T22:08:36.4114122Z [00:02:01.991]➜   .
2025-08-18T22:08:36.4114371Z [00:02:01.991]➜   /usr/include/fortify
2025-08-18T22:08:36.4114631Z [00:02:01.991]➜   /usr/include
2025-08-18T22:08:36.4114961Z [00:02:01.991]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.4115295Z [00:02:01.991]➜  End of search list.
2025-08-18T22:08:36.4200164Z [00:02:02.000]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.4748740Z [00:02:02.054]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.4751598Z [00:02:02.054]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.4754358Z [00:02:02.054]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccrun.'
2025-08-18T22:08:36.4758658Z [00:02:02.055]➜  perl ./texi2pod.pl tcc-doc.texi tcc-doc.pod
2025-08-18T22:08:36.4865766Z [00:02:02.066]➜  makeinfo --no-split --html --number-sections -o tcc-doc.html tcc-doc.texi
2025-08-18T22:08:36.5367089Z [00:02:02.116]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.5370042Z [00:02:02.116]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.5372654Z [00:02:02.116]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'arm64-link.'
2025-08-18T22:08:36.5373805Z [00:02:02.117]➜  makeinfo tcc-doc.texi || true
2025-08-18T22:08:36.5486483Z [00:02:02.128]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.5489532Z [00:02:02.128]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.5491896Z [00:02:02.128]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'arm64-asm.'
2025-08-18T22:08:36.5499218Z [00:02:02.129]➜  ./c2str.exe include/tccdefs.h tccdefs_.h
2025-08-18T22:08:36.5566860Z [00:02:02.136]➜  pod2man --section=1 --center="Tiny C Compiler" --release="0.9.28rc" tcc-doc.pod >tcc.1
2025-08-18T22:08:36.5729336Z [00:02:02.152]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.5733608Z [00:02:02.153]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.5745235Z [00:02:02.153]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'arm64-gen.'
2025-08-18T22:08:36.5747379Z [00:02:02.153]➜  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:08:36.5748257Z [00:02:02.154]➜  Using built-in specs.
2025-08-18T22:08:36.5752574Z [00:02:02.155]➜  COLLECT_GCC=gcc
2025-08-18T22:08:36.5753324Z [00:02:02.155]➜  Target: aarch64-alpine-linux-musl
2025-08-18T22:08:36.5769465Z [00:02:02.155]➜  Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=aarch64-alpine-linux-musl --host=aarch64-alpine-linux-musl --target=aarch64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --with-arch=armv8-a --with-abi=lp64 --disable-libquadmath --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
2025-08-18T22:08:36.5772425Z [00:02:02.155]➜  Thread model: posix
2025-08-18T22:08:36.5773052Z [00:02:02.155]➜  Supported LTO compression algorithms: zlib
2025-08-18T22:08:36.5773465Z [00:02:02.155]➜  gcc version 15.2.0 (Alpine 15.2.0) 
2025-08-18T22:08:36.5774561Z [00:02:02.156]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64'
2025-08-18T22:08:36.5776335Z [00:02:02.156]➜   /usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/cc1 -quiet -v -v -I . tccpp.c -quiet -dumpbase tccpp.c -dumpbase-ext .c -march=armv8-a -mlittle-endian -mabi=lp64 -g0 -g0 -Os -Os -Wdeclaration-after-statement -Wno-unused-result -Wno-error -w -w -version -flto=auto -flto=auto -o - |
2025-08-18T22:08:36.5779189Z [00:02:02.157]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/as -v -v -W -I . -EL -march=armv8-a -mabi=lp64 -o tccpp.o
2025-08-18T22:08:36.5810276Z [00:02:02.160]➜  GNU C23 (Alpine 15.2.0) version 15.2.0 (aarch64-alpine-linux-musl)
2025-08-18T22:08:36.5821079Z [00:02:02.161]➜  	compiled by GNU C version GNU assembler version 2.45 (aarch64-alpine-linux-musl) using BFD version (GNU Binutils) 2.45
2025-08-18T22:08:36.5831810Z [00:02:02.162]➜  15.2.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.26-GMP
2025-08-18T22:08:36.5832220Z [00:02:02.162]➜  
2025-08-18T22:08:36.5839890Z [00:02:02.163]➜  GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
2025-08-18T22:08:36.5841508Z [00:02:02.164]➜  ignoring nonexistent directory "/usr/local/include"
2025-08-18T22:08:36.5842401Z [00:02:02.164]➜  ignoring nonexistent directory "/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/include"
2025-08-18T22:08:36.5843177Z [00:02:02.164]➜  #include "..." search starts here:
2025-08-18T22:08:36.5846007Z [00:02:02.164]➜  #include <...> search starts here:
2025-08-18T22:08:36.5846293Z [00:02:02.164]➜   .
2025-08-18T22:08:36.5846510Z [00:02:02.164]➜   /usr/include/fortify
2025-08-18T22:08:36.5846978Z [00:02:02.164]➜   /usr/include
2025-08-18T22:08:36.5847342Z [00:02:02.164]➜   /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/include
2025-08-18T22:08:36.5847673Z [00:02:02.164]➜  End of search list.
2025-08-18T22:08:36.5887614Z [00:02:02.168]➜  Compiler executable checksum: 388c1fca8f18357f0947313209318ed0
2025-08-18T22:08:36.6217345Z [00:02:02.201]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.6221562Z [00:02:02.201]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.6224761Z [00:02:02.202]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccgen.'
2025-08-18T22:08:36.8853452Z [00:02:02.465]➜  tcc-doc.texi:25: warning: no htmlxref.cnf entry found for `dir'
2025-08-18T22:08:36.8865356Z [00:02:02.466]➜  COMPILER_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/libexec/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/
2025-08-18T22:08:36.8868531Z [00:02:02.466]➜  LIBRARY_PATH=/usr/libexec/mold/:/usr/libexec/mold/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/lib/:/usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../:/lib/:/usr/lib/
2025-08-18T22:08:36.8872460Z [00:02:02.467]➜  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' '-march=armv8-a' '-mlittle-endian' '-mabi=lp64' '-dumpdir' 'tccpp.'
2025-08-18T22:08:36.8873734Z [00:02:02.467]➜  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:08:36.9253609Z [00:02:02.505]➜  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:08:39.0880986Z [00:02:04.667]➜  /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: total time in link: 0.022312
2025-08-18T22:08:39.0930833Z [00:02:04.673]➜  make[1]: Entering directory '/tmp/tmp.q60MUolS7I/TEMPREPO/lib'
2025-08-18T22:08:39.0931322Z [00:02:04.673]➜  ../tcc -c lib-arm64.c -o lib-arm64.o -B.. -I..
2025-08-18T22:08:39.0937276Z [00:02:04.673]➜  ../tcc -c stdatomic.c -o stdatomic.o -B.. -I..
2025-08-18T22:08:39.0940329Z [00:02:04.673]➜  ../tcc -c atomic.S -o atomic.o -B.. -I..
2025-08-18T22:08:39.0953267Z [00:02:04.675]➜  ../tcc -c builtin.c -o builtin.o -B.. -I..
2025-08-18T22:08:39.0956082Z [00:02:04.675]➜  ../tcc -c tcov.c -o tcov.o -B.. -I..
2025-08-18T22:08:39.0963937Z [00:02:04.676]➜  ../tcc -c dsohandle.c -o dsohandle.o -B.. -I..
2025-08-18T22:08:39.0969563Z [00:02:04.676]➜  ../tcc -c runmain.c -o ../runmain.o -B.. -I..
2025-08-18T22:08:39.0979214Z [00:02:04.677]➜  ../tcc -c bt-exe.c -o ../bt-exe.o -B.. -I..
2025-08-18T22:08:39.0982319Z [00:02:04.678]➜  ../tcc -c bt-log.c -o ../bt-log.o -B.. -I..
2025-08-18T22:08:39.0988044Z [00:02:04.678]➜  ../tcc -c bcheck.c -o ../bcheck.o -B.. -I.. -bt
2025-08-18T22:08:39.0997846Z [00:02:04.679]➜  ../tcc -ar rcs ../libtcc1.a lib-arm64.o stdatomic.o atomic.o builtin.o tcov.o dsohandle.o
2025-08-18T22:08:39.1004560Z [00:02:04.680]➜  In file included from bcheck.c:25:
2025-08-18T22:08:39.1005103Z [00:02:04.680]➜  In file included from ../include/stdatomic.h:15:
2025-08-18T22:08:39.1005702Z [00:02:04.680]➜  ../include/stddef.h:6: error: incompatible redefinition of 'wchar_t'
2025-08-18T22:08:39.1007793Z [00:02:04.680]➜  make[1]: *** [Makefile:94: ../bcheck.o] Error 1
2025-08-18T22:08:39.1078254Z [00:02:04.687]➜  make[1]: Target 'all' not remade because of errors.
2025-08-18T22:08:39.1078748Z [00:02:04.687]➜  make[1]: Leaving directory '/tmp/tmp.q60MUolS7I/TEMPREPO/lib'
2025-08-18T22:08:39.1079162Z [00:02:04.687]➜  make: *** [Makefile:321: libtcc1.a] Error 2
2025-08-18T22:08:39.1079529Z [00:02:04.687]➜  make: Target 'all' not remade because of errors.
2025-08-18T22:08:39.1094466Z [00:02:04.689]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:08:39.1095045Z [00:02:04.689]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:08:39.1095444Z [00:02:04.689]➜  + cut -d: -f1
2025-08-18T22:08:39.1095683Z [00:02:04.689]➜  + xargs realpath
2025-08-18T22:08:39.1097403Z [00:02:04.689]➜  + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-18T22:08:39.6670109Z [00:02:05.246]➜  File: /tmp/tmp.q60MUolS7I/TEMPREPO/configure
2025-08-18T22:08:39.6684482Z [00:02:05.248]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-18T22:08:39.6690181Z [00:02:05.249]➜  File: /tmp/tmp.q60MUolS7I/TEMPREPO/tcc
2025-08-18T22:08:39.6695456Z [00:02:05.249]➜  
2025-08-18T22:08:39.6695747Z [00:02:05.249]➜  String dump of section '.comment':
2025-08-18T22:08:39.6696078Z [00:02:05.249]➜    [     0]  GCC: (Alpine 15.2.0) 15.2.0
2025-08-18T22:08:39.6696351Z [00:02:05.249]➜  
2025-08-18T22:08:39.6702275Z [00:02:05.250]➜  File: /tmp/tmp.q60MUolS7I/TEMPREPO/texi2pod.pl
2025-08-18T22:08:39.6707235Z [00:02:05.250]➜  readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
2025-08-18T22:08:39.6714292Z [00:02:05.251]➜  File: /tmp/tmp.q60MUolS7I/TEMPREPO/c2str.exe
2025-08-18T22:08:39.6718753Z [00:02:05.251]➜  
2025-08-18T22:08:39.6722873Z [00:02:05.251]➜  String dump of section '.comment':
2025-08-18T22:08:39.6724791Z [00:02:05.251]➜    [     0]  GCC: (Alpine 15.2.0) 15.2.0
2025-08-18T22:08:39.6725111Z [00:02:05.251]➜  
2025-08-18T22:08:39.6743004Z [00:02:05.254]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:08:39.6744175Z [00:02:05.254]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:08:39.6746986Z [00:02:05.254]➜  + cut -d: -f1
2025-08-18T22:08:39.6747613Z [00:02:05.254]➜  + xargs realpath --no-symlinks
2025-08-18T22:08:39.6748492Z [00:02:05.254]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-18T22:08:40.2337564Z [00:02:05.813]➜  sending incremental file list
2025-08-18T22:08:40.2339410Z [00:02:05.813]➜  configure
2025-08-18T22:08:40.2747558Z [00:02:05.854]➜  
2025-08-18T22:08:40.2747934Z [00:02:05.854]➜  sent 21.42K bytes  received 35 bytes  42.91K bytes/sec
2025-08-18T22:08:40.2748306Z [00:02:05.854]➜  total size is 21.30K  speedup is 0.99
2025-08-18T22:08:40.2761515Z [00:02:05.856]➜  sending incremental file list
2025-08-18T22:08:40.2766830Z [00:02:05.856]➜  tcc
2025-08-18T22:08:40.3178775Z [00:02:05.897]➜  
2025-08-18T22:08:40.3179215Z [00:02:05.897]➜  sent 329.88K bytes  received 35 bytes  659.83K bytes/sec
2025-08-18T22:08:40.3179610Z [00:02:05.897]➜  total size is 329.69K  speedup is 1.00
2025-08-18T22:08:40.3193484Z [00:02:05.899]➜  sending incremental file list
2025-08-18T22:08:40.3196727Z [00:02:05.899]➜  texi2pod.pl
2025-08-18T22:08:40.3605481Z [00:02:05.940]➜  
2025-08-18T22:08:40.3605875Z [00:02:05.940]➜  sent 11.15K bytes  received 35 bytes  22.38K bytes/sec
2025-08-18T22:08:40.3606254Z [00:02:05.940]➜  total size is 11.03K  speedup is 0.99
2025-08-18T22:08:40.3619778Z [00:02:05.942]➜  sending incremental file list
2025-08-18T22:08:40.3623399Z [00:02:05.942]➜  c2str.exe
2025-08-18T22:08:40.4033196Z [00:02:05.983]➜  
2025-08-18T22:08:40.4033639Z [00:02:05.983]➜  sent 73.80K bytes  received 35 bytes  147.66K bytes/sec
2025-08-18T22:08:40.4034021Z [00:02:05.983]➜  total size is 73.66K  speedup is 1.00
2025-08-18T22:08:40.5310693Z [00:02:06.110]➜  '/tmp/tmp.q60MUolS7I/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-18T22:08:40.5488152Z [00:02:06.128]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-18T22:08:40.5510461Z [00:02:06.131]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-18T22:08:40.5522809Z [00:02:06.132]➜  objcopy: /build-bins/configure: file format not recognized
2025-08-18T22:08:40.5557319Z [00:02:06.135]➜  objcopy: /build-bins/texi2pod.pl: file format not recognized
2025-08-18T22:08:40.5578870Z [00:02:06.137]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-18T22:08:40.6589654Z [00:02:06.238]➜  copy from `/build-bins/tcc' [elf64-littleaarch64] to `/build-bins/stdmFdmH' [elf64-littleaarch64]
2025-08-18T22:08:40.7322829Z [00:02:06.312]➜  copy from `/build-bins/c2str.exe' [elf64-littleaarch64] to `/build-bins/stcBJMAK' [elf64-littleaarch64]
2025-08-18T22:08:40.7384847Z [00:02:06.318]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-18T22:08:40.7411440Z [00:02:06.321]➜  
2025-08-18T22:08:40.7426593Z [00:02:06.322]➜  /build-bins/LICENSE
2025-08-18T22:08:40.7457938Z [00:02:06.325]➜  
2025-08-18T22:08:40.7473040Z [00:02:06.327]➜  /build-bins/configure
2025-08-18T22:08:40.7505314Z [00:02:06.330]➜  
2025-08-18T22:08:40.7519907Z [00:02:06.332]➜  /build-bins/tcc
2025-08-18T22:08:40.7530256Z [00:02:06.333]➜  There are 19 section headers, starting at offset 0x502b0:
2025-08-18T22:08:40.7531184Z [00:02:06.333]➜  
2025-08-18T22:08:40.7531495Z [00:02:06.333]➜  Section Headers:
2025-08-18T22:08:40.7531900Z [00:02:06.333]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:08:40.7532315Z [00:02:06.333]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:08:40.7532705Z [00:02:06.333]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:08:40.7533096Z [00:02:06.333]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:08:40.7533529Z [00:02:06.333]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000190  00000190
2025-08-18T22:08:40.7533946Z [00:02:06.333]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-18T22:08:40.7534384Z [00:02:06.333]➜    [ 2] .dynsym           DYNSYM           00000000000001b0  000001b0
2025-08-18T22:08:40.7534795Z [00:02:06.333]➜         0000000000000048  0000000000000018   A       3     3     8
2025-08-18T22:08:40.7535207Z [00:02:06.333]➜    [ 3] .dynstr           STRTAB           00000000000001f8  000001f8
2025-08-18T22:08:40.7536132Z [00:02:06.333]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-18T22:08:40.7536543Z [00:02:06.333]➜    [ 4] .rela.dyn         RELA             0000000000000200  00000200
2025-08-18T22:08:40.7537846Z [00:02:06.333]➜         0000000000000f30  0000000000000018   A       2     0     8
2025-08-18T22:08:40.7538278Z [00:02:06.333]➜    [ 5] .init             PROGBITS         0000000000001130  00001130
2025-08-18T22:08:40.7538703Z [00:02:06.333]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:08:40.7539103Z [00:02:06.333]➜    [ 6] .text             PROGBITS         0000000000001140  00001140
2025-08-18T22:08:40.7539514Z [00:02:06.333]➜         000000000003b5f8  0000000000000000  AX       0     0     32
2025-08-18T22:08:40.7539921Z [00:02:06.333]➜    [ 7] .fini             PROGBITS         000000000003c738  0003c738
2025-08-18T22:08:40.7540331Z [00:02:06.333]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:08:40.7540755Z [00:02:06.333]➜    [ 8] .rodata           PROGBITS         000000000003c750  0003c750
2025-08-18T22:08:40.7541176Z [00:02:06.333]➜         000000000000d2fe  0000000000000000   A       0     0     16
2025-08-18T22:08:40.7541599Z [00:02:06.333]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000049a50  00049a50
2025-08-18T22:08:40.7542023Z [00:02:06.333]➜         0000000000000cf4  0000000000000000   A       0     0     4
2025-08-18T22:08:40.7542445Z [00:02:06.333]➜    [10] .eh_frame         PROGBITS         000000000004a748  0004a748
2025-08-18T22:08:40.7542864Z [00:02:06.333]➜         0000000000004878  0000000000000000   A       0     0     8
2025-08-18T22:08:40.7543300Z [00:02:06.333]➜    [11] .init_array       INIT_ARRAY       000000000005f538  0004f538
2025-08-18T22:08:40.7543727Z [00:02:06.333]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:08:40.7544144Z [00:02:06.333]➜    [12] .fini_array       FINI_ARRAY       000000000005f540  0004f540
2025-08-18T22:08:40.7544578Z [00:02:06.333]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:08:40.7545001Z [00:02:06.333]➜    [13] .data.rel.ro      PROGBITS         000000000005f548  0004f548
2025-08-18T22:08:40.7545423Z [00:02:06.333]➜         0000000000000868  0000000000000000  WA       0     0     8
2025-08-18T22:08:40.7545843Z [00:02:06.333]➜    [14] .dynamic          DYNAMIC          000000000005fdb0  0004fdb0
2025-08-18T22:08:40.7546880Z [00:02:06.333]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-18T22:08:40.7547386Z [00:02:06.333]➜    [15] .got              PROGBITS         000000000005ff20  0004ff20
2025-08-18T22:08:40.7547795Z [00:02:06.333]➜         00000000000000e0  0000000000000008  WA       0     0     8
2025-08-18T22:08:40.7548200Z [00:02:06.333]➜    [16] .data             PROGBITS         0000000000060000  00050000
2025-08-18T22:08:40.7548608Z [00:02:06.333]➜         0000000000000210  0000000000000000  WA       0     0     8
2025-08-18T22:08:40.7549023Z [00:02:06.333]➜    [17] .bss              NOBITS           0000000000060210  00050210
2025-08-18T22:08:40.7549426Z [00:02:06.333]➜         0000000000029518  0000000000000000  WA       0     0     16
2025-08-18T22:08:40.7549847Z [00:02:06.333]➜    [18] .shstrtab         STRTAB           0000000000000000  00050210
2025-08-18T22:08:40.7550263Z [00:02:06.333]➜         000000000000009f  0000000000000000           0     0     1
2025-08-18T22:08:40.7550591Z [00:02:06.333]➜  Key to Flags:
2025-08-18T22:08:40.7550937Z [00:02:06.333]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:08:40.7551393Z [00:02:06.333]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:08:40.7551842Z [00:02:06.333]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:08:40.7552216Z [00:02:06.333]➜    D (mbind), p (processor specific)
2025-08-18T22:08:40.7552500Z [00:02:06.335]➜  
2025-08-18T22:08:40.7566780Z [00:02:06.336]➜  /build-bins/texi2pod.pl
2025-08-18T22:08:40.7598315Z [00:02:06.339]➜  
2025-08-18T22:08:40.7611595Z [00:02:06.341]➜  /build-bins/c2str.exe
2025-08-18T22:08:40.7622618Z [00:02:06.342]➜  There are 21 section headers, starting at offset 0x101b8:
2025-08-18T22:08:40.7623569Z [00:02:06.342]➜  
2025-08-18T22:08:40.7623848Z [00:02:06.342]➜  Section Headers:
2025-08-18T22:08:40.7624238Z [00:02:06.342]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:08:40.7624652Z [00:02:06.342]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:08:40.7625054Z [00:02:06.342]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:08:40.7625494Z [00:02:06.342]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:08:40.7626960Z [00:02:06.342]➜    [ 1] .interp           PROGBITS         000000000000025c  0000025c
2025-08-18T22:08:40.7627400Z [00:02:06.342]➜         000000000000001a  0000000000000000   A       0     0     1
2025-08-18T22:08:40.7627834Z [00:02:06.342]➜    [ 2] .gnu.hash         GNU_HASH         0000000000000278  00000278
2025-08-18T22:08:40.7628249Z [00:02:06.342]➜         0000000000000028  0000000000000000   A       3     0     8
2025-08-18T22:08:40.7628663Z [00:02:06.342]➜    [ 3] .dynsym           DYNSYM           00000000000002a0  000002a0
2025-08-18T22:08:40.7629085Z [00:02:06.342]➜         0000000000000240  0000000000000018   A       4     3     8
2025-08-18T22:08:40.7629498Z [00:02:06.342]➜    [ 4] .dynstr           STRTAB           00000000000004e0  000004e0
2025-08-18T22:08:40.7629908Z [00:02:06.342]➜         0000000000000116  0000000000000000   A       0     0     1
2025-08-18T22:08:40.7630317Z [00:02:06.342]➜    [ 5] .rela.dyn         RELA             00000000000005f8  000005f8
2025-08-18T22:08:40.7630727Z [00:02:06.342]➜         0000000000000438  0000000000000018   A       3     0     8
2025-08-18T22:08:40.7631139Z [00:02:06.342]➜    [ 6] .rela.plt         RELA             0000000000000a30  00000a30
2025-08-18T22:08:40.7631561Z [00:02:06.342]➜         0000000000000168  0000000000000018  AI       3    17     8
2025-08-18T22:08:40.7631966Z [00:02:06.342]➜    [ 7] .init             PROGBITS         0000000000000b98  00000b98
2025-08-18T22:08:40.7632371Z [00:02:06.342]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:08:40.7633129Z [00:02:06.342]➜    [ 8] .plt              PROGBITS         0000000000000bb0  00000bb0
2025-08-18T22:08:40.7633608Z [00:02:06.342]➜         0000000000000110  0000000000000000  AX       0     0     16
2025-08-18T22:08:40.7634019Z [00:02:06.342]➜    [ 9] .text             PROGBITS         0000000000000cc0  00000cc0
2025-08-18T22:08:40.7634432Z [00:02:06.342]➜         000000000000087c  0000000000000000  AX       0     0     32
2025-08-18T22:08:40.7634838Z [00:02:06.342]➜    [10] .fini             PROGBITS         000000000000153c  0000153c
2025-08-18T22:08:40.7635248Z [00:02:06.342]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:08:40.7635673Z [00:02:06.342]➜    [11] .rodata           PROGBITS         0000000000001550  00001550
2025-08-18T22:08:40.7636083Z [00:02:06.342]➜         000000000000029e  0000000000000000   A       0     0     8
2025-08-18T22:08:40.7636527Z [00:02:06.342]➜    [12] .eh_frame_hdr     PROGBITS         00000000000017f0  000017f0
2025-08-18T22:08:40.7637336Z [00:02:06.342]➜         0000000000000044  0000000000000000   A       0     0     4
2025-08-18T22:08:40.7637762Z [00:02:06.342]➜    [13] .eh_frame         PROGBITS         0000000000001838  00001838
2025-08-18T22:08:40.7638176Z [00:02:06.342]➜         00000000000000e0  0000000000000000   A       0     0     8
2025-08-18T22:08:40.7638604Z [00:02:06.342]➜    [14] .init_array       INIT_ARRAY       000000000001fd48  0000fd48
2025-08-18T22:08:40.7639023Z [00:02:06.342]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:08:40.7639442Z [00:02:06.342]➜    [15] .fini_array       FINI_ARRAY       000000000001fd50  0000fd50
2025-08-18T22:08:40.7640158Z [00:02:06.342]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:08:40.7640572Z [00:02:06.342]➜    [16] .dynamic          DYNAMIC          000000000001fd58  0000fd58
2025-08-18T22:08:40.7640989Z [00:02:06.342]➜         00000000000001c0  0000000000000010  WA       4     0     8
2025-08-18T22:08:40.7641393Z [00:02:06.342]➜    [17] .got              PROGBITS         000000000001ff18  0000ff18
2025-08-18T22:08:40.7641816Z [00:02:06.342]➜         00000000000000e8  0000000000000008  WA       0     0     8
2025-08-18T22:08:40.7642227Z [00:02:06.342]➜    [18] .data             PROGBITS         0000000000020000  00010000
2025-08-18T22:08:40.7642635Z [00:02:06.342]➜         0000000000000110  0000000000000000  WA       0     0     8
2025-08-18T22:08:40.7643038Z [00:02:06.342]➜    [19] .bss              NOBITS           0000000000020110  00010110
2025-08-18T22:08:40.7643441Z [00:02:06.342]➜         0000000000000038  0000000000000000  WA       0     0     8
2025-08-18T22:08:40.7643869Z [00:02:06.342]➜    [20] .shstrtab         STRTAB           0000000000000000  00010110
2025-08-18T22:08:40.7644286Z [00:02:06.342]➜         00000000000000a4  0000000000000000           0     0     1
2025-08-18T22:08:40.7644654Z [00:02:06.342]➜  Key to Flags:
2025-08-18T22:08:40.7645000Z [00:02:06.342]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:08:40.7645470Z [00:02:06.342]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:08:40.7645917Z [00:02:06.342]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:08:40.7646293Z [00:02:06.342]➜    D (mbind), p (processor specific)
2025-08-18T22:08:40.7647048Z [00:02:06.342]➜  + file /build-bins/LICENSE /build-bins/c2str.exe /build-bins/configure /build-bins/tcc /build-bins/texi2pod.pl
2025-08-18T22:08:40.7816909Z [00:02:06.361]➜  /build-bins/LICENSE:     ASCII text
2025-08-18T22:08:40.7844629Z [00:02:06.364]➜  /build-bins/c2str.exe:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-aarch64.so.1, stripped
2025-08-18T22:08:40.7845485Z [00:02:06.364]➜  /build-bins/configure:   POSIX shell script, ASCII text executable
2025-08-18T22:08:40.7846118Z [00:02:06.364]➜  /build-bins/tcc:         ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-18T22:08:40.7847292Z [00:02:06.364]➜  /build-bins/texi2pod.pl: Perl script text executable
2025-08-18T22:08:40.7853084Z [00:02:06.365]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/c2str.exe /build-bins/configure /build-bins/tcc /build-bins/texi2pod.pl
2025-08-18T22:08:40.7871116Z [00:02:06.367]➜  /build-bins/LICENSE:         26428 Bytes
2025-08-18T22:08:40.7871633Z [00:02:06.367]➜  /build-bins/c2str.exe:         67320 Bytes
2025-08-18T22:08:40.7871985Z [00:02:06.367]➜  /build-bins/configure:         21298 Bytes
2025-08-18T22:08:40.7872314Z [00:02:06.367]➜  /build-bins/tcc:         329584 Bytes
2025-08-18T22:08:40.7873142Z [00:02:06.367]➜  /build-bins/texi2pod.pl:         11030 Bytes
2025-08-18T22:08:40.7875067Z [00:02:06.367]➜  + du /build-bins/LICENSE /build-bins/c2str.exe /build-bins/configure /build-bins/tcc /build-bins/texi2pod.pl --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-18T22:08:40.7888064Z [00:02:06.368]➜  26K	2025-08-18 22:08:40.527651591 +0000	/build-bins/LICENSE
2025-08-18T22:08:40.7888723Z [00:02:06.368]➜  66K	2025-08-18 22:08:40.731657932 +0000	/build-bins/c2str.exe
2025-08-18T22:08:40.7889212Z [00:02:06.368]➜  21K	2025-08-18 22:08:35.883508672 +0000	/build-bins/configure
2025-08-18T22:08:40.7889619Z [00:02:06.368]➜  322K	2025-08-18 22:08:40.658655663 +0000	/build-bins/tcc
2025-08-18T22:08:40.7890161Z [00:02:06.368]➜  11K	2025-08-18 22:08:35.901509185 +0000	/build-bins/texi2pod.pl
2025-08-18T22:08:40.7891443Z [00:02:06.369]➜  + popd
2025-08-18T22:08:40.8639820Z [00:02:06.443]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-18T22:08:40.8798237Z [00:02:06.459]➜  + '[' -s /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-18T22:08:40.8799176Z [00:02:06.459]➜  + cp -fv /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-18T22:08:40.8816385Z [00:02:06.461]➜  '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-18T22:08:40.8827356Z [00:02:06.462]➜  + find /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:08:40.8828916Z [00:02:06.462]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:08:40.8829356Z [00:02:06.462]➜  + cut -d: -f1
2025-08-18T22:08:40.8829628Z [00:02:06.462]➜  + xargs realpath --no-symlinks
2025-08-18T22:08:40.8831374Z [00:02:06.463]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:41.0042972Z [00:02:06.584]➜  sending incremental file list
2025-08-18T22:08:41.0044563Z [00:02:06.584]➜  configure
2025-08-18T22:08:41.0453416Z [00:02:06.625]➜  
2025-08-18T22:08:41.0453833Z [00:02:06.625]➜  sent 21.42K bytes  received 35 bytes  42.91K bytes/sec
2025-08-18T22:08:41.0454696Z [00:02:06.625]➜  total size is 21.30K  speedup is 0.99
2025-08-18T22:08:41.0476358Z [00:02:06.627]➜  sending incremental file list
2025-08-18T22:08:41.0480937Z [00:02:06.628]➜  tcc
2025-08-18T22:08:41.0891536Z [00:02:06.669]➜  
2025-08-18T22:08:41.0891922Z [00:02:06.669]➜  sent 329.78K bytes  received 35 bytes  659.62K bytes/sec
2025-08-18T22:08:41.0892309Z [00:02:06.669]➜  total size is 329.58K  speedup is 1.00
2025-08-18T22:08:41.0913282Z [00:02:06.671]➜  sending incremental file list
2025-08-18T22:08:41.0916864Z [00:02:06.671]➜  texi2pod.pl
2025-08-18T22:08:41.1324381Z [00:02:06.712]➜  
2025-08-18T22:08:41.1324835Z [00:02:06.712]➜  sent 11.15K bytes  received 35 bytes  22.38K bytes/sec
2025-08-18T22:08:41.1325219Z [00:02:06.712]➜  total size is 11.03K  speedup is 0.99
2025-08-18T22:08:41.1345507Z [00:02:06.714]➜  sending incremental file list
2025-08-18T22:08:41.1349131Z [00:02:06.714]➜  c2str.exe
2025-08-18T22:08:41.1756245Z [00:02:06.755]➜  
2025-08-18T22:08:41.1756597Z [00:02:06.755]➜  sent 67.45K bytes  received 35 bytes  134.98K bytes/sec
2025-08-18T22:08:41.1757227Z [00:02:06.755]➜  total size is 67.32K  speedup is 1.00
2025-08-18T22:08:41.1769591Z [00:02:06.756]➜  
2025-08-18T22:08:41.5602126Z [00:02:07.140]➜  
2025-08-18T22:08:41.5698468Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.static.version' retained as runner:runner
2025-08-18T22:08:41.5699437Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-18T22:08:41.5700301Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-18T22:08:41.5701600Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/configure' retained as runner:runner
2025-08-18T22:08:41.5702426Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tcc' retained as runner:runner
2025-08-18T22:08:41.5703273Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/texi2pod.pl' retained as runner:runner
2025-08-18T22:08:41.5704122Z [00:02:07.149]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/c2str.exe' retained as runner:runner
2025-08-18T22:08:41.5705153Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/CodingStyle' from root:root to runner:runner
2025-08-18T22:08:41.5706314Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/x86_64-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5707686Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-link.c' from root:root to runner:runner
2025-08-18T22:08:41.5708834Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-asm.c' from root:root to runner:runner
2025-08-18T22:08:41.5709968Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/dwarf.h' from root:root to runner:runner
2025-08-18T22:08:41.5711094Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.h' from root:root to runner:runner
2025-08-18T22:08:41.5712243Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5713372Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccasm.c' from root:root to runner:runner
2025-08-18T22:08:41.5714785Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.1' from root:root to runner:runner
2025-08-18T22:08:41.5715977Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccasm.o' from root:root to runner:runner
2025-08-18T22:08:41.5717265Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5718452Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-link.c' from root:root to runner:runner
2025-08-18T22:08:41.5719598Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccpp.c' from root:root to runner:runner
2025-08-18T22:08:41.5720723Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/stab.h' from root:root to runner:runner
2025-08-18T22:08:41.5721863Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/RELICENSING' from root:root to runner:runner
2025-08-18T22:08:41.5723032Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-link.c' from root:root to runner:runner
2025-08-18T22:08:41.5724464Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/config.mak' from root:root to runner:runner
2025-08-18T22:08:41.5725614Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5727147Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-link.o' from root:root to runner:runner
2025-08-18T22:08:41.5728395Z [00:02:07.149]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.pod' from root:root to runner:runner
2025-08-18T22:08:41.5729647Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccelf.c' from root:root to runner:runner
2025-08-18T22:08:41.5730775Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.o' from root:root to runner:runner
2025-08-18T22:08:41.5731912Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/x86_64-asm.h' from root:root to runner:runner
2025-08-18T22:08:41.5733059Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-tok.h' from root:root to runner:runner
2025-08-18T22:08:41.5734188Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccdbg.o' from root:root to runner:runner
2025-08-18T22:08:41.5735329Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-gen.o' from root:root to runner:runner
2025-08-18T22:08:41.5736478Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/bt-exe.o' from root:root to runner:runner
2025-08-18T22:08:41.5737764Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccdefs_.h' from root:root to runner:runner
2025-08-18T22:08:41.5739182Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-link.c' from root:root to runner:runner
2025-08-18T22:08:41.5740408Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.info' from root:root to runner:runner
2025-08-18T22:08:41.5741567Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcctools.c' from root:root to runner:runner
2025-08-18T22:08:41.5742760Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/tcc-win32.txt' from root:root to runner:runner
2025-08-18T22:08:41.5743983Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/build-tcc.bat' from root:root to runner:runner
2025-08-18T22:08:41.5745518Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/hello_dll.c' from root:root to runner:runner
2025-08-18T22:08:41.5747000Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/fib.c' from root:root to runner:runner
2025-08-18T22:08:41.5748289Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/dll.c' from root:root to runner:runner
2025-08-18T22:08:41.5749808Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/hello_win.c' from root:root to runner:runner
2025-08-18T22:08:41.5751039Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples' from root:root to runner:runner
2025-08-18T22:08:41.5752237Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/mem.h' from root:root to runner:runner
2025-08-18T22:08:41.5753499Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/wingdi.h' from root:root to runner:runner
2025-08-18T22:08:41.5754811Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack2.h' from root:root to runner:runner
2025-08-18T22:08:41.5756127Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/ws2ipdef.h' from root:root to runner:runner
2025-08-18T22:08:41.5757607Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack8.h' from root:root to runner:runner
2025-08-18T22:08:41.5758916Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winbase.h' from root:root to runner:runner
2025-08-18T22:08:41.5760229Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack1.h' from root:root to runner:runner
2025-08-18T22:08:41.5761542Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winreg.h' from root:root to runner:runner
2025-08-18T22:08:41.5763065Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winerror.h' from root:root to runner:runner
2025-08-18T22:08:41.5764454Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winuser.h' from root:root to runner:runner
2025-08-18T22:08:41.5765762Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/basetsd.h' from root:root to runner:runner
2025-08-18T22:08:41.5767179Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/poppack.h' from root:root to runner:runner
2025-08-18T22:08:41.5768555Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/shellapi.h' from root:root to runner:runner
2025-08-18T22:08:41.5769844Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/qos.h' from root:root to runner:runner
2025-08-18T22:08:41.5771129Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/guiddef.h' from root:root to runner:runner
2025-08-18T22:08:41.5772433Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winver.h' from root:root to runner:runner
2025-08-18T22:08:41.5773956Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/windows.h' from root:root to runner:runner
2025-08-18T22:08:41.5775262Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/wincon.h' from root:root to runner:runner
2025-08-18T22:08:41.5776569Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/ws2tcpip.h' from root:root to runner:runner
2025-08-18T22:08:41.5778037Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/windef.h' from root:root to runner:runner
2025-08-18T22:08:41.5779337Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winnt.h' from root:root to runner:runner
2025-08-18T22:08:41.5780647Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/basetyps.h' from root:root to runner:runner
2025-08-18T22:08:41.5781965Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack4.h' from root:root to runner:runner
2025-08-18T22:08:41.5783271Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winnls.h' from root:root to runner:runner
2025-08-18T22:08:41.5784579Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winsock2.h' from root:root to runner:runner
2025-08-18T22:08:41.5785846Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi' from root:root to runner:runner
2025-08-18T22:08:41.5787338Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/uchar.h' from root:root to runner:runner
2025-08-18T22:08:41.5788629Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/dos.h' from root:root to runner:runner
2025-08-18T22:08:41.5789855Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/assert.h' from root:root to runner:runner
2025-08-18T22:08:41.5791097Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/share.h' from root:root to runner:runner
2025-08-18T22:08:41.5792337Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/utime.h' from root:root to runner:runner
2025-08-18T22:08:41.5793601Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/types.h' from root:root to runner:runner
2025-08-18T22:08:41.5794867Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/locking.h' from root:root to runner:runner
2025-08-18T22:08:41.5796135Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/fcntl.h' from root:root to runner:runner
2025-08-18T22:08:41.5797763Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/unistd.h' from root:root to runner:runner
2025-08-18T22:08:41.5799038Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/timeb.h' from root:root to runner:runner
2025-08-18T22:08:41.5800301Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/time.h' from root:root to runner:runner
2025-08-18T22:08:41.5801549Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/stat.h' from root:root to runner:runner
2025-08-18T22:08:41.5802803Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/file.h' from root:root to runner:runner
2025-08-18T22:08:41.5804024Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys' from root:root to runner:runner
2025-08-18T22:08:41.5805251Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/process.h' from root:root to runner:runner
2025-08-18T22:08:41.5806485Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/math.h' from root:root to runner:runner
2025-08-18T22:08:41.5807820Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/io.h' from root:root to runner:runner
2025-08-18T22:08:41.5809040Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/fenv.h' from root:root to runner:runner
2025-08-18T22:08:41.5810426Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/dir.h' from root:root to runner:runner
2025-08-18T22:08:41.5811721Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/signal.h' from root:root to runner:runner
2025-08-18T22:08:41.5812957Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/setjmp.h' from root:root to runner:runner
2025-08-18T22:08:41.5814189Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/wctype.h' from root:root to runner:runner
2025-08-18T22:08:41.5815426Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/conio.h' from root:root to runner:runner
2025-08-18T22:08:41.5816736Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/ctype.h' from root:root to runner:runner
2025-08-18T22:08:41.5818027Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/_mingw.h' from root:root to runner:runner
2025-08-18T22:08:41.5819269Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/fcntl.h' from root:root to runner:runner
2025-08-18T22:08:41.5820718Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/locale.h' from root:root to runner:runner
2025-08-18T22:08:41.5821948Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/unistd.h' from root:root to runner:runner
2025-08-18T22:08:41.5823185Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/iso646.h' from root:root to runner:runner
2025-08-18T22:08:41.5824463Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/errno.h' from root:root to runner:runner
2025-08-18T22:08:41.5825701Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/stdio.h' from root:root to runner:runner
2025-08-18T22:08:41.5827051Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/limits.h' from root:root to runner:runner
2025-08-18T22:08:41.5828347Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/direct.h' from root:root to runner:runner
2025-08-18T22:08:41.5829599Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/inttypes.h' from root:root to runner:runner
2025-08-18T22:08:41.5830839Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/wchar.h' from root:root to runner:runner
2025-08-18T22:08:41.5832065Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/malloc.h' from root:root to runner:runner
2025-08-18T22:08:41.5833300Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/memory.h' from root:root to runner:runner
2025-08-18T22:08:41.5834707Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/excpt.h' from root:root to runner:runner
2025-08-18T22:08:41.5836016Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/stdlib.h' from root:root to runner:runner
2025-08-18T22:08:41.5837385Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/time.h' from root:root to runner:runner
2025-08-18T22:08:41.5838620Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/vadefs.h' from root:root to runner:runner
2025-08-18T22:08:41.5839883Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/tcc/tcc_libm.h' from root:root to runner:runner
2025-08-18T22:08:41.5841128Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/tcc' from root:root to runner:runner
2025-08-18T22:08:41.5842344Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/string.h' from root:root to runner:runner
2025-08-18T22:08:41.5843575Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/dirent.h' from root:root to runner:runner
2025-08-18T22:08:41.5845021Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/tchar.h' from root:root to runner:runner
2025-08-18T22:08:41.5846257Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/stdint.h' from root:root to runner:runner
2025-08-18T22:08:41.5847663Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/wchar_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5848949Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/io_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5850240Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/tchar_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5851538Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/stdio_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5852832Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/time_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5854140Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/sys/timeb_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5855434Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/sys' from root:root to runner:runner
2025-08-18T22:08:41.5856818Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/search_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5858361Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/stralign_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5859757Z [00:02:07.150]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/mbstring_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5861069Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/conio_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5862373Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/stdlib_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5863675Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/string_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5864982Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/crtdbg_s.h' from root:root to runner:runner
2025-08-18T22:08:41.5866248Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api' from root:root to runner:runner
2025-08-18T22:08:41.5867610Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/values.h' from root:root to runner:runner
2025-08-18T22:08:41.5869046Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include' from root:root to runner:runner
2025-08-18T22:08:41.5870241Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/chkstk.S' from root:root to runner:runner
2025-08-18T22:08:41.5871441Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/crt1w.c' from root:root to runner:runner
2025-08-18T22:08:41.5872651Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/user32.def' from root:root to runner:runner
2025-08-18T22:08:41.5873862Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/gdi32.def' from root:root to runner:runner
2025-08-18T22:08:41.5875079Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/dllcrt1.c' from root:root to runner:runner
2025-08-18T22:08:41.5876302Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/ws2_32.def' from root:root to runner:runner
2025-08-18T22:08:41.5877642Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/crt1.c' from root:root to runner:runner
2025-08-18T22:08:41.5878849Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/crtinit.c' from root:root to runner:runner
2025-08-18T22:08:41.5880085Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/kernel32.def' from root:root to runner:runner
2025-08-18T22:08:41.5881310Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/wincrt1.c' from root:root to runner:runner
2025-08-18T22:08:41.5882702Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/msvcrt.def' from root:root to runner:runner
2025-08-18T22:08:41.5883987Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/wincrt1w.c' from root:root to runner:runner
2025-08-18T22:08:41.5885206Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/dllmain.c' from root:root to runner:runner
2025-08-18T22:08:41.5886384Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib' from root:root to runner:runner
2025-08-18T22:08:41.5887646Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32' from root:root to runner:runner
2025-08-18T22:08:41.5888782Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.html' from root:root to runner:runner
2025-08-18T22:08:41.5889914Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/TODO' from root:root to runner:runner
2025-08-18T22:08:41.5891008Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/USES' from root:root to runner:runner
2025-08-18T22:08:41.5892330Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.a' from root:root to runner:runner
2025-08-18T22:08:41.5893463Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-18T22:08:41.5894614Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex4.c' from root:root to runner:runner
2025-08-18T22:08:41.5895785Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex3.c' from root:root to runner:runner
2025-08-18T22:08:41.5897068Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex1.c' from root:root to runner:runner
2025-08-18T22:08:41.5898312Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex2.c' from root:root to runner:runner
2025-08-18T22:08:41.5899496Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex5.c' from root:root to runner:runner
2025-08-18T22:08:41.5900647Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples' from root:root to runner:runner
2025-08-18T22:08:41.5901773Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccelf.o' from root:root to runner:runner
2025-08-18T22:08:41.5902901Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/config.h' from root:root to runner:runner
2025-08-18T22:08:41.5904047Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/x86_64-link.c' from root:root to runner:runner
2025-08-18T22:08:41.5905359Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.o' from root:root to runner:runner
2025-08-18T22:08:41.5906557Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcclib.h' from root:root to runner:runner
2025-08-18T22:08:41.5907853Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-18T22:08:41.5909070Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.github/workflows/build.yml' from root:root to runner:runner
2025-08-18T22:08:41.5910305Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-18T22:08:41.5911461Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.github' from root:root to runner:runner
2025-08-18T22:08:41.5912592Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/c67-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5913719Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccgen.c' from root:root to runner:runner
2025-08-18T22:08:41.5915055Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccgen.o' from root:root to runner:runner
2025-08-18T22:08:41.5916182Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-18T22:08:41.5917455Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/coff.h' from root:root to runner:runner
2025-08-18T22:08:41.5918578Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.c' from root:root to runner:runner
2025-08-18T22:08:41.5919826Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcccoff.c' from root:root to runner:runner
2025-08-18T22:08:41.5921025Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/README' from root:root to runner:runner
2025-08-18T22:08:41.5922170Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.texi' from root:root to runner:runner
2025-08-18T22:08:41.5923320Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccrun.c' from root:root to runner:runner
2025-08-18T22:08:41.5924491Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/configure' from root:root to runner:runner
2025-08-18T22:08:41.5925663Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-tok.h' from root:root to runner:runner
2025-08-18T22:08:41.5926899Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccpe.c' from root:root to runner:runner
2025-08-18T22:08:41.5928099Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.c' from root:root to runner:runner
2025-08-18T22:08:41.5929412Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/bt-log.o' from root:root to runner:runner
2025-08-18T22:08:41.5930628Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5931775Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccdbg.c' from root:root to runner:runner
2025-08-18T22:08:41.5932902Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/elf.h' from root:root to runner:runner
2025-08-18T22:08:41.5934026Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-asm.c' from root:root to runner:runner
2025-08-18T22:08:41.5935179Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-asm.o' from root:root to runner:runner
2025-08-18T22:08:41.5936318Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/il-gen.c' from root:root to runner:runner
2025-08-18T22:08:41.5937606Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/Changelog' from root:root to runner:runner
2025-08-18T22:08:41.5938945Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccpp.o' from root:root to runner:runner
2025-08-18T22:08:41.5940094Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-asm.c' from root:root to runner:runner
2025-08-18T22:08:41.5941249Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc1.a' from root:root to runner:runner
2025-08-18T22:08:41.5942390Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccmacho.c' from root:root to runner:runner
2025-08-18T22:08:41.5943527Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/runmain.o' from root:root to runner:runner
2025-08-18T22:08:41.5944670Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-asm.c' from root:root to runner:runner
2025-08-18T22:08:41.5945823Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/il-opcodes.h' from root:root to runner:runner
2025-08-18T22:08:41.5947138Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/c67-link.c' from root:root to runner:runner
2025-08-18T22:08:41.5948348Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-tok.h' from root:root to runner:runner
2025-08-18T22:08:41.5949469Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc' from root:root to runner:runner
2025-08-18T22:08:41.5950587Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/stab.def' from root:root to runner:runner
2025-08-18T22:08:41.5951927Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/texi2pod.pl' from root:root to runner:runner
2025-08-18T22:08:41.5953164Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/c2str.exe' from root:root to runner:runner
2025-08-18T22:08:41.5954293Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/VERSION' from root:root to runner:runner
2025-08-18T22:08:41.5955427Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/conftest.c' from root:root to runner:runner
2025-08-18T22:08:41.5956694Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-18T22:08:41.5958034Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-18T22:08:41.5959382Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-18T22:08:41.5960693Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-18T22:08:41.5961987Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-18T22:08:41.5963488Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-18T22:08:41.5964747Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-18T22:08:41.5966025Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-18T22:08:41.5967474Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-18T22:08:41.5968776Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-18T22:08:41.5970061Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-18T22:08:41.5971357Z [00:02:07.151]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-18T22:08:41.5972654Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-18T22:08:41.5973935Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-18T22:08:41.5975243Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-18T22:08:41.5976744Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-18T22:08:41.5977969Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-18T22:08:41.5979116Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-18T22:08:41.5980279Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-18T22:08:41.5981708Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.promisor' from root:root to runner:runner
2025-08-18T22:08:41.5983342Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.rev' from root:root to runner:runner
2025-08-18T22:08:41.5984937Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.pack' from root:root to runner:runner
2025-08-18T22:08:41.5986899Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.idx' from root:root to runner:runner
2025-08-18T22:08:41.5988596Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.promisor' from root:root to runner:runner
2025-08-18T22:08:41.5990213Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.rev' from root:root to runner:runner
2025-08-18T22:08:41.5991810Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.pack' from root:root to runner:runner
2025-08-18T22:08:41.5993414Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.idx' from root:root to runner:runner
2025-08-18T22:08:41.5994795Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-18T22:08:41.5995988Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-18T22:08:41.5997277Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-18T22:08:41.5998468Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-18T22:08:41.5999642Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-18T22:08:41.6001002Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-18T22:08:41.6002222Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-18T22:08:41.6003428Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/heads/mob' from root:root to runner:runner
2025-08-18T22:08:41.6004656Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-18T22:08:41.6005926Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:08:41.6007346Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:08:41.6008607Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-18T22:08:41.6009799Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-18T22:08:41.6011167Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-18T22:08:41.6012303Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-18T22:08:41.6013449Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-18T22:08:41.6014632Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/heads/mob' from root:root to runner:runner
2025-08-18T22:08:41.6015816Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-18T22:08:41.6017151Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:08:41.6018474Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:08:41.6019706Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-18T22:08:41.6020863Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-18T22:08:41.6021990Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git' from root:root to runner:runner
2025-08-18T22:08:41.6023123Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-asm.h' from root:root to runner:runner
2025-08-18T22:08:41.6024420Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.h' from root:root to runner:runner
2025-08-18T22:08:41.6025683Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/config.texi' from root:root to runner:runner
2025-08-18T22:08:41.6026980Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccrun.o' from root:root to runner:runner
2025-08-18T22:08:41.6028177Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcctok.h' from root:root to runner:runner
2025-08-18T22:08:41.6029369Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/asm-c-connect-2.c' from root:root to runner:runner
2025-08-18T22:08:41.6030634Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/arm-asm-testsuite.sh' from root:root to runner:runner
2025-08-18T22:08:41.6031872Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/libtcc_test.c' from root:root to runner:runner
2025-08-18T22:08:41.6033066Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/testfp.c' from root:root to runner:runner
2025-08-18T22:08:41.6034498Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/bug.c' from root:root to runner:runner
2025-08-18T22:08:41.6035688Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/16.expect' from root:root to runner:runner
2025-08-18T22:08:41.6036998Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/14.expect' from root:root to runner:runner
2025-08-18T22:08:41.6038263Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/15.expect' from root:root to runner:runner
2025-08-18T22:08:41.6039473Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/10.expect' from root:root to runner:runner
2025-08-18T22:08:41.6040664Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/12.S' from root:root to runner:runner
2025-08-18T22:08:41.6041852Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/07.expect' from root:root to runner:runner
2025-08-18T22:08:41.6043049Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/13.expect' from root:root to runner:runner
2025-08-18T22:08:41.6044231Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/23.S' from root:root to runner:runner
2025-08-18T22:08:41.6045396Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/14.c' from root:root to runner:runner
2025-08-18T22:08:41.6046705Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/18.expect' from root:root to runner:runner
2025-08-18T22:08:41.6048139Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/20.c' from root:root to runner:runner
2025-08-18T22:08:41.6049375Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/05.c' from root:root to runner:runner
2025-08-18T22:08:41.6050565Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/17.expect' from root:root to runner:runner
2025-08-18T22:08:41.6051779Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/03.expect' from root:root to runner:runner
2025-08-18T22:08:41.6052981Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/06.expect' from root:root to runner:runner
2025-08-18T22:08:41.6054169Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/13.S' from root:root to runner:runner
2025-08-18T22:08:41.6055356Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/19.expect' from root:root to runner:runner
2025-08-18T22:08:41.6056573Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/pp-counter.c' from root:root to runner:runner
2025-08-18T22:08:41.6058168Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/04.expect' from root:root to runner:runner
2025-08-18T22:08:41.6059359Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/15.c' from root:root to runner:runner
2025-08-18T22:08:41.6060523Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/07.c' from root:root to runner:runner
2025-08-18T22:08:41.6061685Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/17.c' from root:root to runner:runner
2025-08-18T22:08:41.6062851Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/02.c' from root:root to runner:runner
2025-08-18T22:08:41.6064016Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/09.c' from root:root to runner:runner
2025-08-18T22:08:41.6065207Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/23.expect' from root:root to runner:runner
2025-08-18T22:08:41.6066395Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/16.c' from root:root to runner:runner
2025-08-18T22:08:41.6067776Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/04.c' from root:root to runner:runner
2025-08-18T22:08:41.6068971Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/12.expect' from root:root to runner:runner
2025-08-18T22:08:41.6070183Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/08.expect' from root:root to runner:runner
2025-08-18T22:08:41.6071582Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/Makefile' from root:root to runner:runner
2025-08-18T22:08:41.6072819Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/19.c' from root:root to runner:runner
2025-08-18T22:08:41.6074004Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/20.expect' from root:root to runner:runner
2025-08-18T22:08:41.6075189Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/01.c' from root:root to runner:runner
2025-08-18T22:08:41.6076375Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/09.expect' from root:root to runner:runner
2025-08-18T22:08:41.6077771Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/18.c' from root:root to runner:runner
2025-08-18T22:08:41.6078939Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/06.c' from root:root to runner:runner
2025-08-18T22:08:41.6080106Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/03.c' from root:root to runner:runner
2025-08-18T22:08:41.6081523Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/01.expect' from root:root to runner:runner
2025-08-18T22:08:41.6082734Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/21.expect' from root:root to runner:runner
2025-08-18T22:08:41.6083948Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/22.expect' from root:root to runner:runner
2025-08-18T22:08:41.6085135Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/21.c' from root:root to runner:runner
2025-08-18T22:08:41.6086363Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/pp-counter.expect' from root:root to runner:runner
2025-08-18T22:08:41.6087746Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/10.c' from root:root to runner:runner
2025-08-18T22:08:41.6088917Z [00:02:07.152]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/22.c' from root:root to runner:runner
2025-08-18T22:08:41.6090216Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/05.expect' from root:root to runner:runner
2025-08-18T22:08:41.6091399Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/08.c' from root:root to runner:runner
2025-08-18T22:08:41.6092584Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/11.expect' from root:root to runner:runner
2025-08-18T22:08:41.6093774Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/11.c' from root:root to runner:runner
2025-08-18T22:08:41.6095138Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/02.expect' from root:root to runner:runner
2025-08-18T22:08:41.6096385Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp' from root:root to runner:runner
2025-08-18T22:08:41.6097729Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tcctest.h' from root:root to runner:runner
2025-08-18T22:08:41.6098929Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/boundtest.c' from root:root to runner:runner
2025-08-18T22:08:41.6100156Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/gcctestsuite.sh' from root:root to runner:runner
2025-08-18T22:08:41.6101368Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/Makefile' from root:root to runner:runner
2025-08-18T22:08:41.6102552Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/abitest.c' from root:root to runner:runner
2025-08-18T22:08:41.6103763Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/libtcc_test_mt.c' from root:root to runner:runner
2025-08-18T22:08:41.6105222Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/vla_test.c' from root:root to runner:runner
2025-08-18T22:08:41.6106404Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/42test.h' from root:root to runner:runner
2025-08-18T22:08:41.6107801Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/asm-c-connect-1.c' from root:root to runner:runner
2025-08-18T22:08:41.6109021Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/asmtest.S' from root:root to runner:runner
2025-08-18T22:08:41.6110206Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tcctest.c' from root:root to runner:runner
2025-08-18T22:08:41.6111442Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/61_integers.c' from root:root to runner:runner
2025-08-18T22:08:41.6112724Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/48_nested_break.c' from root:root to runner:runner
2025-08-18T22:08:41.6114053Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/83_utf8_in_identifiers.c' from root:root to runner:runner
2025-08-18T22:08:41.6115432Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/126_bound_global.expect' from root:root to runner:runner
2025-08-18T22:08:41.6116854Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/44_scoped_declarations.c' from root:root to runner:runner
2025-08-18T22:08:41.6118247Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/100_c99array-decls.c' from root:root to runner:runner
2025-08-18T22:08:41.6119763Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/125_atomic_misc.c' from root:root to runner:runner
2025-08-18T22:08:41.6121086Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/17_enum.c' from root:root to runner:runner
2025-08-18T22:08:41.6122401Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/44_scoped_declarations.expect' from root:root to runner:runner
2025-08-18T22:08:41.6123768Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/23_type_coercion.expect' from root:root to runner:runner
2025-08-18T22:08:41.6125154Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/111_conversion.expect' from root:root to runner:runner
2025-08-18T22:08:41.6126489Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/105_local_extern.expect' from root:root to runner:runner
2025-08-18T22:08:41.6127979Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/80_flexarray.c' from root:root to runner:runner
2025-08-18T22:08:41.6129487Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields_ms.expect' from root:root to runner:runner
2025-08-18T22:08:41.6130783Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/15_recursion.c' from root:root to runner:runner
2025-08-18T22:08:41.6132069Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/33_ternary_op.expect' from root:root to runner:runner
2025-08-18T22:08:41.6133365Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/81_types.expect' from root:root to runner:runner
2025-08-18T22:08:41.6134636Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/39_typedef.c' from root:root to runner:runner
2025-08-18T22:08:41.6135942Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/108_constructor.expect' from root:root to runner:runner
2025-08-18T22:08:41.6137436Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/90_struct-init.expect' from root:root to runner:runner
2025-08-18T22:08:41.6138769Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/101_cleanup.expect' from root:root to runner:runner
2025-08-18T22:08:41.6140049Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/07_function.c' from root:root to runner:runner
2025-08-18T22:08:41.6141337Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields.expect' from root:root to runner:runner
2025-08-18T22:08:41.6142795Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/08_while.c' from root:root to runner:runner
2025-08-18T22:08:41.6144172Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/42_function_pointer.expect' from root:root to runner:runner
2025-08-18T22:08:41.6145566Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/70_floating_point_literals.expect' from root:root to runner:runner
2025-08-18T22:08:41.6147012Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/03_struct.expect' from root:root to runner:runner
2025-08-18T22:08:41.6148419Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/93_integer_promotion.expect' from root:root to runner:runner
2025-08-18T22:08:41.6149728Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/106_versym.c' from root:root to runner:runner
2025-08-18T22:08:41.6151046Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/75_array_in_struct_init.expect' from root:root to runner:runner
2025-08-18T22:08:41.6152357Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/102_alignas.c' from root:root to runner:runner
2025-08-18T22:08:41.6153877Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/30_hanoi.expect' from root:root to runner:runner
2025-08-18T22:08:41.6155197Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/89_nocode_wanted.expect' from root:root to runner:runner
2025-08-18T22:08:41.6156572Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/135_func_arg_struct_compare.expect' from root:root to runner:runner
2025-08-18T22:08:41.6158081Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/55_lshift_type.c' from root:root to runner:runner
2025-08-18T22:08:41.6159437Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/85_asm-outside-function.expect' from root:root to runner:runner
2025-08-18T22:08:41.6160767Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/104+_inline.c' from root:root to runner:runner
2025-08-18T22:08:41.6162058Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/39_typedef.expect' from root:root to runner:runner
2025-08-18T22:08:41.6163347Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/16_nesting.c' from root:root to runner:runner
2025-08-18T22:08:41.6164598Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/120_alias.c' from root:root to runner:runner
2025-08-18T22:08:41.6165892Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/52_unnamed_enum.expect' from root:root to runner:runner
2025-08-18T22:08:41.6167557Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/61_integers.expect' from root:root to runner:runner
2025-08-18T22:08:41.6168944Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/77_push_pop_macro.expect' from root:root to runner:runner
2025-08-18T22:08:41.6170269Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/115_bound_setjmp.c' from root:root to runner:runner
2025-08-18T22:08:41.6171606Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/124_atomic_counter.expect' from root:root to runner:runner
2025-08-18T22:08:41.6172932Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/118_switch.expect' from root:root to runner:runner
2025-08-18T22:08:41.6174270Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/137_funcall_struct_args.expect' from root:root to runner:runner
2025-08-18T22:08:41.6175627Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/50_logical_second_arg.c' from root:root to runner:runner
2025-08-18T22:08:41.6177055Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/22_floating_point.c' from root:root to runner:runner
2025-08-18T22:08:41.6178593Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/90_struct-init.c' from root:root to runner:runner
2025-08-18T22:08:41.6179914Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/96_nodata_wanted.expect' from root:root to runner:runner
2025-08-18T22:08:41.6181215Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/46_grep.expect' from root:root to runner:runner
2025-08-18T22:08:41.6182536Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/103_implicit_memmove.expect' from root:root to runner:runner
2025-08-18T22:08:41.6183831Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/04_for.c' from root:root to runner:runner
2025-08-18T22:08:41.6185101Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/29_array_address.c' from root:root to runner:runner
2025-08-18T22:08:41.6186425Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/76_dollars_in_identifiers.c' from root:root to runner:runner
2025-08-18T22:08:41.6187923Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/72_long_long_constant.c' from root:root to runner:runner
2025-08-18T22:08:41.6189206Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/54_goto.c' from root:root to runner:runner
2025-08-18T22:08:41.6190470Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/24_math_library.c' from root:root to runner:runner
2025-08-18T22:08:41.6191999Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/76_dollars_in_identifiers.expect' from root:root to runner:runner
2025-08-18T22:08:41.6193478Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/26_character_constants.expect' from root:root to runner:runner
2025-08-18T22:08:41.6194810Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/98_al_ax_extend.c' from root:root to runner:runner
2025-08-18T22:08:41.6196106Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields_ms.c' from root:root to runner:runner
2025-08-18T22:08:41.6197583Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/36_array_initialisers.c' from root:root to runner:runner
2025-08-18T22:08:41.6198940Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/83_utf8_in_identifiers.expect' from root:root to runner:runner
2025-08-18T22:08:41.6200288Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/114_bound_signal.expect' from root:root to runner:runner
2025-08-18T22:08:41.6201800Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/01_comment.c' from root:root to runner:runner
2025-08-18T22:08:41.6203087Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/78_vla_label.expect' from root:root to runner:runner
2025-08-18T22:08:41.6204386Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/108_constructor.c' from root:root to runner:runner
2025-08-18T22:08:41.6205668Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/122_vla_reuse.c' from root:root to runner:runner
2025-08-18T22:08:41.6207059Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/103_implicit_memmove.c' from root:root to runner:runner
2025-08-18T22:08:41.6208426Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/33_ternary_op.c' from root:root to runner:runner
2025-08-18T22:08:41.6209709Z [00:02:07.153]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/84_hex-float.c' from root:root to runner:runner
2025-08-18T22:08:41.6210998Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/123_vla_bug.expect' from root:root to runner:runner
2025-08-18T22:08:41.6212322Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/112_backtrace.expect' from root:root to runner:runner
2025-08-18T22:08:41.6213672Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/49_bracket_evaluation.expect' from root:root to runner:runner
2025-08-18T22:08:41.6215227Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/34_array_assignment.expect' from root:root to runner:runner
2025-08-18T22:08:41.6216731Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/26_character_constants.c' from root:root to runner:runner
2025-08-18T22:08:41.6218119Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/64_macro_nesting.expect' from root:root to runner:runner
2025-08-18T22:08:41.6219440Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/55_lshift_type.expect' from root:root to runner:runner
2025-08-18T22:08:41.6220748Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/94_generic.expect' from root:root to runner:runner
2025-08-18T22:08:41.6222075Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/85_asm-outside-function.c' from root:root to runner:runner
2025-08-18T22:08:41.6223366Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/37_sprintf.c' from root:root to runner:runner
2025-08-18T22:08:41.6224687Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/120_alias.expect' from root:root to runner:runner
2025-08-18T22:08:41.6226226Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/64_macro_nesting.c' from root:root to runner:runner
2025-08-18T22:08:41.6227715Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/38_multiple_array_index.c' from root:root to runner:runner
2025-08-18T22:08:41.6229026Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include2.h' from root:root to runner:runner
2025-08-18T22:08:41.6230288Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include.c' from root:root to runner:runner
2025-08-18T22:08:41.6231548Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/73_arm64.c' from root:root to runner:runner
2025-08-18T22:08:41.6232852Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/134_double_to_signed.expect' from root:root to runner:runner
2025-08-18T22:08:41.6234146Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/14_if.c' from root:root to runner:runner
2025-08-18T22:08:41.6235391Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/117_builtins.c' from root:root to runner:runner
2025-08-18T22:08:41.6236809Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/41_hashif.c' from root:root to runner:runner
2025-08-18T22:08:41.6238137Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/05_array.c' from root:root to runner:runner
2025-08-18T22:08:41.6239685Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/60_errors_and_warnings.c' from root:root to runner:runner
2025-08-18T22:08:41.6241038Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/104_inline.c' from root:root to runner:runner
2025-08-18T22:08:41.6242353Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/19_pointer_arithmetic.expect' from root:root to runner:runner
2025-08-18T22:08:41.6243656Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/46_grep.c' from root:root to runner:runner
2025-08-18T22:08:41.6244960Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/97_utf8_string_literal.expect' from root:root to runner:runner
2025-08-18T22:08:41.6246309Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/67_macro_concat.expect' from root:root to runner:runner
2025-08-18T22:08:41.6247760Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/81_types.c' from root:root to runner:runner
2025-08-18T22:08:41.6249050Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/117_builtins.expect' from root:root to runner:runner
2025-08-18T22:08:41.6250550Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/04_for.expect' from root:root to runner:runner
2025-08-18T22:08:41.6251840Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/104_inline.expect' from root:root to runner:runner
2025-08-18T22:08:41.6253177Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/60_errors_and_warnings.expect' from root:root to runner:runner
2025-08-18T22:08:41.6254502Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/51_static.expect' from root:root to runner:runner
2025-08-18T22:08:41.6255816Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/48_nested_break.expect' from root:root to runner:runner
2025-08-18T22:08:41.6257251Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/47_switch_return.expect' from root:root to runner:runner
2025-08-18T22:08:41.6258622Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/89_nocode_wanted.c' from root:root to runner:runner
2025-08-18T22:08:41.6259904Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/54_goto.expect' from root:root to runner:runner
2025-08-18T22:08:41.6261203Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/42_function_pointer.c' from root:root to runner:runner
2025-08-18T22:08:41.6262493Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/14_if.expect' from root:root to runner:runner
2025-08-18T22:08:41.6263947Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/133_old_func.expect' from root:root to runner:runner
2025-08-18T22:08:41.6265309Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/41_hashif.expect' from root:root to runner:runner
2025-08-18T22:08:41.6266600Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/67_macro_concat.c' from root:root to runner:runner
2025-08-18T22:08:41.6268094Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/25_quicksort.expect' from root:root to runner:runner
2025-08-18T22:08:41.6269409Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/96_nodata_wanted.c' from root:root to runner:runner
2025-08-18T22:08:41.6270668Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/31_args.c' from root:root to runner:runner
2025-08-18T22:08:41.6271951Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/125_atomic_misc.expect' from root:root to runner:runner
2025-08-18T22:08:41.6273288Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/109_float_struct_calling.c' from root:root to runner:runner
2025-08-18T22:08:41.6274827Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/101_cleanup.c' from root:root to runner:runner
2025-08-18T22:08:41.6276137Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/19_pointer_arithmetic.c' from root:root to runner:runner
2025-08-18T22:08:41.6277625Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/98_al_ax_extend.expect' from root:root to runner:runner
2025-08-18T22:08:41.6278915Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/28_strings.c' from root:root to runner:runner
2025-08-18T22:08:41.6280168Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/02_printf.c' from root:root to runner:runner
2025-08-18T22:08:41.6281448Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/116_bound_setjmp2.c' from root:root to runner:runner
2025-08-18T22:08:41.6282722Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/99_fastcall.c' from root:root to runner:runner
2025-08-18T22:08:41.6283995Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/35_sizeof.expect' from root:root to runner:runner
2025-08-18T22:08:41.6285266Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/87_dead_code.c' from root:root to runner:runner
2025-08-18T22:08:41.6286533Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/10_pointer.c' from root:root to runner:runner
2025-08-18T22:08:41.6288136Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/97_utf8_string_literal.c' from root:root to runner:runner
2025-08-18T22:08:41.6289511Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/113_btdll.expect' from root:root to runner:runner
2025-08-18T22:08:41.6290804Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/129_scopes.expect' from root:root to runner:runner
2025-08-18T22:08:41.6292108Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/114_bound_signal.c' from root:root to runner:runner
2025-08-18T22:08:41.6293397Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/21_char_array.c' from root:root to runner:runner
2025-08-18T22:08:41.6294713Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/100_c99array-decls.expect' from root:root to runner:runner
2025-08-18T22:08:41.6296045Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/128_run_atexit.expect' from root:root to runner:runner
2025-08-18T22:08:41.6297496Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/12_hashdefine.c' from root:root to runner:runner
2025-08-18T22:08:41.6298994Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/107_stack_safe.c' from root:root to runner:runner
2025-08-18T22:08:41.6300264Z [00:02:07.154]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/30_hanoi.c' from root:root to runner:runner
2025-08-18T22:08:41.6301561Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/75_array_in_struct_init.c' from root:root to runner:runner
2025-08-18T22:08:41.6302920Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/38_multiple_array_index.expect' from root:root to runner:runner
2025-08-18T22:08:41.6304281Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/119_random_stuff.expect' from root:root to runner:runner
2025-08-18T22:08:41.6305704Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/94_generic.c' from root:root to runner:runner
2025-08-18T22:08:41.6307123Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/133_old_func.c' from root:root to runner:runner
2025-08-18T22:08:41.6308470Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/126_bound_global.c' from root:root to runner:runner
2025-08-18T22:08:41.6309761Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/00_assignment.c' from root:root to runner:runner
2025-08-18T22:08:41.6311014Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/Makefile' from root:root to runner:runner
2025-08-18T22:08:41.6312283Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/88_codeopt.expect' from root:root to runner:runner
2025-08-18T22:08:41.6313549Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/27_sizeof.c' from root:root to runner:runner
2025-08-18T22:08:41.6314833Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/130_large_argument.c' from root:root to runner:runner
2025-08-18T22:08:41.6316351Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/136_atomic_gcc_style.c' from root:root to runner:runner
2025-08-18T22:08:41.6317782Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/110_average.c' from root:root to runner:runner
2025-08-18T22:08:41.6319072Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/11_precedence.expect' from root:root to runner:runner
2025-08-18T22:08:41.6320379Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/07_function.expect' from root:root to runner:runner
2025-08-18T22:08:41.6321679Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/23_type_coercion.c' from root:root to runner:runner
2025-08-18T22:08:41.6322978Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/43_void_param.expect' from root:root to runner:runner
2025-08-18T22:08:41.6324266Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/123_vla_bug.c' from root:root to runner:runner
2025-08-18T22:08:41.6325651Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/116_bound_setjmp2.expect' from root:root to runner:runner
2025-08-18T22:08:41.6327071Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/92_enum_bitfield.expect' from root:root to runner:runner
2025-08-18T22:08:41.6328462Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/93_integer_promotion.c' from root:root to runner:runner
2025-08-18T22:08:41.6329954Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/88_codeopt.c' from root:root to runner:runner
2025-08-18T22:08:41.6331294Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/86_memory-model.c' from root:root to runner:runner
2025-08-18T22:08:41.6332583Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/92_enum_bitfield.c' from root:root to runner:runner
2025-08-18T22:08:41.6333870Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/31_args.expect' from root:root to runner:runner
2025-08-18T22:08:41.6335119Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/LICENSE' from root:root to runner:runner
2025-08-18T22:08:41.6336414Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/20_pointer_comparison.c' from root:root to runner:runner
2025-08-18T22:08:41.6337926Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/29_array_address.expect' from root:root to runner:runner
2025-08-18T22:08:41.6339235Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/78_vla_label.c' from root:root to runner:runner
2025-08-18T22:08:41.6340736Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/10_pointer.expect' from root:root to runner:runner
2025-08-18T22:08:41.6342073Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/13_integer_literals.expect' from root:root to runner:runner
2025-08-18T22:08:41.6343382Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/32_led.expect' from root:root to runner:runner
2025-08-18T22:08:41.6344681Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/124_atomic_counter.c' from root:root to runner:runner
2025-08-18T22:08:41.6345986Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/111_conversion.c' from root:root to runner:runner
2025-08-18T22:08:41.6347507Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/130_large_argument.expect' from root:root to runner:runner
2025-08-18T22:08:41.6348832Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/16_nesting.expect' from root:root to runner:runner
2025-08-18T22:08:41.6350163Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/72_long_long_constant.expect' from root:root to runner:runner
2025-08-18T22:08:41.6351475Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields.c' from root:root to runner:runner
2025-08-18T22:08:41.6352775Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/122_vla_reuse.expect' from root:root to runner:runner
2025-08-18T22:08:41.6354256Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/79_vla_continue.c' from root:root to runner:runner
2025-08-18T22:08:41.6355630Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/22_floating_point.expect' from root:root to runner:runner
2025-08-18T22:08:41.6357030Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/40_stdio.c' from root:root to runner:runner
2025-08-18T22:08:41.6358373Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/12_hashdefine.expect' from root:root to runner:runner
2025-08-18T22:08:41.6359690Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/77_push_pop_macro.c' from root:root to runner:runner
2025-08-18T22:08:41.6361011Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/71_macro_empty_arg.expect' from root:root to runner:runner
2025-08-18T22:08:41.6362315Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/08_while.expect' from root:root to runner:runner
2025-08-18T22:08:41.6363580Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/09_do_while.c' from root:root to runner:runner
2025-08-18T22:08:41.6365068Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/05_array.expect' from root:root to runner:runner
2025-08-18T22:08:41.6366385Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/121_struct_return.expect' from root:root to runner:runner
2025-08-18T22:08:41.6367843Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/36_array_initialisers.expect' from root:root to runner:runner
2025-08-18T22:08:41.6369171Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/02_printf.expect' from root:root to runner:runner
2025-08-18T22:08:41.6370467Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/47_switch_return.c' from root:root to runner:runner
2025-08-18T22:08:41.6371752Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/43_void_param.c' from root:root to runner:runner
2025-08-18T22:08:41.6373055Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/86_memory-model.expect' from root:root to runner:runner
2025-08-18T22:08:41.6374375Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/00_assignment.expect' from root:root to runner:runner
2025-08-18T22:08:41.6375689Z [00:02:07.155]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/87_dead_code.expect' from root:root to runner:runner
2025-08-18T22:08:41.6377060Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/45_empty_for.expect' from root:root to runner:runner
2025-08-18T22:08:41.6378620Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/121_struct_return.c' from root:root to runner:runner
2025-08-18T22:08:41.6379978Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/52_unnamed_enum.c' from root:root to runner:runner
2025-08-18T22:08:41.6381295Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/137_funcall_struct_args.c' from root:root to runner:runner
2025-08-18T22:08:41.6382624Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/21_char_array.expect' from root:root to runner:runner
2025-08-18T22:08:41.6383939Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/15_recursion.expect' from root:root to runner:runner
2025-08-18T22:08:41.6385224Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/45_empty_for.c' from root:root to runner:runner
2025-08-18T22:08:41.6386555Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/109_float_struct_calling.expect' from root:root to runner:runner
2025-08-18T22:08:41.6388196Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/129_scopes.c' from root:root to runner:runner
2025-08-18T22:08:41.6389453Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/32_led.c' from root:root to runner:runner
2025-08-18T22:08:41.6390690Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/06_case.c' from root:root to runner:runner
2025-08-18T22:08:41.6391993Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/135_func_arg_struct_compare.c' from root:root to runner:runner
2025-08-18T22:08:41.6393339Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/115_bound_setjmp.expect' from root:root to runner:runner
2025-08-18T22:08:41.6394662Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/27_sizeof.expect' from root:root to runner:runner
2025-08-18T22:08:41.6395963Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include.expect' from root:root to runner:runner
2025-08-18T22:08:41.6397408Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/106_versym.expect' from root:root to runner:runner
2025-08-18T22:08:41.6398705Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/73_arm64.expect' from root:root to runner:runner
2025-08-18T22:08:41.6399984Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/127_asm_goto.c' from root:root to runner:runner
2025-08-18T22:08:41.6401430Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/112_backtrace.c' from root:root to runner:runner
2025-08-18T22:08:41.6402778Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/40_stdio.expect' from root:root to runner:runner
2025-08-18T22:08:41.6404069Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/37_sprintf.expect' from root:root to runner:runner
2025-08-18T22:08:41.6405404Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/70_floating_point_literals.c' from root:root to runner:runner
2025-08-18T22:08:41.6406850Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/120+_alias.c' from root:root to runner:runner
2025-08-18T22:08:41.6408224Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/132_bound_test.expect' from root:root to runner:runner
2025-08-18T22:08:41.6409577Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.expect' from root:root to runner:runner
2025-08-18T22:08:41.6410922Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/24_math_library.expect' from root:root to runner:runner
2025-08-18T22:08:41.6412447Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/118_switch.c' from root:root to runner:runner
2025-08-18T22:08:41.6413774Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/50_logical_second_arg.expect' from root:root to runner:runner
2025-08-18T22:08:41.6415074Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/113_btdll.c' from root:root to runner:runner
2025-08-18T22:08:41.6416362Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/80_flexarray.expect' from root:root to runner:runner
2025-08-18T22:08:41.6417840Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.c' from root:root to runner:runner
2025-08-18T22:08:41.6419173Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/34_array_assignment.c' from root:root to runner:runner
2025-08-18T22:08:41.6420463Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include.h' from root:root to runner:runner
2025-08-18T22:08:41.6421752Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/13_integer_literals.c' from root:root to runner:runner
2025-08-18T22:08:41.6423063Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/82_attribs_position.c' from root:root to runner:runner
2025-08-18T22:08:41.6424356Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/25_quicksort.c' from root:root to runner:runner
2025-08-18T22:08:41.6425911Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/51_static.c' from root:root to runner:runner
2025-08-18T22:08:41.6427383Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/28_strings.expect' from root:root to runner:runner
2025-08-18T22:08:41.6428742Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/119_random_stuff.c' from root:root to runner:runner
2025-08-18T22:08:41.6430097Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/131_return_struct_in_reg.expect' from root:root to runner:runner
2025-08-18T22:08:41.6431421Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/06_case.expect' from root:root to runner:runner
2025-08-18T22:08:41.6432701Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/17_enum.expect' from root:root to runner:runner
2025-08-18T22:08:41.6433998Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/107_stack_safe.expect' from root:root to runner:runner
2025-08-18T22:08:41.6435328Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/131_return_struct_in_reg.c' from root:root to runner:runner
2025-08-18T22:08:41.6436996Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/102_alignas.expect' from root:root to runner:runner
2025-08-18T22:08:41.6438343Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/49_bracket_evaluation.c' from root:root to runner:runner
2025-08-18T22:08:41.6439657Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/105_local_extern.c' from root:root to runner:runner
2025-08-18T22:08:41.6440957Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/99_fastcall.expect' from root:root to runner:runner
2025-08-18T22:08:41.6442271Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/84_hex-float.expect' from root:root to runner:runner
2025-08-18T22:08:41.6443550Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/03_struct.c' from root:root to runner:runner
2025-08-18T22:08:41.6444823Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/110_average.expect' from root:root to runner:runner
2025-08-18T22:08:41.6446089Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/35_sizeof.c' from root:root to runner:runner
2025-08-18T22:08:41.6447469Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/134_double_to_signed.c' from root:root to runner:runner
2025-08-18T22:08:41.6448821Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/136_atomic_gcc_style.expect' from root:root to runner:runner
2025-08-18T22:08:41.6450351Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/09_do_while.expect' from root:root to runner:runner
2025-08-18T22:08:41.6451715Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/127_asm_goto.expect' from root:root to runner:runner
2025-08-18T22:08:41.6453053Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/20_pointer_comparison.expect' from root:root to runner:runner
2025-08-18T22:08:41.6454412Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/79_vla_continue.expect' from root:root to runner:runner
2025-08-18T22:08:41.6455724Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/01_comment.expect' from root:root to runner:runner
2025-08-18T22:08:41.6457106Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/11_precedence.c' from root:root to runner:runner
2025-08-18T22:08:41.6458479Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/82_attribs_position.expect' from root:root to runner:runner
2025-08-18T22:08:41.6460004Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/71_macro_empty_arg.c' from root:root to runner:runner
2025-08-18T22:08:41.6461297Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/132_bound_test.c' from root:root to runner:runner
2025-08-18T22:08:41.6462589Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/128_run_atexit.c' from root:root to runner:runner
2025-08-18T22:08:41.6463806Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2' from root:root to runner:runner
2025-08-18T22:08:41.6464937Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests' from root:root to runner:runner
2025-08-18T22:08:41.6466102Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/varargs.h' from root:root to runner:runner
2025-08-18T22:08:41.6467466Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/tccdefs.h' from root:root to runner:runner
2025-08-18T22:08:41.6468675Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdbool.h' from root:root to runner:runner
2025-08-18T22:08:41.6469874Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdarg.h' from root:root to runner:runner
2025-08-18T22:08:41.6471077Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdatomic.h' from root:root to runner:runner
2025-08-18T22:08:41.6472302Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdalign.h' from root:root to runner:runner
2025-08-18T22:08:41.6473671Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stddef.h' from root:root to runner:runner
2025-08-18T22:08:41.6474973Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/float.h' from root:root to runner:runner
2025-08-18T22:08:41.6476158Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/tgmath.h' from root:root to runner:runner
2025-08-18T22:08:41.6477514Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdnoreturn.h' from root:root to runner:runner
2025-08-18T22:08:41.6478707Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include' from root:root to runner:runner
2025-08-18T22:08:41.6479848Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/tcov.o' from root:root to runner:runner
2025-08-18T22:08:41.6481004Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/libtcc1.c' from root:root to runner:runner
2025-08-18T22:08:41.6482162Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bt-exe.c' from root:root to runner:runner
2025-08-18T22:08:41.6483539Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/builtin.o' from root:root to runner:runner
2025-08-18T22:08:41.6484696Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bt-dll.c' from root:root to runner:runner
2025-08-18T22:08:41.6485856Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/atomic.o' from root:root to runner:runner
2025-08-18T22:08:41.6487125Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/lib-arm64.c' from root:root to runner:runner
2025-08-18T22:08:41.6488351Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/va_list.c' from root:root to runner:runner
2025-08-18T22:08:41.6489515Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/alloca.S' from root:root to runner:runner
2025-08-18T22:08:41.6490674Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/runmain.c' from root:root to runner:runner
2025-08-18T22:08:41.6491874Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bt-log.c' from root:root to runner:runner
2025-08-18T22:08:41.6493050Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/stdatomic.c' from root:root to runner:runner
2025-08-18T22:08:41.6494229Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/Makefile' from root:root to runner:runner
2025-08-18T22:08:41.6495406Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/lib-arm64.o' from root:root to runner:runner
2025-08-18T22:08:41.6496820Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bcheck.c' from root:root to runner:runner
2025-08-18T22:08:41.6498081Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/builtin.c' from root:root to runner:runner
2025-08-18T22:08:41.6499254Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/alloca-bt.S' from root:root to runner:runner
2025-08-18T22:08:41.6500435Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/dsohandle.c' from root:root to runner:runner
2025-08-18T22:08:41.6501616Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/armflush.c' from root:root to runner:runner
2025-08-18T22:08:41.6502776Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/tcov.c' from root:root to runner:runner
2025-08-18T22:08:41.6503941Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/stdatomic.o' from root:root to runner:runner
2025-08-18T22:08:41.6505123Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/dsohandle.o' from root:root to runner:runner
2025-08-18T22:08:41.6506295Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/armeabi.c' from root:root to runner:runner
2025-08-18T22:08:41.6507848Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/atomic.S' from root:root to runner:runner
2025-08-18T22:08:41.6508982Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib' from root:root to runner:runner
2025-08-18T22:08:41.6510056Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO' from root:root to runner:runner
2025-08-18T22:08:41.6511107Z [00:02:07.156]➜  changed ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I' from root:root to runner:runner
2025-08-18T22:08:41.6511994Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-18T22:08:41.6512785Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-18T22:08:41.6513566Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.version' retained as runner:runner
2025-08-18T22:08:41.6514333Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-18T22:08:41.6515072Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-18T22:08:41.6515825Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/configure' retained as runner:runner
2025-08-18T22:08:41.6516573Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tcc' retained as runner:runner
2025-08-18T22:08:41.6517495Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/texi2pod.pl' retained as runner:runner
2025-08-18T22:08:41.6518273Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/c2str.exe' retained as runner:runner
2025-08-18T22:08:41.6518995Z [00:02:07.156]➜  ownership of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-18T22:08:41.6520040Z [00:02:07.163]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6521087Z [00:02:07.169]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6522051Z [00:02:07.175]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6522928Z [00:02:07.182]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6523731Z [00:02:07.188]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6524598Z [00:02:07.194]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6525492Z [00:02:07.200]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6526506Z [00:02:07.207]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/CodingStyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6527887Z [00:02:07.213]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/x86_64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6529286Z [00:02:07.220]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6530441Z [00:02:07.226]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6531596Z [00:02:07.232]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/dwarf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6587587Z [00:02:07.238]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6651408Z [00:02:07.245]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6717373Z [00:02:07.251]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccasm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6781929Z [00:02:07.258]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6846696Z [00:02:07.264]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccasm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6908400Z [00:02:07.270]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.6965064Z [00:02:07.276]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7025301Z [00:02:07.282]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccpp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7084681Z [00:02:07.288]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/stab.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7145870Z [00:02:07.294]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/RELICENSING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7206296Z [00:02:07.300]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7265580Z [00:02:07.306]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/config.mak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7325120Z [00:02:07.312]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7383592Z [00:02:07.318]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-link.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7443092Z [00:02:07.324]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.pod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7499761Z [00:02:07.329]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccelf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7559183Z [00:02:07.335]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7618533Z [00:02:07.341]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/x86_64-asm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7677737Z [00:02:07.347]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7737733Z [00:02:07.353]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccdbg.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7797013Z [00:02:07.359]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-gen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7856900Z [00:02:07.365]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/bt-exe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7913000Z [00:02:07.371]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccdefs_.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.7972672Z [00:02:07.377]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8033588Z [00:02:07.383]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.info' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8094580Z [00:02:07.389]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcctools.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8156142Z [00:02:07.395]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/tcc-win32.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8220653Z [00:02:07.401]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/build-tcc.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8282552Z [00:02:07.408]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/hello_dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8345358Z [00:02:07.414]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/fib.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8410167Z [00:02:07.420]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8471144Z [00:02:07.427]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/examples/hello_win.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8534770Z [00:02:07.433]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/mem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8597394Z [00:02:07.439]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/wingdi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8660992Z [00:02:07.446]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8722895Z [00:02:07.452]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/ws2ipdef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8782505Z [00:02:07.458]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack8.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8844504Z [00:02:07.464]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winbase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8905209Z [00:02:07.470]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.8964613Z [00:02:07.476]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winreg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9026955Z [00:02:07.482]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winerror.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9087479Z [00:02:07.488]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winuser.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9147200Z [00:02:07.494]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/basetsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9208923Z [00:02:07.500]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/poppack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9270006Z [00:02:07.506]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/shellapi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9330835Z [00:02:07.513]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/qos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9391129Z [00:02:07.519]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/guiddef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9451744Z [00:02:07.525]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9512812Z [00:02:07.531]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/windows.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9573420Z [00:02:07.537]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/wincon.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9631300Z [00:02:07.543]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/ws2tcpip.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9699697Z [00:02:07.549]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/windef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9762579Z [00:02:07.556]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winnt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9823312Z [00:02:07.562]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/basetyps.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9885195Z [00:02:07.568]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/pshpack4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:41.9947183Z [00:02:07.574]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winnls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0009884Z [00:02:07.580]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/winapi/winsock2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0071281Z [00:02:07.587]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/uchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0133310Z [00:02:07.593]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/dos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0194143Z [00:02:07.599]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/assert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0257788Z [00:02:07.605]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/share.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0321623Z [00:02:07.612]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/utime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0383453Z [00:02:07.618]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0444207Z [00:02:07.624]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/locking.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0504685Z [00:02:07.630]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0568817Z [00:02:07.636]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0631694Z [00:02:07.643]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/timeb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0694550Z [00:02:07.649]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0754319Z [00:02:07.655]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/stat.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0815540Z [00:02:07.661]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sys/file.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0877312Z [00:02:07.667]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/process.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.0938934Z [00:02:07.673]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1000639Z [00:02:07.680]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1063279Z [00:02:07.686]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/fenv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1130888Z [00:02:07.692]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/dir.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1205639Z [00:02:07.700]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/signal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1267820Z [00:02:07.706]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/setjmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1329910Z [00:02:07.712]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/wctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1389276Z [00:02:07.718]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/conio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1450320Z [00:02:07.725]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/ctype.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1511153Z [00:02:07.731]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/_mingw.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1574425Z [00:02:07.737]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/fcntl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1639382Z [00:02:07.743]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/locale.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1699818Z [00:02:07.749]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/unistd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1761138Z [00:02:07.756]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/iso646.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1822927Z [00:02:07.762]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/errno.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1886116Z [00:02:07.768]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/stdio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.1947747Z [00:02:07.774]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/limits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2006942Z [00:02:07.780]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/direct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2066595Z [00:02:07.786]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/inttypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2126728Z [00:02:07.792]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/wchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2185819Z [00:02:07.798]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/malloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2245332Z [00:02:07.804]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/memory.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2302942Z [00:02:07.810]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/excpt.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2362380Z [00:02:07.816]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/stdlib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2419603Z [00:02:07.821]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/time.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2479122Z [00:02:07.827]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/vadefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2542754Z [00:02:07.834]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/tcc/tcc_libm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2602010Z [00:02:07.840]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/string.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2660400Z [00:02:07.845]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/dirent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2720102Z [00:02:07.851]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/tchar.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2780409Z [00:02:07.857]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2842121Z [00:02:07.864]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/wchar_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2900345Z [00:02:07.869]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/io_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.2959964Z [00:02:07.875]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/tchar_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3020530Z [00:02:07.881]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/stdio_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3080886Z [00:02:07.887]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/time_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3140447Z [00:02:07.893]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/sys/timeb_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3200392Z [00:02:07.899]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/search_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3257104Z [00:02:07.905]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/stralign_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3315462Z [00:02:07.911]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/mbstring_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3373736Z [00:02:07.917]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/conio_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3433324Z [00:02:07.923]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/stdlib_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3493274Z [00:02:07.929]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/string_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3553818Z [00:02:07.935]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/sec_api/crtdbg_s.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3615312Z [00:02:07.941]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/include/values.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3674950Z [00:02:07.947]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/chkstk.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3735950Z [00:02:07.953]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/crt1w.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3795794Z [00:02:07.959]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/user32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3856702Z [00:02:07.965]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/gdi32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3918761Z [00:02:07.971]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/dllcrt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.3981466Z [00:02:07.978]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/ws2_32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4044403Z [00:02:07.984]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/crt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4107501Z [00:02:07.990]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/crtinit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4171016Z [00:02:07.997]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/kernel32.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4236876Z [00:02:08.003]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/wincrt1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4301649Z [00:02:08.010]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/msvcrt.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4367722Z [00:02:08.016]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/wincrt1w.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4431328Z [00:02:08.023]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/win32/lib/dllmain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4491149Z [00:02:08.029]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4553482Z [00:02:08.035]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4612939Z [00:02:08.041]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/USES' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4673340Z [00:02:08.047]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4734895Z [00:02:08.053]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4796480Z [00:02:08.059]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex4.c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4859268Z [00:02:08.065]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex3.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4916001Z [00:02:08.071]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex1.c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.4976596Z [00:02:08.077]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5038658Z [00:02:08.083]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/examples/ex5.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5098659Z [00:02:08.089]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccelf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5159506Z [00:02:08.095]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5216511Z [00:02:08.101]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/x86_64-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5276068Z [00:02:08.107]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5338874Z [00:02:08.113]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcclib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5401722Z [00:02:08.120]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5464278Z [00:02:08.126]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.github/workflows/build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5526970Z [00:02:08.132]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/c67-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5587189Z [00:02:08.138]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccgen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5649877Z [00:02:08.144]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccgen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5713018Z [00:02:08.151]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5776054Z [00:02:08.157]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/coff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5838779Z [00:02:08.163]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5900124Z [00:02:08.169]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcccoff.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.5962852Z [00:02:08.176]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6025199Z [00:02:08.182]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc-doc.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6087874Z [00:02:08.188]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccrun.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6148766Z [00:02:08.194]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6211325Z [00:02:08.201]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6272571Z [00:02:08.207]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccpe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6335662Z [00:02:08.213]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6397837Z [00:02:08.219]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/bt-log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6457115Z [00:02:08.225]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6518704Z [00:02:08.231]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccdbg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6583279Z [00:02:08.238]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/elf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6647773Z [00:02:08.244]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6713160Z [00:02:08.251]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-asm.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6780000Z [00:02:08.257]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/il-gen.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6845195Z [00:02:08.264]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/Changelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6911223Z [00:02:08.271]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccpp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.6974172Z [00:02:08.277]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/riscv64-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7038708Z [00:02:08.283]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/libtcc1.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7099601Z [00:02:08.289]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccmacho.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7162549Z [00:02:08.296]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/runmain.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7232052Z [00:02:08.303]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/arm64-asm.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7294761Z [00:02:08.309]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/il-opcodes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7361058Z [00:02:08.316]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/c67-link.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7420768Z [00:02:08.322]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-tok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7481977Z [00:02:08.328]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7543214Z [00:02:08.334]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/stab.def' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7605745Z [00:02:08.340]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7668611Z [00:02:08.346]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7731494Z [00:02:08.353]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7792491Z [00:02:08.359]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/conftest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7853222Z [00:02:08.365]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7914904Z [00:02:08.371]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.7976684Z [00:02:08.377]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8036096Z [00:02:08.383]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8096145Z [00:02:08.389]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8154632Z [00:02:08.395]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8218483Z [00:02:08.401]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8279462Z [00:02:08.407]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8339957Z [00:02:08.413]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8399611Z [00:02:08.419]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8460739Z [00:02:08.426]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8522694Z [00:02:08.432]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8583224Z [00:02:08.438]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8645285Z [00:02:08.444]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8708481Z [00:02:08.450]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8768958Z [00:02:08.456]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8827635Z [00:02:08.462]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8888760Z [00:02:08.468]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.8979258Z [00:02:08.477]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9065758Z [00:02:08.486]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9128269Z [00:02:08.492]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9189503Z [00:02:08.498]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-49bf7c1dd17b7ccc56457c5a31562856aee583cf.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9253059Z [00:02:08.505]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9313841Z [00:02:08.511]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9375808Z [00:02:08.517]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9436055Z [00:02:08.523]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/objects/pack/pack-9aa420eae5ecc32f37e10163c0342e99e0dea160.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9496942Z [00:02:08.529]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9558459Z [00:02:08.535]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9620945Z [00:02:08.541]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9679990Z [00:02:08.547]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/heads/mob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9741394Z [00:02:08.554]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9803892Z [00:02:08.560]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9867924Z [00:02:08.566]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/heads/mob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9929454Z [00:02:08.572]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:42.9991639Z [00:02:08.579]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/i386-asm.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0053737Z [00:02:08.585]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0113902Z [00:02:08.591]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/config.texi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0174520Z [00:02:08.597]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tccrun.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0238047Z [00:02:08.603]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tcctok.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0297212Z [00:02:08.609]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/asm-c-connect-2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0358350Z [00:02:08.615]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/arm-asm-testsuite.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0421840Z [00:02:08.622]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/libtcc_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0484654Z [00:02:08.628]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/testfp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0548533Z [00:02:08.634]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/bug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0609840Z [00:02:08.640]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/16.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0672185Z [00:02:08.647]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/14.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0734551Z [00:02:08.653]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/15.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0798036Z [00:02:08.659]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/10.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0862492Z [00:02:08.666]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/12.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0924677Z [00:02:08.672]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/07.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.0985004Z [00:02:08.678]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/13.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1048597Z [00:02:08.684]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/23.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1109875Z [00:02:08.690]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/14.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1172842Z [00:02:08.697]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/18.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1236855Z [00:02:08.703]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/20.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1301120Z [00:02:08.710]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/05.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1366594Z [00:02:08.716]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/17.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1432160Z [00:02:08.723]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/03.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1497918Z [00:02:08.729]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/06.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1565504Z [00:02:08.736]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/13.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1633093Z [00:02:08.743]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/19.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1699878Z [00:02:08.749]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/pp-counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1764558Z [00:02:08.756]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/04.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1837197Z [00:02:08.763]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/15.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1902547Z [00:02:08.770]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/07.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.1968329Z [00:02:08.776]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/17.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2030975Z [00:02:08.783]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/02.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2094826Z [00:02:08.789]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/09.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2158390Z [00:02:08.795]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/23.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2220213Z [00:02:08.801]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/16.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2282485Z [00:02:08.808]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/04.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2345934Z [00:02:08.814]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/12.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2405956Z [00:02:08.820]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/08.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2470203Z [00:02:08.826]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2531393Z [00:02:08.833]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/19.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2593650Z [00:02:08.839]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/20.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2660041Z [00:02:08.845]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/01.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2720629Z [00:02:08.851]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/09.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2783189Z [00:02:08.858]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/18.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2846213Z [00:02:08.864]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/06.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2907986Z [00:02:08.870]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/03.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.2971881Z [00:02:08.877]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/01.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3033030Z [00:02:08.883]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/21.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3097673Z [00:02:08.889]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/22.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3156772Z [00:02:08.895]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/21.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3218642Z [00:02:08.901]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/pp-counter.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3282050Z [00:02:08.908]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/10.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3344394Z [00:02:08.914]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/22.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3408856Z [00:02:08.920]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/05.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3472295Z [00:02:08.927]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/08.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3532043Z [00:02:08.933]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/11.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3591637Z [00:02:08.939]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/11.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3653343Z [00:02:08.945]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/pp/02.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3716274Z [00:02:08.951]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tcctest.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3780356Z [00:02:08.957]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/boundtest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3839719Z [00:02:08.963]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/gcctestsuite.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3904677Z [00:02:08.970]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.3967927Z [00:02:08.976]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/abitest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4034007Z [00:02:08.983]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/libtcc_test_mt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4098499Z [00:02:08.989]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/vla_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4163499Z [00:02:08.996]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/42test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4230575Z [00:02:09.003]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/asm-c-connect-1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4298109Z [00:02:09.009]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/asmtest.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4362732Z [00:02:09.016]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tcctest.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4429040Z [00:02:09.022]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/61_integers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4493538Z [00:02:09.029]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/48_nested_break.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4555243Z [00:02:09.035]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/83_utf8_in_identifiers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4618020Z [00:02:09.041]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/126_bound_global.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4682797Z [00:02:09.048]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/44_scoped_declarations.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4746295Z [00:02:09.054]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/100_c99array-decls.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4809586Z [00:02:09.060]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/125_atomic_misc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4870276Z [00:02:09.066]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/17_enum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4928644Z [00:02:09.072]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/44_scoped_declarations.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.4985327Z [00:02:09.078]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/23_type_coercion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5043615Z [00:02:09.084]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/111_conversion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5105772Z [00:02:09.090]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/105_local_extern.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5164841Z [00:02:09.096]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/80_flexarray.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5226470Z [00:02:09.102]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields_ms.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5286164Z [00:02:09.108]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/15_recursion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5348731Z [00:02:09.114]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/33_ternary_op.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5410438Z [00:02:09.120]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/81_types.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5470899Z [00:02:09.127]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/39_typedef.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5531365Z [00:02:09.133]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/108_constructor.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5592006Z [00:02:09.139]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/90_struct-init.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5654918Z [00:02:09.145]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/101_cleanup.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5715682Z [00:02:09.151]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/07_function.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5775975Z [00:02:09.157]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5835882Z [00:02:09.163]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/08_while.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5896560Z [00:02:09.169]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/42_function_pointer.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.5960380Z [00:02:09.175]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/70_floating_point_literals.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6023968Z [00:02:09.182]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/03_struct.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6085716Z [00:02:09.188]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/93_integer_promotion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6147671Z [00:02:09.194]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/106_versym.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6212533Z [00:02:09.201]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/75_array_in_struct_init.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6277604Z [00:02:09.207]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/102_alignas.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6343419Z [00:02:09.214]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/30_hanoi.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6403030Z [00:02:09.220]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/89_nocode_wanted.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6468224Z [00:02:09.226]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/135_func_arg_struct_compare.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6531444Z [00:02:09.233]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/55_lshift_type.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6592352Z [00:02:09.239]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/85_asm-outside-function.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6654924Z [00:02:09.245]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/104+_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6714338Z [00:02:09.251]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/39_typedef.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6775068Z [00:02:09.257]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/16_nesting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6835818Z [00:02:09.263]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/120_alias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6895613Z [00:02:09.269]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/52_unnamed_enum.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.6956522Z [00:02:09.275]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/61_integers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7013886Z [00:02:09.281]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/77_push_pop_macro.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7074177Z [00:02:09.287]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/115_bound_setjmp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7133707Z [00:02:09.293]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/124_atomic_counter.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7194354Z [00:02:09.299]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/118_switch.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7255717Z [00:02:09.305]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/137_funcall_struct_args.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7315631Z [00:02:09.311]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/50_logical_second_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7375756Z [00:02:09.317]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/22_floating_point.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7436494Z [00:02:09.323]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/90_struct-init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7497031Z [00:02:09.329]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/96_nodata_wanted.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7557011Z [00:02:09.335]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/46_grep.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7620431Z [00:02:09.341]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/103_implicit_memmove.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7683510Z [00:02:09.348]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/04_for.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7744578Z [00:02:09.354]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/29_array_address.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7804947Z [00:02:09.360]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/76_dollars_in_identifiers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7867092Z [00:02:09.366]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/72_long_long_constant.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7928473Z [00:02:09.372]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/54_goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.7988507Z [00:02:09.378]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/24_math_library.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8046552Z [00:02:09.384]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/76_dollars_in_identifiers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8106876Z [00:02:09.390]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/26_character_constants.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8166130Z [00:02:09.396]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/98_al_ax_extend.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8228317Z [00:02:09.402]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields_ms.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8287892Z [00:02:09.408]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/36_array_initialisers.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8345943Z [00:02:09.414]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/83_utf8_in_identifiers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8405554Z [00:02:09.420]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/114_bound_signal.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8465868Z [00:02:09.426]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/01_comment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8528576Z [00:02:09.432]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/78_vla_label.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8587654Z [00:02:09.438]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/108_constructor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8648181Z [00:02:09.444]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/122_vla_reuse.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8712232Z [00:02:09.451]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/103_implicit_memmove.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8772385Z [00:02:09.457]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/33_ternary_op.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8834354Z [00:02:09.463]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/84_hex-float.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8895017Z [00:02:09.469]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/123_vla_bug.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.8954060Z [00:02:09.475]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/112_backtrace.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9013800Z [00:02:09.481]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/49_bracket_evaluation.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9075075Z [00:02:09.487]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/34_array_assignment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9134340Z [00:02:09.493]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/26_character_constants.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9194111Z [00:02:09.499]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/64_macro_nesting.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9253402Z [00:02:09.505]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/55_lshift_type.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9313467Z [00:02:09.511]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/94_generic.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9371242Z [00:02:09.517]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/85_asm-outside-function.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9430794Z [00:02:09.523]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/37_sprintf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9493797Z [00:02:09.529]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/120_alias.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9557445Z [00:02:09.535]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/64_macro_nesting.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9619772Z [00:02:09.541]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/38_multiple_array_index.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9678315Z [00:02:09.547]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9740187Z [00:02:09.553]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9799664Z [00:02:09.559]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/73_arm64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9859189Z [00:02:09.565]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/134_double_to_signed.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9919229Z [00:02:09.571]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/14_if.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:43.9977002Z [00:02:09.577]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/117_builtins.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0037091Z [00:02:09.583]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/41_hashif.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0099944Z [00:02:09.589]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/05_array.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0162270Z [00:02:09.596]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/60_errors_and_warnings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0223120Z [00:02:09.602]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/104_inline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0285081Z [00:02:09.608]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/19_pointer_arithmetic.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0348180Z [00:02:09.614]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/46_grep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0412857Z [00:02:09.621]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/97_utf8_string_literal.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0475291Z [00:02:09.627]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/67_macro_concat.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0537330Z [00:02:09.633]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/81_types.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0600333Z [00:02:09.639]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/117_builtins.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0662932Z [00:02:09.646]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/04_for.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0726064Z [00:02:09.652]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/104_inline.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0789573Z [00:02:09.658]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/60_errors_and_warnings.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0850935Z [00:02:09.665]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/51_static.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0912112Z [00:02:09.671]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/48_nested_break.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.0972469Z [00:02:09.677]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/47_switch_return.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1035582Z [00:02:09.683]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/89_nocode_wanted.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1098395Z [00:02:09.689]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/54_goto.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1159487Z [00:02:09.695]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/42_function_pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1220898Z [00:02:09.702]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/14_if.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1281188Z [00:02:09.708]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/133_old_func.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1341695Z [00:02:09.714]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/41_hashif.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1401528Z [00:02:09.720]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/67_macro_concat.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1464362Z [00:02:09.726]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/25_quicksort.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1523905Z [00:02:09.732]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/96_nodata_wanted.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1584859Z [00:02:09.738]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/31_args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1648638Z [00:02:09.744]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/125_atomic_misc.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1711445Z [00:02:09.751]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/109_float_struct_calling.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1771853Z [00:02:09.757]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/101_cleanup.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1833255Z [00:02:09.763]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/19_pointer_arithmetic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1893574Z [00:02:09.769]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/98_al_ax_extend.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.1954138Z [00:02:09.775]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/28_strings.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2015554Z [00:02:09.781]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/02_printf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2075525Z [00:02:09.787]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/116_bound_setjmp2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2135350Z [00:02:09.793]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/99_fastcall.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2193239Z [00:02:09.799]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/35_sizeof.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2253804Z [00:02:09.805]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/87_dead_code.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2311774Z [00:02:09.811]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/10_pointer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2372562Z [00:02:09.817]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/97_utf8_string_literal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2432656Z [00:02:09.823]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/113_btdll.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2493353Z [00:02:09.829]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/129_scopes.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2553533Z [00:02:09.835]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/114_bound_signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2616421Z [00:02:09.841]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/21_char_array.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2678258Z [00:02:09.847]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/100_c99array-decls.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2741601Z [00:02:09.854]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/128_run_atexit.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2801699Z [00:02:09.860]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/12_hashdefine.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2864182Z [00:02:09.866]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/107_stack_safe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2926786Z [00:02:09.872]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/30_hanoi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.2991444Z [00:02:09.879]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/75_array_in_struct_init.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3062429Z [00:02:09.886]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/38_multiple_array_index.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3141315Z [00:02:09.894]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/119_random_stuff.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3202797Z [00:02:09.900]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/94_generic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3263778Z [00:02:09.906]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/133_old_func.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3325090Z [00:02:09.912]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/126_bound_global.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3386140Z [00:02:09.918]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/00_assignment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3444677Z [00:02:09.924]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3507255Z [00:02:09.930]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/88_codeopt.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3570640Z [00:02:09.937]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/27_sizeof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3633995Z [00:02:09.943]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/130_large_argument.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3696801Z [00:02:09.949]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/136_atomic_gcc_style.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3762098Z [00:02:09.956]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/110_average.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3826002Z [00:02:09.962]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/11_precedence.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3888933Z [00:02:09.968]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/07_function.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.3948550Z [00:02:09.974]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/23_type_coercion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4008830Z [00:02:09.980]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/43_void_param.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4071308Z [00:02:09.987]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/123_vla_bug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4131929Z [00:02:09.993]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/116_bound_setjmp2.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4192685Z [00:02:09.999]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/92_enum_bitfield.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4255602Z [00:02:10.005]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/93_integer_promotion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4319997Z [00:02:10.011]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/88_codeopt.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4380393Z [00:02:10.017]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/86_memory-model.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4439912Z [00:02:10.023]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/92_enum_bitfield.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4504416Z [00:02:10.030]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/31_args.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4568071Z [00:02:10.036]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4634384Z [00:02:10.043]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/20_pointer_comparison.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4697281Z [00:02:10.049]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/29_array_address.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4759908Z [00:02:10.055]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/78_vla_label.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4822003Z [00:02:10.062]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/10_pointer.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4886467Z [00:02:10.068]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/13_integer_literals.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.4948207Z [00:02:10.074]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/32_led.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5010815Z [00:02:10.080]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/124_atomic_counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5072424Z [00:02:10.087]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/111_conversion.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5134690Z [00:02:10.093]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/130_large_argument.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5197969Z [00:02:10.099]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/16_nesting.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5260821Z [00:02:10.105]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/72_long_long_constant.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5321791Z [00:02:10.112]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/95_bitfields.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5383687Z [00:02:10.118]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/122_vla_reuse.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5445392Z [00:02:10.124]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/79_vla_continue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5507905Z [00:02:10.130]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/22_floating_point.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5571628Z [00:02:10.137]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/40_stdio.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5634605Z [00:02:10.143]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/12_hashdefine.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5697551Z [00:02:10.149]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/77_push_pop_macro.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5758623Z [00:02:10.155]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/71_macro_empty_arg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5823107Z [00:02:10.162]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/08_while.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5884708Z [00:02:10.168]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/09_do_while.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.5947676Z [00:02:10.174]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/05_array.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6011034Z [00:02:10.180]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/121_struct_return.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6073035Z [00:02:10.187]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/36_array_initialisers.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6134563Z [00:02:10.193]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/02_printf.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6199150Z [00:02:10.199]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/47_switch_return.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6262053Z [00:02:10.206]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/43_void_param.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6325082Z [00:02:10.212]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/86_memory-model.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6387327Z [00:02:10.218]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/00_assignment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6448783Z [00:02:10.224]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/87_dead_code.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6512655Z [00:02:10.231]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/45_empty_for.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6575981Z [00:02:10.237]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/121_struct_return.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6638813Z [00:02:10.243]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/52_unnamed_enum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6704811Z [00:02:10.250]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/137_funcall_struct_args.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6771730Z [00:02:10.257]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/21_char_array.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6835790Z [00:02:10.263]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/15_recursion.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6898548Z [00:02:10.269]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/45_empty_for.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.6969997Z [00:02:10.276]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/109_float_struct_calling.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7032967Z [00:02:10.283]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/129_scopes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7097283Z [00:02:10.289]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/32_led.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7160830Z [00:02:10.295]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/06_case.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7223467Z [00:02:10.302]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/135_func_arg_struct_compare.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7287532Z [00:02:10.308]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/115_bound_setjmp.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7349694Z [00:02:10.314]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/27_sizeof.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7412135Z [00:02:10.321]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7474624Z [00:02:10.327]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/106_versym.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7540080Z [00:02:10.333]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/73_arm64.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7603295Z [00:02:10.340]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/127_asm_goto.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7668683Z [00:02:10.346]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/112_backtrace.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7732126Z [00:02:10.353]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/40_stdio.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7794928Z [00:02:10.359]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/37_sprintf.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7860126Z [00:02:10.365]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/70_floating_point_literals.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7925087Z [00:02:10.372]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/120+_alias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.7987562Z [00:02:10.378]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/132_bound_test.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8048924Z [00:02:10.384]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8111646Z [00:02:10.391]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/24_math_library.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8172195Z [00:02:10.397]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/118_switch.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8234317Z [00:02:10.403]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/50_logical_second_arg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8297908Z [00:02:10.409]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/113_btdll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8359758Z [00:02:10.415]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/80_flexarray.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8421631Z [00:02:10.422]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/91_ptr_longlong_arith32.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8486008Z [00:02:10.428]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/34_array_assignment.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8550575Z [00:02:10.435]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/18_include.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8616136Z [00:02:10.441]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/13_integer_literals.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8679239Z [00:02:10.447]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/82_attribs_position.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8742133Z [00:02:10.454]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/25_quicksort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8804393Z [00:02:10.460]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/51_static.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8867038Z [00:02:10.466]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/28_strings.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8929128Z [00:02:10.472]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/119_random_stuff.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.8992273Z [00:02:10.479]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/131_return_struct_in_reg.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9056039Z [00:02:10.485]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/06_case.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9118067Z [00:02:10.491]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/17_enum.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9180397Z [00:02:10.497]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/107_stack_safe.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9244045Z [00:02:10.504]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/131_return_struct_in_reg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9302132Z [00:02:10.510]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/102_alignas.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9364369Z [00:02:10.516]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/49_bracket_evaluation.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9424706Z [00:02:10.522]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/105_local_extern.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9483840Z [00:02:10.528]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/99_fastcall.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9543799Z [00:02:10.534]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/84_hex-float.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9604836Z [00:02:10.540]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/03_struct.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9664764Z [00:02:10.546]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/110_average.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9724997Z [00:02:10.552]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/35_sizeof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9785362Z [00:02:10.558]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/134_double_to_signed.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9846384Z [00:02:10.564]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/136_atomic_gcc_style.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9906271Z [00:02:10.570]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/09_do_while.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:44.9968054Z [00:02:10.576]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/127_asm_goto.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0031434Z [00:02:10.583]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/20_pointer_comparison.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0092045Z [00:02:10.589]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/79_vla_continue.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0152826Z [00:02:10.595]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/01_comment.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0215714Z [00:02:10.601]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/11_precedence.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0277984Z [00:02:10.607]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/82_attribs_position.expect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0336885Z [00:02:10.613]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/71_macro_empty_arg.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0396435Z [00:02:10.619]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/132_bound_test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0456375Z [00:02:10.625]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/tests/tests2/128_run_atexit.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0516044Z [00:02:10.631]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/varargs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0576195Z [00:02:10.637]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/tccdefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0635332Z [00:02:10.643]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdbool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0699366Z [00:02:10.649]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdarg.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0762948Z [00:02:10.656]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdatomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0822878Z [00:02:10.662]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdalign.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0883258Z [00:02:10.668]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stddef.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.0942866Z [00:02:10.674]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/float.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1001872Z [00:02:10.680]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/tgmath.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1064243Z [00:02:10.686]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/include/stdnoreturn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1125715Z [00:02:10.692]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/tcov.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1185480Z [00:02:10.698]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/libtcc1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1247954Z [00:02:10.704]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bt-exe.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1310443Z [00:02:10.710]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/builtin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1371967Z [00:02:10.717]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bt-dll.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1432633Z [00:02:10.723]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/atomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1494715Z [00:02:10.729]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/lib-arm64.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1559759Z [00:02:10.735]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/va_list.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1625911Z [00:02:10.742]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/alloca.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1690511Z [00:02:10.749]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/runmain.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1757509Z [00:02:10.755]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bt-log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1822407Z [00:02:10.762]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/stdatomic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1882986Z [00:02:10.768]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.1946846Z [00:02:10.774]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/lib-arm64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2010356Z [00:02:10.780]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/bcheck.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2074106Z [00:02:10.787]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/builtin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2136811Z [00:02:10.793]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/alloca-bt.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2197643Z [00:02:10.799]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/dsohandle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2261266Z [00:02:10.806]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/armflush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2322607Z [00:02:10.812]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/tcov.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2386023Z [00:02:10.818]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/stdatomic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2446066Z [00:02:10.824]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/dsohandle.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2511834Z [00:02:10.831]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/armeabi.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2575437Z [00:02:10.837]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.q60MUolS7I/TEMPREPO/lib/atomic.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2637287Z [00:02:10.843]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2701308Z [00:02:10.850]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2761824Z [00:02:10.856]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2823533Z [00:02:10.862]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/configure' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2885693Z [00:02:10.868]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tcc' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:45.2949052Z [00:02:10.874]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/texi2pod.pl' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:45.3011696Z [00:02:10.881]➜  mode of '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/c2str.exe' retained as 0755 (rwxr-xr-x)
2025-08-18T22:08:45.3481514Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-18T22:08:45.3482334Z [00:02:10.928]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-18T22:08:50.1329347Z 
2025-08-18T22:08:50.1330099Z [+] Sanitizing /tmp/pkgforge/gNdU7OPqg_SBUILD/BUILD.log ==> /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.static.log
2025-08-18T22:08:52.2016011Z '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tinycc.static.log' -> '/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/tcc.log'
2025-08-18T22:08:52.2057381Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/musl/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc.log
2025-08-18T22:08:52.2057905Z 
2025-08-18T22:08:52.2058297Z [+] Parsing/Uploading tinycc/tcc --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftinycc%2Ftcc [aarch64-Linux]
2025-08-18T22:08:52.2084874Z {
2025-08-18T22:08:52.2085355Z   "_disabled": "false",
2025-08-18T22:08:52.2085800Z   "host": "aarch64-Linux",
2025-08-18T22:08:52.2085998Z   "rank": "",
2025-08-18T22:08:52.2086168Z   "pkg": "tinycc.static",
2025-08-18T22:08:52.2086367Z   "pkg_family": "tinycc",
2025-08-18T22:08:52.2086586Z   "pkg_id": "github.com.TinyCC.tinycc.musl",
2025-08-18T22:08:52.2086947Z   "pkg_name": "tcc",
2025-08-18T22:08:52.2087129Z   "pkg_type": "static",
2025-08-18T22:08:52.2087513Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc",
2025-08-18T22:08:52.2087903Z   "app_id": "",
2025-08-18T22:08:52.2088068Z   "appstream": "",
2025-08-18T22:08:52.2088237Z   "category": [
2025-08-18T22:08:52.2088430Z     "ConsoleOnly",
2025-08-18T22:08:52.2088593Z     "Utility"
2025-08-18T22:08:52.2088745Z   ],
2025-08-18T22:08:52.2088907Z   "description": "Fast Tiny C Compiler",
2025-08-18T22:08:52.2089128Z   "desktop": "",
2025-08-18T22:08:52.2089296Z   "homepage": [
2025-08-18T22:08:52.2089475Z     "https://bellard.org/tcc/",
2025-08-18T22:08:52.2089710Z     "https://github.com/TinyCC/tinycc"
2025-08-18T22:08:52.2089925Z   ],
2025-08-18T22:08:52.2090421Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/musl/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc.png",
2025-08-18T22:08:52.2090973Z   "license": [
2025-08-18T22:08:52.2091161Z     "LGPL-2.1"
2025-08-18T22:08:52.2091318Z   ],
2025-08-18T22:08:52.2091460Z   "maintainer": [
2025-08-18T22:08:52.2092115Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:08:52.2092375Z   ],
2025-08-18T22:08:52.2092518Z   "provides": [
2025-08-18T22:08:52.2092672Z     "tcc==tinycc"
2025-08-18T22:08:52.2092824Z   ],
2025-08-18T22:08:52.2092960Z   "note": [
2025-08-18T22:08:52.2093246Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/TinyCC/tinycc"
2025-08-18T22:08:52.2093583Z   ],
2025-08-18T22:08:52.2093723Z   "repology": [
2025-08-18T22:08:52.2093877Z     "tinycc"
2025-08-18T22:08:52.2094017Z   ],
2025-08-18T22:08:52.2094161Z   "screenshots": [],
2025-08-18T22:08:52.2094346Z   "src_url": [
2025-08-18T22:08:52.2094521Z     "https://github.com/TinyCC/tinycc",
2025-08-18T22:08:52.2094758Z     "https://repo.or.cz/tinycc.git"
2025-08-18T22:08:52.2094965Z   ],
2025-08-18T22:08:52.2095101Z   "tag": [
2025-08-18T22:08:52.2095249Z     "compiler"
2025-08-18T22:08:52.2095399Z   ],
2025-08-18T22:08:52.2095559Z   "version": "HEAD-80e7040-250818T222805",
2025-08-18T22:08:52.2095805Z   "version_upstream": "NA-2025-08-18",
2025-08-18T22:08:52.2096150Z   "bsum": "5df0adae1fbed6da0ae68a8049581887af96d7932ab6bab96fc246f8f3217cc5",
2025-08-18T22:08:52.2096494Z   "build_date": "2025-08-18T22:08:46Z",
2025-08-18T22:08:52.2097213Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051109637",
2025-08-18T22:08:52.2097548Z   "build_id": "17051109637",
2025-08-18T22:08:52.2098094Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/musl/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc.log",
2025-08-18T22:08:52.2099176Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tinycc/static.official.musl.yaml",
2025-08-18T22:08:52.2099966Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/musl/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&download=tcc",
2025-08-18T22:08:52.2100738Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc:HEAD-80e7040-250818T222805-aarch64-linux",
2025-08-18T22:08:52.2101266Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc",
2025-08-18T22:08:52.2101913Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/musl/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&manifest",
2025-08-18T22:08:52.2102582Z   "shasum": "59517dc1aa678c44c57d9adad293718f4d4cb37ab8bb7567a7528af2904d717b",
2025-08-18T22:08:52.2102911Z   "size": "324 KB",
2025-08-18T22:08:52.2103076Z   "size_raw": "329584",
2025-08-18T22:08:52.2103251Z   "snapshots": [
2025-08-18T22:08:52.2103478Z     "HEAD-6ec4a10-250216T134437-aarch64-linux[NA-2025-02-16]",
2025-08-18T22:08:52.2103811Z     "HEAD-8c4e673-250311T225622-aarch64-linux[NA-2025-03-11]",
2025-08-18T22:08:52.2104141Z     "HEAD-59aecdb-250528T213330-aarch64-linux[NA-2025-05-28]",
2025-08-18T22:08:52.2104471Z     "HEAD-5fad6dc-250619T032759-aarch64-linux[NA-2025-06-19]",
2025-08-18T22:08:52.2104798Z     "HEAD-2d4e4a6-250623T103024-aarch64-linux[NA-2025-06-23]",
2025-08-18T22:08:52.2105126Z     "HEAD-32b5977-250624T213831-aarch64-linux[NA-2025-06-24]",
2025-08-18T22:08:52.2105445Z     "HEAD-0c12363-250711T221330-aarch64-linux[NA-2025-07-11]",
2025-08-18T22:08:52.2105768Z     "HEAD-28d7fb8-250714T163933-aarch64-linux[NA-2025-07-14]",
2025-08-18T22:08:52.2106097Z     "HEAD-2ffb586-250719T003012-aarch64-linux[NA-2025-07-19]",
2025-08-18T22:08:52.2106424Z     "HEAD-a2902d3-250721T004851-aarch64-linux[NA-2025-07-21]",
2025-08-18T22:08:52.2106918Z     "HEAD-8025a82-250727T112216-aarch64-linux[NA-2025-07-27]",
2025-08-18T22:08:52.2107247Z     "HEAD-666e88e-250729T082657-aarch64-linux[NA-2025-07-29]",
2025-08-18T22:08:52.2107574Z     "HEAD-5364bc7-250803T184132-aarch64-linux[NA-2025-08-03]",
2025-08-18T22:08:52.2107901Z     "HEAD-9dffcd2-250805T221413-aarch64-linux[NA-2025-08-05]",
2025-08-18T22:08:52.2108225Z     "HEAD-fa97954-250807T113209-aarch64-linux[NA-2025-08-07]"
2025-08-18T22:08:52.2108480Z   ]
2025-08-18T22:08:52.2108616Z }
2025-08-18T22:08:52.2108725Z 
2025-08-18T22:08:52.2108729Z 
2025-08-18T22:08:52.3163296Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc:HEAD-80e7040-250818T222805-aarch64-linux": ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc:HEAD-80e7040-250818T222805-aarch64-linux: not found
2025-08-18T22:08:52.3208701Z Uploading empty artifact
2025-08-18T22:08:52.3211510Z time=2025-08-18T22:08:52Z level=debug msg=Request #0
2025-08-18T22:08:52.3212214Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/musl/tcc/manifests/sha256:acbe79a5de8844efb5c88ba47183ec346ae2a54f734cfc09b2778b09b3e43d01"
2025-08-18T22:08:52.3212888Z > Request method: "HEAD"
2025-08-18T22:08:52.3213074Z > Request headers:
2025-08-18T22:08:52.3213967Z    "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:08:52.3214924Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:52.3579186Z time=2025-08-18T22:08:52Z level=debug msg=Response #0
2025-08-18T22:08:52.3579525Z < Response Status: "401 Unauthorized"
2025-08-18T22:08:52.3579755Z < Response headers:
2025-08-18T22:08:52.3580611Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tinycc/official/musl/tcc:pull\""
2025-08-18T22:08:52.3581124Z    "Date": "Mon, 18 Aug 2025 22:08:52 GMT"
2025-08-18T22:08:52.3581353Z    "Content-Length": "73"
2025-08-18T22:08:52.3581596Z    "X-Github-Request-Id": "4819:B82A6:3A3C6:3F1B5:68A3A474"
2025-08-18T22:08:52.3582427Z    "Content-Type": "application/json"
2025-08-18T22:08:52.3582708Z time=2025-08-18T22:08:52Z level=debug msg=Request #1
2025-08-18T22:08:52.3583261Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftinycc%2Fofficial%2Fmusl%2Ftcc%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:08:52.3583777Z > Request method: "GET"
2025-08-18T22:08:52.3583957Z > Request headers:
2025-08-18T22:08:52.3584150Z    "Authorization": "*****"
2025-08-18T22:08:52.3584347Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:52.4101841Z time=2025-08-18T22:08:52Z level=debug msg=Response #1
2025-08-18T22:08:52.4102125Z < Response Status: "200 OK"
2025-08-18T22:08:52.4102320Z < Response headers:
2025-08-18T22:08:52.4102501Z    "Content-Length": "69"
2025-08-18T22:08:52.4102746Z    "X-Github-Request-Id": "4819:B82A6:3A3C9:3F1B7:68A3A474"
2025-08-18T22:08:52.4103023Z    "Content-Type": "application/json"
2025-08-18T22:08:52.4103296Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:52.4103705Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:52.4104054Z    "Date": "Mon, 18 Aug 2025 22:08:52 GMT"
2025-08-18T22:08:52.4104311Z time=2025-08-18T22:08:52Z level=debug msg=Request #2
2025-08-18T22:08:52.4105012Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/musl/tcc/manifests/sha256:acbe79a5de8844efb5c88ba47183ec346ae2a54f734cfc09b2778b09b3e43d01"
2025-08-18T22:08:52.4105659Z > Request method: "HEAD"
2025-08-18T22:08:52.4105845Z > Request headers:
2025-08-18T22:08:52.4106908Z    "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:08:52.4107866Z    "Authorization": "*****"
2025-08-18T22:08:52.4108068Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:52.4255970Z time=2025-08-18T22:08:52Z level=debug msg=Response #2
2025-08-18T22:08:52.4256325Z < Response Status: "404 Not Found"
2025-08-18T22:08:52.4256534Z < Response headers:
2025-08-18T22:08:52.4256930Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:52.4257312Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:52.4257656Z    "Date": "Mon, 18 Aug 2025 22:08:52 GMT"
2025-08-18T22:08:52.4258385Z    "Content-Length": "70"
2025-08-18T22:08:52.4258653Z    "X-Github-Request-Id": "4819:B82A6:3A3D3:3F1C4:68A3A474"
2025-08-18T22:08:52.4258935Z    "Content-Type": "application/json"
2025-08-18T22:08:52.4259244Z time=2025-08-18T22:08:52Z level=debug msg=Request #3
2025-08-18T22:08:52.4259914Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/musl/tcc/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:08:52.4260533Z > Request method: "HEAD"
2025-08-18T22:08:52.4260714Z > Request headers:
2025-08-18T22:08:52.4260903Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:52.4261103Z    "Authorization": "*****"
2025-08-18T22:08:52.4447727Z time=2025-08-18T22:08:52Z level=debug msg=Response #3
2025-08-18T22:08:52.4448428Z < Response Status: "200 OK"
2025-08-18T22:08:52.4448666Z < Response headers:
2025-08-18T22:08:52.4448853Z    "Date": "Mon, 18 Aug 2025 22:08:52 GMT"
2025-08-18T22:08:52.4449134Z    "X-Github-Request-Id": "4819:B82A6:3A3D7:3F1C8:68A3A474"
2025-08-18T22:08:52.4449441Z    "Content-Length": "0"
2025-08-18T22:08:52.4449634Z    "Content-Type": ""
2025-08-18T22:08:52.4450004Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:08:52.4450463Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:52.4450855Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:08:52.4451326Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:52.4451708Z time=2025-08-18T22:08:52Z level=debug msg=Request #4
2025-08-18T22:08:52.4452765Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tinycc/official/musl/tcc/manifests/HEAD-80e7040-250818T222805-aarch64-linux"
2025-08-18T22:08:52.4453285Z > Request method: "PUT"
2025-08-18T22:08:52.4453468Z > Request headers:
2025-08-18T22:08:52.4453706Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:08:52.4453999Z    "Authorization": "*****"
2025-08-18T22:08:52.4454208Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:52.6862653Z time=2025-08-18T22:08:52Z level=debug msg=Response #4
2025-08-18T22:08:52.6862979Z < Response Status: "201 Created"
2025-08-18T22:08:52.6863425Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc:HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:08:52.6863891Z < Response headers:
2025-08-18T22:08:52.6864435Z    "Location": "/v2/pkgforge/bincache/tinycc/official/musl/tcc/manifests/sha256:acbe79a5de8844efb5c88ba47183ec346ae2a54f734cfc09b2778b09b3e43d01"
2025-08-18T22:08:52.6865168Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:52.6865516Z    "Date": "Mon, 18 Aug 2025 22:08:52 GMT"
2025-08-18T22:08:52.6865737Z    "Content-Length": "0"
2025-08-18T22:08:52.6865974Z    "X-Github-Request-Id": "4819:B82A6:3A3DA:3F1CA:68A3A474"
2025-08-18T22:08:52.6866256Z    "Content-Type": "application/json"
2025-08-18T22:08:52.6866963Z    "Docker-Content-Digest": "sha256:acbe79a5de8844efb5c88ba47183ec346ae2a54f734cfc09b2778b09b3e43d01"
2025-08-18T22:08:52.6867461Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:52.6867767Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:52.6868149Z Digest: sha256:acbe79a5de8844efb5c88ba47183ec346ae2a54f734cfc09b2778b09b3e43d01
2025-08-18T22:08:54.8374143Z Uploading 7b5efb2bfb88 CHECKSUM.sig
2025-08-18T22:08:54.8375710Z Uploading 564833543fb1 tcc.sig
2025-08-18T22:08:54.8423672Z Uploading 59517dc1aa67 tcc
2025-08-18T22:08:54.8434296Z Uploading b65ba8473a35 CHECKSUM
2025-08-18T22:08:54.8484409Z Exists    512d2d21b6b3 LICENSE
2025-08-18T22:08:54.8797183Z Uploading a9e37e149bb2 LICENSE.sig
2025-08-18T22:08:55.7924910Z Uploaded  b65ba8473a35 CHECKSUM
2025-08-18T22:08:55.8158685Z Exists    1e453fb2e44f SBUILD
2025-08-18T22:08:55.8354974Z Uploaded  a9e37e149bb2 LICENSE.sig
2025-08-18T22:08:55.8444760Z Uploading 59d59e60d7e0 SBUILD.sig
2025-08-18T22:08:55.8451011Z Uploaded  7b5efb2bfb88 CHECKSUM.sig
2025-08-18T22:08:55.8527049Z Uploaded  564833543fb1 tcc.sig
2025-08-18T22:08:55.8547501Z Exists    11cf0313013e tcc.png
2025-08-18T22:08:55.8670158Z Uploading 4f233be0e2e0 tcc.json
2025-08-18T22:08:55.8711020Z Uploading 147c1e9924a8 tcc.json.sig
2025-08-18T22:08:55.8803063Z Uploading 00cdaf7d8def tcc.log
2025-08-18T22:08:55.9074261Z Uploaded  59517dc1aa67 tcc
2025-08-18T22:08:55.9305155Z Uploading 036120d58aea tcc.log.sig
2025-08-18T22:08:56.7521537Z Uploaded  59d59e60d7e0 SBUILD.sig
2025-08-18T22:08:56.7949583Z Uploaded  147c1e9924a8 tcc.json.sig
2025-08-18T22:08:56.8243882Z Uploaded  00cdaf7d8def tcc.log
2025-08-18T22:08:56.8327214Z Uploaded  4f233be0e2e0 tcc.json
2025-08-18T22:08:56.8528847Z Uploading df59955db388 tcc.version
2025-08-18T22:08:56.8778645Z Uploaded  036120d58aea tcc.log.sig
2025-08-18T22:08:56.9550269Z Uploading 78d787f1025e tcc.version.sig
2025-08-18T22:08:57.2354785Z Uploaded  df59955db388 tcc.version
2025-08-18T22:08:57.9291669Z Uploaded  78d787f1025e tcc.version.sig
2025-08-18T22:08:57.9292011Z Uploading 2af49ff03b16 tcc
2025-08-18T22:08:58.2317973Z Uploaded  2af49ff03b16 tcc
2025-08-18T22:08:58.2318480Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc:HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:08:58.2318976Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:58.2319358Z Digest: sha256:2af49ff03b16e72ca2d817e79be9a103b5fb42e116b018422001a1583f9c54e4
2025-08-18T22:09:03.4122740Z 
2025-08-18T22:09:03.4123455Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:03.4124445Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tinycc/official/musl/tcc?tag=HEAD-80e7040-250818T222805-aarch64-linux&manifest 
2025-08-18T22:09:03.4124899Z 
2025-08-18T22:09:05.3159815Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-18T22:09:05.3631156Z ./BUILD_ARTIFACTS.tar : 43.25%   (  10.7 MiB =>   4.61 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-18T22:09:05.3677795Z removed './BUILD_ARTIFACTS.tar'
2025-08-18T22:09:05.3714110Z 
2025-08-18T22:09:05.3714827Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml :: 00(Hr):02(Min):31(Sec)
2025-08-18T22:09:05.3715445Z 
2025-08-18T22:09:05.3729448Z 
2025-08-18T22:09:05.3729675Z ==> [+] Finished Building at :: Monday, 2025-08-18 (10:09:05 PM) UTC
2025-08-18T22:09:05.3729899Z 
2025-08-18T22:09:05.5611872Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-18T22:09:05.5660820Z ##[group]Run ##Presets
2025-08-18T22:09:05.5661194Z [36;1m##Presets[0m
2025-08-18T22:09:05.5661400Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:05.5661588Z [36;1m#-------------#[0m
2025-08-18T22:09:05.5661767Z [36;1m##Debug?[0m
2025-08-18T22:09:05.5661981Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:05.5662661Z [36;1m  set -x[0m
2025-08-18T22:09:05.5662830Z [36;1mfi[0m
2025-08-18T22:09:05.5662985Z [36;1m#-------------#[0m
2025-08-18T22:09:05.5663167Z [36;1m##Set ENV[0m
2025-08-18T22:09:05.5663374Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-18T22:09:05.5663835Z [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:05.5664341Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-80e7040-250818T222805-aarch64-linux"[0m
2025-08-18T22:09:05.5664903Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637"[0m
2025-08-18T22:09:05.5665389Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-18T22:09:05.5665770Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:09:05.5666230Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:09:05.5666549Z [36;1m fi[0m
2025-08-18T22:09:05.5666862Z [36;1m##Push[0m
2025-08-18T22:09:05.5667064Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-18T22:09:05.5667319Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-18T22:09:05.5667665Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-18T22:09:05.5668116Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:09:05.5668533Z [36;1m     ls -sh "/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR"[0m
2025-08-18T22:09:05.5668854Z [36;1m     ghcr_push_cmd()[0m
2025-08-18T22:09:05.5669043Z [36;1m       {[0m
2025-08-18T22:09:05.5669207Z [36;1m        for i in {1..10}; do[0m
2025-08-18T22:09:05.5669528Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-18T22:09:05.5669948Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-18T22:09:05.5670356Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-18T22:09:05.5670872Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-80e7040-250818T222805-aarch64-linux")[0m
2025-08-18T22:09:05.5671560Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17051109637")[0m
2025-08-18T22:09:05.5672126Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17051109637")[0m
2025-08-18T22:09:05.5672794Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc:HEAD-80e7040-250818T222805-aarch64-linux")[0m
2025-08-18T22:09:05.5673841Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-18T22:08:46Z")[0m
2025-08-18T22:09:05.5674320Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:05.5674811Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-18T22:08:46Z")[0m
2025-08-18T22:09:05.5675465Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc")[0m
2025-08-18T22:09:05.5676092Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-18T22:09:05.5676593Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:05.5678171Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:05.5678911Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc")[0m
2025-08-18T22:09:05.5679598Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tinycc")[0m
2025-08-18T22:09:05.5680121Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/TinyCC/tinycc")[0m
2025-08-18T22:09:05.5680625Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-18T22:09:05.5681112Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-80e7040-250818T222805")[0m
2025-08-18T22:09:05.5681569Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-18T22:09:05.5682045Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-18T22:09:05.5682457Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-18T22:09:05.5682690Z [36;1m         #Check[0m
2025-08-18T22:09:05.5683245Z [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:08:46Z" ]]; then[0m
2025-08-18T22:09:05.5683934Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-18T22:09:05.5684261Z [36;1m            break[0m
2025-08-18T22:09:05.5684446Z [36;1m          else[0m
2025-08-18T22:09:05.5684827Z [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:05.5685233Z [36;1m          fi[0m
2025-08-18T22:09:05.5685432Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-18T22:09:05.5685664Z [36;1m        done[0m
2025-08-18T22:09:05.5685832Z [36;1m       }[0m
2025-08-18T22:09:05.5686022Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-18T22:09:05.5686254Z [36;1m       ghcr_push_cmd[0m
2025-08-18T22:09:05.5687077Z [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:08:46Z" ]]; then[0m
2025-08-18T22:09:05.5687834Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:09:05.5688214Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-18T22:09:05.5688454Z [36;1m          ghcr_push_cmd[0m
2025-08-18T22:09:05.5689017Z [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:08:46Z" ]]; then[0m
2025-08-18T22:09:05.5689717Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-18T22:09:05.5690213Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:09:05.5690860Z [36;1m             return 1 || exit 1[0m
2025-08-18T22:09:05.5691076Z [36;1m           fi[0m
2025-08-18T22:09:05.5691250Z [36;1m       fi[0m
2025-08-18T22:09:05.5691416Z [36;1m   fi[0m
2025-08-18T22:09:05.5691569Z [36;1m fi[0m
2025-08-18T22:09:05.5691737Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:09:05.5733835Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:05.5734051Z env:
2025-08-18T22:09:05.5734215Z   CROSS_COMPILING: NO
2025-08-18T22:09:05.5734406Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:05.5734614Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:05.5734809Z   ON_QEMU: NO
2025-08-18T22:09:05.5734963Z   DEBUG: 0
2025-08-18T22:09:05.5735125Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:05.5735330Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:05.5735602Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:05.5736122Z   KEEP_LOGS: YES
2025-08-18T22:09:05.5736301Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:05.5736503Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:05.5737001Z   SBUILD_REBUILD: false
2025-08-18T22:09:05.5737511Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:05.5738024Z   BUILD_SYS: null
2025-08-18T22:09:05.5738192Z   SYSTMP: /tmp
2025-08-18T22:09:05.5738351Z   GHA_MODE: MATRIX
2025-08-18T22:09:05.5738743Z   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:05.5739220Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:05.5739518Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:05.5739874Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:05.5740334Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:05.5740689Z   PKG_TYPE: static
2025-08-18T22:09:05.5740869Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:05.5741069Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:05.5741415Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:05.5741748Z   BUILD_ID: 17051109637
2025-08-18T22:09:05.5741922Z   PKG_NAME: tcc
2025-08-18T22:09:05.5742095Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:05.5742309Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:05.5742552Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:05.5742847Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:05.5743185Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:05.5743600Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:05.5744014Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:05.5744263Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:05.5744711Z   GHCR_TOKEN: ***
2025-08-18T22:09:05.5744973Z   GITHUB_TOKEN: ***
2025-08-18T22:09:05.5745185Z   GITLAB_TOKEN: ***
2025-08-18T22:09:05.5746277Z   MINISIGN_KEY: ***
2025-08-18T22:09:05.5746462Z ##[endgroup]
2025-08-18T22:09:05.5820042Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-18T22:09:05.5828799Z 4.7M	./BUILD_ARTIFACTS.zstd
2025-08-18T22:09:05.5839580Z total 1.2M
2025-08-18T22:09:05.5839768Z 4.0K CHECKSUM
2025-08-18T22:09:05.5840199Z 4.0K CHECKSUM.sig
2025-08-18T22:09:05.5840376Z  28K LICENSE
2025-08-18T22:09:05.5840534Z 4.0K LICENSE.sig
2025-08-18T22:09:05.5840692Z 8.0K SBUILD
2025-08-18T22:09:05.5840843Z 4.0K SBUILD.sig
2025-08-18T22:09:05.5841000Z 4.0K SBUILD_TEMP
2025-08-18T22:09:05.5841157Z  68K c2str.exe
2025-08-18T22:09:05.5841313Z 4.0K c2str.exe.sig
2025-08-18T22:09:05.5841475Z  24K configure
2025-08-18T22:09:05.5841629Z 4.0K configure.sig
2025-08-18T22:09:05.5841791Z 324K tcc
2025-08-18T22:09:05.5841932Z 4.0K tcc.json
2025-08-18T22:09:05.5842083Z 4.0K tcc.json.sig
2025-08-18T22:09:05.5842265Z 320K tcc.log
2025-08-18T22:09:05.5842433Z 4.0K tcc.log.sig
2025-08-18T22:09:05.5842986Z  40K tcc.png
2025-08-18T22:09:05.5843135Z 4.0K tcc.sig
2025-08-18T22:09:05.5843286Z 4.0K tcc.version
2025-08-18T22:09:05.5843446Z 4.0K tcc.version.sig
2025-08-18T22:09:05.5843619Z  12K texi2pod.pl
2025-08-18T22:09:05.5843787Z 4.0K texi2pod.pl.sig
2025-08-18T22:09:05.5843960Z 320K tinycc.static.log
2025-08-18T22:09:05.5844144Z 4.0K tinycc.static.version
2025-08-18T22:09:05.5844347Z 4.0K tinycc.static.version.sig
2025-08-18T22:09:05.5844551Z 4.0K tinycc.version
2025-08-18T22:09:05.5844725Z 4.0K tinycc.version.sig
2025-08-18T22:09:05.7727585Z Uploading def25db1d1ec BUILD_ARTIFACTS.zstd
2025-08-18T22:09:07.0632208Z Uploaded  def25db1d1ec BUILD_ARTIFACTS.zstd
2025-08-18T22:09:07.0632539Z Uploading 6250669fc829 SRCBUILD-tinycc
2025-08-18T22:09:07.3392804Z Uploaded  6250669fc829 SRCBUILD-tinycc
2025-08-18T22:09:07.3393997Z Pushed [registry] ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637:HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:07.3394615Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:09:07.3395009Z Digest: sha256:6250669fc8294a13cb6f571b9bb70822291e5ddc01423d19f2b0adf9507b3199
2025-08-18T22:09:12.4660249Z 
2025-08-18T22:09:12.4661198Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:12.4661743Z 
2025-08-18T22:09:12.5925819Z ##[group]Run ##Presets
2025-08-18T22:09:12.5926086Z [36;1m##Presets[0m
2025-08-18T22:09:12.5926261Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:12.5926495Z [36;1m#-------------#[0m
2025-08-18T22:09:12.5926886Z [36;1m##Debug?[0m
2025-08-18T22:09:12.5927107Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:12.5927377Z [36;1m  set -x[0m
2025-08-18T22:09:12.5927539Z [36;1mfi[0m
2025-08-18T22:09:12.5927694Z [36;1m#-------------#[0m
2025-08-18T22:09:12.5927928Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-18T22:09:12.5928231Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:09:12.5960511Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:12.5960722Z env:
2025-08-18T22:09:12.5960881Z   CROSS_COMPILING: NO
2025-08-18T22:09:12.5961075Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:12.5961280Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:12.5961474Z   ON_QEMU: NO
2025-08-18T22:09:12.5961668Z   DEBUG: 0
2025-08-18T22:09:12.5961828Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:12.5962034Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:12.5962308Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:12.5962594Z   KEEP_LOGS: YES
2025-08-18T22:09:12.5962760Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:12.5962949Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:12.5963140Z   SBUILD_REBUILD: false
2025-08-18T22:09:12.5963634Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:12.5964149Z   BUILD_SYS: null
2025-08-18T22:09:12.5964351Z   SYSTMP: /tmp
2025-08-18T22:09:12.5964527Z   GHA_MODE: MATRIX
2025-08-18T22:09:12.5964917Z   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:12.5965398Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:12.5965701Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:12.5966061Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:12.5966515Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:12.5967105Z   PKG_TYPE: static
2025-08-18T22:09:12.5967279Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:12.5967484Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:12.5967832Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:12.5968167Z   BUILD_ID: 17051109637
2025-08-18T22:09:12.5968336Z   PKG_NAME: tcc
2025-08-18T22:09:12.5968506Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:12.5969038Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:12.5969275Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:12.5969570Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:12.5969903Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:12.5970331Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:12.5970747Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:12.5970991Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:12.5971241Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:12.5971709Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:12.5972109Z ##[endgroup]
2025-08-18T22:09:12.6104066Z ##[group]Run actions/upload-artifact@v4
2025-08-18T22:09:12.6104405Z with:
2025-08-18T22:09:12.6104580Z   name: Bincache_tinycc_aarch64-Linux
2025-08-18T22:09:12.6104869Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-18T22:09:12.6105125Z   compression-level: 0
2025-08-18T22:09:12.6105311Z   retention-days: 30
2025-08-18T22:09:12.6105484Z   overwrite: true
2025-08-18T22:09:12.6105655Z   if-no-files-found: warn
2025-08-18T22:09:12.6105857Z   include-hidden-files: false
2025-08-18T22:09:12.6106054Z env:
2025-08-18T22:09:12.6106196Z   CROSS_COMPILING: NO
2025-08-18T22:09:12.6106388Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:12.6106594Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:12.6107100Z   ON_QEMU: NO
2025-08-18T22:09:12.6107253Z   DEBUG: 0
2025-08-18T22:09:12.6107410Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:12.6107620Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:12.6107893Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:12.6108252Z   KEEP_LOGS: YES
2025-08-18T22:09:12.6108428Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:12.6108618Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:12.6108812Z   SBUILD_REBUILD: false
2025-08-18T22:09:12.6109317Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:12.6109828Z   BUILD_SYS: null
2025-08-18T22:09:12.6109993Z   SYSTMP: /tmp
2025-08-18T22:09:12.6110152Z   GHA_MODE: MATRIX
2025-08-18T22:09:12.6110544Z   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:12.6111019Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:12.6111314Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:12.6111670Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:12.6112128Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:12.6112482Z   PKG_TYPE: static
2025-08-18T22:09:12.6112653Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:12.6112863Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:12.6113219Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:12.6113560Z   BUILD_ID: 17051109637
2025-08-18T22:09:12.6113740Z   PKG_NAME: tcc
2025-08-18T22:09:12.6113913Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:12.6114125Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:12.6114366Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:12.6114664Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:12.6115002Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:12.6115421Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:12.6115841Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:12.6116093Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:12.6116347Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:12.6117061Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:12.6117822Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:12.6118024Z ##[endgroup]
2025-08-18T22:09:12.8033687Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-18T22:09:12.8035701Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-18T22:09:12.8036221Z With the provided path, there will be 2 files uploaded
2025-08-18T22:09:12.9014649Z Artifact name is valid!
2025-08-18T22:09:12.9015988Z Root directory input is valid!
2025-08-18T22:09:12.9301293Z Beginning upload of artifact content to blob storage
2025-08-18T22:09:13.1634711Z Uploaded bytes 5448275
2025-08-18T22:09:13.1830771Z Finished uploading artifact content to blob storage!
2025-08-18T22:09:13.1833495Z SHA256 digest of uploaded artifact zip is ee933be494668315ead19b60d18ef56c88cc9794263f21a77556397f29d61cc8
2025-08-18T22:09:13.1833991Z Finalizing artifact upload
2025-08-18T22:09:13.2766808Z Artifact Bincache_tinycc_aarch64-Linux.zip successfully finalized. Artifact ID 3793154538
2025-08-18T22:09:13.2767537Z Artifact Bincache_tinycc_aarch64-Linux has been successfully uploaded! Final size is 5448275 bytes. Artifact ID is 3793154538
2025-08-18T22:09:13.2774020Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17051109637/artifacts/3793154538
2025-08-18T22:09:13.2935116Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-18T22:09:13.2935467Z with:
2025-08-18T22:09:13.2935741Z   subject-name: tinycc-17051109637-HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.2936545Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:09:13.2937490Z   show-summary: true
2025-08-18T22:09:13.2937685Z   push-to-registry: false
2025-08-18T22:09:13.2938084Z   github-token: ***
2025-08-18T22:09:13.2938259Z env:
2025-08-18T22:09:13.2938439Z   CROSS_COMPILING: NO
2025-08-18T22:09:13.2938637Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:13.2938851Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:13.2939052Z   ON_QEMU: NO
2025-08-18T22:09:13.2939207Z   DEBUG: 0
2025-08-18T22:09:13.2939377Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:13.2939594Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:13.2939903Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:13.2940198Z   KEEP_LOGS: YES
2025-08-18T22:09:13.2940375Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:13.2940569Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:13.2940771Z   SBUILD_REBUILD: false
2025-08-18T22:09:13.2941264Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:13.2941782Z   BUILD_SYS: null
2025-08-18T22:09:13.2941956Z   SYSTMP: /tmp
2025-08-18T22:09:13.2942122Z   GHA_MODE: MATRIX
2025-08-18T22:09:13.2942522Z   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:13.2943021Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:13.2943331Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:13.2943696Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:13.2944168Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:13.2944532Z   PKG_TYPE: static
2025-08-18T22:09:13.2944712Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:13.2944967Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:13.2945324Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:13.2945665Z   BUILD_ID: 17051109637
2025-08-18T22:09:13.2945846Z   PKG_NAME: tcc
2025-08-18T22:09:13.2946023Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:13.2946248Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:13.2946496Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:13.2947392Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:13.2947738Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.2948170Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:13.2948598Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:13.2948851Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:13.2949107Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.2949582Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:13.2949997Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:13.2950203Z ##[endgroup]
2025-08-18T22:09:13.3029306Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-18T22:09:13.3029716Z env:
2025-08-18T22:09:13.3029874Z   CROSS_COMPILING: NO
2025-08-18T22:09:13.3030089Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:13.3030303Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:13.3030502Z   ON_QEMU: NO
2025-08-18T22:09:13.3030657Z   DEBUG: 0
2025-08-18T22:09:13.3030821Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:13.3031038Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:13.3031584Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:13.3031900Z   KEEP_LOGS: YES
2025-08-18T22:09:13.3032076Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:13.3032273Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:13.3032472Z   SBUILD_REBUILD: false
2025-08-18T22:09:13.3032970Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:13.3033492Z   BUILD_SYS: null
2025-08-18T22:09:13.3033663Z   SYSTMP: /tmp
2025-08-18T22:09:13.3033828Z   GHA_MODE: MATRIX
2025-08-18T22:09:13.3034232Z   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:13.3034727Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:13.3035036Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:13.3035407Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:13.3035878Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:13.3036240Z   PKG_TYPE: static
2025-08-18T22:09:13.3036421Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:13.3036855Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:13.3037220Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:13.3037562Z   BUILD_ID: 17051109637
2025-08-18T22:09:13.3037742Z   PKG_NAME: tcc
2025-08-18T22:09:13.3037918Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:13.3038140Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:13.3038385Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:13.3038699Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:13.3039037Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.3039470Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:13.3039888Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:13.3040148Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:13.3040410Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.3040889Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:13.3041305Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:13.3041515Z ##[endgroup]
2025-08-18T22:09:13.6205829Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-18T22:09:13.6206143Z with:
2025-08-18T22:09:13.6207158Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:09:13.6208245Z   subject-name: tinycc-17051109637-HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.6208634Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-18T22:09:13.6211173Z   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/17051109637/attempts/1"}}}
2025-08-18T22:09:13.6213677Z   push-to-registry: false
2025-08-18T22:09:13.6213874Z   show-summary: true
2025-08-18T22:09:13.6214284Z   github-token: ***
2025-08-18T22:09:13.6214461Z env:
2025-08-18T22:09:13.6214616Z   CROSS_COMPILING: NO
2025-08-18T22:09:13.6214808Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:13.6215223Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:13.6215443Z   ON_QEMU: NO
2025-08-18T22:09:13.6215601Z   DEBUG: 0
2025-08-18T22:09:13.6215765Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:13.6215980Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:13.6216264Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:13.6216557Z   KEEP_LOGS: YES
2025-08-18T22:09:13.6216984Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:13.6217194Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:13.6217394Z   SBUILD_REBUILD: false
2025-08-18T22:09:13.6217888Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:13.6218413Z   BUILD_SYS: null
2025-08-18T22:09:13.6218586Z   SYSTMP: /tmp
2025-08-18T22:09:13.6218751Z   GHA_MODE: MATRIX
2025-08-18T22:09:13.6219153Z   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:13.6219650Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:13.6219955Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:13.6220322Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:13.6220781Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:13.6221144Z   PKG_TYPE: static
2025-08-18T22:09:13.6221324Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:13.6221539Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:13.6221895Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:13.6222242Z   BUILD_ID: 17051109637
2025-08-18T22:09:13.6222422Z   PKG_NAME: tcc
2025-08-18T22:09:13.6222599Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:13.6222824Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:13.6223069Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:13.6223386Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:13.6223731Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.6224186Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:13.6224612Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:13.6224865Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:13.6225124Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:13.6225608Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:13.6226025Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:13.6226522Z ##[endgroup]
2025-08-18T22:09:14.8214046Z Attestation created for 24 subjects
2025-08-18T22:09:14.8218620Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-18T22:09:14.8219047Z -----BEGIN CERTIFICATE-----
2025-08-18T22:09:14.8219419Z MIIG7zCCBnSgAwIBAgIUBkge2iyKXr8MOkkwk+jSsLcaX8IwCgYIKoZIzj0EAwMw
2025-08-18T22:09:14.8219888Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-18T22:09:14.8220354Z cm1lZGlhdGUwHhcNMjUwODE4MjIwOTE0WhcNMjUwODE4MjIxOTE0WjAAMFkwEwYH
2025-08-18T22:09:14.8220817Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE3E0qWlJWgSPCxRzbl8upwytCiFGg487g1kn/
2025-08-18T22:09:14.8221281Z 2uSNxvEHrKMrTFP7r8sGlwwwkVfLXPMOeP2gJGWkE4VlojgNTKOCBZMwggWPMA4G
2025-08-18T22:09:14.8221736Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUpNz7
2025-08-18T22:09:14.8222184Z K748fW8dN/IZJnaOyPTm9zIwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-18T22:09:14.8222618Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-18T22:09:14.8223072Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-18T22:09:14.8223523Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-18T22:09:14.8223963Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-18T22:09:14.8224674Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-18T22:09:14.8225158Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-18T22:09:14.8225617Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-18T22:09:14.8226079Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-18T22:09:14.8226542Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-18T22:09:14.8227155Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-18T22:09:14.8227606Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-18T22:09:14.8228063Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-18T22:09:14.8228518Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-18T22:09:14.8228965Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-18T22:09:14.8229429Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-18T22:09:14.8229902Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-18T22:09:14.8230360Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-18T22:09:14.8230815Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-18T22:09:14.8231266Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-18T22:09:14.8231722Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-18T22:09:14.8232179Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-18T22:09:14.8232639Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-18T22:09:14.8233102Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-18T22:09:14.8233562Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MDUxMTA5NjM3L2F0
2025-08-18T22:09:14.8234021Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-18T22:09:14.8234490Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZi/Orty
2025-08-18T22:09:14.8234944Z AAAEAwBGMEQCIDoG7+XlKBvkt88u4IrWP1Xl/qtjFnVEXxxwQLRpWYkYAiBlFC0R
2025-08-18T22:09:14.8235386Z ZEzM6KbRlFHG68n4vpzyj7+dpQt190d5aO+kxjAKBggqhkjOPQQDAwNpADBmAjEA
2025-08-18T22:09:14.8235840Z qp1+KAoce77E2RBDqB4mjfqfCtWffd2rAqZ1kahdit9gi0KjXwW2hEQNNgmxmAo3
2025-08-18T22:09:14.8236295Z AjEA17KrUX4b8rCR4wad7AsVFd8BR0jDXrRlGvfLQNE5pDODD9c1LQuUQZYVV6gy
2025-08-18T22:09:14.8236792Z C+0l
2025-08-18T22:09:14.8236977Z -----END CERTIFICATE-----
2025-08-18T22:09:14.8237110Z 
2025-08-18T22:09:14.8237639Z ##[endgroup]
2025-08-18T22:09:14.8238079Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-18T22:09:14.8238463Z https://search.sigstore.dev?logIndex=408668368
2025-08-18T22:09:14.8239105Z [36mAttestation uploaded to repository[39m
2025-08-18T22:09:14.8239417Z https://github.com/pkgforge/bincache/attestations/9786880
2025-08-18T22:09:14.9230432Z ##[group]Run ##Presets
2025-08-18T22:09:14.9230704Z [36;1m##Presets[0m
2025-08-18T22:09:14.9230888Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:14.9231088Z [36;1m#-------------#[0m
2025-08-18T22:09:14.9231273Z [36;1m##Debug?[0m
2025-08-18T22:09:14.9231497Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:14.9231769Z [36;1m  set -x[0m
2025-08-18T22:09:14.9231935Z [36;1mfi[0m
2025-08-18T22:09:14.9232098Z [36;1m#-------------#[0m
2025-08-18T22:09:14.9232451Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:09:14.9232956Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tinycc/official/musl"[0m
2025-08-18T22:09:14.9233350Z [36;1m exit 1[0m
2025-08-18T22:09:14.9233515Z [36;1mfi[0m
2025-08-18T22:09:14.9265101Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:14.9265319Z env:
2025-08-18T22:09:14.9265482Z   CROSS_COMPILING: NO
2025-08-18T22:09:14.9265724Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:14.9265944Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:14.9266147Z   ON_QEMU: NO
2025-08-18T22:09:14.9266307Z   DEBUG: 0
2025-08-18T22:09:14.9266470Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:14.9266881Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:14.9267174Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:14.9267467Z   KEEP_LOGS: YES
2025-08-18T22:09:14.9267643Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:14.9267840Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:14.9268042Z   SBUILD_REBUILD: false
2025-08-18T22:09:14.9268545Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:14.9269065Z   BUILD_SYS: null
2025-08-18T22:09:14.9269238Z   SYSTMP: /tmp
2025-08-18T22:09:14.9269424Z   GHA_MODE: MATRIX
2025-08-18T22:09:14.9269832Z   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:14.9270322Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:14.9270628Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:14.9270991Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:14.9271450Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:14.9271815Z   PKG_TYPE: static
2025-08-18T22:09:14.9271996Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:14.9272209Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:14.9272564Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:14.9272908Z   BUILD_ID: 17051109637
2025-08-18T22:09:14.9273089Z   PKG_NAME: tcc
2025-08-18T22:09:14.9273265Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:14.9273501Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:14.9273749Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:14.9274059Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:14.9274403Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:14.9274830Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:14.9275256Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:14.9275510Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:14.9275776Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:14.9276254Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:14.9276878Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:14.9277109Z ##[endgroup]
2025-08-18T22:09:14.9350885Z ##[group]Run ##Presets
2025-08-18T22:09:14.9351167Z [36;1m##Presets[0m
2025-08-18T22:09:14.9351581Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:14.9351775Z [36;1m#-------------#[0m
2025-08-18T22:09:14.9351963Z [36;1m##Debug?[0m
2025-08-18T22:09:14.9352182Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:14.9352454Z [36;1m  set -x[0m
2025-08-18T22:09:14.9352616Z [36;1mfi[0m
2025-08-18T22:09:14.9352777Z [36;1m#-------------#[0m
2025-08-18T22:09:14.9353022Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:09:14.9353453Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tinycc/official/musl"[0m
2025-08-18T22:09:14.9353850Z [36;1m exit 1[0m
2025-08-18T22:09:14.9354013Z [36;1mfi[0m
2025-08-18T22:09:14.9384159Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:14.9384380Z env:
2025-08-18T22:09:14.9384546Z   CROSS_COMPILING: NO
2025-08-18T22:09:14.9384794Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:14.9385016Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:14.9385220Z   ON_QEMU: NO
2025-08-18T22:09:14.9385387Z   DEBUG: 0
2025-08-18T22:09:14.9385553Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:14.9385771Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:14.9386069Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:14.9386367Z   KEEP_LOGS: YES
2025-08-18T22:09:14.9386543Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:14.9386976Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:14.9387184Z   SBUILD_REBUILD: false
2025-08-18T22:09:14.9387696Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:14.9388219Z   BUILD_SYS: null
2025-08-18T22:09:14.9388391Z   SYSTMP: /tmp
2025-08-18T22:09:14.9388566Z   GHA_MODE: MATRIX
2025-08-18T22:09:14.9388977Z   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:14.9389472Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:14.9389781Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:14.9390160Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:14.9390622Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:14.9390988Z   PKG_TYPE: static
2025-08-18T22:09:14.9391169Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:14.9391385Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:14.9391746Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:14.9392091Z   BUILD_ID: 17051109637
2025-08-18T22:09:14.9392276Z   PKG_NAME: tcc
2025-08-18T22:09:14.9392457Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:14.9392696Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:14.9392952Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:14.9393267Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:14.9393616Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:14.9394055Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:14.9394483Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:14.9394739Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:14.9395006Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:14.9395488Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:14.9395908Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:14.9396130Z ##[endgroup]
2025-08-18T22:09:14.9468177Z ##[group]Run ##Presets
2025-08-18T22:09:14.9468454Z [36;1m##Presets[0m
2025-08-18T22:09:14.9468646Z [36;1mset +x ; set +e[0m
2025-08-18T22:09:14.9468843Z [36;1m#-------------#[0m
2025-08-18T22:09:14.9469032Z [36;1m##Debug?[0m
2025-08-18T22:09:14.9469255Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:09:14.9469531Z [36;1m  set -x[0m
2025-08-18T22:09:14.9469924Z [36;1mfi[0m
2025-08-18T22:09:14.9470089Z [36;1m#-------------#[0m
2025-08-18T22:09:14.9470405Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:09:14.9470774Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-18T22:09:14.9471046Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:09:14.9471291Z [36;1mfi[0m
2025-08-18T22:09:14.9498730Z shell: /usr/bin/bash -e {0}
2025-08-18T22:09:14.9498951Z env:
2025-08-18T22:09:14.9499117Z   CROSS_COMPILING: NO
2025-08-18T22:09:14.9499377Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:09:14.9499600Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:09:14.9499805Z   ON_QEMU: NO
2025-08-18T22:09:14.9499967Z   DEBUG: 0
2025-08-18T22:09:14.9500134Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:09:14.9500354Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:09:14.9500644Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tinycc/official/musl
2025-08-18T22:09:14.9500942Z   KEEP_LOGS: YES
2025-08-18T22:09:14.9501129Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:09:14.9501329Z   PKG_FAMILY_LOCAL: tinycc
2025-08-18T22:09:14.9501533Z   SBUILD_REBUILD: false
2025-08-18T22:09:14.9502038Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tinycc/static.official.musl.yaml
2025-08-18T22:09:14.9502558Z   BUILD_SYS: null
2025-08-18T22:09:14.9502737Z   SYSTMP: /tmp
2025-08-18T22:09:14.9502910Z   GHA_MODE: MATRIX
2025-08-18T22:09:14.9503319Z   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:14.9503812Z   INPUT_SBUILD: /tmp/pkgforge/pjOgKNGkO_build.yaml
2025-08-18T22:09:14.9504122Z   BUILD_DIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml
2025-08-18T22:09:14.9504488Z   SBUILD_OUTDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR
2025-08-18T22:09:14.9504951Z   SBUILD_TMPDIR: /tmp/pkgforge/EnH2kc0_pjOgKNGkO_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:09:14.9505322Z   PKG_TYPE: static
2025-08-18T22:09:14.9505513Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:09:14.9505731Z   SBUILD_PKGVER: HEAD-80e7040-250818T222805
2025-08-18T22:09:14.9506087Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051109637
2025-08-18T22:09:14.9506435Z   BUILD_ID: 17051109637
2025-08-18T22:09:14.9506856Z   PKG_NAME: tcc
2025-08-18T22:09:14.9507065Z   PKG_DATE: 2025-08-18T22:08:46Z
2025-08-18T22:09:14.9507293Z   PKG_VERSION: HEAD-80e7040-250818T222805
2025-08-18T22:09:14.9507536Z   PKG_VERSION_UPSTREAM: NA-2025-08-18
2025-08-18T22:09:14.9507848Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tinycc/official/musl/tcc
2025-08-18T22:09:14.9508189Z   GHCRPKG_TAG: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:14.9508616Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tinycc/official/musl/tcc
2025-08-18T22:09:14.9509040Z   PKG_SRCURL: https://github.com/TinyCC/tinycc
2025-08-18T22:09:14.9509294Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:09:14.9509557Z   GHCRPKG_TAG_SRCBUILD: HEAD-80e7040-250818T222805-aarch64-linux
2025-08-18T22:09:14.9510042Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tinycc/official/musl/tinycc-srcbuild-17051109637
2025-08-18T22:09:14.9510460Z   UTC_TIME: 2025_08_18T10_09_12_PM
2025-08-18T22:09:14.9510670Z ##[endgroup]
2025-08-18T22:09:14.9566921Z EXITED
2025-08-18T22:09:14.9618107Z Cleaning up orphan processes
