﻿2025-08-20T20:05:49.6418467Z Current runner version: '2.328.0'
2025-08-20T20:05:49.6449678Z ##[group]Runner Image Provisioner
2025-08-20T20:05:49.6450643Z Hosted Compute Agent
2025-08-20T20:05:49.6451699Z Version: 20250818.377
2025-08-20T20:05:49.6452377Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:05:49.6453081Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:05:49.6453781Z ##[endgroup]
2025-08-20T20:05:49.6454327Z ##[group]VM Image
2025-08-20T20:05:49.6454923Z - OS: Linux (arm64)
2025-08-20T20:05:49.6455608Z - Source: Partner
2025-08-20T20:05:49.6456408Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:05:49.6457109Z - Version: 20250728.24.1
2025-08-20T20:05:49.6458118Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:05:49.6459176Z ##[endgroup]
2025-08-20T20:05:49.6460538Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:05:49.6463739Z Attestations: write
2025-08-20T20:05:49.6464493Z Contents: write
2025-08-20T20:05:49.6465255Z Metadata: read
2025-08-20T20:05:49.6466242Z Packages: write
2025-08-20T20:05:49.6466841Z ##[endgroup]
2025-08-20T20:05:49.6470346Z Secret source: Actions
2025-08-20T20:05:49.6471557Z Prepare workflow directory
2025-08-20T20:05:49.6868073Z Prepare all required actions
2025-08-20T20:05:49.6909367Z Getting action download info
2025-08-20T20:05:50.1850489Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:05:51.0038520Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:05:51.4488706Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:05:51.6424495Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:05:52.1531047Z Getting action download info
2025-08-20T20:05:52.3343999Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:05:52.7530642Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:05:53.1270030Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/f2/official)
2025-08-20T20:05:53.1914252Z ##[group]Run ##Presets
2025-08-20T20:05:53.1914822Z [36;1m##Presets[0m
2025-08-20T20:05:53.1915205Z [36;1mset +x ; set +e[0m
2025-08-20T20:05:53.1915494Z [36;1m#-------------#[0m
2025-08-20T20:05:53.1916099Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:05:53.1916605Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:05:53.1916996Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.1917318Z [36;1m  fi[0m
2025-08-20T20:05:53.1917701Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:05:53.1918162Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:05:53.1918653Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.1919003Z [36;1m  fi[0m
2025-08-20T20:05:53.1919306Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:05:53.1919848Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:05:53.1920264Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.1920639Z [36;1m  fi[0m
2025-08-20T20:05:53.1920935Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:05:53.1921306Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:05:53.1921691Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:05:53.1922019Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:05:53.1922383Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.1923082Z [36;1m     else[0m
2025-08-20T20:05:53.1923389Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.1923802Z [36;1m     fi[0m
2025-08-20T20:05:53.1924079Z [36;1m  fi[0m
2025-08-20T20:05:53.1924312Z [36;1mfi[0m
2025-08-20T20:05:53.1955453Z shell: /usr/bin/bash -e {0}
2025-08-20T20:05:53.1956562Z env:
2025-08-20T20:05:53.1957272Z   GH_TOKEN: ***
2025-08-20T20:05:53.1957568Z ##[endgroup]
2025-08-20T20:05:53.2193587Z ##[group]Run ##Presets
2025-08-20T20:05:53.2194028Z [36;1m##Presets[0m
2025-08-20T20:05:53.2194503Z [36;1mset +x ; set +e[0m
2025-08-20T20:05:53.2194882Z [36;1m#-------------#[0m
2025-08-20T20:05:53.2195203Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:05:53.2195964Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:05:53.2196571Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:05:53.2197052Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:05:53.2197530Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:05:53.2198020Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:05:53.2198435Z [36;1m  exit 1[0m
2025-08-20T20:05:53.2198716Z [36;1mfi[0m
2025-08-20T20:05:53.2224998Z shell: /usr/bin/bash -e {0}
2025-08-20T20:05:53.2225405Z env:
2025-08-20T20:05:53.2226115Z   RO_GHTOKEN: ***
2025-08-20T20:05:53.2226576Z   RO_GLTOKEN: ***
2025-08-20T20:05:53.2227781Z   MINISIGN_KEY: ***
2025-08-20T20:05:53.2228103Z ##[endgroup]
2025-08-20T20:05:53.2367076Z ##[group]Run ##Presets
2025-08-20T20:05:53.2367758Z [36;1m##Presets[0m
2025-08-20T20:05:53.2368074Z [36;1mset +x ; set +e[0m
2025-08-20T20:05:53.2368370Z [36;1m#-------------#[0m
2025-08-20T20:05:53.2368626Z [36;1m##Host Triplet[0m
2025-08-20T20:05:53.2369021Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:05:53.2369415Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:05:53.2369769Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:05:53.2370199Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:05:53.2370541Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:05:53.2370916Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:05:53.2371352Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:05:53.2371708Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:05:53.2372086Z [36;1m   fi[0m
2025-08-20T20:05:53.2372494Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:05:53.2372927Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:05:53.2373287Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:05:53.2373647Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:05:53.2374065Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:05:53.2374349Z [36;1m fi[0m
2025-08-20T20:05:53.2374650Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2375133Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2375548Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2376158Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2376519Z [36;1m##Debug[0m
2025-08-20T20:05:53.2376763Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:05:53.2377108Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:05:53.2377408Z [36;1m else[0m
2025-08-20T20:05:53.2377684Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:05:53.2378011Z [36;1m fi[0m
2025-08-20T20:05:53.2378281Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2378601Z [36;1m##Docker Platform[0m
2025-08-20T20:05:53.2379336Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:05:53.2379747Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:05:53.2380161Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:05:53.2380567Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:05:53.2380933Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:05:53.2381359Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:05:53.2381760Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:05:53.2382136Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:05:53.2382494Z [36;1m fi[0m
2025-08-20T20:05:53.2382817Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2383290Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2383722Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:05:53.2384219Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/f2/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:05:53.2384780Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:05:53.2385125Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2385492Z [36;1m##Logs[0m
2025-08-20T20:05:53.2386181Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:05:53.2386522Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:05:53.2386806Z [36;1m else[0m
2025-08-20T20:05:53.2387129Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:05:53.2387449Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:05:53.2387787Z [36;1m fi[0m
2025-08-20T20:05:53.2388457Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2388895Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2389340Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:05:53.2389711Z [36;1m PKG_FAMILY_LOCAL="$(echo "f2" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:05:53.2390128Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:05:53.2390580Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2390931Z [36;1m##Rebuild[0m
2025-08-20T20:05:53.2391239Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:05:53.2391585Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:05:53.2391888Z [36;1m else[0m
2025-08-20T20:05:53.2392214Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:05:53.2392519Z [36;1m fi[0m
2025-08-20T20:05:53.2392823Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2393255Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:05:53.2393797Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:05:53.2394453Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:05:53.2395283Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:05:53.2396232Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:05:53.2396709Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:05:53.2397189Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:05:53.2397649Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:05:53.2398157Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2398474Z [36;1m    exit 1[0m
2025-08-20T20:05:53.2398725Z [36;1m   else[0m
2025-08-20T20:05:53.2399048Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:05:53.2399424Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2399869Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:05:53.2400265Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:05:53.2400970Z [36;1m      #check if supported[0m
2025-08-20T20:05:53.2401468Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:05:53.2402046Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:05:53.2402532Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:05:53.2402964Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2403309Z [36;1m         exit 1[0m
2025-08-20T20:05:53.2403621Z [36;1m       fi[0m
2025-08-20T20:05:53.2403908Z [36;1m      #get build system[0m
2025-08-20T20:05:53.2404365Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:05:53.2404859Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:05:53.2405195Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2405598Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:05:53.2406390Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2406835Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2407291Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:05:53.2407715Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2408093Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:53.2408485Z [36;1m       fi[0m
2025-08-20T20:05:53.2409024Z [36;1m     fi[0m
2025-08-20T20:05:53.2409314Z [36;1m   fi[0m
2025-08-20T20:05:53.2409646Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:05:53.2435602Z shell: /usr/bin/bash -e {0}
2025-08-20T20:05:53.2436177Z ##[endgroup]
2025-08-20T20:05:53.8941887Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:05:53.8942643Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:05:53.8942940Z 
2025-08-20T20:05:54.0429686Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:05:54.0441289Z 100  3932  100  3932    0     0  26111      0 --:--:-- --:--:-- --:--:-- 26213
2025-08-20T20:05:54.0442222Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:05:54.0642299Z ##[group]Run ##Presets
2025-08-20T20:05:54.0642830Z [36;1m##Presets[0m
2025-08-20T20:05:54.0643118Z [36;1mset +x ; set +e[0m
2025-08-20T20:05:54.0643430Z [36;1m#-------------#[0m
2025-08-20T20:05:54.0643754Z [36;1m##Debug?[0m
2025-08-20T20:05:54.0644051Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:05:54.0644464Z [36;1m  set -x[0m
2025-08-20T20:05:54.0644764Z [36;1mfi[0m
2025-08-20T20:05:54.0645028Z [36;1m#-------------#[0m
2025-08-20T20:05:54.0645350Z [36;1m##CoreUtils[0m
2025-08-20T20:05:54.0645839Z [36;1msudo apt update -y[0m
2025-08-20T20:05:54.0646245Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:05:54.0647311Z [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-20T20:05:54.0648322Z [36;1m##tmp[0m
2025-08-20T20:05:54.0648691Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:05:54.0649072Z [36;1m#GH ENV[0m
2025-08-20T20:05:54.0649348Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:54.0649788Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:54.0650143Z [36;1m#-------------#[0m
2025-08-20T20:05:54.0650396Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:05:54.0650745Z [36;1msudo apt update -y[0m
2025-08-20T20:05:54.0651322Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:05:54.0651681Z [36;1m##Setup Minisign[0m
2025-08-20T20:05:54.0652003Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:05:54.0652532Z [36;1mecho "***[0m
2025-08-20T20:05:54.0653910Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:05:54.0654248Z [36;1m##User-Agent[0m
2025-08-20T20:05:54.0655005Z [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-20T20:05:54.0656162Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:54.0683574Z shell: /usr/bin/bash -e {0}
2025-08-20T20:05:54.0683886Z env:
2025-08-20T20:05:54.0684115Z   CROSS_COMPILING: NO
2025-08-20T20:05:54.0684518Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:05:54.0684828Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:05:54.0685094Z   ON_QEMU: NO
2025-08-20T20:05:54.0685426Z   DEBUG: 0
2025-08-20T20:05:54.0685941Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:05:54.0686370Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:05:54.0686717Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:05:54.0687059Z   KEEP_LOGS: YES
2025-08-20T20:05:54.0687351Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:54.0687607Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:05:54.0687880Z   SBUILD_REBUILD: false
2025-08-20T20:05:54.0688540Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:05:54.0689146Z   BUILD_SYS: docker://go
2025-08-20T20:05:54.0689474Z   BUILD_ON_HOST: FALSE
2025-08-20T20:05:54.0689722Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:05:54.0689991Z ##[endgroup]
2025-08-20T20:05:54.3561710Z 
2025-08-20T20:05:54.3562544Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:05:54.3562977Z 
2025-08-20T20:05:54.5128646Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:05:54.5335536Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:05:54.6203234Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:05:54.6603275Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:05:54.6633930Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:05:54.6667914Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:05:54.6694678Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:05:54.7573221Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:05:54.8317160Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:05:55.2084713Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:05:55.3427734Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:05:55.5045011Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:05:55.8966699Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:05:55.9904439Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:05:56.1009605Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:05:56.2410392Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:05:56.3250328Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:05:56.4121082Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:05:56.5698633Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:05:56.6479669Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:05:56.7225381Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:05:56.9118544Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:05:56.9866478Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:05:57.0613455Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:05:57.1363478Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:05:57.2113524Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:05:57.2858430Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:05:57.3607140Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:05:57.4367337Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:05:57.5115386Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:05:57.5862079Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:05:57.6609158Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:05:57.7527358Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:05:57.8284929Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:05:57.9034464Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:05:57.9878082Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:05:58.1788197Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:05:58.2535523Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:05:58.3568136Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:05:58.4349238Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:05:58.5095116Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:05:58.5865994Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:05:58.6612964Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:06:05.9003502Z Fetched 11.9 MB in 4s (2826 kB/s)
2025-08-20T20:06:06.6339729Z Reading package lists...
2025-08-20T20:06:06.8017500Z Building dependency tree...
2025-08-20T20:06:06.8024563Z Reading state information...
2025-08-20T20:06:06.8224306Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:06:06.8313145Z 
2025-08-20T20:06:06.8313737Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:06:06.8314275Z 
2025-08-20T20:06:06.8431339Z Reading package lists...
2025-08-20T20:06:07.0439824Z Building dependency tree...
2025-08-20T20:06:07.0447538Z Reading state information...
2025-08-20T20:06:07.2861401Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:06:07.2862056Z bc set to manually installed.
2025-08-20T20:06:07.2862372Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:06:07.2862780Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:06:07.2863201Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:06:07.3394837Z The following NEW packages will be installed:
2025-08-20T20:06:07.3400845Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:06:07.3402678Z   moreutils
2025-08-20T20:06:07.3408814Z The following packages will be upgraded:
2025-08-20T20:06:07.3416592Z   jq libjq1
2025-08-20T20:06:07.3600873Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:06:07.6733751Z Need to get 936 kB of archives.
2025-08-20T20:06:07.6734280Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:06:07.6735113Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:06:07.8961598Z 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-20T20:06:08.0488653Z 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-20T20:06:08.2041834Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:06:08.2852297Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:06:08.3788848Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:06:08.4552983Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:06:08.5418890Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:06:08.9432191Z Fetched 936 kB in 1s (732 kB/s)
2025-08-20T20:06:09.0022664Z Selecting previously unselected package fdupes.
2025-08-20T20:06:09.1423503Z (Reading database ... 
2025-08-20T20:06:09.1423882Z (Reading database ... 5%
2025-08-20T20:06:09.1424419Z (Reading database ... 10%
2025-08-20T20:06:09.1424672Z (Reading database ... 15%
2025-08-20T20:06:09.1424902Z (Reading database ... 20%
2025-08-20T20:06:09.1425255Z (Reading database ... 25%
2025-08-20T20:06:09.1425499Z (Reading database ... 30%
2025-08-20T20:06:09.1426066Z (Reading database ... 35%
2025-08-20T20:06:09.1426346Z (Reading database ... 40%
2025-08-20T20:06:09.1426591Z (Reading database ... 45%
2025-08-20T20:06:09.1426913Z (Reading database ... 50%
2025-08-20T20:06:09.3919566Z (Reading database ... 55%
2025-08-20T20:06:09.8731708Z (Reading database ... 60%
2025-08-20T20:06:10.3211065Z (Reading database ... 65%
2025-08-20T20:06:10.7299031Z (Reading database ... 70%
2025-08-20T20:06:11.1464440Z (Reading database ... 75%
2025-08-20T20:06:11.6519709Z (Reading database ... 80%
2025-08-20T20:06:12.1653513Z (Reading database ... 85%
2025-08-20T20:06:12.6901412Z (Reading database ... 90%
2025-08-20T20:06:13.2071504Z (Reading database ... 95%
2025-08-20T20:06:13.2071849Z (Reading database ... 100%
2025-08-20T20:06:13.2072372Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:06:13.2112656Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:06:13.2240159Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:06:13.3215981Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:06:13.3566592Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:06:13.4659417Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:06:13.5089584Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:06:13.5773958Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:06:13.5943072Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:06:13.6024155Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:06:13.7162353Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:06:13.7318165Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:06:13.7399691Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:06:13.8212550Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:06:13.8350518Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:06:13.8439702Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:06:13.9067777Z Selecting previously unselected package moreutils.
2025-08-20T20:06:13.9202159Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:06:13.9278670Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:06:14.1095897Z Selecting previously unselected package dos2unix.
2025-08-20T20:06:14.1257803Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:06:14.1917166Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:06:14.4646388Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:06:14.4894065Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:06:14.5119778Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:06:14.5345143Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:06:14.5586766Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:06:14.5806939Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:06:14.6088174Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:06:14.6315312Z Setting up moreutils (0.69-1) ...
2025-08-20T20:06:14.6586663Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:06:29.5294198Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:06:30.7511964Z Reading package lists...
2025-08-20T20:06:30.9678973Z Building dependency tree...
2025-08-20T20:06:30.9686897Z Reading state information...
2025-08-20T20:06:31.2163820Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:06:31.2164339Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:06:31.2164896Z apt-utils set to manually installed.
2025-08-20T20:06:31.2165236Z ca-certificates is already the newest version (20240203).
2025-08-20T20:06:31.2165834Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:06:31.2166200Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:06:31.2166584Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:06:31.2166938Z moreutils is already the newest version (0.69-1).
2025-08-20T20:06:31.2167325Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:06:31.2167739Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:06:31.2168126Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:06:31.2168961Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:06:31.2169302Z tmux set to manually installed.
2025-08-20T20:06:31.2169657Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:06:31.2170043Z The following additional packages will be installed:
2025-08-20T20:06:31.2170507Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:06:31.2171005Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:06:31.2171494Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:06:31.2171891Z   uuid-runtime
2025-08-20T20:06:31.2180342Z Suggested packages:
2025-08-20T20:06:31.2180772Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:06:31.2181319Z   util-linux-extra util-linux-locales
2025-08-20T20:06:31.2181594Z Recommended packages:
2025-08-20T20:06:31.2181821Z   unattended-upgrades
2025-08-20T20:06:31.2710805Z The following NEW packages will be installed:
2025-08-20T20:06:31.2711253Z   rename
2025-08-20T20:06:31.2714390Z The following packages will be upgraded:
2025-08-20T20:06:31.2714833Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:06:31.2716186Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:06:31.2723266Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:06:31.2723740Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:06:31.2910864Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:06:31.4688291Z Need to get 4390 kB of archives.
2025-08-20T20:06:31.4689023Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:06:31.4689752Z 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-20T20:06:31.7725304Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:06:32.1457216Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:06:32.2263976Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:06:32.3011844Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:06:32.3767805Z 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-20T20:06:32.4521336Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:06:32.5306296Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:06:32.6097604Z 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-20T20:06:32.6867432Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:06:32.7734727Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:06:32.8515953Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:06:32.9346482Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:06:33.0178954Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:06:33.1154822Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:06:33.1937476Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:06:33.2827729Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:06:33.3596245Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:06:33.4399950Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:06:33.6292097Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:06:33.7094744Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:06:33.7860287Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:06:33.8649632Z 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-20T20:06:33.9415562Z 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-20T20:06:34.0163747Z 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-20T20:06:34.0913801Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:06:34.1662234Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:06:34.4278432Z Fetched 4390 kB in 3s (1534 kB/s)
2025-08-20T20:06:34.4611342Z (Reading database ... 
2025-08-20T20:06:34.4611759Z (Reading database ... 5%
2025-08-20T20:06:34.4612041Z (Reading database ... 10%
2025-08-20T20:06:34.4612339Z (Reading database ... 15%
2025-08-20T20:06:34.4612587Z (Reading database ... 20%
2025-08-20T20:06:34.4612861Z (Reading database ... 25%
2025-08-20T20:06:34.4613927Z (Reading database ... 30%
2025-08-20T20:06:34.4614202Z (Reading database ... 35%
2025-08-20T20:06:34.4614454Z (Reading database ... 40%
2025-08-20T20:06:34.4614831Z (Reading database ... 45%
2025-08-20T20:06:34.4615119Z (Reading database ... 50%
2025-08-20T20:06:34.4632404Z (Reading database ... 55%
2025-08-20T20:06:34.4718504Z (Reading database ... 60%
2025-08-20T20:06:34.4757812Z (Reading database ... 65%
2025-08-20T20:06:34.4772122Z (Reading database ... 70%
2025-08-20T20:06:34.4791522Z (Reading database ... 75%
2025-08-20T20:06:34.4823909Z (Reading database ... 80%
2025-08-20T20:06:34.4993586Z (Reading database ... 85%
2025-08-20T20:06:34.5011860Z (Reading database ... 90%
2025-08-20T20:06:34.5108355Z (Reading database ... 95%
2025-08-20T20:06:34.5108668Z (Reading database ... 100%
2025-08-20T20:06:34.5109018Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:34.5143238Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:34.5408239Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:34.6651662Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:34.7527079Z (Reading database ... 
2025-08-20T20:06:34.7527645Z (Reading database ... 5%
2025-08-20T20:06:34.7527915Z (Reading database ... 10%
2025-08-20T20:06:34.7528157Z (Reading database ... 15%
2025-08-20T20:06:34.7528441Z (Reading database ... 20%
2025-08-20T20:06:34.7529385Z (Reading database ... 25%
2025-08-20T20:06:34.7529706Z (Reading database ... 30%
2025-08-20T20:06:34.7529947Z (Reading database ... 35%
2025-08-20T20:06:34.7530195Z (Reading database ... 40%
2025-08-20T20:06:34.7530502Z (Reading database ... 45%
2025-08-20T20:06:34.7530810Z (Reading database ... 50%
2025-08-20T20:06:34.7549143Z (Reading database ... 55%
2025-08-20T20:06:34.7633720Z (Reading database ... 60%
2025-08-20T20:06:34.7673286Z (Reading database ... 65%
2025-08-20T20:06:34.7687658Z (Reading database ... 70%
2025-08-20T20:06:34.7706669Z (Reading database ... 75%
2025-08-20T20:06:34.7740522Z (Reading database ... 80%
2025-08-20T20:06:34.7909247Z (Reading database ... 85%
2025-08-20T20:06:34.7927186Z (Reading database ... 90%
2025-08-20T20:06:34.8019694Z (Reading database ... 95%
2025-08-20T20:06:34.8020066Z (Reading database ... 100%
2025-08-20T20:06:34.8020449Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:34.8048458Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:34.8338880Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:34.9934441Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:35.6166008Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:06:35.6790077Z (Reading database ... 
2025-08-20T20:06:35.6790445Z (Reading database ... 5%
2025-08-20T20:06:35.6790693Z (Reading database ... 10%
2025-08-20T20:06:35.6791094Z (Reading database ... 15%
2025-08-20T20:06:35.6791365Z (Reading database ... 20%
2025-08-20T20:06:35.6791699Z (Reading database ... 25%
2025-08-20T20:06:35.6791942Z (Reading database ... 30%
2025-08-20T20:06:35.6792179Z (Reading database ... 35%
2025-08-20T20:06:35.6792505Z (Reading database ... 40%
2025-08-20T20:06:35.6792782Z (Reading database ... 45%
2025-08-20T20:06:35.6793080Z (Reading database ... 50%
2025-08-20T20:06:35.6812466Z (Reading database ... 55%
2025-08-20T20:06:35.6897610Z (Reading database ... 60%
2025-08-20T20:06:35.6938122Z (Reading database ... 65%
2025-08-20T20:06:35.6952449Z (Reading database ... 70%
2025-08-20T20:06:35.6972320Z (Reading database ... 75%
2025-08-20T20:06:35.7005356Z (Reading database ... 80%
2025-08-20T20:06:35.7176615Z (Reading database ... 85%
2025-08-20T20:06:35.7195071Z (Reading database ... 90%
2025-08-20T20:06:35.7290348Z (Reading database ... 95%
2025-08-20T20:06:35.7290665Z (Reading database ... 100%
2025-08-20T20:06:35.7291174Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:35.7322338Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:35.7583570Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:35.8634769Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:35.8985433Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:35.9848256Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:36.0810580Z (Reading database ... 
2025-08-20T20:06:36.0811153Z (Reading database ... 5%
2025-08-20T20:06:36.0811429Z (Reading database ... 10%
2025-08-20T20:06:36.0811730Z (Reading database ... 15%
2025-08-20T20:06:36.0812070Z (Reading database ... 20%
2025-08-20T20:06:36.0812345Z (Reading database ... 25%
2025-08-20T20:06:36.0812607Z (Reading database ... 30%
2025-08-20T20:06:36.0812858Z (Reading database ... 35%
2025-08-20T20:06:36.0813106Z (Reading database ... 40%
2025-08-20T20:06:36.0813374Z (Reading database ... 45%
2025-08-20T20:06:36.0813648Z (Reading database ... 50%
2025-08-20T20:06:36.0831980Z (Reading database ... 55%
2025-08-20T20:06:36.0917849Z (Reading database ... 60%
2025-08-20T20:06:36.0957362Z (Reading database ... 65%
2025-08-20T20:06:36.0970801Z (Reading database ... 70%
2025-08-20T20:06:36.0990439Z (Reading database ... 75%
2025-08-20T20:06:36.1022344Z (Reading database ... 80%
2025-08-20T20:06:36.1186959Z (Reading database ... 85%
2025-08-20T20:06:36.1204610Z (Reading database ... 90%
2025-08-20T20:06:36.1297319Z (Reading database ... 95%
2025-08-20T20:06:36.1297625Z (Reading database ... 100%
2025-08-20T20:06:36.1297975Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:36.1329346Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:36.1667750Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:36.2543894Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:36.3496806Z (Reading database ... 
2025-08-20T20:06:36.3497444Z (Reading database ... 5%
2025-08-20T20:06:36.3497750Z (Reading database ... 10%
2025-08-20T20:06:36.3497999Z (Reading database ... 15%
2025-08-20T20:06:36.3498699Z (Reading database ... 20%
2025-08-20T20:06:36.3499026Z (Reading database ... 25%
2025-08-20T20:06:36.3499262Z (Reading database ... 30%
2025-08-20T20:06:36.3499563Z (Reading database ... 35%
2025-08-20T20:06:36.3499806Z (Reading database ... 40%
2025-08-20T20:06:36.3500089Z (Reading database ... 45%
2025-08-20T20:06:36.3500374Z (Reading database ... 50%
2025-08-20T20:06:36.3519952Z (Reading database ... 55%
2025-08-20T20:06:36.3608263Z (Reading database ... 60%
2025-08-20T20:06:36.3647865Z (Reading database ... 65%
2025-08-20T20:06:36.3661714Z (Reading database ... 70%
2025-08-20T20:06:36.3682438Z (Reading database ... 75%
2025-08-20T20:06:36.3716405Z (Reading database ... 80%
2025-08-20T20:06:36.3885397Z (Reading database ... 85%
2025-08-20T20:06:36.3910063Z (Reading database ... 90%
2025-08-20T20:06:36.4002794Z (Reading database ... 95%
2025-08-20T20:06:36.4003213Z (Reading database ... 100%
2025-08-20T20:06:36.4003560Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:36.4038174Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:36.4346958Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:36.5504556Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:36.5772103Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:36.6641933Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:36.7664591Z (Reading database ... 
2025-08-20T20:06:36.7665422Z (Reading database ... 5%
2025-08-20T20:06:36.7665849Z (Reading database ... 10%
2025-08-20T20:06:36.7666327Z (Reading database ... 15%
2025-08-20T20:06:36.7666578Z (Reading database ... 20%
2025-08-20T20:06:36.7666880Z (Reading database ... 25%
2025-08-20T20:06:36.7667142Z (Reading database ... 30%
2025-08-20T20:06:36.7668282Z (Reading database ... 35%
2025-08-20T20:06:36.7668602Z (Reading database ... 40%
2025-08-20T20:06:36.7668846Z (Reading database ... 45%
2025-08-20T20:06:36.7669124Z (Reading database ... 50%
2025-08-20T20:06:36.7687591Z (Reading database ... 55%
2025-08-20T20:06:36.7775198Z (Reading database ... 60%
2025-08-20T20:06:36.7815060Z (Reading database ... 65%
2025-08-20T20:06:36.7829065Z (Reading database ... 70%
2025-08-20T20:06:36.7849531Z (Reading database ... 75%
2025-08-20T20:06:36.7883069Z (Reading database ... 80%
2025-08-20T20:06:36.8049528Z (Reading database ... 85%
2025-08-20T20:06:36.8073620Z (Reading database ... 90%
2025-08-20T20:06:36.8161077Z (Reading database ... 95%
2025-08-20T20:06:36.8161436Z (Reading database ... 100%
2025-08-20T20:06:36.8161785Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:36.8192487Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:36.8469638Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:36.9318707Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:37.0070077Z (Reading database ... 
2025-08-20T20:06:37.0070731Z (Reading database ... 5%
2025-08-20T20:06:37.0071055Z (Reading database ... 10%
2025-08-20T20:06:37.0071362Z (Reading database ... 15%
2025-08-20T20:06:37.0071620Z (Reading database ... 20%
2025-08-20T20:06:37.0071891Z (Reading database ... 25%
2025-08-20T20:06:37.0072162Z (Reading database ... 30%
2025-08-20T20:06:37.0072407Z (Reading database ... 35%
2025-08-20T20:06:37.0072640Z (Reading database ... 40%
2025-08-20T20:06:37.0072910Z (Reading database ... 45%
2025-08-20T20:06:37.0076126Z (Reading database ... 50%
2025-08-20T20:06:37.0091646Z (Reading database ... 55%
2025-08-20T20:06:37.0179272Z (Reading database ... 60%
2025-08-20T20:06:37.0220090Z (Reading database ... 65%
2025-08-20T20:06:37.0234311Z (Reading database ... 70%
2025-08-20T20:06:37.0254858Z (Reading database ... 75%
2025-08-20T20:06:37.0289381Z (Reading database ... 80%
2025-08-20T20:06:37.0460917Z (Reading database ... 85%
2025-08-20T20:06:37.0485217Z (Reading database ... 90%
2025-08-20T20:06:37.0576618Z (Reading database ... 95%
2025-08-20T20:06:37.0577129Z (Reading database ... 100%
2025-08-20T20:06:37.0577523Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:37.0610812Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.1014933Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.2128790Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.2655179Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.3791456Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.4039072Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.4925396Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.5155750Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.6257226Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.6589804Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.7567466Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.7804481Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.8807993Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:37.9034569Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:37.9882435Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:06:38.0097968Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:38.1228726Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:38.1450180Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:38.2401434Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:06:38.2665467Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:38.3619616Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:38.4324441Z (Reading database ... 
2025-08-20T20:06:38.4325015Z (Reading database ... 5%
2025-08-20T20:06:38.4325278Z (Reading database ... 10%
2025-08-20T20:06:38.4325520Z (Reading database ... 15%
2025-08-20T20:06:38.4326001Z (Reading database ... 20%
2025-08-20T20:06:38.4326230Z (Reading database ... 25%
2025-08-20T20:06:38.4326464Z (Reading database ... 30%
2025-08-20T20:06:38.4326807Z (Reading database ... 35%
2025-08-20T20:06:38.4327814Z (Reading database ... 40%
2025-08-20T20:06:38.4328261Z (Reading database ... 45%
2025-08-20T20:06:38.4328505Z (Reading database ... 50%
2025-08-20T20:06:38.4346602Z (Reading database ... 55%
2025-08-20T20:06:38.4432692Z (Reading database ... 60%
2025-08-20T20:06:38.4471505Z (Reading database ... 65%
2025-08-20T20:06:38.4485334Z (Reading database ... 70%
2025-08-20T20:06:38.4505398Z (Reading database ... 75%
2025-08-20T20:06:38.4630809Z (Reading database ... 80%
2025-08-20T20:06:38.4703396Z (Reading database ... 85%
2025-08-20T20:06:38.4727664Z (Reading database ... 90%
2025-08-20T20:06:38.4816786Z (Reading database ... 95%
2025-08-20T20:06:38.4817210Z (Reading database ... 100%
2025-08-20T20:06:38.4817569Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:06:38.4851013Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:38.5082508Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:38.6163273Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:38.6427045Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:38.7470545Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:38.9552678Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:39.0469327Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:06:39.1416246Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:06:39.2393824Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:06:39.2628519Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:39.3688961Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:06:39.4894170Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:06:39.6085419Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:06:39.6887138Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:06:39.7635852Z Selecting previously unselected package rename.
2025-08-20T20:06:39.7775518Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:06:39.7850212Z Unpacking rename (2.02-1) ...
2025-08-20T20:06:39.8646848Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:06:39.8899643Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:06:39.9745450Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:39.9986525Z Setting up rename (2.02-1) ...
2025-08-20T20:06:40.0152154Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:06:40.0316281Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:40.0573667Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:40.0832640Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:40.1057718Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:40.1272216Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:40.7423060Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:06:40.7633350Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:40.7854398Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:40.8140899Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:40.8359752Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.1874307Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.2124943Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:06:41.2353713Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.3502609Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:06:41.4866715Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.5888441Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.6164700Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.6405808Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:06:41.6641903Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:06:41.7855132Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:06:42.0375069Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:06:42.0731096Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:06:48.0018569Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:06:49.3248152Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:06:49.3256853Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:06:49.5530460Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:06:49.6930927Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:06:49.8328620Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:06:49.9730841Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:06:50.8480848Z Reading package lists...
2025-08-20T20:06:51.0374073Z Building dependency tree...
2025-08-20T20:06:51.0380166Z Reading state information...
2025-08-20T20:06:51.0609950Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:06:51.0734738Z 
2025-08-20T20:06:51.0735594Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:06:51.0736334Z 
2025-08-20T20:06:51.2006237Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:06:51.2067860Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:06:51.4673350Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:06:51.6072547Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:06:51.7474901Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:06:51.8870745Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:06:52.7708994Z Reading package lists...
2025-08-20T20:06:52.9736097Z Building dependency tree...
2025-08-20T20:06:52.9743330Z Reading state information...
2025-08-20T20:06:52.9979643Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:06:53.0071802Z 
2025-08-20T20:06:53.0072306Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:06:53.0072684Z 
2025-08-20T20:06:53.0186074Z Reading package lists...
2025-08-20T20:06:53.2317927Z Building dependency tree...
2025-08-20T20:06:53.2325175Z Reading state information...
2025-08-20T20:06:53.4717169Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:06:53.5100629Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:06:53.5372677Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:06:53.6876779Z ##[group]Run ##Presets
2025-08-20T20:06:53.6877461Z [36;1m##Presets[0m
2025-08-20T20:06:53.6877695Z [36;1mset +x ; set +e[0m
2025-08-20T20:06:53.6878052Z [36;1m#-------------#[0m
2025-08-20T20:06:53.6878297Z [36;1m##Debug?[0m
2025-08-20T20:06:53.6878597Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:06:53.6878965Z [36;1m  set -x[0m
2025-08-20T20:06:53.6879175Z [36;1mfi[0m
2025-08-20T20:06:53.6879409Z [36;1m#-------------#[0m
2025-08-20T20:06:53.6879877Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:06:53.6880473Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:06:53.6880936Z [36;1msudo service procps restart[0m
2025-08-20T20:06:53.6881240Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:06:53.6908089Z shell: /usr/bin/bash -e {0}
2025-08-20T20:06:53.6908372Z env:
2025-08-20T20:06:53.6908809Z   CROSS_COMPILING: NO
2025-08-20T20:06:53.6909083Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:06:53.6909388Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:06:53.6909612Z   ON_QEMU: NO
2025-08-20T20:06:53.6909811Z   DEBUG: 0
2025-08-20T20:06:53.6910075Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:06:53.6910331Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:06:53.6910621Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:06:53.6910977Z   KEEP_LOGS: YES
2025-08-20T20:06:53.6911191Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:06:53.6911471Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:06:53.6911725Z   SBUILD_REBUILD: false
2025-08-20T20:06:53.6912262Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:06:53.6912858Z   BUILD_SYS: docker://go
2025-08-20T20:06:53.6913094Z   BUILD_ON_HOST: FALSE
2025-08-20T20:06:53.6913332Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:06:53.6913590Z   SYSTMP: /tmp
2025-08-20T20:06:53.6913799Z   GHA_MODE: MATRIX
2025-08-20T20:06:53.6914264Z   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-20T20:06:53.6914757Z ##[endgroup]
2025-08-20T20:06:53.7009263Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:06:53.7065394Z 0
2025-08-20T20:06:53.7341106Z vm.max_map_count = 262144
2025-08-20T20:06:53.7341487Z fs.inotify.max_user_watches = 655360
2025-08-20T20:06:53.7341921Z fs.inotify.max_user_instances = 1280
2025-08-20T20:06:53.7342246Z vm.mmap_rnd_bits = 28
2025-08-20T20:06:53.7430528Z ##[group]Run ##Presets
2025-08-20T20:06:53.7431064Z [36;1m##Presets[0m
2025-08-20T20:06:53.7431374Z [36;1mset +x ; set +e[0m
2025-08-20T20:06:53.7431635Z [36;1m#-------------#[0m
2025-08-20T20:06:53.7431873Z [36;1m##Debug?[0m
2025-08-20T20:06:53.7432174Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:06:53.7432498Z [36;1m  set -x[0m
2025-08-20T20:06:53.7432708Z [36;1mfi[0m
2025-08-20T20:06:53.7432968Z [36;1m#-------------#[0m
2025-08-20T20:06:53.7433228Z [36;1m##Main[0m
2025-08-20T20:06:53.7433469Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:06:53.7434190Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:06:53.7434925Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:06:53.7435374Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:06:53.7435868Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:06:53.7436199Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:06:53.7436535Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:06:53.7436882Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:06:53.7437288Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:06:53.7437637Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:06:53.7437938Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:06:53.7438616Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:06:53.7439015Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:06:53.7439372Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:06:53.7439716Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:06:53.7440028Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:06:53.7440370Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:06:53.7440706Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:06:53.7441041Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:06:53.7441404Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:06:53.7441741Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:06:53.7442058Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:06:53.7442455Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:06:53.7442824Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:06:53.7443179Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:06:53.7443527Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:06:53.7443823Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:06:53.7444221Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:06:53.7444719Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:06:53.7445202Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:06:53.7445969Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:06:53.7446346Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:06:53.7446760Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:06:53.7447414Z [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-20T20:06:53.7448245Z [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-20T20:06:53.7448835Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:06:53.7449135Z [36;1m else[0m
2025-08-20T20:06:53.7449754Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:06:53.7450279Z [36;1m fi[0m
2025-08-20T20:06:53.7450559Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:06:53.7451233Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:06:53.7451689Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7452100Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7452570Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7453021Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7453440Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7453919Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7454361Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:06:53.7454836Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:06:53.7455188Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:06:53.7480615Z shell: /usr/bin/bash -e {0}
2025-08-20T20:06:53.7480904Z env:
2025-08-20T20:06:53.7481143Z   CROSS_COMPILING: NO
2025-08-20T20:06:53.7481457Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:06:53.7481731Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:06:53.7482254Z   ON_QEMU: NO
2025-08-20T20:06:53.7482504Z   DEBUG: 0
2025-08-20T20:06:53.7482711Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:06:53.7482987Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:06:53.7483297Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:06:53.7483603Z   KEEP_LOGS: YES
2025-08-20T20:06:53.7483862Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:06:53.7484118Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:06:53.7484338Z   SBUILD_REBUILD: false
2025-08-20T20:06:53.7484922Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:06:53.7485495Z   BUILD_SYS: docker://go
2025-08-20T20:06:53.7485948Z   BUILD_ON_HOST: FALSE
2025-08-20T20:06:53.7486212Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:06:53.7486444Z   SYSTMP: /tmp
2025-08-20T20:06:53.7486707Z   GHA_MODE: MATRIX
2025-08-20T20:06:53.7487157Z   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-20T20:06:53.7487900Z   GHCR_TOKEN: ***
2025-08-20T20:06:53.7488327Z   GITHUB_TOKEN: ***
2025-08-20T20:06:53.7488623Z   GITLAB_TOKEN: ***
2025-08-20T20:06:53.7489823Z   MINISIGN_KEY: ***
2025-08-20T20:06:53.7490229Z ##[endgroup]
2025-08-20T20:06:53.8928839Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:06:54.0400027Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:06:54.0400878Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:06:54.0401163Z 
2025-08-20T20:06:54.0758686Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:06:54.0759183Z 100  3932  100  3932    0     0   105k      0 --:--:-- --:--:-- --:--:--  106k
2025-08-20T20:06:54.0769743Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:06:54.0847655Z 
2025-08-20T20:06:54.0848366Z [+] Building [/tmp/tmp.eqqbU2KXGJ/SBUILD_INPUT] Locally
2025-08-20T20:06:54.0848670Z 
2025-08-20T20:06:54.0859487Z '/tmp/tmp.eqqbU2KXGJ/SBUILD_INPUT' -> '/tmp/pkgforge/lYFQIFSa4_build.yaml'
2025-08-20T20:06:54.2377746Z 
2025-08-20T20:06:54.2378425Z [+] Passwordless sudo is Configured
2025-08-20T20:06:54.3940173Z 
2025-08-20T20:06:54.3956884Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:06:54.3957178Z 
2025-08-20T20:06:54.4330971Z 
2025-08-20T20:06:54.4332642Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:06:54.4333343Z 
2025-08-20T20:06:54.4333352Z 
2025-08-20T20:06:54.4333636Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:06:54.4333935Z 
2025-08-20T20:06:54.4372654Z [+] Installing: 7z -> 7z
2025-08-20T20:06:54.7203620Z [+] Installing: actionlint -> actionlint
2025-08-20T20:06:55.4581465Z [+] Installing: anew -> anew
2025-08-20T20:06:55.7011283Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:06:55.9200729Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:06:56.1069340Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:06:56.7515348Z [+] Installing: archey -> archey
2025-08-20T20:06:57.6812494Z [+] Installing: aria2 -> aria2c
2025-08-20T20:06:58.2107378Z [+] Installing: askalono -> askalono
2025-08-20T20:06:58.5151352Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:06:59.0001794Z [+] Installing: b3sum -> b3sum
2025-08-20T20:06:59.2408254Z [+] Installing: bita -> bita
2025-08-20T20:07:00.0977280Z [+] Installing: btop -> btop
2025-08-20T20:07:00.3469154Z [+] Installing: chafa -> chafa
2025-08-20T20:07:00.9224671Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:07:02.8807336Z [+] Installing: croc -> croc
2025-08-20T20:07:03.3253534Z [+] Installing: csvtk -> csvtk
2025-08-20T20:07:04.1567823Z [+] Installing: cutlines -> cutlines
2025-08-20T20:07:04.3031506Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:04.3065741Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:07:04.3066183Z [+] Installing: dbin -> dbin
2025-08-20T20:07:04.8169656Z [+] Installing: dasel -> dasel
2025-08-20T20:07:05.5181034Z [+] Installing: delta -> delta
2025-08-20T20:07:05.8578298Z [+] Installing: ds -> ds
2025-08-20T20:07:06.0472676Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:06.0509601Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:07:06.0510185Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:07:06.6850450Z [+] Installing: duf -> duf
2025-08-20T20:07:06.9673436Z [+] Installing: duplicut -> duplicut
2025-08-20T20:07:07.2053306Z [+] Installing: dust -> dust
2025-08-20T20:07:07.4477662Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:07:07.8181285Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:07:07.9706400Z [+] Installing: dysk -> dysk
2025-08-20T20:07:08.2135065Z [+] Installing: eget -> eget
2025-08-20T20:07:09.0181441Z [+] Installing: epoch -> epoch
2025-08-20T20:07:09.7266528Z [+] Installing: faketty -> faketty
2025-08-20T20:07:09.9475089Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:07:10.1547424Z [+] Installing: freeze -> freeze
2025-08-20T20:07:10.7554136Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:07:10.9761571Z [+] Installing: gdu -> gdu
2025-08-20T20:07:12.0143427Z [+] Installing: gh -> gh
2025-08-20T20:07:13.5304138Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:07:14.1102728Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:07:14.3697824Z [+] Installing: glab -> glab
2025-08-20T20:07:15.5194632Z [+] Installing: glow -> glow
2025-08-20T20:07:16.3105192Z [+] Installing: httpx -> httpx
2025-08-20T20:07:17.5630535Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:07:18.3996714Z [+] Installing: husarnet -> husarnet
2025-08-20T20:07:18.5856093Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:18.5890950Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:07:18.5891717Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:07:18.7456104Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:18.7492466Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:07:18.7492840Z [+] Installing: imgcat -> imgcat
2025-08-20T20:07:18.9964351Z [+] Installing: jc -> jc
2025-08-20T20:07:20.5012842Z [+] Installing: jq -> jq
2025-08-20T20:07:20.7472553Z [+] Installing: logdy -> logdy
2025-08-20T20:07:22.2867409Z [+] Installing: micro -> micro
2025-08-20T20:07:22.7713171Z [+] Installing: miniserve -> miniserve
2025-08-20T20:07:23.1642624Z [+] Installing: minisign -> minisign
2025-08-20T20:07:23.7552817Z [+] Installing: ncdu -> ncdu
2025-08-20T20:07:23.9595907Z [+] Installing: notify -> notify
2025-08-20T20:07:24.5805706Z [+] Installing: ouch -> ouch
2025-08-20T20:07:24.8926095Z [+] Installing: oras -> oras
2025-08-20T20:07:25.4793333Z [+] Installing: pipetty -> pipetty
2025-08-20T20:07:25.6556639Z [+] Installing: pixterm -> pixterm
2025-08-20T20:07:26.4750661Z [+] Installing: qsv -> qsv
2025-08-20T20:07:27.1672204Z [+] Installing: rclone -> rclone
2025-08-20T20:07:29.1174242Z [+] Installing: ripgrep -> rg
2025-08-20T20:07:29.4294038Z [+] Installing: rga -> rga
2025-08-20T20:07:29.7748852Z [+] Installing: rsync -> rsync
2025-08-20T20:07:30.0708800Z [+] Installing: script -> script
2025-08-20T20:07:30.6980603Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:07:32.2269160Z [+] Installing: soar -> soar
2025-08-20T20:07:33.0708106Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:07:33.4400099Z [+] Installing: sstrip -> sstrip
2025-08-20T20:07:33.6085574Z [+] Installing: strace -> strace
2025-08-20T20:07:33.8559705Z [+] Installing: sttr -> sttr
2025-08-20T20:07:34.2537010Z [+] Installing: tailscale -> tailscale
2025-08-20T20:07:35.0517856Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:07:36.1149280Z [+] Installing: taplo -> taplo
2025-08-20T20:07:36.5048385Z [+] Installing: tldr -> tldr
2025-08-20T20:07:37.3157269Z [+] Installing: tldr -> tealdeer
2025-08-20T20:07:37.4613712Z [+] Installing: tmux -> tmux
2025-08-20T20:07:37.7018681Z [+] Installing: tok -> tok
2025-08-20T20:07:38.5056888Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:07:39.4045790Z [+] Installing: trurl -> trurl
2025-08-20T20:07:40.2825939Z [+] Installing: tss -> tss
2025-08-20T20:07:40.5057504Z [+] Installing: ulexec -> ulexec
2025-08-20T20:07:40.8622521Z [+] Installing: unfurl -> unfurl
2025-08-20T20:07:41.1918775Z [+] Installing: upx -> upx
2025-08-20T20:07:41.4038525Z [+] Installing: validtoml -> validtoml
2025-08-20T20:07:41.7092474Z [+] Installing: wget -> wget
2025-08-20T20:07:42.0438003Z [+] Installing: wget2 -> wget2
2025-08-20T20:07:42.3912013Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:07:42.7118463Z [+] Installing: xq -> xq
2025-08-20T20:07:43.8872691Z [+] Installing: xz -> xz
2025-08-20T20:07:44.1083433Z [+] Installing: unxz -> unxz
2025-08-20T20:07:44.3296233Z [+] Installing: yq -> yq
2025-08-20T20:07:44.5054172Z [+] Installing: yj -> yj
2025-08-20T20:07:44.7636990Z [+] Installing: zapper -> zapper
2025-08-20T20:07:45.3832978Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:07:45.9873105Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:07:46.1639514Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:46.1675809Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:07:46.1676438Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:07:46.3302558Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:46.3337485Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:07:46.3338162Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:07:46.5040235Z curl: (22) The requested URL returned error: 404
2025-08-20T20:07:46.5076152Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:07:46.5076813Z [+] Installing: zstd -> zstd
2025-08-20T20:07:46.7872663Z [+] Creating symlinks...
2025-08-20T20:07:46.7942947Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:07:46.8027110Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:07:46.8098046Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:07:46.8173741Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:07:46.8250710Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:07:46.8326179Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:07:46.8407280Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:07:46.8490970Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:07:46.8571032Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:07:46.8648767Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:07:46.8727124Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:07:46.8804714Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:07:46.8883670Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:07:46.8961570Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:07:46.9039850Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:07:46.9116003Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:07:46.9191168Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:07:46.9223311Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:07:46.9290551Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:07:46.9369357Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:07:46.9448036Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:07:46.9481134Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:07:46.9551544Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:07:46.9631909Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:07:46.9711331Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:07:46.9791004Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:07:46.9874531Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:07:46.9955572Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:07:47.0036417Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:07:47.0117680Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:07:47.0198789Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:07:47.0278339Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:07:47.0359447Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:07:47.0442010Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:07:47.0523668Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:07:47.0607343Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:07:47.0688816Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:07:47.0769665Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:07:47.0850591Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:07:47.0930551Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:07:47.1010402Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:07:47.1089997Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:07:47.1176175Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:07:47.1251808Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:07:47.1285021Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:07:47.1308895Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:07:47.1379446Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:07:47.1458755Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:07:47.1538398Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:07:47.1617228Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:07:47.1696721Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:07:47.1779813Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:07:47.1860828Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:07:47.1942221Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:07:47.2023310Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:07:47.2106724Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:07:47.2189130Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:07:47.2273181Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:07:47.2363203Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:07:47.2439737Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:07:47.2522606Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:07:47.2603666Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:07:47.2684445Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:07:47.2767449Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:07:47.2850768Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:07:47.2932757Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:07:47.3012452Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:07:47.3088696Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:07:47.3165179Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:07:47.3244417Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:07:47.3324153Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:07:47.3402078Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:07:47.3479211Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:07:47.3555476Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:07:47.3633572Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:07:47.3712710Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:07:47.3796580Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:07:47.3878969Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:07:47.3959987Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:07:47.4040211Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:07:47.4118570Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:07:47.4195228Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:07:47.4272619Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:07:47.4350203Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:07:47.4427709Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:07:47.4504581Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:07:47.4580927Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:07:47.4657673Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:07:47.4736519Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:07:47.4813663Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:07:47.4890360Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:07:47.4968045Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:07:47.5042979Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:07:47.5118019Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:07:47.5195546Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:07:47.5227758Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:07:47.5251319Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:07:47.5274320Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:07:47.5344816Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:07:47.5368092Z 
2025-08-20T20:07:47.5368606Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:07:47.5368966Z 
2025-08-20T20:07:48.1857493Z 
2025-08-20T20:07:48.1942128Z 
2025-08-20T20:07:48.1942933Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:07:48.1943166Z 
2025-08-20T20:07:48.1943258Z [+] Installation completed!
2025-08-20T20:07:48.2017641Z 
2025-08-20T20:07:48.2018080Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:07:48.5456699Z github.com
2025-08-20T20:07:48.5457390Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:07:48.5457701Z   - Active account: true
2025-08-20T20:07:48.5457908Z   - Git operations protocol: https
2025-08-20T20:07:48.5458193Z   - Token: ghp_************************************
2025-08-20T20:07:48.5458819Z   - 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-20T20:07:48.5459459Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:07:48.5459791Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:07:48.7661181Z Limit: 5000, Remaining: 4953, Reset: 2025-08-20 20:25:34 +0000 UTC (17m45s)
2025-08-20T20:07:48.7669660Z 
2025-08-20T20:07:48.7670023Z [+] GHCR_TOKEN is Exported
2025-08-20T20:07:48.7699317Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:07:49.4343514Z Login Succeeded
2025-08-20T20:07:49.4353477Z 
2025-08-20T20:07:49.4353585Z [+] GITLAB is Exported
2025-08-20T20:07:49.5779299Z [git remote -v]
2025-08-20T20:07:49.7993038Z gitlab.com
2025-08-20T20:07:49.7994166Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:07:49.7994827Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:07:49.7995285Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:07:49.7995806Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:07:49.7996220Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:07:49.7996541Z   ✓ Token found: **************************
2025-08-20T20:07:49.7996697Z 
2025-08-20T20:07:49.7997030Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:07:49.7997495Z [git remote -v]
2025-08-20T20:07:49.8006857Z 2025/08/20 20:07:49 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:07:49.8007473Z git: exit status 128]
2025-08-20T20:07:50.0825226Z 
2025-08-20T20:07:50.0825240Z 
2025-08-20T20:07:50.0826331Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:07:50 PM)
2025-08-20T20:07:50.0827147Z 
2025-08-20T20:07:50.0827154Z 
2025-08-20T20:07:50.0827225Z [+] USER = runner
2025-08-20T20:07:50.0827397Z [+] HOME = /home/runner
2025-08-20T20:07:50.0830000Z [+] 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-20T20:07:50.0832107Z 
2025-08-20T20:07:50.1803346Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:07:50.1813745Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:07:50.6392620Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:07:50.7794550Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:07:50.9191273Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:07:51.0589387Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:07:51.9145410Z Reading package lists...
2025-08-20T20:07:51.9456265Z Reading package lists...
2025-08-20T20:07:52.1435246Z Building dependency tree...
2025-08-20T20:07:52.1442859Z Reading state information...
2025-08-20T20:07:52.4180857Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:07:52.4181219Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:07:52.4181530Z ca-certificates is already the newest version (20240203).
2025-08-20T20:07:52.4181863Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:07:52.4182232Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:07:52.4182539Z moreutils is already the newest version (0.69-1).
2025-08-20T20:07:52.4182895Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:07:52.4183282Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:07:52.4183638Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:07:52.4947930Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:07:52.4948883Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:07:52.6112209Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:07:52.6854180Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:07:52.7597222Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:07:52.8340129Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:07:53.7091705Z Reading package lists...
2025-08-20T20:07:53.7398620Z Reading package lists...
2025-08-20T20:07:53.9355571Z Building dependency tree...
2025-08-20T20:07:53.9366332Z Reading state information...
2025-08-20T20:07:54.1807216Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:07:54.1807648Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:07:54.1808003Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:07:54.1808313Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:07:54.1808646Z ca-certificates is already the newest version (20240203).
2025-08-20T20:07:54.1808972Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:07:54.1809279Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:07:54.1809567Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:07:54.1809831Z gawk set to manually installed.
2025-08-20T20:07:54.1810484Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:07:54.1810780Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:07:54.1811086Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:07:54.1811376Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:07:54.1811700Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:07:54.1812042Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:07:54.1812343Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:07:54.1812647Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:07:54.1812956Z The following additional packages will be installed:
2025-08-20T20:07:54.1813336Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:07:54.1813758Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:07:54.1814185Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:07:54.1814600Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:07:54.1815035Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:07:54.1815421Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:07:54.1823009Z Suggested packages:
2025-08-20T20:07:54.1823315Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:07:54.1823749Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:07:54.1824198Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:07:54.1824641Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:07:54.1825022Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:07:54.1825391Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:07:54.1826014Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:07:54.2043141Z The following NEW packages will be installed:
2025-08-20T20:07:54.2043712Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:07:54.2044413Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:07:54.2056610Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:07:54.2057293Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:07:54.2058111Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:07:54.2058631Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:07:54.2059101Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:07:54.5806928Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:07:54.5807413Z Need to get 27.2 MB of archives.
2025-08-20T20:07:54.5807753Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:07:54.5808439Z 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-20T20:07:55.7580147Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:07:56.4904105Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:07:56.7779008Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:07:56.9182944Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:07:57.0594372Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:07:57.3926043Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:07:57.6857855Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:07:58.1104265Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:07:58.2547575Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:07:59.8562968Z 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-20T20:08:00.1414616Z 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-20T20:08:01.0596919Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:08:01.2114212Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:08:01.3564961Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:08:01.5090979Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:08:01.6516557Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:08:02.5648995Z 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-20T20:08:02.7066017Z 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-20T20:08:02.9883354Z 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-20T20:08:03.1295159Z 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-20T20:08:03.2713903Z 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-20T20:08:03.7044611Z 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-20T20:08:04.1974886Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:08:04.6117979Z 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-20T20:08:04.7610606Z 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-20T20:08:05.3439850Z 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-20T20:08:05.4908725Z 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-20T20:08:05.6379248Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:08:05.7889602Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:08:05.9298188Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:08:06.0789557Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:08:06.2271427Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:08:07.1319236Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:08:08.0108752Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:08:08.4581094Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:08:08.6959976Z Preconfiguring packages ...
2025-08-20T20:08:08.7871262Z Fetched 27.2 MB in 14s (1909 kB/s)
2025-08-20T20:08:08.8347377Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:08:08.8378196Z (Reading database ... 
2025-08-20T20:08:08.8378410Z (Reading database ... 5%
2025-08-20T20:08:08.8378611Z (Reading database ... 10%
2025-08-20T20:08:08.8378814Z (Reading database ... 15%
2025-08-20T20:08:08.8379012Z (Reading database ... 20%
2025-08-20T20:08:08.8379212Z (Reading database ... 25%
2025-08-20T20:08:08.8379409Z (Reading database ... 30%
2025-08-20T20:08:08.8379638Z (Reading database ... 35%
2025-08-20T20:08:08.8379834Z (Reading database ... 40%
2025-08-20T20:08:08.8380042Z (Reading database ... 45%
2025-08-20T20:08:08.8380235Z (Reading database ... 50%
2025-08-20T20:08:08.8400910Z (Reading database ... 55%
2025-08-20T20:08:08.8491389Z (Reading database ... 60%
2025-08-20T20:08:08.8531723Z (Reading database ... 65%
2025-08-20T20:08:08.8545577Z (Reading database ... 70%
2025-08-20T20:08:08.8566131Z (Reading database ... 75%
2025-08-20T20:08:08.8695737Z (Reading database ... 80%
2025-08-20T20:08:08.8764998Z (Reading database ... 85%
2025-08-20T20:08:08.8789148Z (Reading database ... 90%
2025-08-20T20:08:08.8873610Z (Reading database ... 95%
2025-08-20T20:08:08.8873845Z (Reading database ... 100%
2025-08-20T20:08:08.8874138Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:08:08.8900799Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:08:08.9135333Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:08:09.1544622Z Selecting previously unselected package poppler-data.
2025-08-20T20:08:09.1696404Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:08:09.1773441Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:08:09.3072772Z Selecting previously unselected package b3sum.
2025-08-20T20:08:09.3223467Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:08:09.3295892Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:08:09.3981068Z Selecting previously unselected package build-essential.
2025-08-20T20:08:09.4123199Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:08:09.4213859Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:08:09.4942324Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:08:09.5104172Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:08:09.5247917Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:08:09.5977274Z Selecting previously unselected package ccache.
2025-08-20T20:08:09.6136061Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:08:09.6212209Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:08:09.7065504Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:08:09.7214571Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:08:09.7292220Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:08:09.7936798Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:08:09.8077286Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:08:09.8203505Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:08:09.9004545Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:08:09.9148353Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:08:09.9224268Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:08:10.0193303Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:08:10.0359282Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:08:10.1014469Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:08:10.2129636Z Selecting previously unselected package libgs-common.
2025-08-20T20:08:10.2273124Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:08:10.2360545Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:10.2936411Z Selecting previously unselected package libgs10-common.
2025-08-20T20:08:10.3078379Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:08:10.3176964Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:10.4089308Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:08:10.4235971Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:08:10.4321033Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:08:10.5001353Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:08:10.5174491Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:08:10.5246697Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:08:10.5953221Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:08:10.6111654Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:08:10.6185176Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:08:10.7004188Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:08:10.7143255Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:08:10.7217729Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:08:10.7905437Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:08:10.8048558Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:08:10.8126389Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:10.9961936Z Selecting previously unselected package ghostscript.
2025-08-20T20:08:11.0131647Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:08:11.0199630Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:11.0915010Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:08:11.1080531Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:08:11.1151213Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:08:11.2512633Z Selecting previously unselected package imagemagick.
2025-08-20T20:08:11.2651018Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:08:11.2755123Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:08:11.3371558Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:08:11.3511133Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:08:11.3589634Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:08:11.4296158Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:08:11.4442213Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:08:11.4516306Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:08:11.5300670Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:08:11.5463688Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:08:11.5543828Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:08:11.6279365Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:08:11.6441621Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:08:11.6513297Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:08:11.7135461Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:08:11.7279957Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:08:11.7350095Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:08:11.8002731Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:08:11.8144075Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:08:11.8216600Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:08:11.9040290Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:08:11.9183507Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:08:11.9373822Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:08:12.0147384Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:08:12.0318667Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:08:12.0404157Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:08:12.1198854Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:08:12.1360477Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:08:12.1434051Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:08:12.2040054Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:08:12.2204316Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:08:12.2281928Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:08:12.2905232Z Selecting previously unselected package libtool-bin.
2025-08-20T20:08:12.3051697Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:08:12.3127811Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:08:12.3773378Z Selecting previously unselected package lzip.
2025-08-20T20:08:12.3926699Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:08:12.3994937Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:08:12.4663173Z Selecting previously unselected package netpbm.
2025-08-20T20:08:12.4812999Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:08:12.4892653Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:08:12.7020448Z Selecting previously unselected package musl:arm64.
2025-08-20T20:08:12.7185270Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:08:12.7272432Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:08:12.7934884Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:08:12.8076095Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:08:12.8143855Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:08:12.8977394Z Selecting previously unselected package musl-tools.
2025-08-20T20:08:12.9125135Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:08:12.9202138Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:08:12.9959447Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:08:13.1414936Z 
2025-08-20T20:08:13.1415739Z Creating config file /etc/papersize with new version
2025-08-20T20:08:13.2244774Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:08:13.2450973Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:08:13.2759037Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:08:13.2970686Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:08:13.3236848Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:13.3477831Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:08:13.3795006Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:08:13.4059500Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:08:13.4805457Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:08:13.5036502Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:08:13.5258761Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:08:13.5433107Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:08:13.5506854Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:08:13.5579392Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:08:13.5711417Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:08:13.5951491Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:08:13.6177740Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:08:13.6427016Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:08:13.6635811Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:08:13.6855247Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:08:13.6927904Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:08:13.7002528Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:08:13.7067519Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:08:13.7142935Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:08:13.7205449Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:08:13.7275056Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:08:13.7340748Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:08:13.7421355Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:08:13.7490942Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:08:13.7565111Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:08:13.7635796Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:08:13.7709527Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:08:13.7776904Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:08:13.7867762Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:08:13.7935055Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:08:13.8014498Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:08:13.8128407Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:08:13.8278587Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:08:13.8353061Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:08:13.8432685Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:08:13.8527619Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:08:13.8661167Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:08:13.8868861Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:08:13.9226707Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:08:13.9557679Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:08:14.0335923Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:08:14.1500997Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:08:14.1811158Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:08:14.2018759Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:08:14.2171843Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:08:14.2323827Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:08:14.2527320Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:08:14.2787527Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:08:14.3064204Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:08:14.3292754Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:08:14.3515940Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:08:14.3763661Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:08:14.7421710Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:08:14.7647923Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:14.7860150Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:14.8073751Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:08:14.8362993Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:08:14.9208875Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:08:15.2416141Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:08:16.1747543Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:08:16.2087004Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:08:18.8153559Z Reading package lists...
2025-08-20T20:08:19.0201041Z Building dependency tree...
2025-08-20T20:08:19.0207650Z Reading state information...
2025-08-20T20:08:19.2671419Z autoconf is already the newest version (2.71-3).
2025-08-20T20:08:19.2671829Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:08:19.2672171Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:08:19.2672507Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:08:19.2672851Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:08:19.2673198Z ca-certificates is already the newest version (20240203).
2025-08-20T20:08:19.2673523Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:08:19.2673820Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:08:19.2674123Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:08:19.2674432Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:08:19.2674746Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:08:19.2675058Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:08:19.2676144Z patch set to manually installed.
2025-08-20T20:08:19.2676500Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:08:19.2676831Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:08:19.2677140Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:08:19.2677440Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:08:19.2677698Z Suggested packages:
2025-08-20T20:08:19.2677867Z   scons-doc
2025-08-20T20:08:19.2824337Z The following NEW packages will be installed:
2025-08-20T20:08:19.2832589Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:08:19.5262024Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:19.5262394Z Need to get 17.8 MB of archives.
2025-08-20T20:08:19.5262687Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:08:19.5263186Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:08:19.9924887Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:08:20.0673043Z 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-20T20:08:20.6529582Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:08:20.7310902Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:08:20.9757202Z Fetched 17.8 MB in 1s (12.4 MB/s)
2025-08-20T20:08:21.0010248Z Selecting previously unselected package autopoint.
2025-08-20T20:08:21.0040977Z (Reading database ... 
2025-08-20T20:08:21.0041506Z (Reading database ... 5%
2025-08-20T20:08:21.0041746Z (Reading database ... 10%
2025-08-20T20:08:21.0041946Z (Reading database ... 15%
2025-08-20T20:08:21.0042146Z (Reading database ... 20%
2025-08-20T20:08:21.0042342Z (Reading database ... 25%
2025-08-20T20:08:21.0042566Z (Reading database ... 30%
2025-08-20T20:08:21.0042782Z (Reading database ... 35%
2025-08-20T20:08:21.0042974Z (Reading database ... 40%
2025-08-20T20:08:21.0043174Z (Reading database ... 45%
2025-08-20T20:08:21.0043370Z (Reading database ... 50%
2025-08-20T20:08:21.0062473Z (Reading database ... 55%
2025-08-20T20:08:21.0145386Z (Reading database ... 60%
2025-08-20T20:08:21.0183475Z (Reading database ... 65%
2025-08-20T20:08:21.0197142Z (Reading database ... 70%
2025-08-20T20:08:21.0224394Z (Reading database ... 75%
2025-08-20T20:08:21.0342656Z (Reading database ... 80%
2025-08-20T20:08:21.0409277Z (Reading database ... 85%
2025-08-20T20:08:21.0434336Z (Reading database ... 90%
2025-08-20T20:08:21.0519745Z (Reading database ... 95%
2025-08-20T20:08:21.0519988Z (Reading database ... 100%
2025-08-20T20:08:21.0520292Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:08:21.0548581Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:08:21.0636896Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:08:21.1502002Z Selecting previously unselected package clang.
2025-08-20T20:08:21.1664767Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:08:21.1755476Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:08:21.2392116Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:08:21.2550314Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:08:21.2631388Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:08:22.2586187Z Selecting previously unselected package scons.
2025-08-20T20:08:22.2746798Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:08:22.2827506Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:08:22.3721638Z Selecting previously unselected package byacc.
2025-08-20T20:08:22.3877026Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:08:22.3953173Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:08:22.4758096Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:08:22.5030840Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:08:22.5387311Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:08:22.5887930Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:08:22.9675104Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:08:22.9902838Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:08:24.2717771Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:08:25.4264039Z Reading package lists...
2025-08-20T20:08:25.6299081Z Building dependency tree...
2025-08-20T20:08:25.6306358Z Reading state information...
2025-08-20T20:08:25.8665947Z The following additional packages will be installed:
2025-08-20T20:08:25.8666359Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:08:25.8666697Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:08:25.8667093Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:08:25.8667589Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:08:25.8668030Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:08:25.8668453Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:08:25.8668898Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:08:25.8669319Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:08:25.8671943Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:08:25.8682242Z Suggested packages:
2025-08-20T20:08:25.8682539Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:08:25.8682927Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:08:25.8683333Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:08:25.8683909Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:08:25.8684321Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:08:25.8684731Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:08:25.8685185Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:08:25.8685806Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:08:25.8686185Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:08:25.8686398Z Recommended packages:
2025-08-20T20:08:25.8686688Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:08:25.8687112Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:08:25.8687504Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:08:25.8687861Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:08:25.8688183Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:08:25.8863747Z The following NEW packages will be installed:
2025-08-20T20:08:25.8864619Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:08:25.8865035Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:08:25.8865430Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:08:25.8866083Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:08:25.8866529Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:08:25.8866973Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:08:25.8867418Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:08:25.8868037Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:08:25.8870687Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:08:26.3279556Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:26.3280279Z Need to get 2409 kB of archives.
2025-08-20T20:08:26.3280601Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:08:26.3281118Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:08:26.4686540Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:08:26.6383632Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:08:26.9232934Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:08:27.0735502Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:08:27.2322003Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:08:27.4147624Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:08:27.5654523Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:08:27.7197219Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:08:27.8740366Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:08:28.0366005Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:08:28.3350184Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:08:28.4753078Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:08:28.6640517Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:08:28.8725908Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:08:29.1683030Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:08:29.3295587Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:08:29.8064726Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:08:29.9536922Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:08:30.0981950Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:08:30.2402944Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:08:30.6004927Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:08:31.0369208Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:08:31.3305927Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:08:31.4916262Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:08:31.6858728Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:08:31.8636503Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:08:32.3335115Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:08:32.5244628Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:08:32.6827882Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:08:33.4171890Z Fetched 2409 kB in 7s (332 kB/s)
2025-08-20T20:08:33.4435960Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:08:33.4468215Z (Reading database ... 
2025-08-20T20:08:33.4468475Z (Reading database ... 5%
2025-08-20T20:08:33.4468675Z (Reading database ... 10%
2025-08-20T20:08:33.4468875Z (Reading database ... 15%
2025-08-20T20:08:33.4469071Z (Reading database ... 20%
2025-08-20T20:08:33.4469270Z (Reading database ... 25%
2025-08-20T20:08:33.4469499Z (Reading database ... 30%
2025-08-20T20:08:33.4469695Z (Reading database ... 35%
2025-08-20T20:08:33.4469890Z (Reading database ... 40%
2025-08-20T20:08:33.4470085Z (Reading database ... 45%
2025-08-20T20:08:33.4470278Z (Reading database ... 50%
2025-08-20T20:08:33.4491416Z (Reading database ... 55%
2025-08-20T20:08:33.4577558Z (Reading database ... 60%
2025-08-20T20:08:33.4616385Z (Reading database ... 65%
2025-08-20T20:08:33.4630039Z (Reading database ... 70%
2025-08-20T20:08:33.4656816Z (Reading database ... 75%
2025-08-20T20:08:33.4774900Z (Reading database ... 80%
2025-08-20T20:08:33.4841139Z (Reading database ... 85%
2025-08-20T20:08:33.4867572Z (Reading database ... 90%
2025-08-20T20:08:33.4956009Z (Reading database ... 95%
2025-08-20T20:08:33.4956251Z (Reading database ... 100%
2025-08-20T20:08:33.4956546Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:08:33.4982683Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:08:33.5065166Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:08:33.5698409Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:08:33.5843827Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:08:33.5920789Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:08:33.6543199Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:08:33.6682690Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:08:33.6771192Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:08:33.7441903Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:08:33.7575812Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:08:33.7716662Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:08:33.8320887Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:08:33.8450929Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:08:33.8523509Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:08:33.9049082Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:08:33.9209868Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:08:33.9277565Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:08:33.9849357Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:08:34.0005899Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:08:34.0081668Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:08:34.1348800Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:08:34.1489999Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:08:34.1565802Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:08:34.2110432Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:08:34.2257127Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:08:34.2336723Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:08:34.3552555Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:08:34.3692793Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:08:34.3780797Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:08:34.4463852Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:08:34.4630879Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:08:34.4724083Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:08:34.5333141Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:08:34.5492130Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:08:34.5566318Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:08:34.6248384Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:08:34.6388196Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:08:34.6471126Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:08:34.7079986Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:08:34.7221746Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:08:34.7305828Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:08:34.7880965Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:08:34.8014743Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:08:34.8089527Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:08:34.8656669Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:08:34.8824981Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:08:34.8899842Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:08:34.9493426Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:08:34.9654321Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:08:34.9730570Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:08:35.0395534Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:08:35.0552624Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:08:35.0637310Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:08:35.1249081Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:08:35.1390728Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:08:35.1463213Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:08:35.2005808Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:08:35.2147362Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:08:35.2231610Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:08:35.2877009Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:08:35.3022408Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:08:35.3117907Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:08:35.3751311Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:08:35.3915451Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:08:35.3990996Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:08:35.4643620Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:08:35.4803448Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:08:35.4888258Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:08:35.5445700Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:08:35.5602854Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:08:35.5678894Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:08:35.6259556Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:08:35.6394326Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:08:35.6465230Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:08:35.7013612Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:08:35.7151030Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:08:35.7286175Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:08:35.7857676Z Selecting previously unselected package libwww-perl.
2025-08-20T20:08:35.8008575Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:08:35.8078242Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:08:35.8663759Z Selecting previously unselected package patchutils.
2025-08-20T20:08:35.8827784Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:08:35.8903421Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:08:35.9524669Z Selecting previously unselected package wdiff.
2025-08-20T20:08:35.9686979Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:08:35.9764164Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:08:36.0650982Z Selecting previously unselected package devscripts.
2025-08-20T20:08:36.0812239Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:08:36.1052553Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:08:36.2166234Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:08:36.2493320Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:08:36.2710820Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:08:36.2960101Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:08:36.3173614Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:08:36.3428261Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:08:36.3641233Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:08:36.3869624Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:08:36.4110902Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:08:36.4345502Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:08:36.4577938Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:08:36.4807129Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:08:36.5118638Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:08:36.5358003Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:08:36.5619552Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:08:36.5878277Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:08:36.6103083Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:08:36.6366474Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:08:36.6567373Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:08:36.6819301Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:08:36.7024340Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:08:36.7235157Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:08:36.7461919Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:08:36.7712402Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:08:36.7935301Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:08:36.8167324Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:08:36.8370608Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:08:36.8617642Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:08:36.8848122Z Setting up devscripts (2.23.7) ...
2025-08-20T20:08:37.0250725Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:08:37.0510554Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:08:38.8904686Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:08:40.1109906Z Reading package lists...
2025-08-20T20:08:40.3267481Z Building dependency tree...
2025-08-20T20:08:40.3275322Z Reading state information...
2025-08-20T20:08:40.5694054Z The following additional packages will be installed:
2025-08-20T20:08:40.5699695Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:08:40.5708112Z Suggested packages:
2025-08-20T20:08:40.5708324Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:08:40.5867222Z The following NEW packages will be installed:
2025-08-20T20:08:40.5875579Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:08:40.8308966Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:40.8309316Z Need to get 12.7 MB of archives.
2025-08-20T20:08:40.8309618Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:08:40.8310137Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:08:41.1054795Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:08:41.2776732Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:08:41.6477926Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:08:42.1290938Z Fetched 12.7 MB in 1s (9922 kB/s)
2025-08-20T20:08:42.1640638Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:08:42.1673050Z (Reading database ... 
2025-08-20T20:08:42.1673296Z (Reading database ... 5%
2025-08-20T20:08:42.1673499Z (Reading database ... 10%
2025-08-20T20:08:42.1673714Z (Reading database ... 15%
2025-08-20T20:08:42.1673920Z (Reading database ... 20%
2025-08-20T20:08:42.1674115Z (Reading database ... 25%
2025-08-20T20:08:42.1674310Z (Reading database ... 30%
2025-08-20T20:08:42.1674504Z (Reading database ... 35%
2025-08-20T20:08:42.1674704Z (Reading database ... 40%
2025-08-20T20:08:42.1674897Z (Reading database ... 45%
2025-08-20T20:08:42.1675543Z (Reading database ... 50%
2025-08-20T20:08:42.1695296Z (Reading database ... 55%
2025-08-20T20:08:42.1782274Z (Reading database ... 60%
2025-08-20T20:08:42.1823296Z (Reading database ... 65%
2025-08-20T20:08:42.1837908Z (Reading database ... 70%
2025-08-20T20:08:42.1866656Z (Reading database ... 75%
2025-08-20T20:08:42.1990888Z (Reading database ... 80%
2025-08-20T20:08:42.2063474Z (Reading database ... 85%
2025-08-20T20:08:42.2096665Z (Reading database ... 90%
2025-08-20T20:08:42.2180535Z (Reading database ... 95%
2025-08-20T20:08:42.2180773Z (Reading database ... 100%
2025-08-20T20:08:42.2181065Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:08:42.2213979Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:08:42.2373110Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:08:42.3131111Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:08:42.3299551Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:08:42.3384047Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:08:42.4208971Z Selecting previously unselected package cmake-data.
2025-08-20T20:08:42.4374654Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:08:42.4519582Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:08:43.3905598Z Selecting previously unselected package cmake.
2025-08-20T20:08:43.4084492Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:08:43.4160624Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:08:43.6206072Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:08:43.6424783Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:08:43.6676210Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:08:43.7097001Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:08:43.7354341Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:08:45.1092251Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:08:46.2269258Z Reading package lists...
2025-08-20T20:08:46.4297172Z Building dependency tree...
2025-08-20T20:08:46.4305950Z Reading state information...
2025-08-20T20:08:46.6946353Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:08:46.6946784Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:08:46.6947102Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:08:46.6947415Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:08:46.6948121Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:08:46.6948497Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:08:46.6948847Z ca-certificates is already the newest version (20240203).
2025-08-20T20:08:46.6949154Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:08:46.6949452Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:08:46.6949759Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:08:46.6950069Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:08:46.6950350Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:08:46.6950708Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:08:46.6951062Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:08:46.6951366Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:08:46.6951677Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:08:46.6951993Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:08:46.6952302Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:08:46.6952579Z musl is already the newest version (1.2.4-2).
2025-08-20T20:08:46.6952856Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:08:46.6953147Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:08:46.6953480Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:08:46.6954039Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:08:46.6954341Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:08:46.6954641Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:08:46.6954971Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:46.7137337Z Reading package lists...
2025-08-20T20:08:46.9068590Z Building dependency tree...
2025-08-20T20:08:46.9075215Z Reading state information...
2025-08-20T20:08:47.1754062Z autoconf is already the newest version (2.71-3).
2025-08-20T20:08:47.1754472Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:08:47.1754817Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:08:47.1755154Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:08:47.1755478Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:08:47.1756018Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:08:47.1756369Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:08:47.1756688Z ca-certificates is already the newest version (20240203).
2025-08-20T20:08:47.1757006Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:08:47.1757303Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:08:47.1757599Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:08:47.1757905Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:08:47.1758225Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:08:47.1758545Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:08:47.1758857Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:08:47.1759173Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:08:47.1759502Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:08:47.1759867Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:08:47.1760225Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:08:47.1760522Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:08:47.1760820Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:08:47.1761159Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:47.1945281Z Reading package lists...
2025-08-20T20:08:47.3922375Z Building dependency tree...
2025-08-20T20:08:47.3930530Z Reading state information...
2025-08-20T20:08:47.6590061Z devscripts is already the newest version (2.23.7).
2025-08-20T20:08:47.6778864Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:47.6779202Z Reading package lists...
2025-08-20T20:08:47.8642484Z Building dependency tree...
2025-08-20T20:08:47.8649955Z Reading state information...
2025-08-20T20:08:48.1269047Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:08:48.1269437Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:48.1455776Z Reading package lists...
2025-08-20T20:08:48.3408571Z Building dependency tree...
2025-08-20T20:08:48.3416374Z Reading state information...
2025-08-20T20:08:48.5913031Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:08:48.5913505Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:08:48.6295853Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:48.6732334Z Reading package lists...
2025-08-20T20:08:48.8671218Z Building dependency tree...
2025-08-20T20:08:48.8679769Z Reading state information...
2025-08-20T20:08:49.1145247Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:08:49.1145825Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:08:49.1146196Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:08:49.1146569Z The following additional packages will be installed:
2025-08-20T20:08:49.1147346Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:08:49.1147747Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:08:49.1148198Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:08:49.1148591Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:08:49.1148981Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:08:49.1149420Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:08:49.1149829Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:08:49.1150236Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:08:49.1150611Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:08:49.1151004Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:08:49.1151422Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:08:49.1151774Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:08:49.1152145Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:08:49.1152588Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:08:49.1152930Z   linux-libc-dev-armhf-cross
2025-08-20T20:08:49.1161784Z Suggested packages:
2025-08-20T20:08:49.1162109Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:08:49.1162501Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:08:49.1499843Z The following NEW packages will be installed:
2025-08-20T20:08:49.1500208Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:08:49.1500619Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:08:49.1501076Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:08:49.1501507Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:08:49.1501909Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:08:49.1502305Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:08:49.1502722Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:08:49.1503118Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:08:49.1517181Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:08:49.1517623Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:08:49.1518038Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:08:49.1518453Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:08:49.1518817Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:08:49.1519189Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:08:49.1519641Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:08:49.3199795Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:08:49.3200163Z Need to get 112 MB of archives.
2025-08-20T20:08:49.3200452Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:08:49.3201104Z 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-20T20:08:49.5550721Z 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-20T20:08:50.2160289Z 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-20T20:08:50.2913560Z 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-20T20:08:50.5229341Z 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-20T20:08:50.5977750Z 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-20T20:08:50.6725303Z 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-20T20:08:50.7676743Z 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-20T20:08:50.8428543Z 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-20T20:08:50.9178691Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:08:50.9984912Z 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-20T20:08:51.0735096Z 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-20T20:08:51.1494058Z 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-20T20:08:51.2244497Z 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-20T20:08:51.3159552Z 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-20T20:08:51.3948113Z 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-20T20:08:51.5912195Z 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-20T20:08:51.6710362Z 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-20T20:08:52.0743677Z 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-20T20:08:52.1716506Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:08:52.2702539Z 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-20T20:08:52.3869923Z 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-20T20:08:52.6604568Z 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-20T20:08:52.7938118Z 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-20T20:08:52.8686483Z 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-20T20:08:52.9450088Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:08:53.0400470Z 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-20T20:08:53.1150514Z 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-20T20:08:53.1907897Z 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-20T20:08:53.2658486Z 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-20T20:08:53.3895596Z 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-20T20:08:53.4746148Z 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-20T20:08:53.5682783Z 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-20T20:08:53.7732552Z 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-20T20:08:54.1827171Z 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-20T20:08:54.2800203Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:08:54.3777205Z 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-20T20:08:54.4933122Z 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-20T20:08:54.7609749Z 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-20T20:08:54.8359053Z 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-20T20:08:54.9105115Z 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-20T20:08:54.9849877Z 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-20T20:08:55.2711829Z Fetched 112 MB in 6s (19.3 MB/s)
2025-08-20T20:08:55.3025178Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:08:55.3059767Z (Reading database ... 
2025-08-20T20:08:55.3060014Z (Reading database ... 5%
2025-08-20T20:08:55.3060355Z (Reading database ... 10%
2025-08-20T20:08:55.3062543Z (Reading database ... 15%
2025-08-20T20:08:55.3062771Z (Reading database ... 20%
2025-08-20T20:08:55.3062970Z (Reading database ... 25%
2025-08-20T20:08:55.3063166Z (Reading database ... 30%
2025-08-20T20:08:55.3063732Z (Reading database ... 35%
2025-08-20T20:08:55.3063943Z (Reading database ... 40%
2025-08-20T20:08:55.3064141Z (Reading database ... 45%
2025-08-20T20:08:55.3064359Z (Reading database ... 50%
2025-08-20T20:08:55.3083351Z (Reading database ... 55%
2025-08-20T20:08:55.3173530Z (Reading database ... 60%
2025-08-20T20:08:55.3213827Z (Reading database ... 65%
2025-08-20T20:08:55.3228682Z (Reading database ... 70%
2025-08-20T20:08:55.3257002Z (Reading database ... 75%
2025-08-20T20:08:55.3381407Z (Reading database ... 80%
2025-08-20T20:08:55.3453500Z (Reading database ... 85%
2025-08-20T20:08:55.3506396Z (Reading database ... 90%
2025-08-20T20:08:55.3576648Z (Reading database ... 95%
2025-08-20T20:08:55.3576869Z (Reading database ... 100%
2025-08-20T20:08:55.3577171Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:08:55.3607579Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:08:55.3686394Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:55.4314187Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:08:55.4459090Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:08:55.4556323Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:55.6873522Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:08:55.7043832Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:08:55.7121733Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:55.7758201Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:08:55.7925169Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:08:55.8032580Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:56.0348471Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:08:56.0490918Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:08:56.0577130Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:08:56.1144602Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:08:56.1292360Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:08:56.1378487Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:08:56.2026950Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:08:56.2197853Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:08:56.2424031Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:08:56.3556233Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:08:56.3720795Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:56.3807452Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:56.4433603Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:08:56.4576793Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:56.4656008Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:56.5298466Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:08:56.5438981Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:08:56.5521691Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:08:56.6305343Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:08:56.6448778Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:56.6534131Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:56.7227582Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:08:56.7392970Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:56.7481901Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:56.8126297Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:08:56.8292548Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:56.8374252Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:56.8985246Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:08:56.9130576Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:56.9205585Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:57.0257007Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:08:57.0399692Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:57.0479063Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:57.1366235Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:08:57.1519215Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:57.1637450Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:57.2498294Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:08:57.2661600Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:57.2733564Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:57.3760770Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:08:57.3926370Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:08:57.4027312Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:57.7868397Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:08:57.8028523Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:08:57.8111703Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:08:58.0616050Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:08:58.0768071Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:08:58.0854494Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:08:58.2106553Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:08:58.2275787Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:58.2359991Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:58.4822004Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:08:58.4971940Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:08:58.5094393Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:58.8005425Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:08:58.8171739Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:08:58.8244110Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:08:58.9434331Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:08:58.9577425Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:58.9648789Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.0304170Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:08:59.0454975Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.0928393Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.1564704Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:08:59.1737204Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:08:59.2202189Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:08:59.3174468Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:08:59.3345441Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.3448085Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.4065332Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:08:59.4214229Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.4335142Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.4977154Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:08:59.5126177Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.5201588Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.5863444Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:08:59.6007503Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.6084293Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.7142103Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:08:59.7310524Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.7408947Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.8126472Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:08:59.8291050Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.8372775Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:08:59.9165210Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:08:59.9316532Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:08:59.9425313Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:00.0336541Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:09:00.0486458Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:09:00.0610534Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:00.4453820Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:09:00.4606016Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:09:00.4700963Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:09:00.7905857Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:09:00.8075386Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:09:00.8162159Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:09:00.9374577Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:09:00.9524686Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:09:00.9606702Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:01.2084707Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:09:01.2262919Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:09:01.2384868Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:01.4885538Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:09:01.5038965Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:09:01.5122117Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:09:01.5652962Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:09:01.5799481Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:09:01.5886830Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:09:01.6375214Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:09:01.6527857Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:09:01.6627963Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:09:01.7129342Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:09:01.7305864Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:09:01.7423743Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:09:01.8241771Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:09:01.8512790Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:09:01.8732479Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:01.8969762Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:01.9227434Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:01.9468333Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:09:01.9712384Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:01.9939244Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:09:02.0162384Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:09:02.0495888Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.0747091Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.0970710Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:09:02.1240332Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:09:02.1588955Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.1864464Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.2106149Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.2341204Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.2570113Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.2790422Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.3023120Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.3271089Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:09:02.3505553Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.3777029Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.4013029Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:09:02.4242914Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.4481962Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.4715290Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.4958533Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:09:02.5172722Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.5401249Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.5626119Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.5850268Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.6108061Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.6358418Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.6573695Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:09:02.6829541Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.7037153Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.7254966Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.7489127Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:09:02.7719186Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:09:02.7970055Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:09:02.8223032Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:09:02.8526801Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:09:02.8616941Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:09:02.8761975Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:04.3050920Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:05.4452248Z Reading package lists...
2025-08-20T20:09:05.6431008Z Building dependency tree...
2025-08-20T20:09:05.6440202Z Reading state information...
2025-08-20T20:09:05.8877060Z The following additional packages will be installed:
2025-08-20T20:09:05.8877519Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:09:05.8883727Z   libpcap0.8-dev
2025-08-20T20:09:05.9167716Z The following NEW packages will be installed:
2025-08-20T20:09:05.9168550Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:09:05.9174042Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:09:05.9359794Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:09:06.1837105Z Need to get 1640 kB of archives.
2025-08-20T20:09:06.1837992Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:09:06.1838592Z 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-20T20:09:06.5704786Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:09:06.6723197Z 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-20T20:09:06.7753543Z 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-20T20:09:06.9122625Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:09:07.1378191Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:09:07.2304280Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:09:07.3053839Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:09:07.5636603Z Fetched 1640 kB in 1s (1207 kB/s)
2025-08-20T20:09:07.6142706Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:09:07.6176158Z (Reading database ... 
2025-08-20T20:09:07.6176419Z (Reading database ... 5%
2025-08-20T20:09:07.6176624Z (Reading database ... 10%
2025-08-20T20:09:07.6176823Z (Reading database ... 15%
2025-08-20T20:09:07.6177584Z (Reading database ... 20%
2025-08-20T20:09:07.6177797Z (Reading database ... 25%
2025-08-20T20:09:07.6177995Z (Reading database ... 30%
2025-08-20T20:09:07.6178196Z (Reading database ... 35%
2025-08-20T20:09:07.6178735Z (Reading database ... 40%
2025-08-20T20:09:07.6178981Z (Reading database ... 45%
2025-08-20T20:09:07.6179181Z (Reading database ... 50%
2025-08-20T20:09:07.6197595Z (Reading database ... 55%
2025-08-20T20:09:07.6283501Z (Reading database ... 60%
2025-08-20T20:09:07.6319525Z (Reading database ... 65%
2025-08-20T20:09:07.6336273Z (Reading database ... 70%
2025-08-20T20:09:07.6359710Z (Reading database ... 75%
2025-08-20T20:09:07.6519286Z (Reading database ... 80%
2025-08-20T20:09:07.6548817Z (Reading database ... 85%
2025-08-20T20:09:07.6588713Z (Reading database ... 90%
2025-08-20T20:09:07.6674900Z (Reading database ... 95%
2025-08-20T20:09:07.6675135Z (Reading database ... 100%
2025-08-20T20:09:07.6675435Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:09:07.6702578Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:09:07.6783941Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:09:07.7689722Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:09:07.7837873Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:09:07.8028191Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:09:07.8633000Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:09:07.8798365Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:09:07.8881494Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:09:07.9594651Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:09:07.9757107Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:09:07.9847780Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:09:08.0530576Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:09:08.0676768Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:09:08.0791230Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:09:08.1788537Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:09:08.1935932Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:09:08.2038804Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:09:08.2711600Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:09:08.2875049Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:09:08.2950539Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:09:08.3840828Z Selecting previously unselected package pcaputils.
2025-08-20T20:09:08.4014764Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:09:08.4116402Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:09:08.4935242Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:09:08.5166346Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:09:08.6633887Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:09:08.6864039Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:09:08.7259844Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:09:08.9551955Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:09:08.9771429Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:09:09.0031109Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:09.0362314Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:10.6391390Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:09:10.6869366Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:09:10.7098348Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:09:11.8677151Z Reading package lists...
2025-08-20T20:09:12.0746460Z Building dependency tree...
2025-08-20T20:09:12.0753336Z Reading state information...
2025-08-20T20:09:12.1152481Z Reading package lists...
2025-08-20T20:09:12.3112435Z Building dependency tree...
2025-08-20T20:09:12.3119131Z Reading state information...
2025-08-20T20:09:12.5480553Z The following additional packages will be installed:
2025-08-20T20:09:12.5485925Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:09:12.5493015Z Suggested packages:
2025-08-20T20:09:12.5493327Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:09:12.5493727Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:09:12.5665532Z The following NEW packages will be installed:
2025-08-20T20:09:12.5666479Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:09:12.5671134Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:09:12.8100617Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:09:12.8100966Z Need to get 801 kB of archives.
2025-08-20T20:09:12.9972083Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:09:12.9972613Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:09:12.9973160Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:09:13.1519658Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:09:13.4083808Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:09:13.4897090Z 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-20T20:09:13.5666860Z 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-20T20:09:13.6638344Z 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-20T20:09:13.7390042Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:09:13.8185841Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:09:14.0830324Z Fetched 801 kB in 1s (643 kB/s)
2025-08-20T20:09:14.1982984Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:09:14.2018385Z (Reading database ... 
2025-08-20T20:09:14.2018773Z (Reading database ... 5%
2025-08-20T20:09:14.2018980Z (Reading database ... 10%
2025-08-20T20:09:14.2019226Z (Reading database ... 15%
2025-08-20T20:09:14.2019419Z (Reading database ... 20%
2025-08-20T20:09:14.2019612Z (Reading database ... 25%
2025-08-20T20:09:14.2019805Z (Reading database ... 30%
2025-08-20T20:09:14.2019998Z (Reading database ... 35%
2025-08-20T20:09:14.2020190Z (Reading database ... 40%
2025-08-20T20:09:14.2020381Z (Reading database ... 45%
2025-08-20T20:09:14.2020578Z (Reading database ... 50%
2025-08-20T20:09:14.2043143Z (Reading database ... 55%
2025-08-20T20:09:14.2136060Z (Reading database ... 60%
2025-08-20T20:09:14.2173042Z (Reading database ... 65%
2025-08-20T20:09:14.2191411Z (Reading database ... 70%
2025-08-20T20:09:14.2227429Z (Reading database ... 75%
2025-08-20T20:09:14.2388510Z (Reading database ... 80%
2025-08-20T20:09:14.2420641Z (Reading database ... 85%
2025-08-20T20:09:14.2455166Z (Reading database ... 90%
2025-08-20T20:09:14.2557490Z (Reading database ... 95%
2025-08-20T20:09:14.2557723Z (Reading database ... 100%
2025-08-20T20:09:14.2558051Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:09:14.2590837Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:09:14.2742983Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:09:14.3339880Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:09:14.3487817Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:09:14.3563406Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:09:14.4234155Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:09:14.4378328Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:09:14.4453642Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:09:14.5394625Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:09:14.5576939Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:09:14.5712197Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:09:14.6340202Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:09:14.6509514Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:09:14.6576643Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:09:14.7127981Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:09:14.7292090Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:09:14.7364650Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:09:14.7954368Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:09:14.8094301Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:09:14.8179050Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:09:14.8835113Z Selecting previously unselected package lzma.
2025-08-20T20:09:14.8974965Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:09:14.9091892Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:09:14.9790090Z Selecting previously unselected package lzma-dev.
2025-08-20T20:09:14.9939573Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:09:15.0015460Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:09:15.0868003Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:09:15.1085456Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:09:15.1313507Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:09:15.1518492Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:09:15.1754548Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:09:15.1952957Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:09:15.2076933Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:09:15.2277889Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:09:15.2499214Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:09:15.2716296Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:09:15.2951183Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:15.3258781Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:16.6840925Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:09:17.8900973Z Reading package lists...
2025-08-20T20:09:18.0755355Z Building dependency tree...
2025-08-20T20:09:18.0763515Z Reading state information...
2025-08-20T20:09:18.3735405Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:09:18.3736314Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:09:18.3736644Z inetutils-telnet set to manually installed.
2025-08-20T20:09:18.3736947Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:09:18.3737275Z The following additional packages will be installed:
2025-08-20T20:09:18.3737538Z   tcpd update-inetd
2025-08-20T20:09:18.3901509Z The following packages will be REMOVED:
2025-08-20T20:09:18.3907900Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:09:18.3909072Z The following NEW packages will be installed:
2025-08-20T20:09:18.3909396Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:09:18.3909800Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:09:18.3917072Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:09:18.6912078Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:09:18.6912784Z Need to get 691 kB of archives.
2025-08-20T20:09:18.6913068Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:09:18.6913584Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:09:19.1561167Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:09:19.3341053Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:09:19.5117991Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:09:19.7216362Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:09:19.9898276Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:09:20.2060881Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:09:20.4081998Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:09:20.5922161Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:09:20.7646496Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:09:20.9634216Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:09:21.3209125Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:09:21.7883399Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:09:22.0725007Z Preconfiguring packages ...
2025-08-20T20:09:22.1739550Z Fetched 691 kB in 3s (200 kB/s)
2025-08-20T20:09:22.1956881Z (Reading database ... 
2025-08-20T20:09:22.1957442Z (Reading database ... 5%
2025-08-20T20:09:22.1958041Z (Reading database ... 10%
2025-08-20T20:09:22.1958283Z (Reading database ... 15%
2025-08-20T20:09:22.1958485Z (Reading database ... 20%
2025-08-20T20:09:22.1958680Z (Reading database ... 25%
2025-08-20T20:09:22.1958874Z (Reading database ... 30%
2025-08-20T20:09:22.1959068Z (Reading database ... 35%
2025-08-20T20:09:22.1959266Z (Reading database ... 40%
2025-08-20T20:09:22.1959464Z (Reading database ... 45%
2025-08-20T20:09:22.1959680Z (Reading database ... 50%
2025-08-20T20:09:22.1979450Z (Reading database ... 55%
2025-08-20T20:09:22.2064432Z (Reading database ... 60%
2025-08-20T20:09:22.2103937Z (Reading database ... 65%
2025-08-20T20:09:22.2121679Z (Reading database ... 70%
2025-08-20T20:09:22.2146367Z (Reading database ... 75%
2025-08-20T20:09:22.2314163Z (Reading database ... 80%
2025-08-20T20:09:22.2346396Z (Reading database ... 85%
2025-08-20T20:09:22.2382358Z (Reading database ... 90%
2025-08-20T20:09:22.2489645Z (Reading database ... 95%
2025-08-20T20:09:22.2489873Z (Reading database ... 100%
2025-08-20T20:09:22.2490169Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:09:22.2523149Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:09:22.3288593Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:09:22.4207087Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:09:22.8595014Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:09:22.8629604Z (Reading database ... 
2025-08-20T20:09:22.8629836Z (Reading database ... 5%
2025-08-20T20:09:22.8630038Z (Reading database ... 10%
2025-08-20T20:09:22.8630240Z (Reading database ... 15%
2025-08-20T20:09:22.8630437Z (Reading database ... 20%
2025-08-20T20:09:22.8630628Z (Reading database ... 25%
2025-08-20T20:09:22.8630832Z (Reading database ... 30%
2025-08-20T20:09:22.8631037Z (Reading database ... 35%
2025-08-20T20:09:22.8631234Z (Reading database ... 40%
2025-08-20T20:09:22.8631793Z (Reading database ... 45%
2025-08-20T20:09:22.8632005Z (Reading database ... 50%
2025-08-20T20:09:22.8651244Z (Reading database ... 55%
2025-08-20T20:09:22.8737618Z (Reading database ... 60%
2025-08-20T20:09:22.8777490Z (Reading database ... 65%
2025-08-20T20:09:22.8795218Z (Reading database ... 70%
2025-08-20T20:09:22.8820470Z (Reading database ... 75%
2025-08-20T20:09:22.8985588Z (Reading database ... 80%
2025-08-20T20:09:22.9016920Z (Reading database ... 85%
2025-08-20T20:09:22.9051484Z (Reading database ... 90%
2025-08-20T20:09:22.9153207Z (Reading database ... 95%
2025-08-20T20:09:22.9153442Z (Reading database ... 100%
2025-08-20T20:09:22.9153735Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:09:22.9182234Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:22.9283808Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:22.9859738Z Selecting previously unselected package tcpd.
2025-08-20T20:09:23.0010712Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:09:23.0113700Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:09:23.1259623Z Selecting previously unselected package update-inetd.
2025-08-20T20:09:23.1434947Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:09:23.1514751Z Unpacking update-inetd (4.53) ...
2025-08-20T20:09:23.2522558Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:09:23.2736681Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.2869599Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.3641981Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:09:23.3851237Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.3936098Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.4752755Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:09:23.4949380Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.5052636Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.5866329Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:09:23.6039314Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.6115987Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.6818011Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:09:23.6985923Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.7082030Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.7789121Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:09:23.7941259Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.8012927Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.8632471Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:09:23.8780511Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.8854518Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:23.9444344Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:09:23.9586353Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:23.9663901Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:09:24.0346982Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:09:24.0523149Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:09:24.0954637Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:09:24.1987250Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:09:24.2155082Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:09:24.2255997Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:09:24.3128431Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:09:24.3428535Z Setting up update-inetd (4.53) ...
2025-08-20T20:09:24.4403838Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:09:24.4595517Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:09:24.4733459Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:24.8067708Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:09:24.8068152Z 
2025-08-20T20:09:24.8068276Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:09:24.8068466Z 
2025-08-20T20:09:24.8068869Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:09:24.8069226Z 
2025-08-20T20:09:24.8069729Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:09:24.8070210Z 
2025-08-20T20:09:25.0480500Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.0799026Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.1009015Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:09:25.1137582Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.1377964Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.1603681Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:09:25.1824273Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.5100603Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:09:25.5100990Z 
2025-08-20T20:09:25.5101504Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:09:25.5101976Z 
2025-08-20T20:09:25.7531746Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.8612209Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:25.9642098Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:09:26.0433747Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:28.8986073Z Reading package lists...
2025-08-20T20:09:29.1237945Z Building dependency tree...
2025-08-20T20:09:29.1247823Z Reading state information...
2025-08-20T20:09:29.4547189Z The following packages will be REMOVED:
2025-08-20T20:09:29.4553493Z   inetutils-ping
2025-08-20T20:09:29.4554669Z The following NEW packages will be installed:
2025-08-20T20:09:29.4562942Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:09:29.4567751Z The following packages will be upgraded:
2025-08-20T20:09:29.4574986Z   iputils-tracepath
2025-08-20T20:09:29.6239823Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:09:29.6240217Z Need to get 84.5 kB of archives.
2025-08-20T20:09:29.6240514Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:09:29.6241113Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:09:29.8463544Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:09:29.9294950Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:09:30.0157117Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:09:30.3166700Z Fetched 84.5 kB in 1s (151 kB/s)
2025-08-20T20:09:30.3386955Z (Reading database ... 
2025-08-20T20:09:30.3387227Z (Reading database ... 5%
2025-08-20T20:09:30.3387432Z (Reading database ... 10%
2025-08-20T20:09:30.3387632Z (Reading database ... 15%
2025-08-20T20:09:30.3387827Z (Reading database ... 20%
2025-08-20T20:09:30.3388021Z (Reading database ... 25%
2025-08-20T20:09:30.3388217Z (Reading database ... 30%
2025-08-20T20:09:30.3388735Z (Reading database ... 35%
2025-08-20T20:09:30.3388968Z (Reading database ... 40%
2025-08-20T20:09:30.3389157Z (Reading database ... 45%
2025-08-20T20:09:30.3389351Z (Reading database ... 50%
2025-08-20T20:09:30.3409793Z (Reading database ... 55%
2025-08-20T20:09:30.3498415Z (Reading database ... 60%
2025-08-20T20:09:30.3534963Z (Reading database ... 65%
2025-08-20T20:09:30.3552226Z (Reading database ... 70%
2025-08-20T20:09:30.3587347Z (Reading database ... 75%
2025-08-20T20:09:30.3742524Z (Reading database ... 80%
2025-08-20T20:09:30.3773260Z (Reading database ... 85%
2025-08-20T20:09:30.3807938Z (Reading database ... 90%
2025-08-20T20:09:30.3907598Z (Reading database ... 95%
2025-08-20T20:09:30.3907826Z (Reading database ... 100%
2025-08-20T20:09:30.3908111Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:09:30.3938118Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:09:30.4982562Z Selecting previously unselected package iputils-ping.
2025-08-20T20:09:30.5017360Z (Reading database ... 
2025-08-20T20:09:30.5017595Z (Reading database ... 5%
2025-08-20T20:09:30.5017796Z (Reading database ... 10%
2025-08-20T20:09:30.5017994Z (Reading database ... 15%
2025-08-20T20:09:30.5018188Z (Reading database ... 20%
2025-08-20T20:09:30.5018384Z (Reading database ... 25%
2025-08-20T20:09:30.5018579Z (Reading database ... 30%
2025-08-20T20:09:30.5018772Z (Reading database ... 35%
2025-08-20T20:09:30.5018968Z (Reading database ... 40%
2025-08-20T20:09:30.5019532Z (Reading database ... 45%
2025-08-20T20:09:30.5020491Z (Reading database ... 50%
2025-08-20T20:09:30.5038612Z (Reading database ... 55%
2025-08-20T20:09:30.5124480Z (Reading database ... 60%
2025-08-20T20:09:30.5164300Z (Reading database ... 65%
2025-08-20T20:09:30.5181573Z (Reading database ... 70%
2025-08-20T20:09:30.5216856Z (Reading database ... 75%
2025-08-20T20:09:30.5372387Z (Reading database ... 80%
2025-08-20T20:09:30.5404181Z (Reading database ... 85%
2025-08-20T20:09:30.5438914Z (Reading database ... 90%
2025-08-20T20:09:30.5538337Z (Reading database ... 95%
2025-08-20T20:09:30.5538575Z (Reading database ... 100%
2025-08-20T20:09:30.5538872Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:09:30.5567691Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:09:30.5636584Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:30.6465033Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:09:30.6698771Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:09:30.7427252Z Selecting previously unselected package iputils-arping.
2025-08-20T20:09:30.7601115Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:09:30.7671498Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:30.8298882Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:09:30.8464239Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:09:30.8552957Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:30.9268503Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:30.9699484Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:31.0022723Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:31.0350947Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:09:31.0588221Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:33.7124145Z Reading package lists...
2025-08-20T20:09:33.9070839Z Building dependency tree...
2025-08-20T20:09:33.9078478Z Reading state information...
2025-08-20T20:09:34.1551519Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:09:34.1837420Z The following packages will be upgraded:
2025-08-20T20:09:34.1839076Z   python3-pip python3-pip-whl
2025-08-20T20:09:34.2010240Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:09:34.3705914Z Need to get 3020 kB of archives.
2025-08-20T20:09:34.3706317Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:09:34.3706911Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:09:34.9597371Z 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-20T20:09:35.3047905Z Fetched 3020 kB in 1s (3615 kB/s)
2025-08-20T20:09:35.3442599Z (Reading database ... 
2025-08-20T20:09:35.3442860Z (Reading database ... 5%
2025-08-20T20:09:35.3443061Z (Reading database ... 10%
2025-08-20T20:09:35.3443265Z (Reading database ... 15%
2025-08-20T20:09:35.3443465Z (Reading database ... 20%
2025-08-20T20:09:35.3443656Z (Reading database ... 25%
2025-08-20T20:09:35.3443848Z (Reading database ... 30%
2025-08-20T20:09:35.3444041Z (Reading database ... 35%
2025-08-20T20:09:35.3444265Z (Reading database ... 40%
2025-08-20T20:09:35.3444454Z (Reading database ... 45%
2025-08-20T20:09:35.3444652Z (Reading database ... 50%
2025-08-20T20:09:35.3465415Z (Reading database ... 55%
2025-08-20T20:09:35.3556036Z (Reading database ... 60%
2025-08-20T20:09:35.3593133Z (Reading database ... 65%
2025-08-20T20:09:35.3610786Z (Reading database ... 70%
2025-08-20T20:09:35.3645962Z (Reading database ... 75%
2025-08-20T20:09:35.3812228Z (Reading database ... 80%
2025-08-20T20:09:35.3844129Z (Reading database ... 85%
2025-08-20T20:09:35.3880366Z (Reading database ... 90%
2025-08-20T20:09:35.3986038Z (Reading database ... 95%
2025-08-20T20:09:35.3986253Z (Reading database ... 100%
2025-08-20T20:09:35.3986546Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:09:35.4018016Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:09:35.6327609Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:09:35.8286143Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:09:35.8517743Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:09:35.9463834Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:09:35.9673171Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:09:36.8966240Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:39.6557823Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:09:39.9344239Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:09:40.8328733Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:09:40.9417378Z Collecting pip
2025-08-20T20:09:40.9869682Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:09:41.0064462Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:09:41.1190250Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.0 MB/s eta 0:00:00
2025-08-20T20:09:41.3785937Z Installing collected packages: pip
2025-08-20T20:09:42.0232984Z Successfully installed pip-25.2
2025-08-20T20:09:42.2163245Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:09:42.2590187Z Reading package lists...
2025-08-20T20:09:42.4633553Z Building dependency tree...
2025-08-20T20:09:42.4642382Z Reading state information...
2025-08-20T20:09:42.6945120Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:09:42.6945508Z pciutils set to manually installed.
2025-08-20T20:09:42.6945936Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:09:42.6946272Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:09:42.6946583Z python3-distro set to manually installed.
2025-08-20T20:09:42.6946902Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:09:42.6947235Z python3-netifaces set to manually installed.
2025-08-20T20:09:42.6947993Z The following additional packages will be installed:
2025-08-20T20:09:42.6948286Z   libsysfs2
2025-08-20T20:09:42.6956246Z Suggested packages:
2025-08-20T20:09:42.6956470Z   fancontrol read-edid i2c-tools
2025-08-20T20:09:42.7225392Z The following NEW packages will be installed:
2025-08-20T20:09:42.7228439Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:09:42.7409858Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:09:42.9987668Z Need to get 133 kB of archives.
2025-08-20T20:09:42.9988498Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:09:42.9989035Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:09:43.1549341Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:09:43.2492577Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:09:43.4483453Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:09:43.7080709Z Fetched 133 kB in 1s (189 kB/s)
2025-08-20T20:09:43.7506033Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:09:43.7541085Z (Reading database ... 
2025-08-20T20:09:43.7541315Z (Reading database ... 5%
2025-08-20T20:09:43.7541515Z (Reading database ... 10%
2025-08-20T20:09:43.7542245Z (Reading database ... 15%
2025-08-20T20:09:43.7542459Z (Reading database ... 20%
2025-08-20T20:09:43.7543049Z (Reading database ... 25%
2025-08-20T20:09:43.7543262Z (Reading database ... 30%
2025-08-20T20:09:43.7543456Z (Reading database ... 35%
2025-08-20T20:09:43.7543651Z (Reading database ... 40%
2025-08-20T20:09:43.7543845Z (Reading database ... 45%
2025-08-20T20:09:43.7544037Z (Reading database ... 50%
2025-08-20T20:09:43.7564871Z (Reading database ... 55%
2025-08-20T20:09:43.7655946Z (Reading database ... 60%
2025-08-20T20:09:43.7693021Z (Reading database ... 65%
2025-08-20T20:09:43.7710616Z (Reading database ... 70%
2025-08-20T20:09:43.7745434Z (Reading database ... 75%
2025-08-20T20:09:43.7900427Z (Reading database ... 80%
2025-08-20T20:09:43.7931146Z (Reading database ... 85%
2025-08-20T20:09:43.7965900Z (Reading database ... 90%
2025-08-20T20:09:43.8065093Z (Reading database ... 95%
2025-08-20T20:09:43.8065305Z (Reading database ... 100%
2025-08-20T20:09:43.8065592Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:09:43.8095146Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:09:43.8249474Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:09:43.9944203Z Selecting previously unselected package sysfsutils.
2025-08-20T20:09:44.0110224Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:09:44.0237464Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:09:44.1929521Z Selecting previously unselected package lm-sensors.
2025-08-20T20:09:44.2152271Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:09:44.2643027Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:09:44.3539330Z Selecting previously unselected package virt-what.
2025-08-20T20:09:44.3739499Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:09:44.3838830Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:09:44.4694496Z Setting up virt-what (1.25-2) ...
2025-08-20T20:09:44.4918164Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:09:44.5138622Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:09:44.8297785Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:09:44.8298335Z 
2025-08-20T20:09:44.8299006Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:09:44.8299451Z 
2025-08-20T20:09:45.0787080Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:09:45.3887762Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:09:45.3888281Z 
2025-08-20T20:09:45.4016634Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:47.0113600Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:48.1865226Z Reading package lists...
2025-08-20T20:09:48.3960455Z Building dependency tree...
2025-08-20T20:09:48.3968073Z Reading state information...
2025-08-20T20:09:48.6382484Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:09:48.6382891Z The following additional packages will be installed:
2025-08-20T20:09:48.6384882Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:09:48.6385216Z   xorg-sgml-doctools
2025-08-20T20:09:48.6394998Z Suggested packages:
2025-08-20T20:09:48.6395217Z   libxcb-doc
2025-08-20T20:09:48.6559538Z The following NEW packages will be installed:
2025-08-20T20:09:48.6561328Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:09:48.6564489Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:09:48.6564852Z   xcb xorg-sgml-doctools
2025-08-20T20:09:48.8237974Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:09:48.8238347Z Need to get 816 kB of archives.
2025-08-20T20:09:48.8238640Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:09:48.8239180Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:09:48.8986360Z 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-20T20:09:48.9782441Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:09:49.4114429Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:09:49.4857953Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:09:49.5618536Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:09:49.6438777Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:09:49.7194190Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:09:49.7941870Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:09:49.8688192Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:09:49.9439303Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:09:50.2049619Z Fetched 816 kB in 1s (638 kB/s)
2025-08-20T20:09:50.2343890Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:09:50.2379082Z (Reading database ... 
2025-08-20T20:09:50.2379689Z (Reading database ... 5%
2025-08-20T20:09:50.2380236Z (Reading database ... 10%
2025-08-20T20:09:50.2380469Z (Reading database ... 15%
2025-08-20T20:09:50.2380676Z (Reading database ... 20%
2025-08-20T20:09:50.2380873Z (Reading database ... 25%
2025-08-20T20:09:50.2381071Z (Reading database ... 30%
2025-08-20T20:09:50.2381269Z (Reading database ... 35%
2025-08-20T20:09:50.2381460Z (Reading database ... 40%
2025-08-20T20:09:50.2381679Z (Reading database ... 45%
2025-08-20T20:09:50.2381876Z (Reading database ... 50%
2025-08-20T20:09:50.2403357Z (Reading database ... 55%
2025-08-20T20:09:50.2496537Z (Reading database ... 60%
2025-08-20T20:09:50.2534916Z (Reading database ... 65%
2025-08-20T20:09:50.2552993Z (Reading database ... 70%
2025-08-20T20:09:50.2589666Z (Reading database ... 75%
2025-08-20T20:09:50.2753294Z (Reading database ... 80%
2025-08-20T20:09:50.2786889Z (Reading database ... 85%
2025-08-20T20:09:50.2823286Z (Reading database ... 90%
2025-08-20T20:09:50.2931419Z (Reading database ... 95%
2025-08-20T20:09:50.2931707Z (Reading database ... 100%
2025-08-20T20:09:50.2932000Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:09:50.2965188Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:09:50.3056811Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:09:50.3639764Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:09:50.3795464Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:09:50.3870557Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:09:50.4588488Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:09:50.4744307Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:09:50.4817260Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:09:50.5584168Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:09:50.5759877Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:09:50.5832753Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:09:50.6488996Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:09:50.6658848Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:09:50.6743515Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:09:50.7396463Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:09:50.7561075Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:09:50.7639430Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:50.8253884Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:09:50.8507441Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:09:50.8586117Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:50.9332071Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:09:50.9481076Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:09:50.9630220Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:51.0198777Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:09:51.0351487Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:09:51.0447584Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:51.1074191Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:09:51.1250324Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:09:51.1331939Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:51.2056010Z Selecting previously unselected package xcb.
2025-08-20T20:09:51.2228600Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:09:51.2320994Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:09:51.3190181Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:51.3417710Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:09:51.3635296Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:09:51.3947379Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:09:51.4199509Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:51.4534683Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:52.9760673Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:09:53.0038406Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:09:53.0262335Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:09:53.0493672Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:09:53.0733694Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:53.0966726Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:53.1217459Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:53.1458516Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:09:54.4530596Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:09:55.0829678Z Collecting build
2025-08-20T20:09:55.1252174Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:09:55.2264386Z Collecting cffi
2025-08-20T20:09:55.2327554Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:09:55.2676526Z Collecting scons
2025-08-20T20:09:55.2748184Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:09:55.3687561Z Collecting scuba
2025-08-20T20:09:55.3767558Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:09:55.4355829Z Collecting pytest
2025-08-20T20:09:55.4416326Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:09:55.4756183Z Collecting packaging>=19.1 (from build)
2025-08-20T20:09:55.4815112Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:09:55.5111346Z Collecting pyproject_hooks (from build)
2025-08-20T20:09:55.5170647Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:09:55.6266864Z Collecting pycparser (from cffi)
2025-08-20T20:09:55.6326942Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:09:55.6804822Z Collecting PyYAML (from scuba)
2025-08-20T20:09:55.6865586Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:09:55.7200227Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:09:55.7260012Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:09:55.7599116Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:09:55.7658806Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:09:55.8101441Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:09:55.8163928Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:09:55.8386004Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:09:55.8580504Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:09:55.8916396Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:09:55.9314314Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 104.8 MB/s  0:00:00
2025-08-20T20:09:55.9379513Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:09:55.9571876Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:09:55.9792433Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:09:55.9976266Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:09:56.0132516Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:09:56.0298058Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:09:56.0540356Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 43.9 MB/s  0:00:00
2025-08-20T20:09:56.0603138Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:09:56.0777353Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:09:56.0934576Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:09:56.1083928Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 36.7 MB/s  0:00:00
2025-08-20T20:09:56.2054531Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:09:57.8314384Z 
2025-08-20T20:09:57.8328159Z 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-20T20:09:58.1207077Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:09:58.6628992Z Collecting ansi2txt
2025-08-20T20:09:58.7080771Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:09:58.8146443Z Collecting pipx
2025-08-20T20:09:58.8210951Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:09:58.8533689Z Collecting scons
2025-08-20T20:09:58.8544044Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:09:58.9402238Z Collecting py2static
2025-08-20T20:09:58.9472541Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:09:58.9849637Z Collecting typer
2025-08-20T20:09:58.9909264Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:09:59.0358683Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:09:59.0418406Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:09:59.1305070Z Collecting packaging>=20 (from pipx)
2025-08-20T20:09:59.1314324Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:09:59.1578932Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:09:59.1641544Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:09:59.2622923Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:09:59.2682763Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:09:59.3254835Z Collecting pyinstaller (from py2static)
2025-08-20T20:09:59.3334259Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:09:59.3653152Z Collecting staticx (from py2static)
2025-08-20T20:09:59.3721661Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:09:59.4061113Z   Preparing metadata (setup.py): started
2025-08-20T20:09:59.8757581Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:09:59.9014417Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:09:59.9076737Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:09:59.9559927Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:09:59.9620611Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:10:00.0004173Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:10:00.0066426Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:10:00.0596669Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:10:00.0657237Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:10:00.1486305Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:10:00.1550008Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:10:00.1899337Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:10:00.1908632Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:10:00.2107622Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:10:00.2168172Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:10:00.3256757Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:10:00.3320623Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:10:00.3712605Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:10:00.3773731Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:10:00.4831463Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:10:00.4893205Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:10:00.5271699Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:10:00.5331425Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:10:00.5534716Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:10:00.5705955Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:10:00.5882178Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:10:00.6612917Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:10:00.6782242Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:10:00.6979748Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:10:00.7145893Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:10:00.7267560Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:10:00.7348365Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:10:00.7546048Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:10:00.7808824Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:10:00.7877201Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:10:00.8062060Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:10:00.8247601Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:10:00.8422214Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:10:00.8597001Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:10:00.8766008Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:10:00.8976836Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 25.1 MB/s  0:00:00
2025-08-20T20:10:00.9035587Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:10:00.9256624Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:10:00.9484492Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 45.6 MB/s  0:00:00
2025-08-20T20:10:00.9543786Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:10:00.9723377Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:10:01.0173038Z Building wheels for collected packages: staticx
2025-08-20T20:10:01.0179556Z   Building wheel for staticx (setup.py): started
2025-08-20T20:10:11.5128567Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:10:11.5138048Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790701 sha256=1a24f938803673d424147731f013f3c04898c986979b4a5d9375400c30f805d7
2025-08-20T20:10:11.5138948Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:10:11.5155088Z Successfully built staticx
2025-08-20T20:10:11.6128363Z 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-20T20:10:12.4213571Z   Attempting uninstall: scons
2025-08-20T20:10:12.4284110Z     Found existing installation: SCons 4.9.1
2025-08-20T20:10:12.4569517Z     Uninstalling SCons-4.9.1:
2025-08-20T20:10:12.4629370Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:10:12.9799171Z   Attempting uninstall: pygments
2025-08-20T20:10:12.9873065Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:10:13.0027138Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:10:13.0049695Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:10:13.6209982Z   Attempting uninstall: packaging
2025-08-20T20:10:13.6281082Z     Found existing installation: packaging 25.0
2025-08-20T20:10:13.6299770Z     Uninstalling packaging-25.0:
2025-08-20T20:10:13.6305295Z       Successfully uninstalled packaging-25.0
2025-08-20T20:10:14.7737473Z 
2025-08-20T20:10:14.7760995Z 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-20T20:10:15.0651646Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:10:15.2225782Z Collecting build
2025-08-20T20:10:15.2236601Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:10:15.2952182Z Collecting cffi
2025-08-20T20:10:15.2963612Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:10:15.3136403Z Collecting scons
2025-08-20T20:10:15.3145748Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:10:15.3308354Z Collecting scuba
2025-08-20T20:10:15.3317576Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:10:15.3729295Z Collecting pytest
2025-08-20T20:10:15.3739123Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:10:15.3936031Z Collecting packaging>=19.1 (from build)
2025-08-20T20:10:15.3945863Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:10:15.4083885Z Collecting pyproject_hooks (from build)
2025-08-20T20:10:15.4093294Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:10:15.4239976Z Collecting pycparser (from cffi)
2025-08-20T20:10:15.4250762Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:10:15.4537838Z Collecting PyYAML (from scuba)
2025-08-20T20:10:15.4552204Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:10:15.4689432Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:10:15.4698815Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:10:15.4891502Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:10:15.4900953Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:10:15.5141076Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:10:15.5150676Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:10:15.5199379Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:10:15.5208783Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:10:15.5220618Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:10:15.5253577Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:10:15.5264336Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:10:15.5275716Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:10:15.5284705Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:10:15.5293355Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:10:15.5302608Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:10:15.5317903Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:10:15.5327596Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:10:15.5336658Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:10:15.6374740Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:10:15.6379319Z   Attempting uninstall: scons
2025-08-20T20:10:15.6448531Z     Found existing installation: SCons 4.9.1
2025-08-20T20:10:15.6727923Z     Uninstalling SCons-4.9.1:
2025-08-20T20:10:15.6787415Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:10:16.1664133Z   Attempting uninstall: PyYAML
2025-08-20T20:10:16.1743349Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:10:16.1762998Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:10:16.1771287Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:10:16.2340189Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:10:16.2410163Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:10:16.2423664Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:10:16.2428729Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:10:16.2586442Z   Attempting uninstall: pygments
2025-08-20T20:10:16.2652188Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:10:16.2803133Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:10:16.2825433Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:10:16.8447398Z   Attempting uninstall: pycparser
2025-08-20T20:10:16.8515193Z     Found existing installation: pycparser 2.22
2025-08-20T20:10:16.8540950Z     Uninstalling pycparser-2.22:
2025-08-20T20:10:16.8546709Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:10:16.9743795Z   Attempting uninstall: pluggy
2025-08-20T20:10:16.9813670Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:10:16.9829187Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:10:16.9834066Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:10:17.0051541Z   Attempting uninstall: packaging
2025-08-20T20:10:17.0122647Z     Found existing installation: packaging 25.0
2025-08-20T20:10:17.0141440Z     Uninstalling packaging-25.0:
2025-08-20T20:10:17.0147166Z       Successfully uninstalled packaging-25.0
2025-08-20T20:10:17.0625175Z   Attempting uninstall: iniconfig
2025-08-20T20:10:17.0696973Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:10:17.0710648Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:10:17.0715524Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:10:17.0862274Z   Attempting uninstall: scuba
2025-08-20T20:10:17.0929571Z     Found existing installation: scuba 2.14.1
2025-08-20T20:10:17.0946514Z     Uninstalling scuba-2.14.1:
2025-08-20T20:10:17.0953423Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:10:17.1201758Z   Attempting uninstall: pytest
2025-08-20T20:10:17.1274853Z     Found existing installation: pytest 8.4.1
2025-08-20T20:10:17.1321627Z     Uninstalling pytest-8.4.1:
2025-08-20T20:10:17.1522736Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:10:17.3783550Z   Attempting uninstall: cffi
2025-08-20T20:10:17.3849802Z     Found existing installation: cffi 1.17.1
2025-08-20T20:10:17.3870777Z     Uninstalling cffi-1.17.1:
2025-08-20T20:10:17.4057772Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:10:17.4849743Z   Attempting uninstall: build
2025-08-20T20:10:17.4918679Z     Found existing installation: build 1.3.0
2025-08-20T20:10:17.4938265Z     Uninstalling build-1.3.0:
2025-08-20T20:10:17.4945431Z       Successfully uninstalled build-1.3.0
2025-08-20T20:10:17.5183211Z 
2025-08-20T20:10:17.5204943Z 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-20T20:10:17.8076354Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:10:17.9726808Z Collecting ansi2txt
2025-08-20T20:10:17.9738401Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:10:17.9953826Z Collecting pipx
2025-08-20T20:10:17.9964120Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:10:18.0184910Z Collecting scons
2025-08-20T20:10:18.0195429Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:10:18.0414640Z Collecting py2static
2025-08-20T20:10:18.0424369Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:10:18.0621030Z Collecting typer
2025-08-20T20:10:18.0630840Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:10:18.0888653Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:10:18.0898347Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:10:18.1120653Z Collecting packaging>=20 (from pipx)
2025-08-20T20:10:18.1130509Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:10:18.1347936Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:10:18.1357697Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:10:18.1592844Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:10:18.1602655Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:10:18.1994767Z Collecting pyinstaller (from py2static)
2025-08-20T20:10:18.2005329Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:10:18.2181934Z Collecting staticx (from py2static)
2025-08-20T20:10:18.2191763Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:10:18.2332275Z   Preparing metadata (setup.py): started
2025-08-20T20:10:18.4285246Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:10:18.4559672Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:10:18.4569328Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:10:18.4824479Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:10:18.4834151Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:10:18.5123141Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:10:18.5132897Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:10:18.5464073Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:10:18.5474131Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:10:18.5676056Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:10:18.5686854Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:10:18.6008043Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:10:18.6017349Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:10:18.6212910Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:10:18.6222603Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:10:18.7172501Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:10:18.7184096Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:10:18.7464837Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:10:18.7474207Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:10:18.7696576Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:10:18.7706071Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:10:18.7905246Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:10:18.7914997Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:10:18.7946708Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:10:18.7955614Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:10:18.7964819Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:10:18.7997769Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:10:18.8006691Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:10:18.8015577Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:10:18.8024921Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:10:18.8034372Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:10:18.8043889Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:10:18.8052761Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:10:18.8063329Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:10:18.8079010Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:10:18.8088576Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:10:18.8097603Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:10:18.8106939Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:10:18.8115854Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:10:18.8125285Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:10:18.8138749Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:10:18.8150469Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:10:18.8166434Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:10:18.8175270Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:10:18.8485530Z Building wheels for collected packages: staticx
2025-08-20T20:10:18.8491502Z   Building wheel for staticx (setup.py): started
2025-08-20T20:10:21.3119263Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:10:21.3130403Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=b36f1086de567f39336199e181a9eea854510428a6a0095b388ac5a2ed6af6a3
2025-08-20T20:10:21.3131350Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:10:21.3148643Z Successfully built staticx
2025-08-20T20:10:21.4109803Z 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-20T20:10:21.4116692Z   Attempting uninstall: pyelftools
2025-08-20T20:10:21.4181579Z     Found existing installation: pyelftools 0.32
2025-08-20T20:10:21.4218471Z     Uninstalling pyelftools-0.32:
2025-08-20T20:10:21.4230477Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:10:21.5743154Z   Attempting uninstall: altgraph
2025-08-20T20:10:21.5817413Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:10:21.5833084Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:10:21.5838727Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:10:21.6072110Z   Attempting uninstall: typing-extensions
2025-08-20T20:10:21.6140714Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:10:21.6152544Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:10:21.6335527Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:10:21.6752707Z   Attempting uninstall: staticx
2025-08-20T20:10:21.6821851Z     Found existing installation: staticx 0.14.1
2025-08-20T20:10:21.6841953Z     Uninstalling staticx-0.14.1:
2025-08-20T20:10:21.6849878Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:10:21.7259787Z   Attempting uninstall: shellingham
2025-08-20T20:10:21.7330325Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:10:21.7345256Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:10:21.7350633Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:10:21.7513079Z   Attempting uninstall: setuptools
2025-08-20T20:10:21.7579821Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:10:21.7779545Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:10:21.7995125Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:10:22.4188054Z   Attempting uninstall: scons
2025-08-20T20:10:22.4271829Z     Found existing installation: SCons 4.9.1
2025-08-20T20:10:22.4556287Z     Uninstalling SCons-4.9.1:
2025-08-20T20:10:22.4614358Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:10:23.1471516Z   Attempting uninstall: pygments
2025-08-20T20:10:23.1550389Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:10:23.1703101Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:10:23.1726141Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:10:23.7424582Z   Attempting uninstall: platformdirs
2025-08-20T20:10:23.7503847Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:10:23.7520032Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:10:23.7525169Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:10:23.7765454Z   Attempting uninstall: packaging
2025-08-20T20:10:23.7835838Z     Found existing installation: packaging 25.0
2025-08-20T20:10:23.7855284Z     Uninstalling packaging-25.0:
2025-08-20T20:10:23.7860768Z       Successfully uninstalled packaging-25.0
2025-08-20T20:10:23.8284999Z   Attempting uninstall: mdurl
2025-08-20T20:10:23.8350679Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:10:23.8364065Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:10:23.8369391Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:10:23.8543937Z   Attempting uninstall: click
2025-08-20T20:10:23.8613696Z     Found existing installation: click 8.2.1
2025-08-20T20:10:23.8631530Z     Uninstalling click-8.2.1:
2025-08-20T20:10:23.8637049Z       Successfully uninstalled click-8.2.1
2025-08-20T20:10:23.9249382Z   Attempting uninstall: argcomplete
2025-08-20T20:10:23.9323577Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:10:23.9345608Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:10:23.9354185Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:10:23.9789434Z   Attempting uninstall: ansi2txt
2025-08-20T20:10:23.9860070Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:10:23.9873653Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:10:24.0063747Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:10:24.0304709Z   Attempting uninstall: userpath
2025-08-20T20:10:24.0374544Z     Found existing installation: userpath 1.9.2
2025-08-20T20:10:24.0390655Z     Uninstalling userpath-1.9.2:
2025-08-20T20:10:24.0397552Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:10:24.1817682Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:10:24.1892614Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:10:24.2190446Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:10:24.2229102Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:10:24.4247037Z   Attempting uninstall: markdown-it-py
2025-08-20T20:10:24.4320992Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:10:24.4374195Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:10:24.4385339Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:10:24.5054140Z   Attempting uninstall: rich
2025-08-20T20:10:24.5126355Z     Found existing installation: rich 14.1.0
2025-08-20T20:10:24.5170815Z     Uninstalling rich-14.1.0:
2025-08-20T20:10:24.5179045Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:10:24.6718515Z   Attempting uninstall: pyinstaller
2025-08-20T20:10:24.6790431Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:10:24.7035360Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:10:24.7071570Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:10:24.9770366Z   Attempting uninstall: pipx
2025-08-20T20:10:24.9851800Z     Found existing installation: pipx 1.7.1
2025-08-20T20:10:24.9883982Z     Uninstalling pipx-1.7.1:
2025-08-20T20:10:24.9892282Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:10:25.0469397Z   Attempting uninstall: typer
2025-08-20T20:10:25.0540298Z     Found existing installation: typer 0.16.1
2025-08-20T20:10:25.0562419Z     Uninstalling typer-0.16.1:
2025-08-20T20:10:25.0569921Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:10:25.0974558Z   Attempting uninstall: py2static
2025-08-20T20:10:25.1042014Z     Found existing installation: py2static 0.0.1
2025-08-20T20:10:25.1057426Z     Uninstalling py2static-0.0.1:
2025-08-20T20:10:25.1064733Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:10:25.1206277Z 
2025-08-20T20:10:25.1229820Z 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-20T20:10:25.4197046Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:10:25.5196282Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:10:25.5200263Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-_zenct7b
2025-08-20T20:10:25.5218044Z 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-_zenct7b
2025-08-20T20:10:27.1183637Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:10:27.1218295Z   Installing build dependencies: started
2025-08-20T20:10:27.7469201Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:10:27.7477918Z   Getting requirements to build wheel: started
2025-08-20T20:10:28.0119166Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:10:28.0128488Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:10:28.3493105Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:10:28.4937955Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:10:28.4951054Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:10:28.5148655Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:10:28.5158464Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:10:28.5361482Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:10:28.5370395Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:10:28.5552042Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:10:28.5561393Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:10:28.5598750Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:10:28.5608020Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:10:28.5620172Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:10:28.5636751Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:10:28.5743281Z Building wheels for collected packages: pyinstaller
2025-08-20T20:10:28.5750341Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:10:31.3605349Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:10:31.3624739Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=285057eecd314818cef76ec97fbbb566a8d3d0173b0a5c04b3800d7d84f49746
2025-08-20T20:10:31.3625794Z   Stored in directory: /tmp/pip-ephem-wheel-cache-pizh5hox/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:10:31.3663116Z Successfully built pyinstaller
2025-08-20T20:10:31.4433808Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:10:31.4439017Z   Attempting uninstall: altgraph
2025-08-20T20:10:31.4506731Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:10:31.4523823Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:10:31.4529933Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:10:31.4771632Z   Attempting uninstall: setuptools
2025-08-20T20:10:31.4838139Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:10:31.5037385Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:10:31.5254999Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:10:32.1084840Z   Attempting uninstall: packaging
2025-08-20T20:10:32.1155791Z     Found existing installation: packaging 25.0
2025-08-20T20:10:32.1174753Z     Uninstalling packaging-25.0:
2025-08-20T20:10:32.1192147Z       Successfully uninstalled packaging-25.0
2025-08-20T20:10:32.1668021Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:10:32.1742077Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:10:32.2045766Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:10:32.2085048Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:10:32.4134876Z   Attempting uninstall: pyinstaller
2025-08-20T20:10:32.4209604Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:10:32.4461028Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:10:32.4498699Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:10:32.7255154Z 
2025-08-20T20:10:32.7278919Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:10:32.9506799Z 6.15.0
2025-08-20T20:10:34.3767243Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:10:34.3776291Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:10:34.3776593Z 
2025-08-20T20:10:34.3776864Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:10:34.3777367Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:10:34.3777795Z installation.
2025-08-20T20:10:34.3777915Z 
2025-08-20T20:10:34.3778165Z If you installed the current Docker package using this script and are using it
2025-08-20T20:10:34.3778622Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:10:34.3779290Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:10:34.3779704Z files to match the parameters passed to the script.
2025-08-20T20:10:34.3779914Z 
2025-08-20T20:10:34.3780065Z You may press Ctrl+C now to abort this script.
2025-08-20T20:10:34.3929995Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:10:36.1067498Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:10:36.5912800Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:10:36.6046636Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:10:36.6733558Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:10:36.6747921Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:10:36.6754416Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:10:38.2994730Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:10:48.6314599Z + sh -c 'docker version'
2025-08-20T20:10:48.6450215Z Client: Docker Engine - Community
2025-08-20T20:10:48.6450552Z  Version:           28.3.3
2025-08-20T20:10:48.6450808Z  API version:       1.51
2025-08-20T20:10:48.6451101Z  Go version:        go1.24.5
2025-08-20T20:10:48.6451351Z  Git commit:        980b856
2025-08-20T20:10:48.6451702Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:10:48.6451995Z  OS/Arch:           linux/arm64
2025-08-20T20:10:48.6452238Z  Context:           default
2025-08-20T20:10:48.6452456Z 
2025-08-20T20:10:48.6452574Z Server: Docker Engine - Community
2025-08-20T20:10:48.6452822Z  Engine:
2025-08-20T20:10:48.6453096Z   Version:          28.3.3
2025-08-20T20:10:48.6453384Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:10:48.6453675Z   Go version:       go1.24.5
2025-08-20T20:10:48.6453945Z   Git commit:       bea959c
2025-08-20T20:10:48.6454197Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:10:48.6454475Z   OS/Arch:          linux/arm64
2025-08-20T20:10:48.6454762Z   Experimental:     false
2025-08-20T20:10:48.6454989Z  containerd:
2025-08-20T20:10:48.6455211Z   Version:          1.7.27
2025-08-20T20:10:48.6455508Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:10:48.6456067Z  runc:
2025-08-20T20:10:48.6456313Z   Version:          1.2.5
2025-08-20T20:10:48.6456555Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:10:48.6456804Z  docker-init:
2025-08-20T20:10:48.6457045Z   Version:          0.19.0
2025-08-20T20:10:48.6457303Z   GitCommit:        de40ad0
2025-08-20T20:10:48.6472787Z 
2025-08-20T20:10:48.6473316Z ================================================================================
2025-08-20T20:10:48.6473561Z 
2025-08-20T20:10:48.6473766Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:10:48.6474439Z Docker daemon in rootless mode for your user:
2025-08-20T20:10:48.6474641Z 
2025-08-20T20:10:48.6474827Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:10:48.6475014Z 
2025-08-20T20:10:48.6475241Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:10:48.6475545Z 
2025-08-20T20:10:48.6475549Z 
2025-08-20T20:10:48.6475868Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:10:48.6476391Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:10:48.6476652Z 
2025-08-20T20:10:48.6476878Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:10:48.6477372Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:10:48.6477849Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:10:48.6478149Z 
2025-08-20T20:10:48.6478278Z ================================================================================
2025-08-20T20:10:48.6478459Z 
2025-08-20T20:10:59.6508484Z ● docker.service - Docker Application Container Engine
2025-08-20T20:10:59.6509141Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:10:59.6509644Z      Active: active (running) since Wed 2025-08-20 20:10:49 UTC; 10s ago
2025-08-20T20:10:59.6510095Z TriggeredBy: ● docker.socket
2025-08-20T20:10:59.6510448Z        Docs: https://docs.docker.com
2025-08-20T20:10:59.6511147Z    Main PID: 20511 (dockerd)
2025-08-20T20:10:59.6511386Z       Tasks: 10
2025-08-20T20:10:59.6511671Z      Memory: 21.4M (peak: 24.4M)
2025-08-20T20:10:59.6511925Z         CPU: 246ms
2025-08-20T20:10:59.6512194Z      CGroup: /system.slice/docker.service
2025-08-20T20:10:59.6514760Z              └─20511 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:10:59.6515097Z 
2025-08-20T20:10:59.6515461Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.026841895Z" level=info msg="Loading containers: start."
2025-08-20T20:10:59.6516883Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.551792329Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f6d1529801362bbc0b1ad3e5d1b81a2956428b5eb8478575d5caaec5717c6fac], retrying...."
2025-08-20T20:10:59.6518058Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.591529798Z" level=info msg="Loading containers: done."
2025-08-20T20:10:59.6519162Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614630889Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:10:59.6520561Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614766365Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:10:59.6521476Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614800166Z" level=info msg="Initializing buildkit"
2025-08-20T20:10:59.6522205Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.630730755Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:10:59.6522957Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.635251642Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:10:59.6523685Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.635295779Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:10:59.6524396Z Aug 20 20:10:49 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:10:59.6599343Z ● docker.service - Docker Application Container Engine
2025-08-20T20:10:59.6599935Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:10:59.6600678Z      Active: active (running) since Wed 2025-08-20 20:10:49 UTC; 10s ago
2025-08-20T20:10:59.6601186Z TriggeredBy: ● docker.socket
2025-08-20T20:10:59.6601588Z        Docs: https://docs.docker.com
2025-08-20T20:10:59.6601871Z    Main PID: 20511 (dockerd)
2025-08-20T20:10:59.6602098Z       Tasks: 10
2025-08-20T20:10:59.6602355Z      Memory: 21.4M (peak: 24.4M)
2025-08-20T20:10:59.6602607Z         CPU: 246ms
2025-08-20T20:10:59.6602839Z      CGroup: /system.slice/docker.service
2025-08-20T20:10:59.6603437Z              └─20511 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:10:59.6603755Z 
2025-08-20T20:10:59.6604057Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.026841895Z" level=info msg="Loading containers: start."
2025-08-20T20:10:59.6605223Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.551792329Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f6d1529801362bbc0b1ad3e5d1b81a2956428b5eb8478575d5caaec5717c6fac], retrying...."
2025-08-20T20:10:59.6606559Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.591529798Z" level=info msg="Loading containers: done."
2025-08-20T20:10:59.6607665Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614630889Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:10:59.6609193Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614766365Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:10:59.6610066Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614800166Z" level=info msg="Initializing buildkit"
2025-08-20T20:10:59.6610780Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.630730755Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:10:59.6611520Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.635251642Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:10:59.6612261Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.635295779Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:10:59.6612945Z Aug 20 20:10:49 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:10:59.6769286Z ● docker.service - Docker Application Container Engine
2025-08-20T20:10:59.6770340Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:10:59.6771085Z      Active: active (running) since Wed 2025-08-20 20:10:49 UTC; 10s ago
2025-08-20T20:10:59.6771671Z TriggeredBy: ● docker.socket
2025-08-20T20:10:59.6772142Z        Docs: https://docs.docker.com
2025-08-20T20:10:59.6772578Z    Main PID: 20511 (dockerd)
2025-08-20T20:10:59.6772943Z       Tasks: 10
2025-08-20T20:10:59.6773350Z      Memory: 21.4M (peak: 24.4M)
2025-08-20T20:10:59.6773724Z         CPU: 246ms
2025-08-20T20:10:59.6774039Z      CGroup: /system.slice/docker.service
2025-08-20T20:10:59.6774786Z              └─20511 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:10:59.6775096Z 
2025-08-20T20:10:59.6775427Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.026841895Z" level=info msg="Loading containers: start."
2025-08-20T20:10:59.6776884Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.551792329Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f6d1529801362bbc0b1ad3e5d1b81a2956428b5eb8478575d5caaec5717c6fac], retrying...."
2025-08-20T20:10:59.6778026Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.591529798Z" level=info msg="Loading containers: done."
2025-08-20T20:10:59.6779350Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614630889Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:10:59.6780781Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614766365Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:10:59.6781667Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.614800166Z" level=info msg="Initializing buildkit"
2025-08-20T20:10:59.6782350Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.630730755Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:10:59.6783162Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.635251642Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:10:59.6783885Z Aug 20 20:10:49 runnervmdbl46 dockerd[20511]: time="2025-08-20T20:10:49.635295779Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:10:59.6784580Z Aug 20 20:10:49 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:10:59.6861192Z Docker version 28.3.3, build 980b856
2025-08-20T20:10:59.7010186Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:11:00.8293989Z latest: Pulling from library/hello-world
2025-08-20T20:11:02.2175260Z 198f93fd5094: Pulling fs layer
2025-08-20T20:11:02.6483671Z 198f93fd5094: Verifying Checksum
2025-08-20T20:11:02.6484047Z 198f93fd5094: Download complete
2025-08-20T20:11:02.6933606Z 198f93fd5094: Pull complete
2025-08-20T20:11:02.7203126Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:11:02.7305957Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:11:03.4575398Z 
2025-08-20T20:11:03.4576284Z Hello from Docker!
2025-08-20T20:11:03.4576724Z This message shows that your installation appears to be working correctly.
2025-08-20T20:11:03.4577158Z 
2025-08-20T20:11:03.4577592Z To generate this message, Docker took the following steps:
2025-08-20T20:11:03.4578031Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:11:03.4578436Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:11:03.4578909Z     (arm64v8)
2025-08-20T20:11:03.4579227Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:11:03.4579734Z     executable that produces the output you are currently reading.
2025-08-20T20:11:03.4580232Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:11:03.4580606Z     to your terminal.
2025-08-20T20:11:03.4580785Z 
2025-08-20T20:11:03.4580978Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:11:03.4581435Z  $ docker run -it ubuntu bash
2025-08-20T20:11:03.4581604Z 
2025-08-20T20:11:03.4581764Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:11:03.4582202Z  https://hub.docker.com/
2025-08-20T20:11:03.4582373Z 
2025-08-20T20:11:03.4582472Z For more examples and ideas, visit:
2025-08-20T20:11:03.4582778Z  https://docs.docker.com/get-started/
2025-08-20T20:11:03.4582972Z 
2025-08-20T20:11:03.5981986Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:11:03.5982571Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:11:03.5983055Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:11:03.5983632Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:11:03.5984067Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:11:03.5984609Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:11:03.5985030Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:11:03.5985485Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:11:03.6047680Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:11:03.6048161Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:11:03.6048533Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:11:03.6048919Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:11:03.6049304Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:11:03.6049710Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:11:03.6050114Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:11:03.6050516Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:11:03.6050918Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:11:03.6051278Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:11:03.6051657Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:11:03.6052113Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:11:03.6052554Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:11:03.6052942Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:11:03.6053359Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:11:03.6053996Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:11:03.6054347Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:11:03.6054735Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:11:03.6055168Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:11:03.6055583Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:11:03.6056304Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:11:03.6056722Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:11:03.6057145Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:11:03.6057566Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:11:03.6057994Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:11:03.6058421Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:11:03.6058859Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:11:03.6059285Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:11:03.6059687Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:11:03.6060097Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:11:03.6060487Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:11:03.6060894Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:11:03.6061318Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:11:03.6061737Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:11:03.6062140Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:11:03.6062539Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:11:03.6062994Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:11:03.6063464Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:11:03.6063933Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:11:03.6064632Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:11:03.6065097Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:11:03.6065515Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:11:03.6066061Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:11:03.6066471Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:11:03.6066893Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:11:03.6067286Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:11:03.6067654Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:11:03.6068009Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:11:03.6068376Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:11:03.6068770Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:11:03.6069173Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:11:03.6069554Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:11:03.6069963Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:11:03.6070400Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:11:03.6070990Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:11:03.6071403Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:11:03.6071829Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:11:03.6072259Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:11:03.6072664Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:11:03.6073062Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:11:03.6073498Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:11:03.6073994Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:11:03.6074490Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:11:03.6074951Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:11:03.6075375Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:11:03.6075881Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:11:03.6076300Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:11:03.6076702Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:11:03.6077107Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:11:03.6077561Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:11:03.6078061Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:11:03.6078565Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:11:03.6079053Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:11:03.6079496Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:11:03.6079897Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:11:03.6080290Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:11:03.6080695Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:11:03.6081271Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:11:03.6081678Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:11:03.6082100Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:11:03.6082524Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:11:03.6082907Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:11:03.6083279Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:11:03.6083691Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:11:03.6084098Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:11:03.6084474Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:11:03.6084842Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:11:03.6085237Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:11:03.6085734Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:11:03.6086102Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:11:03.6086473Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:11:03.6086880Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:11:03.6087264Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:11:03.6087781Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:11:03.6088261Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:11:03.6088640Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:11:03.6089028Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:11:03.6090159Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:11:03.6090573Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:11:03.6090958Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:11:03.6091338Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:11:03.6091734Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:11:03.6092134Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:11:03.6092509Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:11:03.6092864Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:11:03.6093213Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:11:03.6093566Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:11:03.6093930Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:11:03.6094281Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:11:03.6094656Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:11:03.6095051Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:11:03.6095476Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:11:03.6096064Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:11:03.6096471Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:11:03.6096862Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:11:03.6097252Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:11:03.6097638Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:11:03.6098040Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:11:03.6098687Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:11:03.6099101Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:11:03.6099493Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:11:03.6099903Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:11:03.6100345Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:11:03.6100777Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:11:03.6101168Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:11:03.6101560Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:11:03.6101969Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:11:03.6102380Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:11:03.6102785Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:11:03.6103180Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:11:03.6103576Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:11:03.6103977Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:11:03.6104357Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:11:03.6104861Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:11:03.6105228Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:11:03.6106085Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:11:03.6106553Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:11:03.6106956Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:11:03.6107354Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:11:03.6107727Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:11:03.6108102Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:11:03.6108481Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:11:03.6108869Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:11:03.6109298Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:11:03.6109740Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:11:03.6110140Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:11:03.6110514Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:11:03.6110903Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:11:03.6111327Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:11:03.6111744Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:11:03.6112097Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:11:03.6112436Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:11:03.6112856Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:11:03.6113290Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:11:03.6113701Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:11:03.6114084Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:11:03.6114466Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:11:03.6114849Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:11:03.6115497Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:11:03.6116210Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:11:03.6116626Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:11:03.6116995Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:11:03.6117355Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:11:03.6117806Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:11:03.6118309Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:11:03.6118748Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:11:03.6119123Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:11:03.6119588Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:11:03.6120123Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:11:03.6120624Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:11:03.6121095Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:11:03.6121457Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:11:03.6121831Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:11:03.6122420Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:11:03.6122838Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:11:03.6123244Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:11:03.6123617Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:11:03.6123996Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:11:03.6124395Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:11:03.6124793Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:11:03.6125193Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:11:03.6125590Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:11:03.6126200Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:11:03.6126597Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:11:03.6127020Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:11:03.6127465Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:11:03.6127888Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:11:03.6128279Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:11:03.6128653Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:11:03.6129027Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:11:03.6129402Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:11:03.6129792Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:11:03.6130213Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:11:03.6130675Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:11:03.6131122Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:11:03.6131526Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:11:03.6131917Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:11:03.6132495Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:11:03.6132891Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:11:03.6133259Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:11:03.6133646Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:11:03.6134027Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:11:03.6134481Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:11:03.6134952Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:11:03.6135412Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:11:03.6136179Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:11:03.6136707Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:11:03.6137212Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:11:03.6137652Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:11:03.6138019Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:11:03.6138381Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:11:03.6138931Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:11:03.6139310Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:11:03.6139679Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:11:03.6140054Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:11:03.6140433Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:11:03.6140823Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:11:03.6141199Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:11:03.6141575Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:11:03.6141974Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:11:03.6142365Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:11:03.6142782Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:11:03.6143222Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:11:03.6143643Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:11:03.6144056Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:11:03.6144459Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:11:03.6144872Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:11:03.6145295Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:11:03.6145825Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:11:03.6146194Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:11:03.6146706Z 	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-20T20:11:03.6147226Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:11:03.6147955Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:11:03.6148337Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:11:03.6148703Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:11:03.6149344Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:11:03.6149801Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:11:03.6150222Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:11:03.6150649Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:11:03.6151051Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:11:03.6151449Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:11:03.6151882Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:11:03.6152290Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:11:03.6152681Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:11:03.6153106Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:11:03.6153603Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:11:03.6154100Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:11:03.6154547Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:11:03.6154955Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:11:03.6155425Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:11:03.6156214Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:11:03.6156702Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:11:03.6157113Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:11:03.6157545Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:11:03.6158002Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:11:03.6158408Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:11:03.6158769Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:11:03.6159120Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:11:03.6159495Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:11:03.6159876Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:11:03.6160249Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:11:03.6160604Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:11:03.6160975Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:11:03.6161531Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:11:03.6161894Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:11:03.6162270Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:11:03.6162627Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:11:03.6163003Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:11:03.6163470Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:11:03.6163830Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:11:03.6164191Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:11:03.6164557Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:11:03.6164922Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:11:03.6165296Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:11:03.6165782Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:11:03.6166358Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:11:03.6166750Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:11:03.6167175Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:11:03.6167604Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:11:03.6168011Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:11:03.6168373Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:11:03.6168760Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:11:03.6169702Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:11:03.6170119Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:11:03.6170481Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:11:03.6170852Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:11:03.6171217Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:11:03.6171560Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:11:03.6171910Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:11:03.6172263Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:11:03.6172633Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:11:03.6173204Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:11:03.6173549Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:11:03.6173885Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:11:03.6174263Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:11:03.6174668Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:11:03.6175070Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:11:03.6175463Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:11:03.6176093Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:11:03.6176513Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:11:03.6177014Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:11:03.6177634Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:11:03.6178255Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:11:03.6178798Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:11:03.6179268Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:11:03.6179725Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:11:03.6180243Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:11:03.6180862Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:11:03.6181423Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:11:03.6181919Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:11:03.6182366Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:11:03.6182740Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:11:03.6183114Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:11:03.6183488Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:11:03.6184071Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:11:03.6184479Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:11:03.6184866Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:11:03.6185255Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:11:03.6185751Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:11:03.6186153Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:11:03.6186530Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:11:03.6186908Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:11:03.6187282Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:11:03.6187676Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:11:03.6188075Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:11:03.6188486Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:11:03.6188900Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:11:03.6189273Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:11:03.6189663Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:11:03.6190268Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:11:03.6190680Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:11:03.6191119Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:11:03.6191546Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:11:03.6191917Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:11:03.6192289Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:11:03.6192675Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:11:03.6193047Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:11:03.6193439Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:11:03.6193832Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:11:03.6194221Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:11:03.6194598Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:11:03.6194980Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:11:03.6195349Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:11:03.6196024Z 	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-20T20:11:03.6196746Z 	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-20T20:11:03.6197432Z 	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-20T20:11:03.6198096Z 	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-20T20:11:03.6198625Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:11:03.6199009Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:11:03.6199417Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:11:03.6199822Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:11:03.6200197Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:11:03.6200759Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:11:03.6201151Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:11:03.6201529Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:11:03.6201909Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:11:03.6202283Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:11:03.6202667Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:11:03.6203055Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:11:03.6203459Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:11:03.6203859Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:11:03.6204257Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:11:03.6204649Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:11:03.6205027Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:11:03.6205416Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:11:03.6205945Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:11:03.6206345Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:11:03.6206743Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:11:03.6207307Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:11:03.6207733Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:11:03.6208162Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:11:03.6208567Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:11:03.6209009Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:11:03.6209465Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:11:03.6209869Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:11:03.6210237Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:11:03.6210622Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:11:03.6211027Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:11:03.6211440Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:11:03.6211845Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:11:03.6212230Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:11:03.6212624Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:11:03.6213098Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:11:03.6213570Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:11:03.6213969Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:11:03.6214380Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:11:03.6214832Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:11:03.6215283Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:11:03.6215979Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:11:03.6216490Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:11:03.6216941Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:11:03.6217569Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:11:03.6217987Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:11:03.6218382Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:11:03.6218798Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:11:03.6219178Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:11:03.6219555Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:11:03.6219963Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:11:03.6220365Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:11:03.6220766Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:11:03.6221225Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:11:03.6221623Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:11:03.6222002Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:11:03.6222370Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:11:03.6222725Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:11:03.6223112Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:11:03.6223710Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:11:03.6224103Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:11:03.6224551Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:11:03.6225001Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:11:03.6225406Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:11:03.6226002Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:11:03.6226430Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:11:03.6226835Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:11:03.6227241Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:11:03.6227598Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:11:03.6227965Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:11:03.6228356Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:11:03.6228753Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:11:03.6229132Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:11:03.6229492Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:11:03.6229846Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:11:03.6230196Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:11:03.6230684Z 	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-20T20:11:03.6231193Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:11:03.6231576Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:11:03.6231963Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:11:03.6232362Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:11:03.6232774Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:11:03.6233188Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:11:03.6233813Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:11:03.6234251Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:11:03.6234665Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:11:03.6235040Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:11:03.6235404Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:11:03.6235911Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:11:03.6236294Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:11:03.6236716Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:11:03.6237145Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:11:03.6237545Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:11:03.6237967Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:11:03.6238408Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:11:03.6238808Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:11:03.6239179Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:11:03.6239530Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:11:03.6239879Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:11:03.6240439Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:11:03.6240817Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:11:03.6241194Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:11:03.6241593Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:11:03.6242014Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:11:03.6242478Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:11:03.6242913Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:11:03.6243288Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:11:03.6243672Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:11:03.6244064Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:11:03.6244455Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:11:03.6244839Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:11:03.6245218Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:11:03.6245790Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:11:03.6246309Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:11:03.6246733Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:11:03.6247109Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:11:03.6247489Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:11:03.6247892Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:11:03.6248283Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:11:03.6248663Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:11:03.6249061Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:11:03.6249443Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:11:03.6249791Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:11:03.6250354Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:11:03.6250781Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:11:03.6251207Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:11:03.6251587Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:11:03.6251969Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:11:03.6252410Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:11:03.6252857Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:11:03.6253283Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:11:03.6253675Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:11:03.6254194Z 	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-20T20:11:03.6254709Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:11:03.6255104Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:11:03.6255515Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:11:03.6256174Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:11:03.6256700Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:11:03.6257465Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:11:03.6258076Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:11:03.6258725Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:11:03.6259379Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:11:03.6260009Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:11:03.6260635Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:11:03.6261218Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:11:03.6261707Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:11:03.6262150Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:11:03.6262585Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:11:03.6263012Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:11:03.6263488Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:11:03.6263924Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:11:03.6264305Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:11:03.6264670Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:11:03.6265047Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:11:03.6265427Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:11:03.6266028Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:11:03.6266449Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:11:03.6266810Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:11:03.6267197Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:11:03.6267837Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:11:03.6268346Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:11:03.6268833Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:11:03.6269321Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:11:03.6269770Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:11:03.6270184Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:11:03.6270602Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:11:03.6271015Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:11:03.6271455Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:11:03.6271880Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:11:03.6272274Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:11:03.6272659Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:11:03.6273039Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:11:03.6273416Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:11:03.6273851Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:11:03.6274442Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:11:03.6274848Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:11:03.6275264Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:11:03.6275820Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:11:03.6276283Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:11:03.6276730Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:11:03.6277162Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:11:03.6277560Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:11:03.6277934Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:11:03.6278323Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:11:03.6278700Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:11:03.6279072Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:11:03.6279478Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:11:03.6279880Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:11:03.6280312Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:11:03.6280785Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:11:03.6281245Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:11:03.6281636Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:11:03.6281991Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:11:03.6282364Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:11:03.6282764Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:11:03.6283148Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:11:03.6283541Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:11:03.6283969Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:11:03.6284664Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:11:03.6285101Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:11:03.6285487Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:11:03.6286019Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:11:03.6286569Z 	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-20T20:11:03.6287155Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:11:03.6287609Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:11:03.6288057Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:11:03.6288481Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:11:03.6288888Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:11:03.6289280Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:11:03.6289671Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:11:03.6290073Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:11:03.6290478Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:11:03.6290860Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:11:03.6291436Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:11:03.6291842Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:11:03.6292218Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:11:03.6292624Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:11:03.6293089Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:11:03.6293517Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:11:03.6293892Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:11:03.6294270Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:11:03.6294658Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:11:03.6295041Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:11:03.6295412Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:11:03.6296071Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:11:03.6296523Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:11:03.6296925Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:11:03.6297329Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:11:03.6297727Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:11:03.6298111Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:11:03.6298486Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:11:03.6298875Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:11:03.6299283Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:11:03.6299726Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:11:03.6300173Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:11:03.6300596Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:11:03.6301000Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:11:03.6301604Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:11:03.6302050Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:11:03.6302440Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:11:03.6302794Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:11:03.6303143Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:11:03.6303513Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:11:03.6303890Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:11:03.6304244Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:11:03.6304614Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:11:03.6305011Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:11:03.6305402Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:11:03.6305909Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:11:03.6306263Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:11:03.6306643Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:11:03.6307042Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:11:03.6307583Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:11:03.6307950Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:11:03.6308312Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:11:03.6308696Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:11:03.6309078Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:11:03.6309429Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:11:03.6309802Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:11:03.6310196Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:11:03.6310578Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:11:03.6310954Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:11:03.6311330Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:11:03.6311722Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:11:03.6312125Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:11:03.6312548Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:11:03.6312950Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:11:03.6313312Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:11:03.6313663Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:11:03.6314005Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:11:03.6314429Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:11:03.6314931Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:11:03.6315433Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:11:03.6316092Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:11:03.6316607Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:11:03.6317045Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:11:03.6317426Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:11:03.6318025Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:11:03.6318436Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:11:03.6318827Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:11:03.6319214Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:11:03.6319603Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:11:03.6319985Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:11:03.6320376Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:11:03.6320818Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:11:03.6321292Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:11:03.6321670Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:11:03.6322075Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:11:03.6322498Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:11:03.6322878Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:11:03.6323231Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:11:03.6323622Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:11:03.6324258Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:11:03.6324719Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:11:03.6325133Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:11:03.6325548Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:11:03.6326118Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:11:03.6326555Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:11:03.7241104Z [+] Installing Go for linux-arm64...
2025-08-20T20:11:04.1553533Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:11:04.1553860Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:11:04.1554088Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:11:04.1564135Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:11:04.1564558Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:11:04.1564926Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:11:04.1633494Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:11:04.1633965Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:11:04.1634436Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:11:04.1634893Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:11:04.1635332Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:11:04.1635896Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:11:04.1636375Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:11:04.1636829Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:11:04.1637276Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:11:04.1637709Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:11:04.1638144Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:11:04.1638576Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:11:04.1639379Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:11:04.1639874Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:11:04.1640325Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:11:04.1640780Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:11:04.1641247Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:11:04.1641713Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:11:04.1642165Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:11:04.1642606Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:11:04.1642954Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:11:04.1643282Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:11:04.1643609Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:11:04.1643941Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:11:04.1644279Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:11:04.1672072Z go version go1.22.2 linux/arm64
2025-08-20T20:11:04.1945599Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:11:04.1946056Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:11:04.1946720Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:11:04.1947094Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:11:04.1947470Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:11:04.1947833Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:11:04.1948197Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:11:04.1948565Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:11:04.1948910Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:11:04.1949245Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:11:04.1949600Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:11:04.1949984Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:11:04.1950369Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:11:04.1950780Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:11:04.1951174Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:11:04.1951746Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:11:04.1952149Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:11:04.1952516Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:11:04.1952895Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:11:04.1953354Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:11:04.1953804Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:11:04.1954194Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:11:04.1954616Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:11:04.1955020Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:11:04.1955373Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:11:04.1955978Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:11:04.1956454Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:11:04.1957117Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:11:04.1957537Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:11:04.1957954Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:11:04.1958371Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:11:04.1958797Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:11:04.1959231Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:11:04.1959653Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:11:04.1960093Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:11:04.1960518Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:11:04.1960921Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:11:04.1961334Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:11:04.1961726Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:11:04.1962133Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:11:04.1962561Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:11:04.1962982Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:11:04.1963548Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:11:04.1963947Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:11:04.1964403Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:11:04.1964876Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:11:04.1965350Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:11:04.1966062Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:11:04.1966507Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:11:04.1966928Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:11:04.1967350Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:11:04.1967763Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:11:04.1968179Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:11:04.1968578Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:11:04.1968947Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:11:04.1969305Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:11:04.1969682Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:11:04.1970077Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:11:04.1970483Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:11:04.1970862Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:11:04.1971271Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:11:04.1971718Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:11:04.1972145Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:11:04.1972555Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:11:04.1972981Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:11:04.1973414Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:11:04.1974021Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:11:04.1974439Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:11:04.1974876Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:11:04.1975371Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:11:04.1976003Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:11:04.1976476Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:11:04.1976896Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:11:04.1977283Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:11:04.1977677Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:11:04.1978081Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:11:04.1978481Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:11:04.1978943Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:11:04.1979443Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:11:04.1979951Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:11:04.1980599Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:11:04.1981040Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:11:04.1981442Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:11:04.1981837Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:11:04.1982248Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:11:04.1982648Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:11:04.1983037Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:11:04.1983460Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:11:04.1983883Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:11:04.1984265Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:11:04.1984642Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:11:04.1985045Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:11:04.1985454Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:11:04.1985947Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:11:04.1986321Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:11:04.1986739Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:11:04.1987130Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:11:04.1987482Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:11:04.1987859Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:11:04.1988268Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:11:04.1988661Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:11:04.1989025Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:11:04.1989389Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:11:04.1989767Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:11:04.1990157Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:11:04.1990744Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:11:04.1991161Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:11:04.1991546Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:11:04.1991928Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:11:04.1992328Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:11:04.1992735Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:11:04.1993103Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:11:04.1993456Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:11:04.1993808Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:11:04.1994162Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:11:04.1994530Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:11:04.1994881Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:11:04.1995251Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:11:04.1995767Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:11:04.1996214Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:11:04.1996800Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:11:04.1997204Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:11:04.1997598Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:11:04.1997990Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:11:04.1998378Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:11:04.1998785Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:11:04.1999194Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:11:04.1999578Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:11:04.1999976Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:11:04.2000389Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:11:04.2000835Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:11:04.2001264Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:11:04.2001660Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:11:04.2002061Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:11:04.2002474Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:11:04.2002887Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:11:04.2003295Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:11:04.2003692Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:11:04.2004092Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:11:04.2004499Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:11:04.2004889Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:11:04.2005249Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:11:04.2005981Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:11:04.2006419Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:11:04.2006819Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:11:04.2007396Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:11:04.2007811Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:11:04.2008189Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:11:04.2008565Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:11:04.2008947Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:11:04.2009344Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:11:04.2009763Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:11:04.2010207Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:11:04.2010606Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:11:04.2010980Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:11:04.2011377Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:11:04.2011796Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:11:04.2012236Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:11:04.2012591Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:11:04.2012932Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:11:04.2013480Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:11:04.2013910Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:11:04.2014319Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:11:04.2014701Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:11:04.2015081Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:11:04.2015466Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:11:04.2016097Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:11:04.2016573Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:11:04.2016987Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:11:04.2017355Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:11:04.2017721Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:11:04.2018165Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:11:04.2018672Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:11:04.2019113Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:11:04.2019493Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:11:04.2019956Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:11:04.2020493Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:11:04.2020997Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:11:04.2021436Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:11:04.2021802Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:11:04.2022185Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:11:04.2022596Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:11:04.2023017Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:11:04.2023422Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:11:04.2024001Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:11:04.2024399Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:11:04.2024801Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:11:04.2025204Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:11:04.2025601Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:11:04.2026124Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:11:04.2026519Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:11:04.2026911Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:11:04.2027328Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:11:04.2027775Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:11:04.2028242Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:11:04.2028635Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:11:04.2029009Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:11:04.2029385Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:11:04.2029758Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:11:04.2030354Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:11:04.2030773Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:11:04.2031240Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:11:04.2031687Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:11:04.2032094Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:11:04.2032489Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:11:04.2032870Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:11:04.2033246Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:11:04.2033616Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:11:04.2034005Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:11:04.2034393Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:11:04.2034836Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:11:04.2035308Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:11:04.2035910Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:11:04.2036443Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:11:04.2036959Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:11:04.2037468Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:11:04.2037908Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:11:04.2038276Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:11:04.2038642Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:11:04.2039018Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:11:04.2039397Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:11:04.2039764Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:11:04.2040142Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:11:04.2040711Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:11:04.2041123Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:11:04.2041500Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:11:04.2041876Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:11:04.2042273Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:11:04.2042665Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:11:04.2043087Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:11:04.2043523Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:11:04.2043944Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:11:04.2044359Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:11:04.2044765Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:11:04.2045173Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:11:04.2045592Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:11:04.2046138Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:11:04.2046507Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:11:04.2047169Z 	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-20T20:11:04.2047688Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:11:04.2048057Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:11:04.2048433Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:11:04.2048797Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:11:04.2049199Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:11:04.2049632Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:11:04.2050055Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:11:04.2050482Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:11:04.2050883Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:11:04.2051291Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:11:04.2051714Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:11:04.2052124Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:11:04.2052517Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:11:04.2052949Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:11:04.2053440Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:11:04.2053939Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:11:04.2054391Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:11:04.2054798Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:11:04.2055211Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:11:04.2055847Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:11:04.2056355Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:11:04.2056769Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:11:04.2057389Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:11:04.2057866Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:11:04.2058274Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:11:04.2058636Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:11:04.2058986Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:11:04.2059360Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:11:04.2059748Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:11:04.2060116Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:11:04.2060468Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:11:04.2060839Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:11:04.2061201Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:11:04.2061560Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:11:04.2061928Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:11:04.2062284Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:11:04.2062659Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:11:04.2063040Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:11:04.2063404Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:11:04.2063928Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:11:04.2064289Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:11:04.2064657Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:11:04.2065032Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:11:04.2065400Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:11:04.2065887Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:11:04.2066266Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:11:04.2066687Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:11:04.2067123Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:11:04.2067529Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:11:04.2067900Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:11:04.2068279Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:11:04.2068710Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:11:04.2069108Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:11:04.2069469Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:11:04.2069841Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:11:04.2070204Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:11:04.2070544Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:11:04.2070889Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:11:04.2071245Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:11:04.2071619Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:11:04.2071982Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:11:04.2072333Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:11:04.2072668Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:11:04.2073046Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:11:04.2073717Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:11:04.2074139Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:11:04.2074537Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:11:04.2074930Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:11:04.2075344Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:11:04.2075979Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:11:04.2076596Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:11:04.2077218Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:11:04.2077760Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:11:04.2078238Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:11:04.2078692Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:11:04.2079212Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:11:04.2079831Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:11:04.2080553Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:11:04.2081047Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:11:04.2081487Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:11:04.2081858Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:11:04.2082228Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:11:04.2082603Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:11:04.2082978Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:11:04.2083368Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:11:04.2083752Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:11:04.2084141Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:11:04.2084533Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:11:04.2084919Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:11:04.2085349Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:11:04.2085901Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:11:04.2086297Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:11:04.2086696Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:11:04.2087094Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:11:04.2087508Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:11:04.2087921Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:11:04.2088288Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:11:04.2088683Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:11:04.2089098Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:11:04.2089511Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:11:04.2089946Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:11:04.2090373Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:11:04.2090952Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:11:04.2091345Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:11:04.2091726Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:11:04.2092095Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:11:04.2092486Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:11:04.2092882Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:11:04.2093266Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:11:04.2093647Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:11:04.2094008Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:11:04.2094376Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:11:04.2094925Z 	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-20T20:11:04.2095801Z 	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-20T20:11:04.2096539Z 	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-20T20:11:04.2097212Z 	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-20T20:11:04.2097904Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:11:04.2098288Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:11:04.2098695Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:11:04.2099098Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:11:04.2099481Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:11:04.2099859Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:11:04.2100227Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:11:04.2100602Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:11:04.2100979Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:11:04.2101356Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:11:04.2101735Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:11:04.2102124Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:11:04.2102528Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:11:04.2102926Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:11:04.2103329Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:11:04.2103721Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:11:04.2104102Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:11:04.2104489Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:11:04.2104892Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:11:04.2105296Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:11:04.2105839Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:11:04.2106247Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:11:04.2106673Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:11:04.2107104Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:11:04.2107716Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:11:04.2108181Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:11:04.2108642Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:11:04.2109044Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:11:04.2109412Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:11:04.2109796Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:11:04.2110192Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:11:04.2110599Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:11:04.2111004Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:11:04.2111387Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:11:04.2111781Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:11:04.2112251Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:11:04.2112724Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:11:04.2113120Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:11:04.2113529Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:11:04.2114139Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:11:04.2114590Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:11:04.2115066Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:11:04.2115555Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:11:04.2116152Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:11:04.2116592Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:11:04.2116989Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:11:04.2117377Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:11:04.2117794Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:11:04.2118184Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:11:04.2118554Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:11:04.2118962Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:11:04.2119360Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:11:04.2119760Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:11:04.2120184Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:11:04.2120578Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:11:04.2120957Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:11:04.2121325Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:11:04.2121679Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:11:04.2122078Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:11:04.2122499Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:11:04.2122899Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:11:04.2123346Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:11:04.2123802Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:11:04.2124414Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:11:04.2124878Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:11:04.2125303Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:11:04.2125845Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:11:04.2126263Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:11:04.2126628Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:11:04.2126986Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:11:04.2127377Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:11:04.2127773Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:11:04.2128190Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:11:04.2128551Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:11:04.2128903Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:11:04.2129256Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:11:04.2129741Z 	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-20T20:11:04.2130253Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:11:04.2130814Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:11:04.2131193Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:11:04.2131592Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:11:04.2132004Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:11:04.2132419Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:11:04.2132825Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:11:04.2133237Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:11:04.2133649Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:11:04.2134022Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:11:04.2134394Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:11:04.2134764Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:11:04.2135141Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:11:04.2135558Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:11:04.2136137Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:11:04.2136547Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:11:04.2136967Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:11:04.2137408Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:11:04.2137806Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:11:04.2138175Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:11:04.2138525Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:11:04.2138879Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:11:04.2139249Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:11:04.2139624Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:11:04.2140002Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:11:04.2140599Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:11:04.2141035Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:11:04.2141497Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:11:04.2141934Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:11:04.2142310Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:11:04.2142697Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:11:04.2143091Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:11:04.2143479Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:11:04.2143859Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:11:04.2144232Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:11:04.2144677Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:11:04.2145168Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:11:04.2145591Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:11:04.2146207Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:11:04.2146591Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:11:04.2146994Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:11:04.2147571Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:11:04.2147945Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:11:04.2148342Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:11:04.2148722Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:11:04.2149076Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:11:04.2149434Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:11:04.2149831Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:11:04.2150253Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:11:04.2150632Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:11:04.2151019Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:11:04.2151467Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:11:04.2151910Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:11:04.2152332Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:11:04.2152725Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:11:04.2153242Z 	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-20T20:11:04.2153749Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:11:04.2154140Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:11:04.2154551Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:11:04.2154977Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:11:04.2155501Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:11:04.2156293Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:11:04.2156903Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:11:04.2157764Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:11:04.2158446Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:11:04.2159081Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:11:04.2159706Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:11:04.2160292Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:11:04.2160779Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:11:04.2161222Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:11:04.2161671Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:11:04.2162098Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:11:04.2162577Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:11:04.2163009Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:11:04.2163389Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:11:04.2163760Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:11:04.2164137Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:11:04.2164691Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:11:04.2165108Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:11:04.2165518Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:11:04.2166034Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:11:04.2166426Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:11:04.2166895Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:11:04.2167387Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:11:04.2167878Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:11:04.2168366Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:11:04.2168818Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:11:04.2169239Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:11:04.2169654Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:11:04.2170067Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:11:04.2170498Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:11:04.2170931Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:11:04.2171320Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:11:04.2171703Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:11:04.2172080Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:11:04.2172461Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:11:04.2172904Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:11:04.2173346Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:11:04.2173753Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:11:04.2174168Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:11:04.2174601Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:11:04.2175267Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:11:04.2175866Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:11:04.2176307Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:11:04.2176700Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:11:04.2177077Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:11:04.2177470Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:11:04.2177839Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:11:04.2178210Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:11:04.2178611Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:11:04.2179015Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:11:04.2179443Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:11:04.2179912Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:11:04.2180371Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:11:04.2180763Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:11:04.2181117Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:11:04.2181668Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:11:04.2182066Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:11:04.2182452Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:11:04.2182843Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:11:04.2183276Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:11:04.2183723Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:11:04.2184138Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:11:04.2184523Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:11:04.2184924Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:11:04.2185463Z 	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-20T20:11:04.2186280Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:11:04.2186737Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:11:04.2187182Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:11:04.2187610Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:11:04.2188006Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:11:04.2188396Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:11:04.2188785Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:11:04.2189185Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:11:04.2189587Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:11:04.2189975Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:11:04.2190366Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:11:04.2190767Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:11:04.2191146Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:11:04.2191797Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:11:04.2192285Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:11:04.2192710Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:11:04.2193087Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:11:04.2193469Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:11:04.2193857Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:11:04.2194231Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:11:04.2194598Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:11:04.2195027Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:11:04.2195473Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:11:04.2196093Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:11:04.2196496Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:11:04.2196892Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:11:04.2197273Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:11:04.2197649Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:11:04.2198272Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:11:04.2198675Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:11:04.2199118Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:11:04.2199570Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:11:04.2199991Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:11:04.2200399Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:11:04.2200803Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:11:04.2201228Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:11:04.2201617Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:11:04.2201972Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:11:04.2202318Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:11:04.2202684Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:11:04.2203058Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:11:04.2203411Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:11:04.2203781Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:11:04.2204181Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:11:04.2204569Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:11:04.2204927Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:11:04.2205278Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:11:04.2205804Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:11:04.2206227Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:11:04.2206604Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:11:04.2206968Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:11:04.2207331Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:11:04.2207716Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:11:04.2208283Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:11:04.2208696Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:11:04.2209078Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:11:04.2209471Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:11:04.2209851Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:11:04.2210226Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:11:04.2210607Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:11:04.2210988Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:11:04.2211392Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:11:04.2211815Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:11:04.2212220Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:11:04.2212573Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:11:04.2212919Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:11:04.2213263Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:11:04.2213681Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:11:04.2214183Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:11:04.2214797Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:11:04.2215276Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:11:04.2215919Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:11:04.2216361Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:11:04.2216750Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:11:04.2217139Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:11:04.2217531Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:11:04.2217915Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:11:04.2218301Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:11:04.2218689Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:11:04.2219064Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:11:04.2219457Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:11:04.2219897Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:11:04.2220328Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:11:04.2220706Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:11:04.2221103Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:11:04.2221524Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:11:04.2221904Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:11:04.2222253Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:11:04.2222648Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:11:04.2223100Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:11:04.2223565Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:11:04.2223976Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:11:04.2224593Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:11:04.2225044Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:11:04.2225478Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:11:04.4186930Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:11:04.5800897Z Collecting meson
2025-08-20T20:11:04.6286884Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:11:04.6772111Z Collecting ninja
2025-08-20T20:11:04.6833258Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:11:04.7024132Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:11:04.7739682Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 15.7 MB/s  0:00:00
2025-08-20T20:11:04.7814532Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:11:04.8725751Z Installing collected packages: ninja, meson
2025-08-20T20:11:05.5474633Z 
2025-08-20T20:11:05.5497926Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:11:05.8160338Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:11:05.9053869Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:11:05.9693254Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:11:06.3464876Z 1.8.4
2025-08-20T20:11:06.3750298Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:11:06.4045535Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:11:06.4046068Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:11:06.4046447Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:11:06.4046824Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:11:06.4047214Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:11:06.4047609Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:11:06.4047973Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:11:06.4048336Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:11:06.4048686Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:11:06.4049017Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:11:06.4049389Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:11:06.4049777Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:11:06.4050168Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:11:06.4050579Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:11:06.4050974Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:11:06.4051387Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:11:06.4051793Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:11:06.4052196Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:11:06.4052577Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:11:06.4053036Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:11:06.4053489Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:11:06.4053880Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:11:06.4054304Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:11:06.4054704Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:11:06.4055059Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:11:06.4056123Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:11:06.4056624Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:11:06.4057044Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:11:06.4057447Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:11:06.4057863Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:11:06.4058292Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:11:06.4058718Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:11:06.4059144Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:11:06.4059569Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:11:06.4060006Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:11:06.4060435Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:11:06.4060840Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:11:06.4061251Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:11:06.4061647Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:11:06.4062056Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:11:06.4062738Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:11:06.4063154Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:11:06.4063560Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:11:06.4063957Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:11:06.4064419Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:11:06.4064894Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:11:06.4065364Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:11:06.4066155Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:11:06.4066604Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:11:06.4067029Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:11:06.4067449Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:11:06.4067857Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:11:06.4068273Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:11:06.4068670Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:11:06.4069044Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:11:06.4069402Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:11:06.4069771Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:11:06.4070167Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:11:06.4070571Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:11:06.4070959Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:11:06.4071371Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:11:06.4071808Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:11:06.4072228Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:11:06.4072641Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:11:06.4073286Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:11:06.4073754Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:11:06.4074162Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:11:06.4074561Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:11:06.4075002Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:11:06.4075506Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:11:06.4076512Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:11:06.4076978Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:11:06.4077401Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:11:06.4077796Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:11:06.4078189Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:11:06.4078590Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:11:06.4078990Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:11:06.4079450Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:11:06.4080155Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:11:06.4080665Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:11:06.4081159Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:11:06.4081598Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:11:06.4082002Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:11:06.4082398Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:11:06.4082809Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:11:06.4083204Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:11:06.4083593Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:11:06.4084018Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:11:06.4084451Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:11:06.4084836Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:11:06.4085207Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:11:06.4085612Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:11:06.4086338Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:11:06.4086721Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:11:06.4087092Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:11:06.4087482Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:11:06.4087867Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:11:06.4088216Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:11:06.4088601Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:11:06.4089010Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:11:06.4089393Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:11:06.4089753Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:11:06.4090342Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:11:06.4090739Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:11:06.4091276Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:11:06.4091672Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:11:06.4092067Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:11:06.4092449Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:11:06.4092835Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:11:06.4093232Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:11:06.4093632Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:11:06.4094002Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:11:06.4094355Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:11:06.4094706Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:11:06.4095059Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:11:06.4095420Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:11:06.4095931Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:11:06.4096308Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:11:06.4096899Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:11:06.4097331Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:11:06.4097767Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:11:06.4098168Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:11:06.4098559Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:11:06.4098952Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:11:06.4099337Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:11:06.4099736Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:11:06.4100143Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:11:06.4100527Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:11:06.4100924Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:11:06.4101335Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:11:06.4101773Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:11:06.4102198Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:11:06.4102587Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:11:06.4102988Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:11:06.4103398Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:11:06.4103809Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:11:06.4104216Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:11:06.4104609Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:11:06.4105018Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:11:06.4105421Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:11:06.4106725Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:11:06.4107088Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:11:06.4107456Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:11:06.4108100Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:11:06.4108517Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:11:06.4108945Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:11:06.4109335Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:11:06.4109705Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:11:06.4110086Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:11:06.4110462Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:11:06.4110846Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:11:06.4111268Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:11:06.4111710Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:11:06.4112111Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:11:06.4112486Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:11:06.4112878Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:11:06.4113296Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:11:06.4113717Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:11:06.4114229Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:11:06.4114569Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:11:06.4114988Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:11:06.4115417Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:11:06.4115981Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:11:06.4116370Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:11:06.4116752Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:11:06.4117136Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:11:06.4117559Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:11:06.4118027Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:11:06.4118445Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:11:06.4118811Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:11:06.4119168Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:11:06.4119610Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:11:06.4120116Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:11:06.4120557Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:11:06.4120933Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:11:06.4121396Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:11:06.4121929Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:11:06.4122432Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:11:06.4122877Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:11:06.4123236Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:11:06.4123613Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:11:06.4124024Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:11:06.4124649Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:11:06.4125075Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:11:06.4125459Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:11:06.4125963Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:11:06.4126364Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:11:06.4126769Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:11:06.4127168Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:11:06.4127566Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:11:06.4127961Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:11:06.4128349Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:11:06.4128771Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:11:06.4129221Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:11:06.4129647Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:11:06.4130037Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:11:06.4130410Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:11:06.4130954Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:11:06.4131329Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:11:06.4131722Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:11:06.4132143Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:11:06.4132606Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:11:06.4133059Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:11:06.4133467Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:11:06.4133855Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:11:06.4134241Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:11:06.4134614Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:11:06.4134987Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:11:06.4135373Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:11:06.4135894Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:11:06.4136341Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:11:06.4136813Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:11:06.4137279Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:11:06.4137802Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:11:06.4138314Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:11:06.4138820Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:11:06.4139261Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:11:06.4139624Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:11:06.4139984Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:11:06.4140362Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:11:06.4140742Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:11:06.4141315Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:11:06.4141709Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:11:06.4142090Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:11:06.4142474Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:11:06.4142849Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:11:06.4143227Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:11:06.4143627Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:11:06.4144016Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:11:06.4144430Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:11:06.4144865Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:11:06.4145289Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:11:06.4145815Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:11:06.4146229Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:11:06.4146639Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:11:06.4147063Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:11:06.4147612Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:11:06.4147975Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:11:06.4148480Z 	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-20T20:11:06.4148995Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:11:06.4149372Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:11:06.4149749Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:11:06.4150113Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:11:06.4150506Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:11:06.4150940Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:11:06.4151365Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:11:06.4151798Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:11:06.4152249Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:11:06.4152652Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:11:06.4153075Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:11:06.4153490Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:11:06.4153883Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:11:06.4154314Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:11:06.4154807Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:11:06.4155301Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:11:06.4155953Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:11:06.4156378Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:11:06.4156786Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:11:06.4157261Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:11:06.4158014Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:11:06.4158448Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:11:06.4158889Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:11:06.4159343Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:11:06.4159750Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:11:06.4160112Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:11:06.4160465Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:11:06.4160837Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:11:06.4161220Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:11:06.4161586Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:11:06.4161939Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:11:06.4162314Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:11:06.4162677Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:11:06.4163034Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:11:06.4163405Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:11:06.4163761Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:11:06.4164144Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:11:06.4164690Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:11:06.4165052Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:11:06.4165409Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:11:06.4165925Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:11:06.4166298Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:11:06.4166673Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:11:06.4167038Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:11:06.4167397Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:11:06.4167773Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:11:06.4168192Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:11:06.4168630Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:11:06.4169043Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:11:06.4169406Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:11:06.4169787Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:11:06.4170215Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:11:06.4170618Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:11:06.4170980Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:11:06.4171348Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:11:06.4171709Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:11:06.4172053Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:11:06.4172407Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:11:06.4172764Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:11:06.4173136Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:11:06.4173496Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:11:06.4173845Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:11:06.4174367Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:11:06.4174777Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:11:06.4175184Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:11:06.4175581Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:11:06.4176124Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:11:06.4176527Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:11:06.4176942Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:11:06.4177440Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:11:06.4178060Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:11:06.4178687Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:11:06.4179226Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:11:06.4179696Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:11:06.4180149Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:11:06.4180669Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:11:06.4181465Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:11:06.4182027Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:11:06.4182519Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:11:06.4182980Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:11:06.4183353Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:11:06.4183724Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:11:06.4184097Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:11:06.4184477Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:11:06.4184866Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:11:06.4185255Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:11:06.4185749Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:11:06.4186135Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:11:06.4186521Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:11:06.4186899Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:11:06.4187281Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:11:06.4187654Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:11:06.4188067Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:11:06.4188460Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:11:06.4188875Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:11:06.4189289Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:11:06.4189656Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:11:06.4190045Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:11:06.4190456Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:11:06.4190866Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:11:06.4191489Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:11:06.4191929Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:11:06.4192299Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:11:06.4192671Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:11:06.4193055Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:11:06.4193431Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:11:06.4193822Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:11:06.4194209Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:11:06.4194594Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:11:06.4194976Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:11:06.4195341Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:11:06.4195855Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:11:06.4196416Z 	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-20T20:11:06.4197131Z 	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-20T20:11:06.4197979Z 	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-20T20:11:06.4198647Z 	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-20T20:11:06.4199172Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:11:06.4199558Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:11:06.4199969Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:11:06.4200372Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:11:06.4200749Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:11:06.4201128Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:11:06.4201496Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:11:06.4201878Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:11:06.4202256Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:11:06.4202631Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:11:06.4203007Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:11:06.4203394Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:11:06.4203804Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:11:06.4204201Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:11:06.4204596Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:11:06.4204984Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:11:06.4205361Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:11:06.4205883Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:11:06.4206303Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:11:06.4206700Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:11:06.4207098Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:11:06.4207493Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:11:06.4208093Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:11:06.4208543Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:11:06.4208947Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:11:06.4209386Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:11:06.4209843Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:11:06.4210253Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:11:06.4210623Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:11:06.4211007Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:11:06.4211406Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:11:06.4211817Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:11:06.4212222Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:11:06.4212604Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:11:06.4212993Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:11:06.4213462Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:11:06.4213937Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:11:06.4214492Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:11:06.4214896Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:11:06.4215347Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:11:06.4215923Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:11:06.4216406Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:11:06.4216893Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:11:06.4217337Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:11:06.4217775Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:11:06.4218171Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:11:06.4218565Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:11:06.4218983Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:11:06.4219367Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:11:06.4219744Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:11:06.4220154Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:11:06.4220561Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:11:06.4220967Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:11:06.4221388Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:11:06.4221779Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:11:06.4222161Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:11:06.4222533Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:11:06.4222894Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:11:06.4223282Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:11:06.4223698Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:11:06.4224095Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:11:06.4224727Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:11:06.4225215Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:11:06.4225797Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:11:06.4226246Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:11:06.4226668Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:11:06.4227085Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:11:06.4227493Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:11:06.4227852Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:11:06.4228215Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:11:06.4228611Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:11:06.4229010Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:11:06.4229390Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:11:06.4229750Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:11:06.4230103Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:11:06.4230451Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:11:06.4231146Z 	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-20T20:11:06.4231654Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:11:06.4232037Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:11:06.4232419Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:11:06.4232821Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:11:06.4233232Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:11:06.4233647Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:11:06.4234051Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:11:06.4234465Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:11:06.4234874Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:11:06.4235252Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:11:06.4235747Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:11:06.4236130Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:11:06.4236508Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:11:06.4236960Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:11:06.4237393Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:11:06.4237791Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:11:06.4238211Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:11:06.4238652Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:11:06.4239052Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:11:06.4239426Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:11:06.4239770Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:11:06.4240117Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:11:06.4240482Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:11:06.4241061Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:11:06.4241480Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:11:06.4241889Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:11:06.4242306Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:11:06.4242766Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:11:06.4243202Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:11:06.4243581Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:11:06.4243968Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:11:06.4244359Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:11:06.4244748Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:11:06.4245137Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:11:06.4245511Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:11:06.4246102Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:11:06.4246593Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:11:06.4247021Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:11:06.4247397Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:11:06.4247960Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:11:06.4248365Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:11:06.4248754Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:11:06.4249131Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:11:06.4249532Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:11:06.4249913Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:11:06.4250266Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:11:06.4250621Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:11:06.4251019Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:11:06.4251438Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:11:06.4251820Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:11:06.4252250Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:11:06.4252693Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:11:06.4253134Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:11:06.4253568Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:11:06.4253967Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:11:06.4254480Z 	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-20T20:11:06.4254989Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:11:06.4255380Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:11:06.4255937Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:11:06.4256388Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:11:06.4256911Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:11:06.4257495Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:11:06.4258292Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:11:06.4259003Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:11:06.4259657Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:11:06.4260288Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:11:06.4260919Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:11:06.4261502Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:11:06.4261985Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:11:06.4262429Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:11:06.4262866Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:11:06.4263295Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:11:06.4263770Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:11:06.4264204Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:11:06.4264589Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:11:06.4265128Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:11:06.4265507Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:11:06.4266007Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:11:06.4266418Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:11:06.4266833Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:11:06.4267206Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:11:06.4267596Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:11:06.4268057Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:11:06.4268550Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:11:06.4269039Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:11:06.4269535Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:11:06.4269986Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:11:06.4270399Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:11:06.4270811Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:11:06.4271230Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:11:06.4271660Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:11:06.4272087Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:11:06.4272479Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:11:06.4272862Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:11:06.4273243Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:11:06.4273623Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:11:06.4274059Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:11:06.4274499Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:11:06.4274907Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:11:06.4275521Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:11:06.4276087Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:11:06.4276538Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:11:06.4276985Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:11:06.4277420Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:11:06.4277821Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:11:06.4278191Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:11:06.4278578Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:11:06.4278949Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:11:06.4279321Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:11:06.4279726Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:11:06.4280125Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:11:06.4280554Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:11:06.4281028Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:11:06.4281485Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:11:06.4282067Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:11:06.4282420Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:11:06.4282790Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:11:06.4283184Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:11:06.4283576Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:11:06.4283968Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:11:06.4284396Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:11:06.4284842Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:11:06.4285256Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:11:06.4285773Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:11:06.4286188Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:11:06.4286731Z 	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-20T20:11:06.4287309Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:11:06.4287766Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:11:06.4288211Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:11:06.4288637Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:11:06.4289035Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:11:06.4289422Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:11:06.4289809Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:11:06.4290213Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:11:06.4290617Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:11:06.4290998Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:11:06.4291390Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:11:06.4292054Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:11:06.4292451Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:11:06.4292861Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:11:06.4293326Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:11:06.4293750Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:11:06.4294135Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:11:06.4294513Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:11:06.4294903Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:11:06.4295282Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:11:06.4295821Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:11:06.4296275Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:11:06.4296724Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:11:06.4297126Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:11:06.4297525Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:11:06.4297918Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:11:06.4298473Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:11:06.4298849Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:11:06.4299232Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:11:06.4299634Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:11:06.4300078Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:11:06.4300534Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:11:06.4300958Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:11:06.4301361Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:11:06.4301767Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:11:06.4302193Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:11:06.4302587Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:11:06.4302944Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:11:06.4303292Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:11:06.4303657Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:11:06.4304034Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:11:06.4304392Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:11:06.4304764Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:11:06.4305160Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:11:06.4305546Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:11:06.4306049Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:11:06.4306407Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:11:06.4306786Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:11:06.4307183Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:11:06.4307559Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:11:06.4307926Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:11:06.4308473Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:11:06.4308887Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:11:06.4309269Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:11:06.4309618Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:11:06.4309989Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:11:06.4310384Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:11:06.4310773Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:11:06.4311152Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:11:06.4311530Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:11:06.4311917Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:11:06.4312323Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:11:06.4312747Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:11:06.4313150Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:11:06.4313508Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:11:06.4313853Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:11:06.4314197Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:11:06.4314802Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:11:06.4315303Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:11:06.4315927Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:11:06.4316408Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:11:06.4316917Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:11:06.4317355Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:11:06.4317736Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:11:06.4318125Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:11:06.4318514Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:11:06.4318906Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:11:06.4319293Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:11:06.4319681Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:11:06.4320057Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:11:06.4320453Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:11:06.4320901Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:11:06.4321338Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:11:06.4321713Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:11:06.4322116Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:11:06.4322542Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:11:06.4322926Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:11:06.4323276Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:11:06.4323664Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:11:06.4324121Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:11:06.4324806Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:11:06.4325236Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:11:06.4325768Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:11:06.4326204Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:11:06.4326637Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:11:06.7331969Z info: downloading installer
2025-08-20T20:11:06.9511962Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:11:06.9512342Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:11:06.9512706Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:11:06.9513134Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:11:06.9707845Z info: profile set to 'default'
2025-08-20T20:11:06.9708165Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:11:06.9708553Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:11:07.0241555Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:11:07.1195499Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:11:07.1492647Z info: downloading component 'clippy'
2025-08-20T20:11:07.2162661Z info: downloading component 'rustfmt'
2025-08-20T20:11:07.2744159Z info: downloading component 'cargo'
2025-08-20T20:11:07.3628102Z info: downloading component 'rust-std'
2025-08-20T20:11:07.5665792Z info: downloading component 'rustc'
2025-08-20T20:11:08.0997650Z info: removing previous version of component 'clippy'
2025-08-20T20:11:08.1130963Z info: removing previous version of component 'rustfmt'
2025-08-20T20:11:08.1193229Z info: removing previous version of component 'cargo'
2025-08-20T20:11:08.1412674Z info: removing previous version of component 'rust-std'
2025-08-20T20:11:08.1530774Z info: removing previous version of component 'rustc'
2025-08-20T20:11:08.1759066Z info: installing component 'clippy'
2025-08-20T20:11:08.4411858Z info: installing component 'rustfmt'
2025-08-20T20:11:08.6430419Z info: installing component 'cargo'
2025-08-20T20:11:09.1625500Z info: installing component 'rust-std'
2025-08-20T20:11:10.4636750Z info: installing component 'rustc'
2025-08-20T20:11:13.1795475Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:11:13.1795871Z 
2025-08-20T20:11:13.1865978Z   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-20T20:11:13.1866370Z 
2025-08-20T20:11:13.1866375Z 
2025-08-20T20:11:13.1866464Z Rust is installed now. Great!
2025-08-20T20:11:13.1866604Z 
2025-08-20T20:11:13.1866782Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:11:13.1867190Z environment variable. This has not been done automatically.
2025-08-20T20:11:13.1867409Z 
2025-08-20T20:11:13.1867535Z To configure your current shell, you need to source
2025-08-20T20:11:13.1867826Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:11:13.1868002Z 
2025-08-20T20:11:13.1868172Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:11:13.1868553Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:11:13.1868850Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:11:13.1869126Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:11:13.2032547Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:11:13.2367082Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:11:13.2367346Z 
2025-08-20T20:11:13.2439098Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:11:13.2439420Z 
2025-08-20T20:11:13.2849405Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:11:13.3222690Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:11:13.3518149Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:11:13.3518711Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:11:13.3519076Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:11:13.3519437Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:11:13.3519807Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:11:13.3520166Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:11:13.3520539Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:11:13.3520900Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:11:13.3521248Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:11:13.3521581Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:11:13.3521941Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:11:13.3522332Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:11:13.3522720Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:11:13.3523127Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:11:13.3523524Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:11:13.3523926Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:11:13.3524624Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:11:13.3524990Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:11:13.3525372Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:11:13.3526056Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:11:13.3526513Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:11:13.3526913Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:11:13.3527332Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:11:13.3527733Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:11:13.3528085Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:11:13.3528469Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:11:13.3528909Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:11:13.3529326Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:11:13.3529733Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:11:13.3530145Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:11:13.3530569Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:11:13.3530996Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:11:13.3531428Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:11:13.3531852Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:11:13.3532295Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:11:13.3532722Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:11:13.3533131Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:11:13.3533542Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:11:13.3533940Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:11:13.3534351Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:11:13.3535013Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:11:13.3535455Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:11:13.3535990Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:11:13.3536390Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:11:13.3536844Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:11:13.3537324Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:11:13.3537792Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:11:13.3538280Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:11:13.3538726Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:11:13.3539148Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:11:13.3539568Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:11:13.3539982Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:11:13.3540401Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:11:13.3540803Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:11:13.3541181Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:11:13.3541761Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:11:13.3542140Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:11:13.3542538Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:11:13.3542941Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:11:13.3543321Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:11:13.3543737Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:11:13.3544179Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:11:13.3544605Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:11:13.3545016Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:11:13.3545440Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:11:13.3546601Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:11:13.3547020Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:11:13.3547419Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:11:13.3547854Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:11:13.3548355Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:11:13.3548858Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:11:13.3549320Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:11:13.3549740Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:11:13.3550131Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:11:13.3550529Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:11:13.3550932Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:11:13.3551335Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:11:13.3551798Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:11:13.3552538Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:11:13.3553076Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:11:13.3553572Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:11:13.3554011Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:11:13.3554414Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:11:13.3554813Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:11:13.3555220Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:11:13.3555739Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:11:13.3556155Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:11:13.3556584Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:11:13.3557017Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:11:13.3557402Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:11:13.3557770Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:11:13.3558180Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:11:13.3558587Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:11:13.3559141Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:11:13.3559519Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:11:13.3559912Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:11:13.3560299Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:11:13.3560648Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:11:13.3561040Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:11:13.3561454Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:11:13.3561884Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:11:13.3562251Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:11:13.3562617Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:11:13.3562993Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:11:13.3563384Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:11:13.3563815Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:11:13.3564210Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:11:13.3564600Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:11:13.3564992Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:11:13.3565393Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:11:13.3565990Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:11:13.3566368Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:11:13.3566725Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:11:13.3567073Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:11:13.3567436Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:11:13.3567799Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:11:13.3568149Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:11:13.3568517Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:11:13.3568916Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:11:13.3569563Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:11:13.3570020Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:11:13.3570424Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:11:13.3570817Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:11:13.3571206Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:11:13.3571599Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:11:13.3572002Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:11:13.3572409Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:11:13.3572794Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:11:13.3573187Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:11:13.3573601Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:11:13.3574043Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:11:13.3574470Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:11:13.3574862Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:11:13.3575260Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:11:13.3575980Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:11:13.3576393Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:11:13.3576798Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:11:13.3577192Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:11:13.3577591Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:11:13.3577990Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:11:13.3578370Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:11:13.3578728Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:11:13.3579095Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:11:13.3579489Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:11:13.3579893Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:11:13.3580294Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:11:13.3580682Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:11:13.3581053Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:11:13.3581427Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:11:13.3581808Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:11:13.3582197Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:11:13.3582623Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:11:13.3583067Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:11:13.3583464Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:11:13.3583852Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:11:13.3584245Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:11:13.3584670Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:11:13.3585089Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:11:13.3585439Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:11:13.3586200Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:11:13.3586642Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:11:13.3587081Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:11:13.3587496Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:11:13.3587878Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:11:13.3588267Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:11:13.3588649Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:11:13.3589072Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:11:13.3589537Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:11:13.3589954Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:11:13.3590327Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:11:13.3590685Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:11:13.3591126Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:11:13.3591632Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:11:13.3592073Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:11:13.3592651Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:11:13.3593122Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:11:13.3593660Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:11:13.3594164Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:11:13.3594603Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:11:13.3594961Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:11:13.3595341Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:11:13.3595890Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:11:13.3596324Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:11:13.3596734Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:11:13.3597112Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:11:13.3597489Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:11:13.3597887Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:11:13.3598287Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:11:13.3598690Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:11:13.3599091Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:11:13.3599488Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:11:13.3599883Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:11:13.3600307Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:11:13.3600756Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:11:13.3601181Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:11:13.3601571Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:11:13.3601943Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:11:13.3602318Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:11:13.3602916Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:11:13.3603375Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:11:13.3603801Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:11:13.3604268Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:11:13.3604718Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:11:13.3605128Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:11:13.3605516Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:11:13.3606120Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:11:13.3606505Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:11:13.3606881Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:11:13.3607268Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:11:13.3607651Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:11:13.3608097Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:11:13.3608569Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:11:13.3609031Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:11:13.3609758Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:11:13.3610281Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:11:13.3610788Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:11:13.3611227Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:11:13.3611596Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:11:13.3611960Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:11:13.3612342Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:11:13.3612729Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:11:13.3613094Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:11:13.3613479Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:11:13.3613862Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:11:13.3614251Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:11:13.3614634Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:11:13.3615017Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:11:13.3615425Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:11:13.3616111Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:11:13.3616540Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:11:13.3616979Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:11:13.3617398Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:11:13.3617817Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:11:13.3618220Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:11:13.3618631Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:11:13.3619056Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:11:13.3619447Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:11:13.3619999Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:11:13.3620534Z 	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-20T20:11:13.3621051Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:11:13.3621421Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:11:13.3621804Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:11:13.3622174Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:11:13.3622573Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:11:13.3623010Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:11:13.3623436Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:11:13.3623870Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:11:13.3624276Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:11:13.3624679Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:11:13.3625103Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:11:13.3625516Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:11:13.3626197Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:11:13.3626630Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:11:13.3627121Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:11:13.3627618Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:11:13.3628074Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:11:13.3628486Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:11:13.3628887Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:11:13.3629365Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:11:13.3629852Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:11:13.3630259Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:11:13.3630697Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:11:13.3631151Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:11:13.3631561Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:11:13.3631922Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:11:13.3632279Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:11:13.3632651Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:11:13.3633038Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:11:13.3633407Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:11:13.3633762Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:11:13.3634133Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:11:13.3634502Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:11:13.3634864Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:11:13.3635238Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:11:13.3635600Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:11:13.3636186Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:11:13.3636764Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:11:13.3637156Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:11:13.3637516Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:11:13.3637876Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:11:13.3638241Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:11:13.3638615Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:11:13.3638983Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:11:13.3639343Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:11:13.3639718Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:11:13.3640138Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:11:13.3640578Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:11:13.3640986Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:11:13.3641346Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:11:13.3641731Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:11:13.3642156Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:11:13.3642561Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:11:13.3643143Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:11:13.3643515Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:11:13.3643873Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:11:13.3644219Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:11:13.3644570Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:11:13.3644927Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:11:13.3645293Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:11:13.3645788Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:11:13.3646160Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:11:13.3646494Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:11:13.3646876Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:11:13.3647283Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:11:13.3647683Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:11:13.3648079Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:11:13.3648475Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:11:13.3648895Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:11:13.3649400Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:11:13.3650015Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:11:13.3650644Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:11:13.3651191Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:11:13.3651665Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:11:13.3652123Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:11:13.3652647Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:11:13.3653449Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:11:13.3654039Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:11:13.3654533Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:11:13.3654979Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:11:13.3655350Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:11:13.3655836Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:11:13.3656213Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:11:13.3656597Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:11:13.3656988Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:11:13.3657381Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:11:13.3657763Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:11:13.3658147Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:11:13.3658535Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:11:13.3658912Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:11:13.3659289Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:11:13.3659856Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:11:13.3660253Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:11:13.3660646Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:11:13.3661064Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:11:13.3661482Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:11:13.3661898Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:11:13.3662294Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:11:13.3662705Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:11:13.3663115Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:11:13.3663551Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:11:13.3663987Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:11:13.3664357Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:11:13.3664724Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:11:13.3665108Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:11:13.3665486Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:11:13.3666085Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:11:13.3666485Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:11:13.3666869Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:11:13.3667252Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:11:13.3667613Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:11:13.3667989Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:11:13.3668535Z 	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-20T20:11:13.3669252Z 	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-20T20:11:13.3670098Z 	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-20T20:11:13.3670846Z 	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-20T20:11:13.3671375Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:11:13.3671761Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:11:13.3672168Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:11:13.3672577Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:11:13.3672954Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:11:13.3673333Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:11:13.3673698Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:11:13.3674075Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:11:13.3674456Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:11:13.3674833Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:11:13.3675210Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:11:13.3675603Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:11:13.3676119Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:11:13.3676682Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:11:13.3677082Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:11:13.3677471Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:11:13.3677849Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:11:13.3678236Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:11:13.3678644Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:11:13.3679039Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:11:13.3679437Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:11:13.3679829Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:11:13.3680252Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:11:13.3680691Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:11:13.3681096Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:11:13.3681536Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:11:13.3681996Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:11:13.3682406Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:11:13.3682778Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:11:13.3683161Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:11:13.3683559Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:11:13.3683970Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:11:13.3684376Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:11:13.3684760Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:11:13.3685153Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:11:13.3685737Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:11:13.3686260Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:11:13.3686827Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:11:13.3687269Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:11:13.3687725Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:11:13.3688170Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:11:13.3688643Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:11:13.3689139Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:11:13.3689585Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:11:13.3690022Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:11:13.3690422Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:11:13.3690818Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:11:13.3691239Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:11:13.3691624Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:11:13.3692001Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:11:13.3692408Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:11:13.3692812Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:11:13.3693403Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:11:13.3693832Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:11:13.3694225Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:11:13.3694596Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:11:13.3694965Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:11:13.3695322Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:11:13.3695871Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:11:13.3696334Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:11:13.3696727Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:11:13.3697172Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:11:13.3697630Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:11:13.3698033Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:11:13.3698470Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:11:13.3698892Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:11:13.3699304Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:11:13.3699712Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:11:13.3700072Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:11:13.3700434Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:11:13.3700826Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:11:13.3701223Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:11:13.3701609Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:11:13.3701966Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:11:13.3702317Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:11:13.3702663Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:11:13.3703317Z 	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-20T20:11:13.3703888Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:11:13.3704274Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:11:13.3704654Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:11:13.3705054Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:11:13.3705470Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:11:13.3706037Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:11:13.3706448Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:11:13.3706865Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:11:13.3707277Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:11:13.3707656Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:11:13.3708022Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:11:13.3708382Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:11:13.3708762Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:11:13.3709188Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:11:13.3709619Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:11:13.3710188Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:11:13.3710613Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:11:13.3711053Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:11:13.3711464Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:11:13.3711832Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:11:13.3712179Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:11:13.3712526Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:11:13.3712892Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:11:13.3713267Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:11:13.3713643Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:11:13.3714047Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:11:13.3714460Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:11:13.3714922Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:11:13.3715364Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:11:13.3715894Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:11:13.3716300Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:11:13.3716691Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:11:13.3717077Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:11:13.3717457Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:11:13.3717835Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:11:13.3719000Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:11:13.3719499Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:11:13.3719928Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:11:13.3720304Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:11:13.3720919Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:11:13.3721339Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:11:13.3721732Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:11:13.3722110Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:11:13.3722508Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:11:13.3722895Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:11:13.3723245Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:11:13.3723598Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:11:13.3723996Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:11:13.3724499Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:11:13.3724880Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:11:13.3725264Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:11:13.3725954Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:11:13.3726446Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:11:13.3726877Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:11:13.3727451Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:11:13.3727968Z 	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-20T20:11:13.3728477Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:11:13.3728869Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:11:13.3729284Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:11:13.3729712Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:11:13.3730232Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:11:13.3730816Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:11:13.3731427Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:11:13.3732080Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:11:13.3732728Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:11:13.3733357Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:11:13.3733990Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:11:13.3734573Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:11:13.3735058Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:11:13.3735502Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:11:13.3736126Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:11:13.3736566Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:11:13.3737042Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:11:13.3737474Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:11:13.3737855Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:11:13.3738411Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:11:13.3738802Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:11:13.3739186Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:11:13.3739594Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:11:13.3740008Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:11:13.3740370Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:11:13.3740765Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:11:13.3741224Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:11:13.3741717Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:11:13.3742205Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:11:13.3742697Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:11:13.3743150Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:11:13.3743565Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:11:13.3743982Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:11:13.3744400Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:11:13.3744981Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:11:13.3745408Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:11:13.3746040Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:11:13.3746430Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:11:13.3746809Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:11:13.3747195Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:11:13.3747633Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:11:13.3748071Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:11:13.3748476Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:11:13.3748891Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:11:13.3749325Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:11:13.3749775Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:11:13.3750222Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:11:13.3750657Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:11:13.3751058Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:11:13.3751429Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:11:13.3751817Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:11:13.3752189Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:11:13.3752567Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:11:13.3752970Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:11:13.3753379Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:11:13.3753809Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:11:13.3754281Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:11:13.3754745Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:11:13.3755350Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:11:13.3755848Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:11:13.3756228Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:11:13.3756621Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:11:13.3757004Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:11:13.3757401Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:11:13.3757832Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:11:13.3758279Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:11:13.3758692Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:11:13.3759078Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:11:13.3759482Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:11:13.3760027Z 	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-20T20:11:13.3760606Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:11:13.3761060Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:11:13.3761697Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:11:13.3762166Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:11:13.3762564Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:11:13.3762955Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:11:13.3763346Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:11:13.3763751Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:11:13.3764157Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:11:13.3764538Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:11:13.3764931Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:11:13.3765336Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:11:13.3765842Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:11:13.3766280Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:11:13.3766746Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:11:13.3767168Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:11:13.3767546Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:11:13.3767925Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:11:13.3768317Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:11:13.3768692Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:11:13.3769062Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:11:13.3769497Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:11:13.3769949Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:11:13.3770355Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:11:13.3770754Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:11:13.3771150Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:11:13.3771783Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:11:13.3772187Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:11:13.3772574Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:11:13.3772975Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:11:13.3773420Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:11:13.3773867Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:11:13.3774297Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:11:13.3774698Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:11:13.3775103Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:11:13.3775521Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:11:13.3776184Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:11:13.3776551Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:11:13.3776902Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:11:13.3777267Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:11:13.3777640Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:11:13.3777994Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:11:13.3778543Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:11:13.3778947Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:11:13.3779333Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:11:13.3779687Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:11:13.3780039Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:11:13.3780420Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:11:13.3780819Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:11:13.3781196Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:11:13.3782013Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:11:13.3782386Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:11:13.3782777Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:11:13.3783159Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:11:13.3783507Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:11:13.3783881Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:11:13.3784273Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:11:13.3784654Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:11:13.3785030Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:11:13.3785405Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:11:13.3785979Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:11:13.3786389Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:11:13.3786813Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:11:13.3787224Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:11:13.3787578Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:11:13.3804719Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:11:13.3805094Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:11:13.3805983Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:11:13.3806539Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:11:13.3807015Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:11:13.3807494Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:11:13.3808000Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:11:13.3808448Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:11:13.3808836Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:11:13.3809230Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:11:13.3809623Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:11:13.3810013Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:11:13.3810399Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:11:13.3810784Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:11:13.3811157Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:11:13.3811549Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:11:13.3812023Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:11:13.3812660Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:11:13.3813036Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:11:13.3813437Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:11:13.3813862Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:11:13.3814250Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:11:13.3814601Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:11:13.3814989Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:11:13.3815440Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:11:13.3816069Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:11:13.3816483Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:11:13.3816906Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:11:13.3817334Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:11:13.3817768Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:11:13.3818052Z 
2025-08-20T20:11:13.3818056Z 
2025-08-20T20:11:13.3818419Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:11:13 PM)
2025-08-20T20:11:13.3818779Z 
2025-08-20T20:11:13.3818782Z 
2025-08-20T20:11:13.3818785Z 
2025-08-20T20:11:13.3818855Z [+] Continue : YES
2025-08-20T20:11:13.3818960Z 
2025-08-20T20:11:13.3819194Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:11:13.4942877Z 
2025-08-20T20:11:13.4943311Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:11:13 PM) UTC
2025-08-20T20:11:13.4943579Z 
2025-08-20T20:11:13.4958451Z 
2025-08-20T20:11:13.4958911Z [+] Total RECIPES :: 1
2025-08-20T20:11:13.4959069Z 
2025-08-20T20:11:13.5026640Z 
2025-08-20T20:11:13.5027220Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml (1/1)
2025-08-20T20:11:13.5027702Z 
2025-08-20T20:11:13.6203198Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:11:13.6212213Z mode of '/tmp/pkgforge/lYFQIFSa4_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:11:13.6256249Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/f2/official [Provided]
2025-08-20T20:11:13.6256613Z [+] Setting '.pkg_family' --> f2 [Provided]
2025-08-20T20:11:13.6268883Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:11:13.6274033Z [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-20T20:11:13.6299520Z [00:00:00.003]➜  
2025-08-20T20:11:13.6300027Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:11:13.6300448Z [00:00:00.003]➜  
2025-08-20T20:11:13.6333750Z [00:00:00.006]➜  
2025-08-20T20:11:13.6334290Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:11:13.6334689Z [00:00:00.006]➜  
2025-08-20T20:11:13.6406923Z [00:00:00.013]➜  
2025-08-20T20:11:13.6407878Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/f2/static.official.source.yaml) --> /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:11:13 PM) UTC]
2025-08-20T20:11:13.6408677Z [00:00:00.013]➜  
2025-08-20T20:11:13.6408869Z [00:00:00.013]➜  
2025-08-20T20:11:13.6409053Z [00:00:00.013]➜  
2025-08-20T20:11:13.6409332Z [00:00:00.013]➜  ###################################################################
2025-08-20T20:11:13.6416154Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:11:13.6416876Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:11:13.6417421Z [00:00:00.014]➜  _disabled: false
2025-08-20T20:11:13.6417650Z [00:00:00.014]➜  
2025-08-20T20:11:13.6417850Z [00:00:00.014]➜  pkg: "f2"
2025-08-20T20:11:13.6418137Z [00:00:00.014]➜  pkg_id: "github.com.ayoisaiah.f2.source"
2025-08-20T20:11:13.6418462Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T20:11:13.6418707Z [00:00:00.014]➜  category:
2025-08-20T20:11:13.6419161Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T20:11:13.6419469Z [00:00:00.014]➜    - "Utility"
2025-08-20T20:11:13.6419864Z [00:00:00.014]➜  description: "Command-line tool for batch renaming files and directories"
2025-08-20T20:11:13.6420246Z [00:00:00.014]➜  distro_pkg:
2025-08-20T20:11:13.6420477Z [00:00:00.014]➜    archlinux:
2025-08-20T20:11:13.6420711Z [00:00:00.014]➜      aur:
2025-08-20T20:11:13.6420933Z [00:00:00.014]➜        - "f2"
2025-08-20T20:11:13.6422099Z [00:00:00.014]➜        - "f2-bin"
2025-08-20T20:11:13.6422665Z [00:00:00.014]➜    homebrew:
2025-08-20T20:11:13.6422962Z [00:00:00.014]➜      - "f2"
2025-08-20T20:11:13.6423198Z [00:00:00.014]➜    nixpkgs:
2025-08-20T20:11:13.6423425Z [00:00:00.014]➜      - "f2"
2025-08-20T20:11:13.6423653Z [00:00:00.014]➜  homepage:
2025-08-20T20:11:13.6423968Z [00:00:00.014]➜    - "https://github.com/ayoisaiah/f2"
2025-08-20T20:11:13.6424263Z [00:00:00.014]➜  license:
2025-08-20T20:11:13.6424516Z [00:00:00.014]➜    - id: "MIT"
2025-08-20T20:11:13.6425037Z [00:00:00.014]➜      url: "https://github.com/ayoisaiah/f2/raw/010261a81982c9b2d43b19bcecc9269daf3e2c3d/LICENCE"  
2025-08-20T20:11:13.6425492Z [00:00:00.014]➜  maintainer:
2025-08-20T20:11:13.6425941Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:11:13.6426253Z [00:00:00.014]➜  note:
2025-08-20T20:11:13.6426563Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:11:13.6427071Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ayoisaiah/f2"
2025-08-20T20:11:13.6427506Z [00:00:00.014]➜  provides:
2025-08-20T20:11:13.6427756Z [00:00:00.014]➜    - "f2"  
2025-08-20T20:11:13.6427984Z [00:00:00.014]➜  repology:
2025-08-20T20:11:13.6428204Z [00:00:00.014]➜    - "f2"
2025-08-20T20:11:13.6428423Z [00:00:00.014]➜  src_url:
2025-08-20T20:11:13.6428998Z [00:00:00.014]➜    - "https://github.com/ayoisaiah/f2"
2025-08-20T20:11:13.6429414Z [00:00:00.014]➜  tag:
2025-08-20T20:11:13.6429642Z [00:00:00.014]➜    - "Utility"
2025-08-20T20:11:13.6429871Z [00:00:00.014]➜  x_exec:
2025-08-20T20:11:13.6430110Z [00:00:00.014]➜    bsys: "docker://go"
2025-08-20T20:11:13.6430359Z [00:00:00.014]➜    host:
2025-08-20T20:11:13.6430593Z [00:00:00.014]➜      - "aarch64-Linux"
2025-08-20T20:11:13.6430855Z [00:00:00.014]➜      - "x86_64-Linux"
2025-08-20T20:11:13.6431103Z [00:00:00.014]➜    shell: "bash"
2025-08-20T20:11:13.6431387Z [00:00:00.014]➜    pkgver: |
2025-08-20T20:11:13.6431668Z [00:00:00.014]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:11:13.6432348Z [00:00:00.014]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/ayoisaiah/f2" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:11:13.6433199Z [00:00:00.014]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:11:13.6433845Z [00:00:00.014]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:11:13.6434219Z [00:00:00.014]➜    run: |
2025-08-20T20:11:13.6434439Z [00:00:00.014]➜      #Build
2025-08-20T20:11:13.6435027Z [00:00:00.014]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:11:13.6435944Z [00:00:00.014]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:11:13.6436773Z [00:00:00.014]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:11:13.6437236Z [00:00:00.014]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:11:13.6437645Z [00:00:00.014]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:11:13.6437986Z [00:00:00.014]➜        bash -l -c '
2025-08-20T20:11:13.6438239Z [00:00:00.014]➜        #Setup ENV
2025-08-20T20:11:13.6438613Z [00:00:00.014]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:11:13.6438974Z [00:00:00.014]➜         CGO_ENABLED="1" 
2025-08-20T20:11:13.6439340Z [00:00:00.014]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:11:13.6439850Z [00:00:00.014]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:11:13.6440245Z [00:00:00.014]➜         GOOS="linux"
2025-08-20T20:11:13.6440555Z [00:00:00.014]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:11:13.6440852Z [00:00:00.014]➜        #Build
2025-08-20T20:11:13.6441344Z [00:00:00.014]➜         git clone --filter "blob:none" --quiet "https://github.com/ayoisaiah/f2" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:11:13.6441908Z [00:00:00.014]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:11:13.6442383Z [00:00:00.014]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:11:13.6442810Z [00:00:00.014]➜         go mod tidy -v ; go generate ./...
2025-08-20T20:11:13.6443582Z [00:00:00.014]➜         go build -C "./cmd/f2" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/f2"
2025-08-20T20:11:13.6444207Z [00:00:00.014]➜        #Copy
2025-08-20T20:11:13.6444843Z [00:00:00.014]➜         ( 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-20T20:11:13.6445414Z [00:00:00.014]➜        #Strip 
2025-08-20T20:11:13.6446056Z [00:00:00.014]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:11:13.6446987Z [00:00:00.014]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:11:13.6447751Z [00:00:00.014]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:11:13.6448348Z [00:00:00.014]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:11:13.6448906Z [00:00:00.014]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:11:13.6449320Z [00:00:00.014]➜         popd &>/dev/null
2025-08-20T20:11:13.6449578Z [00:00:00.014]➜        '
2025-08-20T20:11:13.6449798Z [00:00:00.014]➜      #Copy & Meta
2025-08-20T20:11:13.6450149Z [00:00:00.014]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:11:13.6450690Z [00:00:00.014]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:11:13.6451809Z [00:00:00.014]➜       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-20T20:11:13.6452600Z [00:00:00.014]➜  
2025-08-20T20:11:13.6452787Z [00:00:00.014]➜  
2025-08-20T20:11:13.6453059Z [00:00:00.014]➜  ###################################################################
2025-08-20T20:11:13.6453337Z [00:00:00.014]➜  
2025-08-20T20:11:13.6453514Z [00:00:00.014]➜  
2025-08-20T20:11:13.6453953Z [00:00:00.014]➜  
2025-08-20T20:11:13.6454449Z [00:00:00.015]➜  '/tmp/pkgforge/lYFQIFSa4_build.yaml' -> '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:11:15.1269862Z [00:00:01.499]➜  '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.static.version' -> '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.version'
2025-08-20T20:11:15.1318332Z [00:00:01.504]➜  [+] Version: HEAD-8b9a3ae-250819T192321 ('.x_exec.pkgver') [/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.static.version]
2025-08-20T20:11:15.1497350Z [00:00:01.522]➜  [+] Progs: f2
2025-08-20T20:11:15.6911476Z [00:00:02.064]➜  
2025-08-20T20:11:15.6911843Z [00:00:02.064]➜  [-] Missing packages. Found: 
2025-08-20T20:11:15.6912143Z [00:00:02.064]➜  [+] Expected: f2
2025-08-20T20:11:15.6912423Z [00:00:02.064]➜  [+] Continuing with build...
2025-08-20T20:11:15.6912675Z [00:00:02.064]➜  
2025-08-20T20:11:16.0033533Z [00:00:02.376]➜  
2025-08-20T20:11:16.0033830Z [00:00:02.376]➜  
2025-08-20T20:11:16.0109254Z [00:00:02.384]➜  + mkdir -pv /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:11:16.0124799Z [00:00:02.385]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=f2 -e PKG_ID=github.com.ayoisaiah.f2.source -e PKG_TYPE=static -e PKG_VER=HEAD-8b9a3ae-250819T192321 -e PKGVER=HEAD-8b9a3ae-250819T192321 -e SBUILD_PKG=f2.static -e SBUILD_PKGVER=HEAD-8b9a3ae-250819T192321 --volume /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:11:16.0126513Z [00:00:02.385]➜    #Setup ENV
2025-08-20T20:11:16.0126890Z [00:00:02.385]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:11:16.0127252Z [00:00:02.385]➜     CGO_ENABLED="1" 
2025-08-20T20:11:16.0127609Z [00:00:02.385]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:11:16.0128111Z [00:00:02.385]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T20:11:16.0128513Z [00:00:02.385]➜     GOOS="linux"
2025-08-20T20:11:16.0128817Z [00:00:02.385]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:11:16.0129109Z [00:00:02.385]➜    #Build
2025-08-20T20:11:16.0129600Z [00:00:02.385]➜     git clone --filter "blob:none" --quiet "https://github.com/ayoisaiah/f2" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T20:11:16.0130450Z [00:00:02.385]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T20:11:16.0130992Z [00:00:02.385]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T20:11:16.0131413Z [00:00:02.385]➜     go mod tidy -v ; go generate ./...
2025-08-20T20:11:16.0132171Z [00:00:02.385]➜     go build -C "./cmd/f2" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/f2"
2025-08-20T20:11:16.0132794Z [00:00:02.385]➜    #Copy
2025-08-20T20:11:16.0133437Z [00:00:02.385]➜     ( 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-20T20:11:16.0133990Z [00:00:02.385]➜    #Strip 
2025-08-20T20:11:16.0134463Z [00:00:02.385]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:11:16.0135152Z [00:00:02.385]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:11:16.0136004Z [00:00:02.385]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:11:16.0136651Z [00:00:02.385]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:11:16.0137194Z [00:00:02.385]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:11:16.0137917Z [00:00:02.385]➜     popd &>/dev/null
2025-08-20T20:11:16.0138156Z [00:00:02.385]➜    '
2025-08-20T20:11:16.5319640Z [00:00:02.904]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:11:17.1232431Z [00:00:03.496]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:11:17.1232868Z [00:00:03.496]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:11:17.1233181Z [00:00:03.496]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:11:17.1233518Z [00:00:03.496]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:11:17.1233816Z [00:00:03.496]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:11:17.1234115Z [00:00:03.496]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:11:17.1234391Z [00:00:03.496]➜  2b92eb3035e7: Waiting
2025-08-20T20:11:17.1234651Z [00:00:03.496]➜  4239b2f25ebc: Waiting
2025-08-20T20:11:17.1234906Z [00:00:03.496]➜  323e89f8c367: Waiting
2025-08-20T20:11:17.4316746Z [00:00:03.804]➜  99fd740fb142: Download complete
2025-08-20T20:11:17.5317622Z [00:00:03.904]➜  b2e6f696af52: Download complete
2025-08-20T20:11:17.6265329Z [00:00:03.999]➜  b2e6f696af52: Pull complete
2025-08-20T20:11:17.7911592Z [00:00:04.164]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:11:17.7914049Z [00:00:04.164]➜  996f2cb07f7c: Download complete
2025-08-20T20:11:18.1219977Z [00:00:04.494]➜  323e89f8c367: Download complete
2025-08-20T20:11:18.7054637Z [00:00:05.078]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:11:18.7055044Z [00:00:05.078]➜  4239b2f25ebc: Download complete
2025-08-20T20:11:22.2625107Z [00:00:08.635]➜  996f2cb07f7c: Pull complete
2025-08-20T20:11:23.8648969Z [00:00:10.237]➜  99fd740fb142: Pull complete
2025-08-20T20:11:50.9845771Z [00:00:37.357]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:11:50.9846225Z [00:00:37.357]➜  2b92eb3035e7: Download complete
2025-08-20T20:13:14.6491082Z [00:02:01.022]➜  2b92eb3035e7: Pull complete
2025-08-20T20:13:22.2919326Z [00:02:08.664]➜  4239b2f25ebc: Pull complete
2025-08-20T20:13:22.3702935Z [00:02:08.743]➜  323e89f8c367: Pull complete
2025-08-20T20:13:22.3994331Z [00:02:08.772]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:13:22.4092308Z [00:02:08.782]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:13:22.7591389Z [00:02:09.132]➜  + mkdir -p /build-bins
2025-08-20T20:13:22.7605533Z [00:02:09.133]➜  ++ mktemp -d
2025-08-20T20:13:22.7617698Z [00:02:09.134]➜  + pushd /tmp/tmp.nD5x4YFWzk
2025-08-20T20:13:22.7618034Z [00:02:09.134]➜  + CGO_ENABLED=1
2025-08-20T20:13:22.7618731Z [00:02:09.134]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T20:13:22.7624310Z [00:02:09.135]➜  ++ uname -m
2025-08-20T20:13:22.7624731Z [00:02:09.135]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T20:13:22.7637311Z [00:02:09.136]➜  + GOARCH=arm64
2025-08-20T20:13:22.7637624Z [00:02:09.136]➜  + GOOS=linux
2025-08-20T20:13:22.7637931Z [00:02:09.136]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T20:13:22.7638480Z [00:02:09.136]➜  + git clone --filter blob:none --quiet https://github.com/ayoisaiah/f2 ./TEMPREPO
2025-08-20T20:13:23.5064525Z [00:02:09.879]➜  + cd ./TEMPREPO
2025-08-20T20:13:23.5064948Z [00:02:09.879]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T20:13:23.5065251Z [00:02:09.879]➜  
2025-08-20T20:13:23.5065481Z [00:02:09.879]➜  [+] Target: "arm64/linux"
2025-08-20T20:13:23.5066157Z [00:02:09.879]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T20:13:23.5066615Z [00:02:09.879]➜  + go mod tidy -v
2025-08-20T20:13:23.5067025Z [00:02:09.879]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T20:13:23.5067393Z [00:02:09.879]➜  
2025-08-20T20:13:23.5351158Z [00:02:09.908]➜  go: downloading github.com/urfave/cli/v3 v3.3.10-0.20250809215531-db7d18f23ca8
2025-08-20T20:13:23.5351742Z [00:02:09.908]➜  go: downloading github.com/nicksnyder/go-i18n/v2 v2.6.0
2025-08-20T20:13:23.5352167Z [00:02:09.908]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T20:13:23.5353057Z [00:02:09.908]➜  go: downloading github.com/pterm/pterm v0.12.80
2025-08-20T20:13:23.6630192Z [00:02:10.036]➜  go: downloading github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
2025-08-20T20:13:23.6715900Z [00:02:10.044]➜  go: downloading github.com/maja42/goval v1.6.0
2025-08-20T20:13:23.6789718Z [00:02:10.052]➜  go: downloading go.withmatt.com/size v0.0.0-20250220224316-11aee5773e67
2025-08-20T20:13:23.7009494Z [00:02:10.074]➜  go: downloading github.com/barasher/go-exiftool v1.10.0
2025-08-20T20:13:23.7712894Z [00:02:10.144]➜  go: downloading github.com/olekukonko/tablewriter v0.0.5
2025-08-20T20:13:23.7850441Z [00:02:10.158]➜  go: downloading github.com/jessevdk/go-flags v1.6.1
2025-08-20T20:13:23.7957790Z [00:02:10.168]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T20:13:23.8089616Z [00:02:10.182]➜  go: downloading github.com/BurntSushi/toml v1.5.0
2025-08-20T20:13:23.8119500Z [00:02:10.185]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T20:13:23.8135197Z [00:02:10.186]➜  go: downloading golang.org/x/text v0.25.0
2025-08-20T20:13:23.8639877Z [00:02:10.237]➜  go: downloading github.com/maruel/natural v1.1.1
2025-08-20T20:13:23.8796430Z [00:02:10.252]➜  go: downloading github.com/sebdah/goldie/v2 v2.5.5
2025-08-20T20:13:23.8895996Z [00:02:10.262]➜  go: downloading gopkg.in/djherbis/times.v1 v1.3.0
2025-08-20T20:13:23.9017387Z [00:02:10.274]➜  go: downloading github.com/OneOfOne/xxhash v1.2.2
2025-08-20T20:13:23.9119046Z [00:02:10.284]➜  go: downloading github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
2025-08-20T20:13:23.9219876Z [00:02:10.295]➜  go: downloading github.com/djherbis/times v1.6.0
2025-08-20T20:13:23.9432618Z [00:02:10.316]➜  go: downloading github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
2025-08-20T20:13:24.3131580Z [00:02:10.686]➜  go: downloading github.com/jinzhu/copier v0.4.0
2025-08-20T20:13:24.3163656Z [00:02:10.689]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T20:13:24.3212698Z [00:02:10.694]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T20:13:24.3221737Z [00:02:10.695]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T20:13:24.3429363Z [00:02:10.716]➜  go: downloading atomicgo.dev/cursor v0.2.0
2025-08-20T20:13:24.3429792Z [00:02:10.716]➜  go: downloading atomicgo.dev/keyboard v0.2.9
2025-08-20T20:13:24.3441650Z [00:02:10.717]➜  go: downloading atomicgo.dev/schedule v0.1.0
2025-08-20T20:13:24.3603329Z [00:02:10.733]➜  go: downloading github.com/gookit/color v1.5.4
2025-08-20T20:13:24.3643929Z [00:02:10.737]➜  go: downloading github.com/lithammer/fuzzysearch v1.1.8
2025-08-20T20:13:24.3644406Z [00:02:10.737]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T20:13:24.3644791Z [00:02:10.737]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T20:13:24.3853639Z [00:02:10.758]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T20:13:24.3958244Z [00:02:10.768]➜  go: downloading github.com/sergi/go-diff v1.3.1
2025-08-20T20:13:24.3975772Z [00:02:10.770]➜  go: downloading github.com/cespare/xxhash v1.1.0
2025-08-20T20:13:24.5010449Z [00:02:10.874]➜  go: downloading github.com/containerd/console v1.0.4
2025-08-20T20:13:24.5262672Z [00:02:10.899]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T20:13:24.5738209Z [00:02:10.946]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T20:13:24.5990485Z [00:02:10.972]➜  go: downloading golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
2025-08-20T20:13:24.6739774Z [00:02:11.046]➜  go: downloading github.com/MarvinJWendt/testza v0.5.2
2025-08-20T20:13:24.6740369Z [00:02:11.047]➜  go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
2025-08-20T20:13:24.6850205Z [00:02:11.058]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T20:13:24.6926821Z [00:02:11.065]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T20:13:24.6927262Z [00:02:11.065]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T20:13:24.6929829Z [00:02:11.066]➜  go: downloading github.com/klauspost/cpuid/v2 v2.2.3
2025-08-20T20:13:24.6930280Z [00:02:11.066]➜  go: downloading atomicgo.dev/assert v0.0.2
2025-08-20T20:13:24.7272820Z [00:02:11.100]➜  + go generate ./...
2025-08-20T20:13:24.7521627Z [00:02:11.125]➜  + go build -C ./cmd/f2 -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/f2
2025-08-20T20:13:24.7541973Z [00:02:11.127]➜  WORK=/tmp/go-build1455373295
2025-08-20T20:13:24.7643608Z [00:02:11.137]➜  # get https://proxy.golang.org/github.com/jessevdk/go-flags/@v/v1.6.1.info
2025-08-20T20:13:24.7647805Z [00:02:11.137]➜  # get https://proxy.golang.org/github.com/pterm/pterm/@v/v0.12.80.info
2025-08-20T20:13:24.7659249Z [00:02:11.139]➜  # get https://proxy.golang.org/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.info
2025-08-20T20:13:24.7666163Z [00:02:11.139]➜  # get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.5.0.info
2025-08-20T20:13:24.7994062Z [00:02:11.172]➜  # get https://proxy.golang.org/github.com/pterm/pterm/@v/v0.12.80.info: 200 OK (0.035s)
2025-08-20T20:13:24.8000849Z [00:02:11.172]➜  # get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.5.0.info: 200 OK (0.033s)
2025-08-20T20:13:24.8001595Z [00:02:11.172]➜  # get https://proxy.golang.org/github.com/jessevdk/go-flags/@v/v1.6.1.info: 200 OK (0.035s)
2025-08-20T20:13:24.8006749Z [00:02:11.173]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T20:13:24.8008063Z [00:02:11.173]➜  # get https://proxy.golang.org/github.com/kballard/go-shellquote/@v/v0.0.0-20180428030007-95032a82bc51.info: 200 OK (0.034s)
2025-08-20T20:13:24.8008814Z [00:02:11.173]➜  # get https://proxy.golang.org/github.com/nicksnyder/go-i18n/v2/@v/v2.6.0.info
2025-08-20T20:13:24.8009351Z [00:02:11.173]➜  # get https://proxy.golang.org/atomicgo.dev/cursor/@v/v0.2.0.info
2025-08-20T20:13:24.8009902Z [00:02:11.173]➜  # get https://proxy.golang.org/github.com/barasher/go-exiftool/@v/v1.10.0.info
2025-08-20T20:13:24.8056555Z [00:02:11.178]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.006s)
2025-08-20T20:13:24.8061932Z [00:02:11.179]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.25.0.info
2025-08-20T20:13:24.8062953Z [00:02:11.179]➜  # get https://proxy.golang.org/github.com/nicksnyder/go-i18n/v2/@v/v2.6.0.info: 200 OK (0.006s)
2025-08-20T20:13:24.8063857Z [00:02:11.179]➜  # get https://proxy.golang.org/atomicgo.dev/cursor/@v/v0.2.0.info: 200 OK (0.006s)
2025-08-20T20:13:24.8069705Z [00:02:11.180]➜  # get https://proxy.golang.org/atomicgo.dev/keyboard/@v/v0.2.9.info
2025-08-20T20:13:24.8070326Z [00:02:11.180]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v0.0.5.info
2025-08-20T20:13:24.8071920Z [00:02:11.180]➜  # get https://proxy.golang.org/github.com/barasher/go-exiftool/@v/v1.10.0.info: 200 OK (0.007s)
2025-08-20T20:13:24.8076199Z [00:02:11.180]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info
2025-08-20T20:13:24.8113389Z [00:02:11.184]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.25.0.info: 200 OK (0.005s)
2025-08-20T20:13:24.8117137Z [00:02:11.184]➜  # get https://proxy.golang.org/github.com/urfave/cli/v3/@v/v3.3.10-0.20250809215531-db7d18f23ca8.info
2025-08-20T20:13:24.8129044Z [00:02:11.185]➜  # get https://proxy.golang.org/atomicgo.dev/keyboard/@v/v0.2.9.info: 200 OK (0.006s)
2025-08-20T20:13:24.8130298Z [00:02:11.186]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v0.0.5.info: 200 OK (0.006s)
2025-08-20T20:13:24.8134892Z [00:02:11.186]➜  # get https://proxy.golang.org/atomicgo.dev/schedule/@v/v0.1.0.info
2025-08-20T20:13:24.8139806Z [00:02:11.187]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info: 200 OK (0.006s)
2025-08-20T20:13:24.8141906Z [00:02:11.187]➜  # get https://proxy.golang.org/github.com/araddon/dateparse/@v/v0.0.0-20210429162001-6b43995a97de.info
2025-08-20T20:13:24.8149820Z [00:02:11.188]➜  # get https://proxy.golang.org/github.com/containerd/console/@v/v1.0.4.info
2025-08-20T20:13:24.8189880Z [00:02:11.192]➜  # get https://proxy.golang.org/atomicgo.dev/schedule/@v/v0.1.0.info: 200 OK (0.005s)
2025-08-20T20:13:24.8196713Z [00:02:11.192]➜  # get https://proxy.golang.org/github.com/maja42/goval/@v/v1.6.0.info
2025-08-20T20:13:24.8200319Z [00:02:11.193]➜  # get https://proxy.golang.org/github.com/araddon/dateparse/@v/v0.0.0-20210429162001-6b43995a97de.info: 200 OK (0.006s)
2025-08-20T20:13:24.8204666Z [00:02:11.193]➜  # get https://proxy.golang.org/github.com/containerd/console/@v/v1.0.4.info: 200 OK (0.005s)
2025-08-20T20:13:24.8205359Z [00:02:11.193]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T20:13:24.8212040Z [00:02:11.194]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.5.4.info
2025-08-20T20:13:24.8246911Z [00:02:11.197]➜  # get https://proxy.golang.org/github.com/maja42/goval/@v/v1.6.0.info: 200 OK (0.005s)
2025-08-20T20:13:24.8249527Z [00:02:11.198]➜  # get https://proxy.golang.org/go.withmatt.com/size/@v/v0.0.0-20250220224316-11aee5773e67.info
2025-08-20T20:13:24.8261066Z [00:02:11.199]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.006s)
2025-08-20T20:13:24.8265556Z [00:02:11.199]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.5.4.info: 200 OK (0.005s)
2025-08-20T20:13:24.8268207Z [00:02:11.199]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T20:13:24.8317622Z [00:02:11.204]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.005s)
2025-08-20T20:13:24.8326938Z [00:02:11.205]➜  # get https://proxy.golang.org/github.com/lithammer/fuzzysearch/@v/v1.1.8.info
2025-08-20T20:13:24.8328902Z [00:02:11.206]➜  # get https://proxy.golang.org/github.com/urfave/cli/v3/@v/v3.3.10-0.20250809215531-db7d18f23ca8.info: 200 OK (0.021s)
2025-08-20T20:13:24.8333764Z [00:02:11.206]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T20:13:24.8335240Z [00:02:11.206]➜  # get https://proxy.golang.org/github.com/maruel/natural/@v/v1.1.1.info
2025-08-20T20:13:24.8384060Z [00:02:11.211]➜  # get https://proxy.golang.org/github.com/lithammer/fuzzysearch/@v/v1.1.8.info: 200 OK (0.006s)
2025-08-20T20:13:24.8389019Z [00:02:11.212]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info
2025-08-20T20:13:24.8391839Z [00:02:11.212]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.005s)
2025-08-20T20:13:24.8392419Z [00:02:11.212]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info
2025-08-20T20:13:24.8393027Z [00:02:11.212]➜  # get https://proxy.golang.org/github.com/maruel/natural/@v/v1.1.1.info: 200 OK (0.006s)
2025-08-20T20:13:24.8409488Z [00:02:11.214]➜  # get https://proxy.golang.org/github.com/%21one%21of%21one/xxhash/@v/v1.2.2.info
2025-08-20T20:13:24.8446802Z [00:02:11.217]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info: 200 OK (0.005s)
2025-08-20T20:13:24.8447503Z [00:02:11.217]➜  # get https://proxy.golang.org/gopkg.in/djherbis/times.v1/@v/v1.3.0.info: 200 OK (0.006s)
2025-08-20T20:13:24.8453574Z [00:02:11.218]➜  # get https://proxy.golang.org/github.com/dhowden/tag/@v/v0.0.0-20240417053706-3d75831295e8.info
2025-08-20T20:13:24.8456327Z [00:02:11.218]➜  # get https://proxy.golang.org/github.com/djherbis/times/@v/v1.6.0.info
2025-08-20T20:13:24.8462374Z [00:02:11.219]➜  # get https://proxy.golang.org/go.withmatt.com/size/@v/v0.0.0-20250220224316-11aee5773e67.info: 200 OK (0.021s)
2025-08-20T20:13:24.8463209Z [00:02:11.219]➜  # get https://proxy.golang.org/github.com/rwcarlsen/goexif/@v/v0.0.0-20190401172101-9e8deecbddbd.info
2025-08-20T20:13:24.8465371Z [00:02:11.219]➜  # get https://proxy.golang.org/github.com/%21one%21of%21one/xxhash/@v/v1.2.2.info: 200 OK (0.006s)
2025-08-20T20:13:24.8514421Z [00:02:11.224]➜  # get https://proxy.golang.org/github.com/dhowden/tag/@v/v0.0.0-20240417053706-3d75831295e8.info: 200 OK (0.006s)
2025-08-20T20:13:24.8517389Z [00:02:11.224]➜  # get https://proxy.golang.org/github.com/djherbis/times/@v/v1.6.0.info: 200 OK (0.006s)
2025-08-20T20:13:24.8520911Z [00:02:11.225]➜  # get https://proxy.golang.org/github.com/rwcarlsen/goexif/@v/v0.0.0-20190401172101-9e8deecbddbd.info: 200 OK (0.006s)
2025-08-20T20:13:24.8533569Z [00:02:11.226]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO
2025-08-20T20:13:24.8533948Z [00:02:11.226]➜  git status --porcelain
2025-08-20T20:13:24.8675027Z [00:02:11.240]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO
2025-08-20T20:13:24.8675496Z [00:02:11.240]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T20:13:24.8688358Z [00:02:11.241]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git config extensions.objectformat
2025-08-20T20:13:24.8696598Z [00:02:11.242]➜  0.001s # cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git config extensions.objectformat
2025-08-20T20:13:24.8697987Z [00:02:11.242]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc --
2025-08-20T20:13:24.8710294Z [00:02:11.244]➜  0.001s # cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc --
2025-08-20T20:13:24.8712030Z [00:02:11.244]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc
2025-08-20T20:13:24.8767349Z [00:02:11.249]➜  0.006s # cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc
2025-08-20T20:13:24.8768309Z [00:02:11.249]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8b9a3aef327e --
2025-08-20T20:13:24.8784112Z [00:02:11.251]➜  0.002s # cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 8b9a3aef327e --
2025-08-20T20:13:24.8785003Z [00:02:11.251]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git cat-file blob 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc:go.mod
2025-08-20T20:13:24.8795142Z [00:02:11.252]➜  0.001s # cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git cat-file blob 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc:go.mod
2025-08-20T20:13:24.8796130Z [00:02:11.252]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git cat-file blob 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc:v2/go.mod
2025-08-20T20:13:24.8806137Z [00:02:11.253]➜  0.001s # cd /tmp/tmp.nD5x4YFWzk/TEMPREPO; git cat-file blob 8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc:v2/go.mod
2025-08-20T20:13:24.8839613Z [00:02:11.256]➜  internal/unsafeheader
2025-08-20T20:13:24.8840361Z [00:02:11.257]➜  internal/goarch
2025-08-20T20:13:24.8840714Z [00:02:11.257]➜  mkdir -p $WORK/b006/
2025-08-20T20:13:24.8841418Z [00:02:11.257]➜  internal/byteorder
2025-08-20T20:13:24.8841702Z [00:02:11.257]➜  mkdir -p $WORK/b012/
2025-08-20T20:13:24.8847655Z [00:02:11.257]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T20:13:24.8848406Z [00:02:11.257]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.8850829Z [00:02:11.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T20:13:24.8852295Z [00:02:11.257]➜  mkdir -p $WORK/b008/
2025-08-20T20:13:24.8866467Z [00:02:11.259]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T20:13:24.8868903Z [00:02:11.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T20:13:24.8871057Z [00:02:11.259]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T20:13:24.8873288Z [00:02:11.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T20:13:24.8874919Z [00:02:11.260]➜  internal/cpu
2025-08-20T20:13:24.8875171Z [00:02:11.260]➜  mkdir -p $WORK/b011/
2025-08-20T20:13:24.8878458Z [00:02:11.260]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T20:13:24.8878839Z [00:02:11.260]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:13:24.8879883Z [00:02:11.260]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T20:13:24.8903455Z [00:02:11.263]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T20:13:24.8904909Z [00:02:11.263]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.8908101Z [00:02:11.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T20:13:24.8947234Z [00:02:11.267]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T20:13:24.8954046Z [00:02:11.268]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T20:13:24.8958320Z [00:02:11.269]➜  internal/coverage/rtcov
2025-08-20T20:13:24.8962036Z [00:02:11.269]➜  mkdir -p $WORK/b014/
2025-08-20T20:13:24.8968361Z [00:02:11.269]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T20:13:24.8973874Z [00:02:11.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T20:13:24.8976782Z [00:02:11.270]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T20:13:24.8983323Z [00:02:11.271]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T20:13:24.8994330Z [00:02:11.272]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T20:13:24.8998967Z [00:02:11.272]➜  internal/abi
2025-08-20T20:13:24.8999280Z [00:02:11.272]➜  mkdir -p $WORK/b005/
2025-08-20T20:13:24.9004643Z [00:02:11.273]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T20:13:24.9006200Z [00:02:11.273]➜  internal/godebugs
2025-08-20T20:13:24.9006986Z [00:02:11.273]➜  mkdir -p $WORK/b015/
2025-08-20T20:13:24.9010930Z [00:02:11.274]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T20:13:24.9013774Z [00:02:11.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T20:13:24.9021721Z [00:02:11.275]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T20:13:24.9023274Z [00:02:11.275]➜  cd /root/.go/src/internal/abi
2025-08-20T20:13:24.9024419Z [00:02:11.275]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T20:13:24.9092978Z [00:02:11.282]➜  cat >/tmp/go-build1455373295/b005/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9095355Z [00:02:11.282]➜  # import config
2025-08-20T20:13:24.9096897Z [00:02:11.282]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:24.9097314Z [00:02:11.282]➜  EOF
2025-08-20T20:13:24.9097590Z [00:02:11.282]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9107397Z [00:02:11.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T20:13:24.9116018Z [00:02:11.283]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T20:13:24.9116710Z [00:02:11.283]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T20:13:24.9117274Z [00:02:11.284]➜  internal/goexperiment
2025-08-20T20:13:24.9117549Z [00:02:11.284]➜  mkdir -p $WORK/b016/
2025-08-20T20:13:24.9118162Z [00:02:11.284]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T20:13:24.9128475Z [00:02:11.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T20:13:24.9135869Z [00:02:11.285]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:13:24.9136905Z [00:02:11.285]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T20:13:24.9149136Z [00:02:11.288]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T20:13:24.9159015Z [00:02:11.288]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu_arm64.o ./cpu_arm64.s
2025-08-20T20:13:24.9160852Z [00:02:11.288]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T20:13:24.9161710Z [00:02:11.289]➜  internal/goos
2025-08-20T20:13:24.9162801Z [00:02:11.289]➜  mkdir -p $WORK/b017/
2025-08-20T20:13:24.9164398Z [00:02:11.289]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T20:13:24.9168989Z [00:02:11.289]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9171097Z [00:02:11.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T20:13:24.9209524Z [00:02:11.294]➜  cd /root/.go/src/internal/cpu
2025-08-20T20:13:24.9233026Z [00:02:11.296]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T20:13:24.9233579Z [00:02:11.296]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T20:13:24.9234261Z [00:02:11.296]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T20:13:24.9234834Z [00:02:11.296]➜  internal/bytealg
2025-08-20T20:13:24.9235093Z [00:02:11.296]➜  mkdir -p $WORK/b010/
2025-08-20T20:13:24.9235396Z [00:02:11.296]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T20:13:24.9235852Z [00:02:11.296]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:13:24.9237185Z [00:02:11.296]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T20:13:24.9250676Z [00:02:11.297]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T20:13:24.9251155Z [00:02:11.298]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T20:13:24.9251818Z [00:02:11.298]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T20:13:24.9258435Z [00:02:11.298]➜  cat >/tmp/go-build1455373295/b010/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9261511Z [00:02:11.298]➜  # import config
2025-08-20T20:13:24.9264861Z [00:02:11.298]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:24.9266012Z [00:02:11.298]➜  EOF
2025-08-20T20:13:24.9266257Z [00:02:11.298]➜  internal/chacha8rand
2025-08-20T20:13:24.9266539Z [00:02:11.299]➜  mkdir -p $WORK/b013/
2025-08-20T20:13:24.9268121Z [00:02:11.299]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T20:13:24.9268914Z [00:02:11.299]➜  internal/profilerecord
2025-08-20T20:13:24.9269189Z [00:02:11.299]➜  mkdir -p $WORK/b018/
2025-08-20T20:13:24.9269532Z [00:02:11.299]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9272745Z [00:02:11.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T20:13:24.9276701Z [00:02:11.300]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T20:13:24.9284507Z [00:02:11.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T20:13:24.9286255Z [00:02:11.300]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T20:13:24.9286602Z [00:02:11.300]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:13:24.9287750Z [00:02:11.300]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./chacha8_arm64.s
2025-08-20T20:13:24.9333522Z [00:02:11.306]➜  cat >/tmp/go-build1455373295/b013/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9334256Z [00:02:11.306]➜  # import config
2025-08-20T20:13:24.9334853Z [00:02:11.306]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:24.9339219Z [00:02:11.306]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:24.9339723Z [00:02:11.306]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:24.9340070Z [00:02:11.306]➜  EOF
2025-08-20T20:13:24.9340335Z [00:02:11.306]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9342340Z [00:02:11.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T20:13:24.9368297Z [00:02:11.309]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T20:13:24.9386367Z [00:02:11.311]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T20:13:24.9387086Z [00:02:11.311]➜  internal/runtime/atomic
2025-08-20T20:13:24.9387378Z [00:02:11.311]➜  mkdir -p $WORK/b019/
2025-08-20T20:13:24.9387683Z [00:02:11.311]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T20:13:24.9388020Z [00:02:11.311]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:13:24.9389198Z [00:02:11.311]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b019/symabis ./atomic_arm64.s
2025-08-20T20:13:24.9419366Z [00:02:11.314]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:13:24.9423252Z [00:02:11.314]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/compare_arm64.o ./compare_arm64.s
2025-08-20T20:13:24.9437333Z [00:02:11.316]➜  cat >/tmp/go-build1455373295/b019/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9443443Z [00:02:11.317]➜  # import config
2025-08-20T20:13:24.9445510Z [00:02:11.317]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:24.9446533Z [00:02:11.317]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:24.9449190Z [00:02:11.317]➜  EOF
2025-08-20T20:13:24.9450116Z [00:02:11.317]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9455912Z [00:02:11.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T20:13:24.9458679Z [00:02:11.318]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:13:24.9460257Z [00:02:11.318]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/count_arm64.o ./count_arm64.s
2025-08-20T20:13:24.9482280Z [00:02:11.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/equal_arm64.o ./equal_arm64.s
2025-08-20T20:13:24.9541315Z [00:02:11.327]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/index_arm64.o ./index_arm64.s
2025-08-20T20:13:24.9555006Z [00:02:11.328]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:13:24.9559120Z [00:02:11.328]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T20:13:24.9575093Z [00:02:11.330]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:13:24.9577358Z [00:02:11.330]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T20:13:24.9610007Z [00:02:11.334]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T20:13:24.9638307Z [00:02:11.334]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T20:13:24.9639897Z [00:02:11.337]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T20:13:24.9642263Z [00:02:11.337]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T20:13:24.9643389Z [00:02:11.337]➜  cd /root/.go/src/internal/bytealg
2025-08-20T20:13:24.9644415Z [00:02:11.337]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_arm64.o $WORK/b010/count_arm64.o $WORK/b010/equal_arm64.o $WORK/b010/index_arm64.o $WORK/b010/indexbyte_arm64.o # internal
2025-08-20T20:13:24.9645504Z [00:02:11.337]➜  internal/runtime/math
2025-08-20T20:13:24.9646361Z [00:02:11.337]➜  mkdir -p $WORK/b022/
2025-08-20T20:13:24.9646991Z [00:02:11.337]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T20:13:24.9680534Z [00:02:11.341]➜  cat >/tmp/go-build1455373295/b022/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9681377Z [00:02:11.341]➜  # import config
2025-08-20T20:13:24.9681953Z [00:02:11.341]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:24.9683284Z [00:02:11.341]➜  EOF
2025-08-20T20:13:24.9683565Z [00:02:11.341]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9685249Z [00:02:11.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T20:13:24.9703938Z [00:02:11.343]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T20:13:24.9706360Z [00:02:11.343]➜  internal/runtime/syscall
2025-08-20T20:13:24.9706741Z [00:02:11.343]➜  mkdir -p $WORK/b023/
2025-08-20T20:13:24.9707058Z [00:02:11.343]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T20:13:24.9711367Z [00:02:11.344]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:13:24.9712593Z [00:02:11.344]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b023/symabis ./asm_linux_arm64.s
2025-08-20T20:13:24.9762267Z [00:02:11.349]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:13:24.9763517Z [00:02:11.349]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b019/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:13:24.9764913Z [00:02:11.349]➜  cat >/tmp/go-build1455373295/b023/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9765268Z [00:02:11.349]➜  # import config
2025-08-20T20:13:24.9766819Z [00:02:11.349]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:24.9767767Z [00:02:11.349]➜  EOF
2025-08-20T20:13:24.9768338Z [00:02:11.349]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9771961Z [00:02:11.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T20:13:24.9824279Z [00:02:11.355]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T20:13:24.9825255Z [00:02:11.355]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T20:13:24.9829323Z [00:02:11.356]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T20:13:24.9835853Z [00:02:11.356]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T20:13:24.9840141Z [00:02:11.357]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T20:13:24.9847892Z [00:02:11.357]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T20:13:24.9848539Z [00:02:11.357]➜  internal/runtime/exithook
2025-08-20T20:13:24.9848828Z [00:02:11.357]➜  mkdir -p $WORK/b024/
2025-08-20T20:13:24.9849220Z [00:02:11.357]➜  cat >/tmp/go-build1455373295/b024/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9849566Z [00:02:11.357]➜  # import config
2025-08-20T20:13:24.9849968Z [00:02:11.357]➜  packagefile internal/runtime/atomic=/tmp/go-build1455373295/b019/_pkg_.a
2025-08-20T20:13:24.9850340Z [00:02:11.357]➜  EOF
2025-08-20T20:13:24.9850604Z [00:02:11.357]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:24.9852396Z [00:02:11.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T20:13:24.9853881Z [00:02:11.357]➜  internal/runtime/strconv
2025-08-20T20:13:24.9854157Z [00:02:11.357]➜  mkdir -p $WORK/b021/
2025-08-20T20:13:24.9854799Z [00:02:11.357]➜  cat >/tmp/go-build1455373295/b021/importcfg << 'EOF' # internal
2025-08-20T20:13:24.9855213Z [00:02:11.357]➜  # import config
2025-08-20T20:13:24.9855606Z [00:02:11.357]➜  packagefile internal/runtime/math=/tmp/go-build1455373295/b022/_pkg_.a
2025-08-20T20:13:24.9856215Z [00:02:11.357]➜  EOF
2025-08-20T20:13:24.9857832Z [00:02:11.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T20:13:24.9966509Z [00:02:11.369]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T20:13:24.9968108Z [00:02:11.369]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T20:13:24.9986015Z [00:02:11.371]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:13:24.9987728Z [00:02:11.371]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b023/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:13:24.9988899Z [00:02:11.371]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T20:13:25.0007670Z [00:02:11.372]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T20:13:25.0012133Z [00:02:11.374]➜  internal/asan
2025-08-20T20:13:25.0012814Z [00:02:11.374]➜  mkdir -p $WORK/b027/
2025-08-20T20:13:25.0013245Z [00:02:11.374]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T20:13:25.0013649Z [00:02:11.374]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.0015292Z [00:02:11.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T20:13:25.0025564Z [00:02:11.375]➜  internal/runtime/gc
2025-08-20T20:13:25.0028733Z [00:02:11.375]➜  mkdir -p $WORK/b025/
2025-08-20T20:13:25.0030690Z [00:02:11.376]➜  cat >/tmp/go-build1455373295/b025/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0031050Z [00:02:11.376]➜  # import config
2025-08-20T20:13:25.0031429Z [00:02:11.376]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:25.0031777Z [00:02:11.376]➜  EOF
2025-08-20T20:13:25.0034169Z [00:02:11.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T20:13:25.0046776Z [00:02:11.377]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T20:13:25.0047741Z [00:02:11.377]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T20:13:25.0048264Z [00:02:11.377]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T20:13:25.0055936Z [00:02:11.378]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T20:13:25.0056576Z [00:02:11.378]➜  internal/runtime/cgroup
2025-08-20T20:13:25.0057121Z [00:02:11.378]➜  mkdir -p $WORK/b020/
2025-08-20T20:13:25.0057610Z [00:02:11.378]➜  cat >/tmp/go-build1455373295/b020/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0057961Z [00:02:11.378]➜  # import config
2025-08-20T20:13:25.0058338Z [00:02:11.378]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:25.0058868Z [00:02:11.378]➜  packagefile internal/runtime/strconv=/tmp/go-build1455373295/b021/_pkg_.a
2025-08-20T20:13:25.0059453Z [00:02:11.378]➜  packagefile internal/runtime/syscall=/tmp/go-build1455373295/b023/_pkg_.a
2025-08-20T20:13:25.0059848Z [00:02:11.378]➜  EOF
2025-08-20T20:13:25.0060104Z [00:02:11.378]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.0062232Z [00:02:11.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T20:13:25.0139113Z [00:02:11.386]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T20:13:25.0142386Z [00:02:11.387]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T20:13:25.0143971Z [00:02:11.387]➜  internal/msan
2025-08-20T20:13:25.0144305Z [00:02:11.387]➜  mkdir -p $WORK/b028/
2025-08-20T20:13:25.0149782Z [00:02:11.388]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T20:13:25.0151530Z [00:02:11.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T20:13:25.0197914Z [00:02:11.392]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T20:13:25.0219294Z [00:02:11.394]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T20:13:25.0220347Z [00:02:11.395]➜  internal/runtime/sys
2025-08-20T20:13:25.0220698Z [00:02:11.395]➜  mkdir -p $WORK/b030/
2025-08-20T20:13:25.0221017Z [00:02:11.395]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T20:13:25.0221353Z [00:02:11.395]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:13:25.0222524Z [00:02:11.395]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b030/symabis ./dit_arm64.s ./empty.s
2025-08-20T20:13:25.0244290Z [00:02:11.397]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T20:13:25.0249253Z [00:02:11.397]➜  cat >/tmp/go-build1455373295/b030/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0249824Z [00:02:11.398]➜  # import config
2025-08-20T20:13:25.0250205Z [00:02:11.398]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:25.0251768Z [00:02:11.398]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:25.0252290Z [00:02:11.398]➜  packagefile internal/goos=/tmp/go-build1455373295/b017/_pkg_.a
2025-08-20T20:13:25.0252632Z [00:02:11.398]➜  EOF
2025-08-20T20:13:25.0253110Z [00:02:11.398]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.0257785Z [00:02:11.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T20:13:25.0266179Z [00:02:11.398]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T20:13:25.0267011Z [00:02:11.399]➜  internal/stringslite
2025-08-20T20:13:25.0267874Z [00:02:11.399]➜  mkdir -p $WORK/b031/
2025-08-20T20:13:25.0268322Z [00:02:11.399]➜  cat >/tmp/go-build1455373295/b031/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0268672Z [00:02:11.400]➜  # import config
2025-08-20T20:13:25.0269073Z [00:02:11.400]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:25.0269425Z [00:02:11.400]➜  EOF
2025-08-20T20:13:25.0272848Z [00:02:11.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T20:13:25.0442057Z [00:02:11.417]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:13:25.0444811Z [00:02:11.417]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/dit_arm64.o ./dit_arm64.s
2025-08-20T20:13:25.0447649Z [00:02:11.417]➜  cd /root/.go/src/internal/abi
2025-08-20T20:13:25.0448658Z [00:02:11.417]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T20:13:25.0460193Z [00:02:11.419]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T20:13:25.0468943Z [00:02:11.420]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T20:13:25.0472163Z [00:02:11.420]➜  internal/trace/tracev2
2025-08-20T20:13:25.0473282Z [00:02:11.420]➜  mkdir -p $WORK/b032/
2025-08-20T20:13:25.0477722Z [00:02:11.420]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T20:13:25.0480875Z [00:02:11.421]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.0485933Z [00:02:11.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T20:13:25.0487790Z [00:02:11.421]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T20:13:25.0488469Z [00:02:11.421]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T20:13:25.0491374Z [00:02:11.422]➜  cd /root/.go/src/internal/abi
2025-08-20T20:13:25.0492508Z [00:02:11.422]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/stub.o ./stub.s
2025-08-20T20:13:25.0503012Z [00:02:11.422]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:13:25.0508910Z [00:02:11.422]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/empty.o ./empty.s
2025-08-20T20:13:25.0509933Z [00:02:11.423]➜  sync/atomic
2025-08-20T20:13:25.0510192Z [00:02:11.423]➜  mkdir -p $WORK/b035/
2025-08-20T20:13:25.0510525Z [00:02:11.423]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T20:13:25.0510839Z [00:02:11.423]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:13:25.0511814Z [00:02:11.423]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b035/symabis ./asm.s
2025-08-20T20:13:25.0529682Z [00:02:11.425]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T20:13:25.0531080Z [00:02:11.426]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T20:13:25.0541163Z [00:02:11.426]➜  cd /root/.go/src/internal/abi
2025-08-20T20:13:25.0541981Z [00:02:11.426]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T20:13:25.0547923Z [00:02:11.427]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T20:13:25.0548526Z [00:02:11.427]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T20:13:25.0550601Z [00:02:11.427]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T20:13:25.0551153Z [00:02:11.427]➜  math/bits
2025-08-20T20:13:25.0551397Z [00:02:11.427]➜  mkdir -p $WORK/b040/
2025-08-20T20:13:25.0551751Z [00:02:11.427]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T20:13:25.0552168Z [00:02:11.427]➜  echo '# import config' > $WORK/b035/importcfg # internal
2025-08-20T20:13:25.0552552Z [00:02:11.428]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.0554556Z [00:02:11.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b035/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T20:13:25.0562878Z [00:02:11.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T20:13:25.0578838Z [00:02:11.430]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T20:13:25.0580415Z [00:02:11.430]➜  internal/race
2025-08-20T20:13:25.0581421Z [00:02:11.430]➜  mkdir -p $WORK/b029/
2025-08-20T20:13:25.0582386Z [00:02:11.431]➜  cat >/tmp/go-build1455373295/b029/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0582843Z [00:02:11.431]➜  # import config
2025-08-20T20:13:25.0583221Z [00:02:11.431]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:25.0583558Z [00:02:11.431]➜  EOF
2025-08-20T20:13:25.0585487Z [00:02:11.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T20:13:25.0654014Z [00:02:11.438]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T20:13:25.0664271Z [00:02:11.439]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T20:13:25.0665296Z [00:02:11.439]➜  internal/synctest
2025-08-20T20:13:25.0687785Z [00:02:11.441]➜  mkdir -p $WORK/b036/
2025-08-20T20:13:25.0688382Z [00:02:11.441]➜  cat >/tmp/go-build1455373295/b036/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0688738Z [00:02:11.441]➜  # import config
2025-08-20T20:13:25.0689128Z [00:02:11.441]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:25.0689469Z [00:02:11.441]➜  EOF
2025-08-20T20:13:25.0706355Z [00:02:11.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b036=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T20:13:25.0710240Z [00:02:11.443]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T20:13:25.0710947Z [00:02:11.443]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T20:13:25.0717272Z [00:02:11.444]➜  internal/runtime/maps
2025-08-20T20:13:25.0717614Z [00:02:11.444]➜  mkdir -p $WORK/b026/
2025-08-20T20:13:25.0717999Z [00:02:11.444]➜  cat >/tmp/go-build1455373295/b026/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0718343Z [00:02:11.444]➜  # import config
2025-08-20T20:13:25.0718706Z [00:02:11.444]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:25.0719192Z [00:02:11.444]➜  packagefile internal/asan=/tmp/go-build1455373295/b027/_pkg_.a
2025-08-20T20:13:25.0720914Z [00:02:11.444]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:25.0721415Z [00:02:11.444]➜  packagefile internal/msan=/tmp/go-build1455373295/b028/_pkg_.a
2025-08-20T20:13:25.0721883Z [00:02:11.444]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:25.0722384Z [00:02:11.444]➜  packagefile internal/runtime/math=/tmp/go-build1455373295/b022/_pkg_.a
2025-08-20T20:13:25.0722928Z [00:02:11.444]➜  packagefile internal/runtime/sys=/tmp/go-build1455373295/b030/_pkg_.a
2025-08-20T20:13:25.0723291Z [00:02:11.444]➜  EOF
2025-08-20T20:13:25.0726794Z [00:02:11.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T20:13:25.0851878Z [00:02:11.458]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T20:13:25.0853314Z [00:02:11.458]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T20:13:25.0853942Z [00:02:11.458]➜  internal/itoa
2025-08-20T20:13:25.0854209Z [00:02:11.458]➜  mkdir -p $WORK/b042/
2025-08-20T20:13:25.0854565Z [00:02:11.458]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T20:13:25.0856753Z [00:02:11.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b042=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T20:13:25.0877131Z [00:02:11.460]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T20:13:25.0887762Z [00:02:11.461]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T20:13:25.0888500Z [00:02:11.461]➜  cmp
2025-08-20T20:13:25.0888751Z [00:02:11.461]➜  mkdir -p $WORK/b045/
2025-08-20T20:13:25.0898756Z [00:02:11.462]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T20:13:25.0900577Z [00:02:11.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b045=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T20:13:25.0908416Z [00:02:11.463]➜  cd /root/.go/src/sync/atomic
2025-08-20T20:13:25.0909374Z [00:02:11.463]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b035/asm.o ./asm.s
2025-08-20T20:13:25.0935989Z [00:02:11.466]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm.o # internal
2025-08-20T20:13:25.0949931Z [00:02:11.466]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T20:13:25.0965222Z [00:02:11.469]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T20:13:25.0966064Z [00:02:11.469]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T20:13:25.0968793Z [00:02:11.469]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T20:13:25.0972689Z [00:02:11.470]➜  internal/sync
2025-08-20T20:13:25.0973424Z [00:02:11.470]➜  mkdir -p $WORK/b034/
2025-08-20T20:13:25.0974174Z [00:02:11.470]➜  cat >/tmp/go-build1455373295/b034/importcfg << 'EOF' # internal
2025-08-20T20:13:25.0974886Z [00:02:11.470]➜  # import config
2025-08-20T20:13:25.0976599Z [00:02:11.470]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:25.0977172Z [00:02:11.470]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:25.0977798Z [00:02:11.470]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:25.0978478Z [00:02:11.470]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:25.0978938Z [00:02:11.470]➜  EOF
2025-08-20T20:13:25.0989129Z [00:02:11.471]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.0991136Z [00:02:11.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b034=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T20:13:25.0999586Z [00:02:11.472]➜  unicode
2025-08-20T20:13:25.0999881Z [00:02:11.472]➜  mkdir -p $WORK/b052/
2025-08-20T20:13:25.1000417Z [00:02:11.473]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T20:13:25.1003105Z [00:02:11.473]➜  echo '# import config' > $WORK/b052/importcfg # internal
2025-08-20T20:13:25.1008919Z [00:02:11.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b052=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T20:13:25.1012630Z [00:02:11.473]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T20:13:25.1013209Z [00:02:11.474]➜  unicode/utf8
2025-08-20T20:13:25.1013469Z [00:02:11.474]➜  mkdir -p $WORK/b053/
2025-08-20T20:13:25.1013816Z [00:02:11.474]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T20:13:25.1015330Z [00:02:11.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b053=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T20:13:25.1189907Z [00:02:11.491]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T20:13:25.1197081Z [00:02:11.492]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T20:13:25.1209488Z [00:02:11.493]➜  math
2025-08-20T20:13:25.1209798Z [00:02:11.493]➜  mkdir -p $WORK/b058/
2025-08-20T20:13:25.1212633Z [00:02:11.494]➜  echo -n > $WORK/b058/go_asm.h # internal
2025-08-20T20:13:25.1212968Z [00:02:11.494]➜  cd /root/.go/src/math
2025-08-20T20:13:25.1214014Z [00:02:11.494]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b058/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T20:13:25.1215207Z [00:02:11.494]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T20:13:25.1222923Z [00:02:11.495]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T20:13:25.1224921Z [00:02:11.495]➜  crypto/internal/fips140/alias
2025-08-20T20:13:25.1225370Z [00:02:11.495]➜  mkdir -p $WORK/b080/
2025-08-20T20:13:25.1228181Z [00:02:11.495]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T20:13:25.1229302Z [00:02:11.496]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.1231549Z [00:02:11.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b080=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T20:13:25.1277942Z [00:02:11.500]➜  cat >/tmp/go-build1455373295/b058/importcfg << 'EOF' # internal
2025-08-20T20:13:25.1278365Z [00:02:11.500]➜  # import config
2025-08-20T20:13:25.1278732Z [00:02:11.500]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:25.1279062Z [00:02:11.500]➜  EOF
2025-08-20T20:13:25.1285850Z [00:02:11.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b058=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b058/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack -asmhdr $WORK/b058/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T20:13:25.1366956Z [00:02:11.509]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T20:13:25.1371045Z [00:02:11.510]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T20:13:25.1376076Z [00:02:11.510]➜  crypto/internal/fips140deps/byteorder
2025-08-20T20:13:25.1376832Z [00:02:11.510]➜  mkdir -p $WORK/b084/
2025-08-20T20:13:25.1377828Z [00:02:11.510]➜  cat >/tmp/go-build1455373295/b084/importcfg << 'EOF' # internal
2025-08-20T20:13:25.1378699Z [00:02:11.510]➜  # import config
2025-08-20T20:13:25.1379375Z [00:02:11.510]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:25.1379752Z [00:02:11.510]➜  EOF
2025-08-20T20:13:25.1381670Z [00:02:11.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b084=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T20:13:25.1515493Z [00:02:11.524]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T20:13:25.1521411Z [00:02:11.525]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T20:13:25.1522992Z [00:02:11.525]➜  crypto/internal/fips140deps/cpu
2025-08-20T20:13:25.1523311Z [00:02:11.525]➜  mkdir -p $WORK/b085/
2025-08-20T20:13:25.1526350Z [00:02:11.525]➜  cat >/tmp/go-build1455373295/b085/importcfg << 'EOF' # internal
2025-08-20T20:13:25.1526760Z [00:02:11.525]➜  # import config
2025-08-20T20:13:25.1527328Z [00:02:11.525]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:25.1527991Z [00:02:11.525]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:25.1528341Z [00:02:11.525]➜  EOF
2025-08-20T20:13:25.1530083Z [00:02:11.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b085=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T20:13:25.1612037Z [00:02:11.534]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T20:13:25.1619231Z [00:02:11.534]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T20:13:25.1620125Z [00:02:11.535]➜  crypto/internal/fips140/subtle
2025-08-20T20:13:25.1620505Z [00:02:11.535]➜  mkdir -p $WORK/b088/
2025-08-20T20:13:25.1620821Z [00:02:11.535]➜  echo -n > $WORK/b088/go_asm.h # internal
2025-08-20T20:13:25.1621178Z [00:02:11.535]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:13:25.1622465Z [00:02:11.535]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b088=>" -I $WORK/b088/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b088/symabis ./xor_arm64.s
2025-08-20T20:13:25.1642156Z [00:02:11.537]➜  cat >/tmp/go-build1455373295/b088/importcfg << 'EOF' # internal
2025-08-20T20:13:25.1642588Z [00:02:11.537]➜  # import config
2025-08-20T20:13:25.1643030Z [00:02:11.537]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1455373295/b080/_pkg_.a
2025-08-20T20:13:25.1643687Z [00:02:11.537]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:25.1644234Z [00:02:11.537]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:25.1644557Z [00:02:11.537]➜  EOF
2025-08-20T20:13:25.1648508Z [00:02:11.537]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.1652954Z [00:02:11.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b088=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b088/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack -asmhdr $WORK/b088/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T20:13:25.1925815Z [00:02:11.565]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T20:13:25.1927676Z [00:02:11.565]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b088=>" -I $WORK/b088/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b088/xor_arm64.o ./xor_arm64.s
2025-08-20T20:13:25.1994746Z [00:02:11.572]➜  go tool pack r $WORK/b088/_pkg_.a $WORK/b088/xor_arm64.o # internal
2025-08-20T20:13:25.1995286Z [00:02:11.572]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T20:13:25.2003722Z [00:02:11.573]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T20:13:25.2009892Z [00:02:11.574]➜  encoding
2025-08-20T20:13:25.2010610Z [00:02:11.574]➜  mkdir -p $WORK/b095/
2025-08-20T20:13:25.2016684Z [00:02:11.574]➜  echo '# import config' > $WORK/b095/importcfg # internal
2025-08-20T20:13:25.2022961Z [00:02:11.575]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.2024513Z [00:02:11.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b095=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T20:13:25.2257153Z [00:02:11.597]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T20:13:25.2258097Z [00:02:11.598]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T20:13:25.2258783Z [00:02:11.598]➜  unicode/utf16
2025-08-20T20:13:25.2259095Z [00:02:11.598]➜  mkdir -p $WORK/b098/
2025-08-20T20:13:25.2279153Z [00:02:11.598]➜  echo '# import config' > $WORK/b098/importcfg # internal
2025-08-20T20:13:25.2281130Z [00:02:11.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b098=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T20:13:25.2370714Z [00:02:11.610]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T20:13:25.2389277Z [00:02:11.612]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T20:13:25.2404785Z [00:02:11.613]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T20:13:25.2428093Z [00:02:11.615]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T20:13:25.2429071Z [00:02:11.615]➜  github.com/ayoisaiah/f2/v2/internal/timeutil
2025-08-20T20:13:25.2430581Z [00:02:11.616]➜  mkdir -p $WORK/b114/
2025-08-20T20:13:25.2431187Z [00:02:11.616]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T20:13:25.2431606Z [00:02:11.616]➜  echo '# import config' > $WORK/b114/importcfg # internal
2025-08-20T20:13:25.2443226Z [00:02:11.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/timeutil=>github.com/ayoisaiah/f2/v2/internal/timeutil;$WORK/b114=>" -p github.com/ayoisaiah/f2/v2/internal/timeutil -lang=go1.25 -complete -installsuffix shared -buildid zv6U4jAQ_NJEEU1W_SvV/zv6U4jAQ_NJEEU1W_SvV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/timeutil/time.go
2025-08-20T20:13:25.2445354Z [00:02:11.617]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T20:13:25.2446052Z [00:02:11.617]➜  log/internal
2025-08-20T20:13:25.2446311Z [00:02:11.617]➜  mkdir -p $WORK/b123/
2025-08-20T20:13:25.2446681Z [00:02:11.617]➜  echo '# import config' > $WORK/b123/importcfg # internal
2025-08-20T20:13:25.2448220Z [00:02:11.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b123=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T20:13:25.2493554Z [00:02:11.621]➜  cd /root/.go/src/math
2025-08-20T20:13:25.2506466Z [00:02:11.621]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b058/dim_arm64.o ./dim_arm64.s
2025-08-20T20:13:25.2508228Z [00:02:11.623]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b058/exp_arm64.o ./exp_arm64.s
2025-08-20T20:13:25.2518583Z [00:02:11.624]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T20:13:25.2521125Z [00:02:11.625]➜  runtime
2025-08-20T20:13:25.2521949Z [00:02:11.625]➜  mkdir -p $WORK/b009/
2025-08-20T20:13:25.2528158Z [00:02:11.625]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/95/95a61814f94f91db6e660dfb5e1786cf133c9b3318572d539ae722322bfb1aa5-d # internal
2025-08-20T20:13:25.2531519Z [00:02:11.626]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b058/floor_arm64.o ./floor_arm64.s
2025-08-20T20:13:25.2533387Z [00:02:11.626]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T20:13:25.2533749Z [00:02:11.626]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T20:13:25.2534078Z [00:02:11.626]➜  cd /root/.go/src/runtime
2025-08-20T20:13:25.2540188Z [00:02:11.626]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T20:13:25.2541564Z [00:02:11.626]➜  atomicgo.dev/keyboard/internal
2025-08-20T20:13:25.2541864Z [00:02:11.626]➜  mkdir -p $WORK/b131/
2025-08-20T20:13:25.2542744Z [00:02:11.626]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T20:13:25.2543373Z [00:02:11.626]➜  echo '# import config' > $WORK/b131/importcfg # internal
2025-08-20T20:13:25.2543750Z [00:02:11.627]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.2545766Z [00:02:11.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/internal=>atomicgo.dev/keyboard@v0.2.9/internal;$WORK/b131=>" -p atomicgo.dev/keyboard/internal -lang=go1.15 -complete -installsuffix shared -buildid ltRs9angXOqFAbXsODrd/ltRs9angXOqFAbXsODrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/internal/keys.go
2025-08-20T20:13:25.2549498Z [00:02:11.627]➜  github.com/rivo/uniseg
2025-08-20T20:13:25.2550579Z [00:02:11.628]➜  mkdir -p $WORK/b148/
2025-08-20T20:13:25.2551253Z [00:02:11.628]➜  cat >/tmp/go-build1455373295/b148/importcfg << 'EOF' # internal
2025-08-20T20:13:25.2551824Z [00:02:11.628]➜  # import config
2025-08-20T20:13:25.2552299Z [00:02:11.628]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:25.2552761Z [00:02:11.628]➜  EOF
2025-08-20T20:13:25.2558764Z [00:02:11.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b148=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T20:13:25.2576365Z [00:02:11.630]➜  cd /root/.go/src/math
2025-08-20T20:13:25.2582452Z [00:02:11.631]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b058=>" -I $WORK/b058/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b058/modf_arm64.o ./modf_arm64.s
2025-08-20T20:13:25.2600980Z [00:02:11.633]➜  go tool pack r $WORK/b058/_pkg_.a $WORK/b058/dim_arm64.o $WORK/b058/exp_arm64.o $WORK/b058/floor_arm64.o $WORK/b058/modf_arm64.o # internal
2025-08-20T20:13:25.2602827Z [00:02:11.633]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T20:13:25.2617914Z [00:02:11.634]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T20:13:25.2618575Z [00:02:11.634]➜  log/slog/internal
2025-08-20T20:13:25.2618848Z [00:02:11.634]➜  mkdir -p $WORK/b154/
2025-08-20T20:13:25.2619198Z [00:02:11.634]➜  echo '# import config' > $WORK/b154/importcfg # internal
2025-08-20T20:13:25.2620949Z [00:02:11.635]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.2625318Z [00:02:11.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b154=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T20:13:25.2656904Z [00:02:11.638]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T20:13:25.2660130Z [00:02:11.638]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/d5/d52f31d5765f82bf3b42067ec4e9eac3fe0144f7164c2b2dc0c572f3a7b6d8b3-d # internal
2025-08-20T20:13:25.2660795Z [00:02:11.639]➜  atomicgo.dev/keyboard/keys
2025-08-20T20:13:25.2668542Z [00:02:11.639]➜  mkdir -p $WORK/b132/
2025-08-20T20:13:25.2671333Z [00:02:11.640]➜  cat >/tmp/go-build1455373295/b132/importcfg << 'EOF' # internal
2025-08-20T20:13:25.2672975Z [00:02:11.640]➜  # import config
2025-08-20T20:13:25.2674575Z [00:02:11.640]➜  packagefile atomicgo.dev/keyboard/internal=/tmp/go-build1455373295/b131/_pkg_.a
2025-08-20T20:13:25.2675508Z [00:02:11.640]➜  EOF
2025-08-20T20:13:25.2677402Z [00:02:11.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/keys=>atomicgo.dev/keyboard@v0.2.9/keys;$WORK/b132=>" -p atomicgo.dev/keyboard/keys -lang=go1.15 -complete -installsuffix shared -buildid pGxT6ORfHPiTgt8w28tM/pGxT6ORfHPiTgt8w28tM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/keys/keys.go
2025-08-20T20:13:25.2698904Z [00:02:11.642]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T20:13:25.2706241Z [00:02:11.643]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T20:13:25.2706969Z [00:02:11.643]➜  internal/nettrace
2025-08-20T20:13:25.2707248Z [00:02:11.643]➜  mkdir -p $WORK/b169/
2025-08-20T20:13:25.2708164Z [00:02:11.643]➜  echo '# import config' > $WORK/b169/importcfg # internal
2025-08-20T20:13:25.2741040Z [00:02:11.647]➜  cat >/tmp/go-build1455373295/b009/importcfg << 'EOF' # internal
2025-08-20T20:13:25.2742646Z [00:02:11.647]➜  # import config
2025-08-20T20:13:25.2743792Z [00:02:11.647]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:25.2744339Z [00:02:11.647]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:25.2744951Z [00:02:11.647]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:25.2746132Z [00:02:11.647]➜  packagefile internal/chacha8rand=/tmp/go-build1455373295/b013/_pkg_.a
2025-08-20T20:13:25.2746946Z [00:02:11.647]➜  packagefile internal/coverage/rtcov=/tmp/go-build1455373295/b014/_pkg_.a
2025-08-20T20:13:25.2747512Z [00:02:11.647]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:25.2747988Z [00:02:11.647]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:25.2748472Z [00:02:11.647]➜  packagefile internal/godebugs=/tmp/go-build1455373295/b015/_pkg_.a
2025-08-20T20:13:25.2749000Z [00:02:11.647]➜  packagefile internal/goexperiment=/tmp/go-build1455373295/b016/_pkg_.a
2025-08-20T20:13:25.2749503Z [00:02:11.647]➜  packagefile internal/goos=/tmp/go-build1455373295/b017/_pkg_.a
2025-08-20T20:13:25.2750009Z [00:02:11.647]➜  packagefile internal/profilerecord=/tmp/go-build1455373295/b018/_pkg_.a
2025-08-20T20:13:25.2750549Z [00:02:11.647]➜  packagefile internal/runtime/atomic=/tmp/go-build1455373295/b019/_pkg_.a
2025-08-20T20:13:25.2751097Z [00:02:11.647]➜  packagefile internal/runtime/cgroup=/tmp/go-build1455373295/b020/_pkg_.a
2025-08-20T20:13:25.2751645Z [00:02:11.647]➜  packagefile internal/runtime/exithook=/tmp/go-build1455373295/b024/_pkg_.a
2025-08-20T20:13:25.2752179Z [00:02:11.647]➜  packagefile internal/runtime/gc=/tmp/go-build1455373295/b025/_pkg_.a
2025-08-20T20:13:25.2752700Z [00:02:11.647]➜  packagefile internal/runtime/maps=/tmp/go-build1455373295/b026/_pkg_.a
2025-08-20T20:13:25.2753420Z [00:02:11.647]➜  packagefile internal/runtime/math=/tmp/go-build1455373295/b022/_pkg_.a
2025-08-20T20:13:25.2754271Z [00:02:11.647]➜  packagefile internal/runtime/strconv=/tmp/go-build1455373295/b021/_pkg_.a
2025-08-20T20:13:25.2754811Z [00:02:11.647]➜  packagefile internal/runtime/sys=/tmp/go-build1455373295/b030/_pkg_.a
2025-08-20T20:13:25.2755345Z [00:02:11.647]➜  packagefile internal/runtime/syscall=/tmp/go-build1455373295/b023/_pkg_.a
2025-08-20T20:13:25.2756069Z [00:02:11.647]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:25.2756612Z [00:02:11.647]➜  packagefile internal/trace/tracev2=/tmp/go-build1455373295/b032/_pkg_.a
2025-08-20T20:13:25.2756983Z [00:02:11.647]➜  EOF
2025-08-20T20:13:25.2758496Z [00:02:11.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b169=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T20:13:25.2783109Z [00:02:11.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T20:13:25.2873956Z [00:02:11.660]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T20:13:25.2879638Z [00:02:11.661]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T20:13:25.2883509Z [00:02:11.661]➜  crypto/internal/boring/sig
2025-08-20T20:13:25.2886844Z [00:02:11.661]➜  mkdir -p $WORK/b193/
2025-08-20T20:13:25.2890683Z [00:02:11.662]➜  echo -n > $WORK/b193/go_asm.h # internal
2025-08-20T20:13:25.2895568Z [00:02:11.662]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:13:25.2902973Z [00:02:11.662]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b193=>" -I $WORK/b193/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b193/symabis ./sig_other.s
2025-08-20T20:13:25.2904357Z [00:02:11.662]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T20:13:25.2905075Z [00:02:11.662]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/1b/1ba953e04602a2ed4ded23704509ecce57f41d884fcd5ffb91001a3e3ca12c7f-d # internal
2025-08-20T20:13:25.2942289Z [00:02:11.667]➜  echo '# import config' > $WORK/b193/importcfg # internal
2025-08-20T20:13:25.2942749Z [00:02:11.667]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:25.2944661Z [00:02:11.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b193=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b193/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack -asmhdr $WORK/b193/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T20:13:25.3028458Z [00:02:11.675]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T20:13:25.3029725Z [00:02:11.675]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b193=>" -I $WORK/b193/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b193/sig_other.o ./sig_other.s
2025-08-20T20:13:25.3051095Z [00:02:11.678]➜  go tool pack r $WORK/b193/_pkg_.a $WORK/b193/sig_other.o # internal
2025-08-20T20:13:25.3051611Z [00:02:11.678]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T20:13:25.3054496Z [00:02:11.678]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T20:13:25.3977713Z [00:02:11.768]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T20:13:25.4008694Z [00:02:11.773]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T20:13:26.7236365Z [00:02:13.096]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T20:13:26.7237887Z [00:02:13.096]➜  cd /root/.go/src/runtime
2025-08-20T20:13:26.7240101Z [00:02:13.096]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm.o ./asm.s
2025-08-20T20:13:26.7262057Z [00:02:13.099]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s
2025-08-20T20:13:26.7347036Z [00:02:13.107]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s
2025-08-20T20:13:26.7368466Z [00:02:13.109]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/duff_arm64.o ./duff_arm64.s
2025-08-20T20:13:26.7392661Z [00:02:13.112]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/ints.o ./ints.s
2025-08-20T20:13:26.7417694Z [00:02:13.114]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memclr_arm64.o ./memclr_arm64.s
2025-08-20T20:13:26.7439737Z [00:02:13.117]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memmove_arm64.o ./memmove_arm64.s
2025-08-20T20:13:26.7463916Z [00:02:13.119]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/preempt_arm64.o ./preempt_arm64.s
2025-08-20T20:13:26.7502250Z [00:02:13.123]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T20:13:26.7527975Z [00:02:13.125]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T20:13:26.7576104Z [00:02:13.130]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/tls_arm64.o ./tls_arm64.s
2025-08-20T20:13:26.7613319Z [00:02:13.134]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o $WORK/b009/duff_arm64.o $WORK/b009/ints.o $WORK/b009/memclr_arm64.o $WORK/b009/memmove_arm64.o $WORK/b009/preempt_arm64.o $WORK/b009/rt0_linux_arm64.o $WORK/b009/sys_linux_arm64.o $WORK/b009/tls_arm64.o # internal
2025-08-20T20:13:26.7614519Z [00:02:13.134]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T20:13:26.7875506Z [00:02:13.160]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T20:13:26.7880964Z [00:02:13.160]➜  internal/reflectlite
2025-08-20T20:13:26.7881264Z [00:02:13.160]➜  mkdir -p $WORK/b004/
2025-08-20T20:13:26.7881513Z [00:02:13.160]➜  iter
2025-08-20T20:13:26.7881736Z [00:02:13.160]➜  mkdir -p $WORK/b046/
2025-08-20T20:13:26.7881978Z [00:02:13.160]➜  weak
2025-08-20T20:13:26.7882202Z [00:02:13.160]➜  mkdir -p $WORK/b173/
2025-08-20T20:13:26.7882444Z [00:02:13.160]➜  sync
2025-08-20T20:13:26.7882668Z [00:02:13.160]➜  mkdir -p $WORK/b033/
2025-08-20T20:13:26.7883234Z [00:02:13.160]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T20:13:26.7883646Z [00:02:13.160]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:13:26.7884759Z [00:02:13.160]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T20:13:26.7890082Z [00:02:13.160]➜  cat >/tmp/go-build1455373295/b046/importcfg << 'EOF' # internal
2025-08-20T20:13:26.7890467Z [00:02:13.160]➜  # import config
2025-08-20T20:13:26.7890835Z [00:02:13.160]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:26.7891291Z [00:02:13.160]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.7891612Z [00:02:13.160]➜  EOF
2025-08-20T20:13:26.7891872Z [00:02:13.160]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:26.7893262Z [00:02:13.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b046=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T20:13:26.7895897Z [00:02:13.161]➜  cat >/tmp/go-build1455373295/b173/importcfg << 'EOF' # internal
2025-08-20T20:13:26.7896312Z [00:02:13.161]➜  # import config
2025-08-20T20:13:26.7897021Z [00:02:13.161]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:26.7897495Z [00:02:13.161]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.7897814Z [00:02:13.161]➜  EOF
2025-08-20T20:13:26.7898158Z [00:02:13.161]➜  cat >/tmp/go-build1455373295/b033/importcfg << 'EOF' # internal
2025-08-20T20:13:26.7898496Z [00:02:13.161]➜  # import config
2025-08-20T20:13:26.7898867Z [00:02:13.161]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:26.7899334Z [00:02:13.161]➜  packagefile internal/sync=/tmp/go-build1455373295/b034/_pkg_.a
2025-08-20T20:13:26.7899817Z [00:02:13.161]➜  packagefile internal/synctest=/tmp/go-build1455373295/b036/_pkg_.a
2025-08-20T20:13:26.7900276Z [00:02:13.161]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.7900720Z [00:02:13.161]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:26.7901047Z [00:02:13.161]➜  EOF
2025-08-20T20:13:26.7903373Z [00:02:13.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b033=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T20:13:26.7918659Z [00:02:13.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b173=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T20:13:26.7920686Z [00:02:13.163]➜  cat >/tmp/go-build1455373295/b004/importcfg << 'EOF' # internal
2025-08-20T20:13:26.7921717Z [00:02:13.163]➜  # import config
2025-08-20T20:13:26.7922384Z [00:02:13.163]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:26.7922968Z [00:02:13.163]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:26.7924558Z [00:02:13.163]➜  packagefile internal/unsafeheader=/tmp/go-build1455373295/b008/_pkg_.a
2025-08-20T20:13:26.7925115Z [00:02:13.163]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.7925436Z [00:02:13.163]➜  EOF
2025-08-20T20:13:26.7927803Z [00:02:13.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T20:13:26.7990084Z [00:02:13.171]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T20:13:26.7991939Z [00:02:13.172]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T20:13:26.8011370Z [00:02:13.174]➜  slices
2025-08-20T20:13:26.8011957Z [00:02:13.174]➜  mkdir -p $WORK/b044/
2025-08-20T20:13:26.8013033Z [00:02:13.174]➜  cat >/tmp/go-build1455373295/b044/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8013392Z [00:02:13.174]➜  # import config
2025-08-20T20:13:26.8013746Z [00:02:13.174]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:26.8014165Z [00:02:13.174]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:26.8014942Z [00:02:13.174]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:26.8015270Z [00:02:13.174]➜  EOF
2025-08-20T20:13:26.8020121Z [00:02:13.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b044=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T20:13:26.8024523Z [00:02:13.174]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T20:13:26.8025243Z [00:02:13.175]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T20:13:26.8047561Z [00:02:13.176]➜  maps
2025-08-20T20:13:26.8051005Z [00:02:13.178]➜  mkdir -p $WORK/b104/
2025-08-20T20:13:26.8052856Z [00:02:13.178]➜  cat >/tmp/go-build1455373295/b104/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8053224Z [00:02:13.178]➜  # import config
2025-08-20T20:13:26.8053557Z [00:02:13.178]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:26.8053873Z [00:02:13.178]➜  EOF
2025-08-20T20:13:26.8055278Z [00:02:13.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b104=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T20:13:26.8150951Z [00:02:13.187]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T20:13:26.8159720Z [00:02:13.189]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T20:13:26.8167339Z [00:02:13.189]➜  crypto/subtle
2025-08-20T20:13:26.8168006Z [00:02:13.189]➜  mkdir -p $WORK/b192/
2025-08-20T20:13:26.8177251Z [00:02:13.190]➜  cat >/tmp/go-build1455373295/b192/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8178511Z [00:02:13.191]➜  # import config
2025-08-20T20:13:26.8179739Z [00:02:13.191]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1455373295/b088/_pkg_.a
2025-08-20T20:13:26.8180570Z [00:02:13.191]➜  packagefile internal/runtime/sys=/tmp/go-build1455373295/b030/_pkg_.a
2025-08-20T20:13:26.8181119Z [00:02:13.191]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.8181441Z [00:02:13.191]➜  EOF
2025-08-20T20:13:26.8190045Z [00:02:13.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b192=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T20:13:26.8210537Z [00:02:13.194]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T20:13:26.8216152Z [00:02:13.194]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T20:13:26.8317031Z [00:02:13.204]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T20:13:26.8319030Z [00:02:13.204]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T20:13:26.8753215Z [00:02:13.248]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T20:13:26.8755036Z [00:02:13.248]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s
2025-08-20T20:13:26.8774997Z [00:02:13.250]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T20:13:26.8777115Z [00:02:13.250]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T20:13:26.8778588Z [00:02:13.251]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T20:13:26.8797297Z [00:02:13.252]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T20:13:26.8812142Z [00:02:13.253]➜  errors
2025-08-20T20:13:26.8812506Z [00:02:13.253]➜  mkdir -p $WORK/b003/
2025-08-20T20:13:26.8812762Z [00:02:13.253]➜  sort
2025-08-20T20:13:26.8812989Z [00:02:13.253]➜  mkdir -p $WORK/b100/
2025-08-20T20:13:26.8813589Z [00:02:13.253]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T20:13:26.8814127Z [00:02:13.253]➜  internal/bisect
2025-08-20T20:13:26.8814391Z [00:02:13.253]➜  mkdir -p $WORK/b039/
2025-08-20T20:13:26.8814645Z [00:02:13.253]➜  internal/testlog
2025-08-20T20:13:26.8814898Z [00:02:13.253]➜  mkdir -p $WORK/b067/
2025-08-20T20:13:26.8815271Z [00:02:13.253]➜  cat >/tmp/go-build1455373295/b003/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8816776Z [00:02:13.253]➜  # import config
2025-08-20T20:13:26.8817347Z [00:02:13.253]➜  packagefile internal/reflectlite=/tmp/go-build1455373295/b004/_pkg_.a
2025-08-20T20:13:26.8817724Z [00:02:13.253]➜  EOF
2025-08-20T20:13:26.8818006Z [00:02:13.253]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:26.8819635Z [00:02:13.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T20:13:26.8821110Z [00:02:13.253]➜  cat >/tmp/go-build1455373295/b039/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8821459Z [00:02:13.253]➜  # import config
2025-08-20T20:13:26.8821804Z [00:02:13.253]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.8822228Z [00:02:13.253]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:26.8822667Z [00:02:13.253]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:26.8823294Z [00:02:13.253]➜  EOF
2025-08-20T20:13:26.8824839Z [00:02:13.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b039=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T20:13:26.8826557Z [00:02:13.253]➜  cat >/tmp/go-build1455373295/b100/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8826919Z [00:02:13.253]➜  # import config
2025-08-20T20:13:26.8827310Z [00:02:13.253]➜  packagefile internal/reflectlite=/tmp/go-build1455373295/b004/_pkg_.a
2025-08-20T20:13:26.8827793Z [00:02:13.253]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:26.8828227Z [00:02:13.253]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:26.8828540Z [00:02:13.254]➜  EOF
2025-08-20T20:13:26.8830272Z [00:02:13.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b100=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T20:13:26.8832144Z [00:02:13.254]➜  cat >/tmp/go-build1455373295/b067/importcfg << 'EOF' # internal
2025-08-20T20:13:26.8832497Z [00:02:13.254]➜  # import config
2025-08-20T20:13:26.8832827Z [00:02:13.254]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:26.8833264Z [00:02:13.254]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:26.8833595Z [00:02:13.254]➜  EOF
2025-08-20T20:13:26.8835219Z [00:02:13.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b067=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T20:13:26.8991736Z [00:02:13.272]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T20:13:26.9007515Z [00:02:13.273]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T20:13:26.9016987Z [00:02:13.274]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T20:13:26.9019068Z [00:02:13.274]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T20:13:26.9019688Z [00:02:13.274]➜  internal/oserror
2025-08-20T20:13:26.9019959Z [00:02:13.275]➜  mkdir -p $WORK/b043/
2025-08-20T20:13:26.9020355Z [00:02:13.275]➜  cat >/tmp/go-build1455373295/b043/importcfg << 'EOF' # internal
2025-08-20T20:13:26.9020703Z [00:02:13.275]➜  # import config
2025-08-20T20:13:26.9021042Z [00:02:13.275]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:26.9021362Z [00:02:13.275]➜  EOF
2025-08-20T20:13:26.9022862Z [00:02:13.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b043=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T20:13:26.9094338Z [00:02:13.282]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T20:13:26.9099399Z [00:02:13.282]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T20:13:26.9131107Z [00:02:13.286]➜  syscall
2025-08-20T20:13:26.9138653Z [00:02:13.286]➜  mkdir -p $WORK/b041/
2025-08-20T20:13:26.9141371Z [00:02:13.287]➜  echo -n > $WORK/b041/go_asm.h # internal
2025-08-20T20:13:26.9142829Z [00:02:13.287]➜  cd /root/.go/src/syscall
2025-08-20T20:13:26.9145118Z [00:02:13.287]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b041/symabis ./asm_linux_arm64.s
2025-08-20T20:13:26.9166716Z [00:02:13.289]➜  runtime/cgo
2025-08-20T20:13:26.9170703Z [00:02:13.290]➜  mkdir -p $WORK/b140/
2025-08-20T20:13:26.9173774Z [00:02:13.290]➜  cat >/tmp/go-build1455373295/b041/importcfg << 'EOF' # internal
2025-08-20T20:13:26.9175519Z [00:02:13.290]➜  # import config
2025-08-20T20:13:26.9177352Z [00:02:13.290]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:26.9178862Z [00:02:13.290]➜  packagefile internal/asan=/tmp/go-build1455373295/b027/_pkg_.a
2025-08-20T20:13:26.9179437Z [00:02:13.290]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:26.9179948Z [00:02:13.290]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:26.9180559Z [00:02:13.290]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:26.9181042Z [00:02:13.290]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:26.9181856Z [00:02:13.290]➜  packagefile internal/msan=/tmp/go-build1455373295/b028/_pkg_.a
2025-08-20T20:13:26.9182339Z [00:02:13.290]➜  packagefile internal/oserror=/tmp/go-build1455373295/b043/_pkg_.a
2025-08-20T20:13:26.9182818Z [00:02:13.290]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:26.9183334Z [00:02:13.290]➜  packagefile internal/runtime/syscall=/tmp/go-build1455373295/b023/_pkg_.a
2025-08-20T20:13:26.9183820Z [00:02:13.290]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:26.9184255Z [00:02:13.290]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:26.9184675Z [00:02:13.290]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:26.9185112Z [00:02:13.290]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:26.9185442Z [00:02:13.290]➜  EOF
2025-08-20T20:13:26.9185833Z [00:02:13.290]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:26.9192776Z [00:02:13.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b041/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack -asmhdr $WORK/b041/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T20:13:26.9201669Z [00:02:13.292]➜  echo -n > $WORK/b140/preferlinkext # internal
2025-08-20T20:13:26.9202397Z [00:02:13.292]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:26.9204003Z [00:02:13.292]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b140/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T20:13:26.9236864Z [00:02:13.296]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T20:13:26.9239742Z [00:02:13.296]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T20:13:26.9245146Z [00:02:13.297]➜  internal/godebug
2025-08-20T20:13:26.9245450Z [00:02:13.297]➜  mkdir -p $WORK/b038/
2025-08-20T20:13:26.9248045Z [00:02:13.297]➜  cat >/tmp/go-build1455373295/b038/importcfg << 'EOF' # internal
2025-08-20T20:13:26.9249031Z [00:02:13.297]➜  # import config
2025-08-20T20:13:26.9249491Z [00:02:13.297]➜  packagefile internal/bisect=/tmp/go-build1455373295/b039/_pkg_.a
2025-08-20T20:13:26.9250005Z [00:02:13.297]➜  packagefile internal/godebugs=/tmp/go-build1455373295/b015/_pkg_.a
2025-08-20T20:13:26.9250471Z [00:02:13.297]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:26.9250916Z [00:02:13.297]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:26.9251249Z [00:02:13.297]➜  EOF
2025-08-20T20:13:26.9251514Z [00:02:13.297]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:26.9253488Z [00:02:13.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b038=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T20:13:26.9701435Z [00:02:13.343]➜  cd $WORK
2025-08-20T20:13:26.9702066Z [00:02:13.343]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:13:26.9783437Z [00:02:13.351]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T20:13:26.9799388Z [00:02:13.352]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T20:13:26.9888388Z [00:02:13.361]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:13:26.9953644Z [00:02:13.368]➜  io
2025-08-20T20:13:26.9954647Z [00:02:13.368]➜  mkdir -p $WORK/b051/
2025-08-20T20:13:26.9958202Z [00:02:13.368]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T20:13:26.9970090Z [00:02:13.370]➜  cat >/tmp/go-build1455373295/b051/importcfg << 'EOF' # internal
2025-08-20T20:13:26.9971284Z [00:02:13.370]➜  # import config
2025-08-20T20:13:26.9972956Z [00:02:13.370]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:26.9974020Z [00:02:13.370]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:26.9975365Z [00:02:13.370]➜  EOF
2025-08-20T20:13:26.9975777Z [00:02:13.370]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:26.9977358Z [00:02:13.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b051=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T20:13:27.0099608Z [00:02:13.382]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T20:13:27.0117293Z [00:02:13.384]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T20:13:27.0242876Z [00:02:13.397]➜  cd $WORK
2025-08-20T20:13:27.0244563Z [00:02:13.397]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:13:27.0417305Z [00:02:13.414]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:13:27.0452467Z [00:02:13.418]➜  strconv
2025-08-20T20:13:27.0453550Z [00:02:13.418]➜  mkdir -p $WORK/b059/
2025-08-20T20:13:27.0457794Z [00:02:13.418]➜  cat >/tmp/go-build1455373295/b059/importcfg << 'EOF' # internal
2025-08-20T20:13:27.0458213Z [00:02:13.418]➜  # import config
2025-08-20T20:13:27.0458598Z [00:02:13.418]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.0459062Z [00:02:13.418]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.0459575Z [00:02:13.418]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:27.0460042Z [00:02:13.418]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:27.0460484Z [00:02:13.418]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.0460944Z [00:02:13.418]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.0461277Z [00:02:13.418]➜  EOF
2025-08-20T20:13:27.0461541Z [00:02:13.418]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.0464436Z [00:02:13.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b059=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T20:13:27.0635604Z [00:02:13.436]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T20:13:27.0649871Z [00:02:13.438]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T20:13:27.0664079Z [00:02:13.439]➜  cd $WORK
2025-08-20T20:13:27.0666677Z [00:02:13.439]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:13:27.0928973Z [00:02:13.465]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T20:13:27.0930594Z [00:02:13.466]➜  bytes
2025-08-20T20:13:27.0931116Z [00:02:13.466]➜  mkdir -p $WORK/b050/
2025-08-20T20:13:27.0936209Z [00:02:13.466]➜  cat >/tmp/go-build1455373295/b050/importcfg << 'EOF' # internal
2025-08-20T20:13:27.0936581Z [00:02:13.466]➜  # import config
2025-08-20T20:13:27.0936932Z [00:02:13.466]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.0937398Z [00:02:13.466]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.0937842Z [00:02:13.466]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.0938249Z [00:02:13.466]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:27.0938689Z [00:02:13.466]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.0939121Z [00:02:13.466]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:27.0939567Z [00:02:13.466]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.0939901Z [00:02:13.466]➜  EOF
2025-08-20T20:13:27.0940165Z [00:02:13.466]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.0942090Z [00:02:13.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b050=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T20:13:27.1347502Z [00:02:13.507]➜  cd $WORK/b140
2025-08-20T20:13:27.1352008Z [00:02:13.507]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x001.o -c _cgo_export.c
2025-08-20T20:13:27.1630171Z [00:02:13.535]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x002.o -c cgo.cgo2.c
2025-08-20T20:13:27.1751820Z [00:02:13.548]➜  cd /root/.go/src/syscall
2025-08-20T20:13:27.1754140Z [00:02:13.548]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:13:27.1825467Z [00:02:13.555]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T20:13:27.1848726Z [00:02:13.557]➜  go tool pack r $WORK/b041/_pkg_.a $WORK/b041/asm_linux_arm64.o # internal
2025-08-20T20:13:27.1849943Z [00:02:13.558]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T20:13:27.1851684Z [00:02:13.558]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T20:13:27.1854934Z [00:02:13.558]➜  strings
2025-08-20T20:13:27.1855854Z [00:02:13.558]➜  mkdir -p $WORK/b054/
2025-08-20T20:13:27.1862484Z [00:02:13.559]➜  cat >/tmp/go-build1455373295/b054/importcfg << 'EOF' # internal
2025-08-20T20:13:27.1863220Z [00:02:13.559]➜  # import config
2025-08-20T20:13:27.1863839Z [00:02:13.559]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.1865915Z [00:02:13.559]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:27.1866498Z [00:02:13.559]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.1867018Z [00:02:13.559]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:27.1867482Z [00:02:13.559]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.1867908Z [00:02:13.559]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:27.1868336Z [00:02:13.559]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.1868759Z [00:02:13.559]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.1869178Z [00:02:13.559]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:27.1869622Z [00:02:13.559]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.1869955Z [00:02:13.559]➜  EOF
2025-08-20T20:13:27.1870228Z [00:02:13.559]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.1872840Z [00:02:13.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b054=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T20:13:27.1923283Z [00:02:13.565]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.1928831Z [00:02:13.565]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x003.o -c gcc_context.c
2025-08-20T20:13:27.1930812Z [00:02:13.566]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T20:13:27.1931526Z [00:02:13.566]➜  time
2025-08-20T20:13:27.1931880Z [00:02:13.566]➜  mkdir -p $WORK/b037/
2025-08-20T20:13:27.1935993Z [00:02:13.566]➜  cat >/tmp/go-build1455373295/b037/importcfg << 'EOF' # internal
2025-08-20T20:13:27.1936383Z [00:02:13.566]➜  # import config
2025-08-20T20:13:27.1936731Z [00:02:13.566]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.1937197Z [00:02:13.566]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.1937694Z [00:02:13.566]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:27.1938203Z [00:02:13.566]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:27.1939084Z [00:02:13.566]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.1939523Z [00:02:13.566]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.1939947Z [00:02:13.566]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.1940371Z [00:02:13.566]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:27.1940684Z [00:02:13.566]➜  EOF
2025-08-20T20:13:27.1940954Z [00:02:13.566]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.1943333Z [00:02:13.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b037=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T20:13:27.1962284Z [00:02:13.569]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T20:13:27.1977417Z [00:02:13.570]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T20:13:27.2003896Z [00:02:13.573]➜  reflect
2025-08-20T20:13:27.2006087Z [00:02:13.573]➜  mkdir -p $WORK/b057/
2025-08-20T20:13:27.2006893Z [00:02:13.573]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T20:13:27.2007228Z [00:02:13.573]➜  cd /root/.go/src/reflect
2025-08-20T20:13:27.2008505Z [00:02:13.573]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b057/symabis ./asm_arm64.s
2025-08-20T20:13:27.2033832Z [00:02:13.576]➜  cat >/tmp/go-build1455373295/b057/importcfg << 'EOF' # internal
2025-08-20T20:13:27.2034498Z [00:02:13.576]➜  # import config
2025-08-20T20:13:27.2035025Z [00:02:13.576]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.2036396Z [00:02:13.576]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:27.2037702Z [00:02:13.576]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.2038311Z [00:02:13.576]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:27.2038801Z [00:02:13.576]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:27.2039280Z [00:02:13.576]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:27.2039787Z [00:02:13.576]➜  packagefile internal/runtime/maps=/tmp/go-build1455373295/b026/_pkg_.a
2025-08-20T20:13:27.2040322Z [00:02:13.576]➜  packagefile internal/runtime/sys=/tmp/go-build1455373295/b030/_pkg_.a
2025-08-20T20:13:27.2040865Z [00:02:13.576]➜  packagefile internal/unsafeheader=/tmp/go-build1455373295/b008/_pkg_.a
2025-08-20T20:13:27.2041344Z [00:02:13.576]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:27.2041758Z [00:02:13.576]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:27.2042179Z [00:02:13.576]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.2042616Z [00:02:13.576]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:27.2043032Z [00:02:13.576]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.2043452Z [00:02:13.576]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:27.2043896Z [00:02:13.576]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.2044232Z [00:02:13.576]➜  EOF
2025-08-20T20:13:27.2044489Z [00:02:13.576]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.2047839Z [00:02:13.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T20:13:27.2199463Z [00:02:13.592]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.2201050Z [00:02:13.593]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x004.o -c gcc_fatalf.c
2025-08-20T20:13:27.2376258Z [00:02:13.610]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x005.o -c gcc_libinit.c
2025-08-20T20:13:27.2677375Z [00:02:13.640]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x006.o -c gcc_linux_arm64.c
2025-08-20T20:13:27.2949583Z [00:02:13.667]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x007.o -c gcc_mmap.c
2025-08-20T20:13:27.3235496Z [00:02:13.696]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T20:13:27.3300949Z [00:02:13.702]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T20:13:27.3310329Z [00:02:13.703]➜  bufio
2025-08-20T20:13:27.3310693Z [00:02:13.703]➜  mkdir -p $WORK/b049/
2025-08-20T20:13:27.3311279Z [00:02:13.704]➜  cat >/tmp/go-build1455373295/b049/importcfg << 'EOF' # internal
2025-08-20T20:13:27.3311676Z [00:02:13.704]➜  # import config
2025-08-20T20:13:27.3312017Z [00:02:13.704]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:27.3312442Z [00:02:13.704]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.3312856Z [00:02:13.704]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.3313272Z [00:02:13.704]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:27.3313737Z [00:02:13.704]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.3314070Z [00:02:13.704]➜  EOF
2025-08-20T20:13:27.3349872Z [00:02:13.706]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.3351480Z [00:02:13.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b049=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T20:13:27.3383824Z [00:02:13.711]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.3385401Z [00:02:13.711]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x008.o -c gcc_setenv.c
2025-08-20T20:13:27.3755172Z [00:02:13.748]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x009.o -c gcc_sigaction.c
2025-08-20T20:13:27.4114305Z [00:02:13.784]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T20:13:27.4148782Z [00:02:13.787]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T20:13:27.4151478Z [00:02:13.788]➜  path
2025-08-20T20:13:27.4155392Z [00:02:13.788]➜  mkdir -p $WORK/b063/
2025-08-20T20:13:27.4162454Z [00:02:13.789]➜  cat >/tmp/go-build1455373295/b063/importcfg << 'EOF' # internal
2025-08-20T20:13:27.4162909Z [00:02:13.789]➜  # import config
2025-08-20T20:13:27.4163260Z [00:02:13.789]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.4163726Z [00:02:13.789]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.4164203Z [00:02:13.789]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.4164535Z [00:02:13.789]➜  EOF
2025-08-20T20:13:27.4180763Z [00:02:13.791]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.4187757Z [00:02:13.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b063=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T20:13:27.4204611Z [00:02:13.793]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.4206608Z [00:02:13.793]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x010.o -c gcc_stack_unix.c
2025-08-20T20:13:27.4468067Z [00:02:13.819]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T20:13:27.4500406Z [00:02:13.822]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x011.o -c gcc_traceback.c
2025-08-20T20:13:27.4503031Z [00:02:13.822]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T20:13:27.4504621Z [00:02:13.822]➜  internal/syscall/unix
2025-08-20T20:13:27.4505288Z [00:02:13.822]➜  mkdir -p $WORK/b065/
2025-08-20T20:13:27.4505821Z [00:02:13.822]➜  cat >/tmp/go-build1455373295/b065/importcfg << 'EOF' # internal
2025-08-20T20:13:27.4506227Z [00:02:13.822]➜  # import config
2025-08-20T20:13:27.4506579Z [00:02:13.822]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.4507029Z [00:02:13.822]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:27.4507843Z [00:02:13.822]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:27.4508168Z [00:02:13.822]➜  EOF
2025-08-20T20:13:27.4508464Z [00:02:13.822]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.4514993Z [00:02:13.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b065=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T20:13:27.4590771Z [00:02:13.832]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T20:13:27.4626737Z [00:02:13.835]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T20:13:27.4637286Z [00:02:13.836]➜  context
2025-08-20T20:13:27.4637740Z [00:02:13.836]➜  mkdir -p $WORK/b002/
2025-08-20T20:13:27.4639426Z [00:02:13.836]➜  cat >/tmp/go-build1455373295/b002/importcfg << 'EOF' # internal
2025-08-20T20:13:27.4639865Z [00:02:13.837]➜  # import config
2025-08-20T20:13:27.4640682Z [00:02:13.837]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.4641291Z [00:02:13.837]➜  packagefile internal/reflectlite=/tmp/go-build1455373295/b004/_pkg_.a
2025-08-20T20:13:27.4641771Z [00:02:13.837]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.4642208Z [00:02:13.837]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:27.4642641Z [00:02:13.837]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:27.4642962Z [00:02:13.837]➜  EOF
2025-08-20T20:13:27.4644294Z [00:02:13.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b002=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/context/context.go
2025-08-20T20:13:27.4711679Z [00:02:13.844]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.4713312Z [00:02:13.844]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x012.o -c gcc_util.c
2025-08-20T20:13:27.4810315Z [00:02:13.854]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T20:13:27.4828692Z [00:02:13.855]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T20:13:27.4829293Z [00:02:13.855]➜  io/fs
2025-08-20T20:13:27.4829535Z [00:02:13.855]➜  mkdir -p $WORK/b062/
2025-08-20T20:13:27.4829912Z [00:02:13.855]➜  cat >/tmp/go-build1455373295/b062/importcfg << 'EOF' # internal
2025-08-20T20:13:27.4830262Z [00:02:13.855]➜  # import config
2025-08-20T20:13:27.4830620Z [00:02:13.855]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.4831085Z [00:02:13.855]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.4831596Z [00:02:13.855]➜  packagefile internal/oserror=/tmp/go-build1455373295/b043/_pkg_.a
2025-08-20T20:13:27.4832038Z [00:02:13.855]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.4832446Z [00:02:13.855]➜  packagefile path=/tmp/go-build1455373295/b063/_pkg_.a
2025-08-20T20:13:27.4832876Z [00:02:13.855]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:27.4833291Z [00:02:13.855]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:27.4833727Z [00:02:13.855]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:27.4834060Z [00:02:13.855]➜  EOF
2025-08-20T20:13:27.4834323Z [00:02:13.855]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.4836672Z [00:02:13.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b062=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T20:13:27.4985223Z [00:02:13.871]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.4989601Z [00:02:13.871]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x013.o -c linux_syscall.c
2025-08-20T20:13:27.5191251Z [00:02:13.892]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T20:13:27.5212275Z [00:02:13.894]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T20:13:27.5258652Z [00:02:13.898]➜  internal/poll
2025-08-20T20:13:27.5260090Z [00:02:13.899]➜  mkdir -p $WORK/b064/
2025-08-20T20:13:27.5261362Z [00:02:13.899]➜  cat >/tmp/go-build1455373295/b064/importcfg << 'EOF' # internal
2025-08-20T20:13:27.5262427Z [00:02:13.899]➜  # import config
2025-08-20T20:13:27.5263778Z [00:02:13.899]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.5264259Z [00:02:13.899]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:27.5264765Z [00:02:13.899]➜  packagefile internal/syscall/unix=/tmp/go-build1455373295/b065/_pkg_.a
2025-08-20T20:13:27.5265225Z [00:02:13.899]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.5268703Z [00:02:13.899]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.5269215Z [00:02:13.899]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.5269653Z [00:02:13.899]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:27.5270093Z [00:02:13.899]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:27.5270509Z [00:02:13.899]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:27.5270831Z [00:02:13.899]➜  EOF
2025-08-20T20:13:27.5271105Z [00:02:13.899]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.5276155Z [00:02:13.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b064=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T20:13:27.5479971Z [00:02:13.920]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T20:13:27.5493440Z [00:02:13.922]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T20:13:27.5523223Z [00:02:13.925]➜  internal/filepathlite
2025-08-20T20:13:27.5529031Z [00:02:13.925]➜  mkdir -p $WORK/b061/
2025-08-20T20:13:27.5529468Z [00:02:13.925]➜  cat >/tmp/go-build1455373295/b061/importcfg << 'EOF' # internal
2025-08-20T20:13:27.5529822Z [00:02:13.925]➜  # import config
2025-08-20T20:13:27.5530182Z [00:02:13.925]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.5530643Z [00:02:13.925]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.5531152Z [00:02:13.925]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:27.5531622Z [00:02:13.925]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:27.5532041Z [00:02:13.925]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:27.5532364Z [00:02:13.925]➜  EOF
2025-08-20T20:13:27.5534373Z [00:02:13.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b061=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T20:13:27.5611152Z [00:02:13.934]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.5620828Z [00:02:13.934]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_x014.o -c gcc_arm64.S
2025-08-20T20:13:27.5796064Z [00:02:13.952]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T20:13:27.5802330Z [00:02:13.953]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T20:13:27.5807490Z [00:02:13.953]➜  internal/syscall/execenv
2025-08-20T20:13:27.5809037Z [00:02:13.953]➜  mkdir -p $WORK/b066/
2025-08-20T20:13:27.5809480Z [00:02:13.954]➜  cat >/tmp/go-build1455373295/b066/importcfg << 'EOF' # internal
2025-08-20T20:13:27.5809831Z [00:02:13.954]➜  # import config
2025-08-20T20:13:27.5811492Z [00:02:13.954]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:27.5811873Z [00:02:13.954]➜  EOF
2025-08-20T20:13:27.5812156Z [00:02:13.954]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.5813938Z [00:02:13.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b066=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T20:13:27.5844955Z [00:02:13.957]➜  cd $WORK/b140
2025-08-20T20:13:27.5853273Z [00:02:13.958]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -I $WORK/b140/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b140/_cgo_main.o -c _cgo_main.c
2025-08-20T20:13:27.5997119Z [00:02:13.972]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T20:13:27.5999973Z [00:02:13.973]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T20:13:27.6006436Z [00:02:13.973]➜  hash
2025-08-20T20:13:27.6007127Z [00:02:13.973]➜  mkdir -p $WORK/b072/
2025-08-20T20:13:27.6007538Z [00:02:13.973]➜  cat >/tmp/go-build1455373295/b072/importcfg << 'EOF' # internal
2025-08-20T20:13:27.6007893Z [00:02:13.973]➜  # import config
2025-08-20T20:13:27.6008220Z [00:02:13.973]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.6008547Z [00:02:13.973]➜  EOF
2025-08-20T20:13:27.6008809Z [00:02:13.973]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.6010175Z [00:02:13.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b072=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T20:13:27.6087012Z [00:02:13.981]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -o $WORK/b140/_cgo_.o $WORK/b140/_cgo_main.o $WORK/b140/preferlinkext $WORK/b140/_x001.o $WORK/b140/_x002.o $WORK/b140/_x003.o $WORK/b140/_x004.o $WORK/b140/_x005.o $WORK/b140/_x006.o $WORK/b140/_x007.o $WORK/b140/_x008.o $WORK/b140/_x009.o $WORK/b140/_x010.o $WORK/b140/_x011.o $WORK/b140/_x012.o $WORK/b140/_x013.o $WORK/b140/_x014.o -O2 -g -lpthread
2025-08-20T20:13:27.6180735Z [00:02:13.990]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T20:13:27.6181509Z [00:02:13.990]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T20:13:27.6182059Z [00:02:13.991]➜  crypto
2025-08-20T20:13:27.6182293Z [00:02:13.991]➜  mkdir -p $WORK/b071/
2025-08-20T20:13:27.6193778Z [00:02:13.991]➜  cat >/tmp/go-build1455373295/b071/importcfg << 'EOF' # internal
2025-08-20T20:13:27.6194293Z [00:02:13.991]➜  # import config
2025-08-20T20:13:27.6194657Z [00:02:13.991]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:27.6195070Z [00:02:13.991]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.6195489Z [00:02:13.991]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:27.6195944Z [00:02:13.991]➜  EOF
2025-08-20T20:13:27.6197291Z [00:02:13.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b071=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T20:13:27.6504022Z [00:02:14.023]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T20:13:27.6511157Z [00:02:14.023]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T20:13:27.6511799Z [00:02:14.024]➜  crypto/internal/fips140deps/godebug
2025-08-20T20:13:27.6512115Z [00:02:14.024]➜  mkdir -p $WORK/b078/
2025-08-20T20:13:27.6514060Z [00:02:14.024]➜  cat >/tmp/go-build1455373295/b078/importcfg << 'EOF' # internal
2025-08-20T20:13:27.6514407Z [00:02:14.024]➜  # import config
2025-08-20T20:13:27.6514782Z [00:02:14.024]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:27.6515141Z [00:02:14.024]➜  EOF
2025-08-20T20:13:27.6521118Z [00:02:14.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b078=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T20:13:27.6957522Z [00:02:14.068]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T20:13:27.6965266Z [00:02:14.069]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T20:13:27.6967627Z [00:02:14.069]➜  crypto/internal/fips140
2025-08-20T20:13:27.6967917Z [00:02:14.069]➜  mkdir -p $WORK/b077/
2025-08-20T20:13:27.6972521Z [00:02:14.070]➜  cat >/tmp/go-build1455373295/b077/importcfg << 'EOF' # internal
2025-08-20T20:13:27.6972977Z [00:02:14.070]➜  # import config
2025-08-20T20:13:27.6973447Z [00:02:14.070]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1455373295/b078/_pkg_.a
2025-08-20T20:13:27.6973979Z [00:02:14.070]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.6974399Z [00:02:14.070]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:27.6974835Z [00:02:14.070]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.6975267Z [00:02:14.070]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:27.6975586Z [00:02:14.070]➜  EOF
2025-08-20T20:13:27.6978164Z [00:02:14.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b077=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T20:13:27.7162123Z [00:02:14.089]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T20:13:27.7212337Z [00:02:14.094]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T20:13:27.7231929Z [00:02:14.096]➜  os
2025-08-20T20:13:27.7232721Z [00:02:14.096]➜  mkdir -p $WORK/b060/
2025-08-20T20:13:27.7260886Z [00:02:14.096]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T20:13:27.7261617Z [00:02:14.097]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T20:13:27.7262185Z [00:02:14.097]➜  crypto/internal/impl
2025-08-20T20:13:27.7265334Z [00:02:14.099]➜  mkdir -p $WORK/b086/
2025-08-20T20:13:27.7311426Z [00:02:14.104]➜  cat >/tmp/go-build1455373295/b060/importcfg << 'EOF' # internal
2025-08-20T20:13:27.7312257Z [00:02:14.104]➜  # import config
2025-08-20T20:13:27.7312652Z [00:02:14.104]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.7313123Z [00:02:14.104]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:27.7313647Z [00:02:14.104]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:27.7314171Z [00:02:14.104]➜  packagefile internal/filepathlite=/tmp/go-build1455373295/b061/_pkg_.a
2025-08-20T20:13:27.7314678Z [00:02:14.104]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:27.7315156Z [00:02:14.104]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:27.7315877Z [00:02:14.104]➜  packagefile internal/poll=/tmp/go-build1455373295/b064/_pkg_.a
2025-08-20T20:13:27.7316469Z [00:02:14.104]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:27.7317008Z [00:02:14.104]➜  packagefile internal/syscall/execenv=/tmp/go-build1455373295/b066/_pkg_.a
2025-08-20T20:13:27.7317546Z [00:02:14.104]➜  packagefile internal/syscall/unix=/tmp/go-build1455373295/b065/_pkg_.a
2025-08-20T20:13:27.7318053Z [00:02:14.104]➜  packagefile internal/testlog=/tmp/go-build1455373295/b067/_pkg_.a
2025-08-20T20:13:27.7318825Z [00:02:14.104]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:27.7319312Z [00:02:14.104]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:27.7319733Z [00:02:14.104]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.7320154Z [00:02:14.104]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:27.7320567Z [00:02:14.104]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.7320999Z [00:02:14.104]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:27.7321453Z [00:02:14.104]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:27.7321873Z [00:02:14.104]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:27.7322175Z [00:02:14.104]➜  EOF
2025-08-20T20:13:27.7327794Z [00:02:14.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b060=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T20:13:27.7332915Z [00:02:14.105]➜  cat >/tmp/go-build1455373295/b086/importcfg << 'EOF' # internal
2025-08-20T20:13:27.7333273Z [00:02:14.105]➜  # import config
2025-08-20T20:13:27.7333614Z [00:02:14.105]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:27.7333929Z [00:02:14.105]➜  EOF
2025-08-20T20:13:27.7335491Z [00:02:14.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b086=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T20:13:27.7704748Z [00:02:14.143]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T20:13:27.7709657Z [00:02:14.144]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T20:13:27.7742014Z [00:02:14.147]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b140=/tmp/go-build -gno-record-gcc-switches -o $WORK/b140/_cgo_.o $WORK/b140/_cgo_main.o $WORK/b140/preferlinkext $WORK/b140/_x001.o $WORK/b140/_x002.o $WORK/b140/_x003.o $WORK/b140/_x004.o $WORK/b140/_x005.o $WORK/b140/_x006.o $WORK/b140/_x007.o $WORK/b140/_x008.o $WORK/b140/_x009.o $WORK/b140/_x010.o $WORK/b140/_x011.o $WORK/b140/_x012.o $WORK/b140/_x013.o $WORK/b140/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T20:13:27.7769420Z [00:02:14.147]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b140/_cgo_.o -dynout $WORK/b140/_cgo_import.go -dynlinker
2025-08-20T20:13:27.7770159Z [00:02:14.147]➜  crypto/internal/fips140/sha256
2025-08-20T20:13:27.7770465Z [00:02:14.147]➜  mkdir -p $WORK/b083/
2025-08-20T20:13:27.7770776Z [00:02:14.147]➜  echo -n > $WORK/b083/go_asm.h # internal
2025-08-20T20:13:27.7771135Z [00:02:14.148]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:13:27.7772455Z [00:02:14.148]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b083/symabis ./sha256block_arm64.s
2025-08-20T20:13:27.7779394Z [00:02:14.150]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T20:13:27.7783050Z [00:02:14.151]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.7784085Z [00:02:14.151]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b140/symabis ./asm_arm64.s
2025-08-20T20:13:27.7787458Z [00:02:14.151]➜  cat >/tmp/go-build1455373295/b083/importcfg << 'EOF' # internal
2025-08-20T20:13:27.7788394Z [00:02:14.151]➜  # import config
2025-08-20T20:13:27.7789093Z [00:02:14.151]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:27.7790604Z [00:02:14.151]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:27.7791846Z [00:02:14.151]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:27.7792724Z [00:02:14.151]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1455373295/b085/_pkg_.a
2025-08-20T20:13:27.7793301Z [00:02:14.151]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:27.7793799Z [00:02:14.151]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.7794218Z [00:02:14.151]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:27.7794644Z [00:02:14.151]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.7794966Z [00:02:14.151]➜  EOF
2025-08-20T20:13:27.7795228Z [00:02:14.151]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.7798110Z [00:02:14.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b083=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b083/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack -asmhdr $WORK/b083/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T20:13:27.7818072Z [00:02:14.154]➜  cat >/tmp/go-build1455373295/b140/importcfg << 'EOF' # internal
2025-08-20T20:13:27.7818504Z [00:02:14.154]➜  # import config
2025-08-20T20:13:27.7818904Z [00:02:14.154]➜  packagefile internal/runtime/sys=/tmp/go-build1455373295/b030/_pkg_.a
2025-08-20T20:13:27.7819375Z [00:02:14.154]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:27.7819834Z [00:02:14.154]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:27.7820164Z [00:02:14.154]➜  EOF
2025-08-20T20:13:27.7823253Z [00:02:14.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b140=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b140/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack -asmhdr $WORK/b140/go_asm.h /root/.go/src/runtime/cgo/callbacks.go /root/.go/src/runtime/cgo/callbacks_traceback.go /root/.go/src/runtime/cgo/handle.go /root/.go/src/runtime/cgo/iscgo.go /root/.go/src/runtime/cgo/linux.go /root/.go/src/runtime/cgo/mmap.go /root/.go/src/runtime/cgo/setenv.go /root/.go/src/runtime/cgo/sigaction.go $WORK/b140/_cgo_gotypes.go $WORK/b140/cgo.cgo1.go $WORK/b140/_cgo_import.go
2025-08-20T20:13:27.8774351Z [00:02:14.250]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b140/abi_GOARCH.h
2025-08-20T20:13:27.8777382Z [00:02:14.250]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.8780237Z [00:02:14.250]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b140/asm_arm64.o ./asm_arm64.s
2025-08-20T20:13:27.8821233Z [00:02:14.254]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:13:27.8822705Z [00:02:14.255]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b083/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T20:13:27.8881115Z [00:02:14.259]➜  cd /root/.go/src/runtime/cgo
2025-08-20T20:13:27.8882453Z [00:02:14.259]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/asm_arm64.o $WORK/b140/preferlinkext $WORK/b140/_x001.o $WORK/b140/_x002.o $WORK/b140/_x003.o $WORK/b140/_x004.o $WORK/b140/_x005.o $WORK/b140/_x006.o $WORK/b140/_x007.o $WORK/b140/_x008.o $WORK/b140/_x009.o $WORK/b140/_x010.o $WORK/b140/_x011.o $WORK/b140/_x012.o $WORK/b140/_x013.o $WORK/b140/_x014.o # internal
2025-08-20T20:13:27.8884003Z [00:02:14.259]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T20:13:27.8899694Z [00:02:14.263]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T20:13:27.8900260Z [00:02:14.263]➜  go tool pack r $WORK/b083/_pkg_.a $WORK/b083/sha256block_arm64.o # internal
2025-08-20T20:13:27.8900718Z [00:02:14.263]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T20:13:27.8901377Z [00:02:14.263]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T20:13:27.8901939Z [00:02:14.263]➜  crypto/internal/fips140/sha3
2025-08-20T20:13:27.8902228Z [00:02:14.263]➜  mkdir -p $WORK/b087/
2025-08-20T20:13:27.8902542Z [00:02:14.263]➜  echo -n > $WORK/b087/go_asm.h # internal
2025-08-20T20:13:27.8902895Z [00:02:14.263]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:13:27.8904147Z [00:02:14.263]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b087=>" -I $WORK/b087/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b087/symabis ./sha3_arm64.s
2025-08-20T20:13:27.8943411Z [00:02:14.267]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T20:13:27.8990460Z [00:02:14.272]➜  crypto/internal/fips140/sha512
2025-08-20T20:13:27.8990815Z [00:02:14.272]➜  mkdir -p $WORK/b089/
2025-08-20T20:13:27.8999212Z [00:02:14.273]➜  echo -n > $WORK/b089/go_asm.h # internal
2025-08-20T20:13:27.9015422Z [00:02:14.273]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:13:27.9016917Z [00:02:14.273]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b089/symabis ./sha512block_arm64.s
2025-08-20T20:13:27.9030615Z [00:02:14.275]➜  cat >/tmp/go-build1455373295/b087/importcfg << 'EOF' # internal
2025-08-20T20:13:27.9031061Z [00:02:14.275]➜  # import config
2025-08-20T20:13:27.9031768Z [00:02:14.275]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:27.9032331Z [00:02:14.275]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:27.9032914Z [00:02:14.275]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1455373295/b088/_pkg_.a
2025-08-20T20:13:27.9033542Z [00:02:14.275]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:27.9034178Z [00:02:14.275]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1455373295/b085/_pkg_.a
2025-08-20T20:13:27.9034736Z [00:02:14.275]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:27.9035214Z [00:02:14.275]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.9035768Z [00:02:14.275]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.9036264Z [00:02:14.275]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:27.9036594Z [00:02:14.275]➜  EOF
2025-08-20T20:13:27.9036856Z [00:02:14.275]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.9039818Z [00:02:14.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b087=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b087/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack -asmhdr $WORK/b087/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T20:13:27.9071703Z [00:02:14.279]➜  cat >/tmp/go-build1455373295/b089/importcfg << 'EOF' # internal
2025-08-20T20:13:27.9072207Z [00:02:14.279]➜  # import config
2025-08-20T20:13:27.9072561Z [00:02:14.279]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:27.9073053Z [00:02:14.279]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:27.9073659Z [00:02:14.279]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:27.9074284Z [00:02:14.279]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1455373295/b085/_pkg_.a
2025-08-20T20:13:27.9074855Z [00:02:14.279]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:27.9075324Z [00:02:14.279]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.9075854Z [00:02:14.279]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:27.9076339Z [00:02:14.279]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.9076664Z [00:02:14.279]➜  EOF
2025-08-20T20:13:27.9079280Z [00:02:14.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b089=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b089/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack -asmhdr $WORK/b089/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T20:13:27.9366680Z [00:02:14.309]➜  cd /root/.go/src/reflect
2025-08-20T20:13:27.9369022Z [00:02:14.309]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b057/asm_arm64.o ./asm_arm64.s
2025-08-20T20:13:27.9435903Z [00:02:14.316]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_arm64.o # internal
2025-08-20T20:13:27.9436728Z [00:02:14.316]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T20:13:27.9632598Z [00:02:14.336]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:13:27.9634295Z [00:02:14.336]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b087=>" -I $WORK/b087/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b087/sha3_arm64.o ./sha3_arm64.s
2025-08-20T20:13:27.9638656Z [00:02:14.336]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T20:13:27.9640876Z [00:02:14.337]➜  internal/fmtsort
2025-08-20T20:13:27.9641149Z [00:02:14.337]➜  mkdir -p $WORK/b056/
2025-08-20T20:13:27.9643539Z [00:02:14.337]➜  cat >/tmp/go-build1455373295/b056/importcfg << 'EOF' # internal
2025-08-20T20:13:27.9644171Z [00:02:14.337]➜  # import config
2025-08-20T20:13:27.9645141Z [00:02:14.337]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:27.9646168Z [00:02:14.337]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:27.9646654Z [00:02:14.337]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:27.9646978Z [00:02:14.337]➜  EOF
2025-08-20T20:13:27.9647260Z [00:02:14.337]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.9649187Z [00:02:14.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b056=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T20:13:27.9672508Z [00:02:14.340]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:13:27.9679348Z [00:02:14.340]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b089/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T20:13:27.9688011Z [00:02:14.341]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T20:13:27.9689176Z [00:02:14.341]➜  go tool pack r $WORK/b087/_pkg_.a $WORK/b087/sha3_arm64.o # internal
2025-08-20T20:13:27.9690175Z [00:02:14.341]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T20:13:27.9695180Z [00:02:14.342]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T20:13:27.9697911Z [00:02:14.342]➜  math/rand/v2
2025-08-20T20:13:27.9698612Z [00:02:14.343]➜  mkdir -p $WORK/b091/
2025-08-20T20:13:27.9703230Z [00:02:14.343]➜  cat >/tmp/go-build1455373295/b091/importcfg << 'EOF' # internal
2025-08-20T20:13:27.9706770Z [00:02:14.343]➜  # import config
2025-08-20T20:13:27.9707789Z [00:02:14.343]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.9708674Z [00:02:14.343]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:27.9709454Z [00:02:14.343]➜  packagefile internal/chacha8rand=/tmp/go-build1455373295/b013/_pkg_.a
2025-08-20T20:13:27.9710227Z [00:02:14.343]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:27.9711650Z [00:02:14.343]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:27.9711994Z [00:02:14.343]➜  EOF
2025-08-20T20:13:27.9712263Z [00:02:14.343]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.9714697Z [00:02:14.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b091=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T20:13:27.9784041Z [00:02:14.351]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T20:13:27.9795756Z [00:02:14.351]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/sha512block_arm64.o # internal
2025-08-20T20:13:27.9802468Z [00:02:14.353]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T20:13:27.9803406Z [00:02:14.353]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T20:13:27.9804618Z [00:02:14.353]➜  crypto/internal/fips140/hmac
2025-08-20T20:13:27.9805133Z [00:02:14.353]➜  mkdir -p $WORK/b082/
2025-08-20T20:13:27.9805822Z [00:02:14.353]➜  cat >/tmp/go-build1455373295/b082/importcfg << 'EOF' # internal
2025-08-20T20:13:27.9807186Z [00:02:14.353]➜  # import config
2025-08-20T20:13:27.9807533Z [00:02:14.353]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:27.9808025Z [00:02:14.353]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:27.9808597Z [00:02:14.353]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1455373295/b083/_pkg_.a
2025-08-20T20:13:27.9809626Z [00:02:14.353]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1455373295/b087/_pkg_.a
2025-08-20T20:13:27.9810214Z [00:02:14.353]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1455373295/b089/_pkg_.a
2025-08-20T20:13:27.9810714Z [00:02:14.353]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:27.9811132Z [00:02:14.353]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:27.9811494Z [00:02:14.353]➜  EOF
2025-08-20T20:13:27.9811774Z [00:02:14.353]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:27.9813776Z [00:02:14.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b082=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T20:13:28.0048041Z [00:02:14.377]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T20:13:28.0070259Z [00:02:14.378]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T20:13:28.0070831Z [00:02:14.378]➜  embed
2025-08-20T20:13:28.0071072Z [00:02:14.378]➜  mkdir -p $WORK/b093/
2025-08-20T20:13:28.0071473Z [00:02:14.378]➜  cat >/tmp/go-build1455373295/b093/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0071821Z [00:02:14.378]➜  # import config
2025-08-20T20:13:28.0072164Z [00:02:14.378]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.0072624Z [00:02:14.378]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:28.0073136Z [00:02:14.378]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:28.0073601Z [00:02:14.378]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.0074027Z [00:02:14.378]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:28.0074444Z [00:02:14.378]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.0074752Z [00:02:14.378]➜  EOF
2025-08-20T20:13:28.0076517Z [00:02:14.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b093=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T20:13:28.0266642Z [00:02:14.399]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T20:13:28.0272729Z [00:02:14.400]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T20:13:28.0279165Z [00:02:14.400]➜  crypto/internal/fips140/check
2025-08-20T20:13:28.0279542Z [00:02:14.400]➜  mkdir -p $WORK/b081/
2025-08-20T20:13:28.0279923Z [00:02:14.400]➜  cat >/tmp/go-build1455373295/b081/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0280272Z [00:02:14.400]➜  # import config
2025-08-20T20:13:28.0280675Z [00:02:14.400]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:28.0281237Z [00:02:14.400]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1455373295/b082/_pkg_.a
2025-08-20T20:13:28.0281830Z [00:02:14.400]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1455373295/b083/_pkg_.a
2025-08-20T20:13:28.0282456Z [00:02:14.400]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:28.0283095Z [00:02:14.400]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1455373295/b078/_pkg_.a
2025-08-20T20:13:28.0283603Z [00:02:14.400]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.0283910Z [00:02:14.400]➜  EOF
2025-08-20T20:13:28.0301875Z [00:02:14.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b081=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T20:13:28.0362270Z [00:02:14.409]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T20:13:28.0364971Z [00:02:14.409]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T20:13:28.0366239Z [00:02:14.409]➜  encoding/base64
2025-08-20T20:13:28.0366865Z [00:02:14.409]➜  mkdir -p $WORK/b097/
2025-08-20T20:13:28.0370492Z [00:02:14.410]➜  cat >/tmp/go-build1455373295/b097/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0371441Z [00:02:14.410]➜  # import config
2025-08-20T20:13:28.0372143Z [00:02:14.410]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:28.0372838Z [00:02:14.410]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.0373509Z [00:02:14.410]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.0374420Z [00:02:14.410]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.0375052Z [00:02:14.410]➜  EOF
2025-08-20T20:13:28.0377933Z [00:02:14.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b097=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T20:13:28.0502536Z [00:02:14.423]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T20:13:28.0517898Z [00:02:14.424]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T20:13:28.0526571Z [00:02:14.425]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T20:13:28.0532671Z [00:02:14.426]➜  crypto/internal/fips140/aes
2025-08-20T20:13:28.0533008Z [00:02:14.426]➜  mkdir -p $WORK/b079/
2025-08-20T20:13:28.0566939Z [00:02:14.427]➜  echo -n > $WORK/b079/go_asm.h # internal
2025-08-20T20:13:28.0567826Z [00:02:14.427]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:13:28.0570246Z [00:02:14.427]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b079/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T20:13:28.0576666Z [00:02:14.429]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T20:13:28.0577315Z [00:02:14.430]➜  crypto/internal/randutil
2025-08-20T20:13:28.0577597Z [00:02:14.430]➜  mkdir -p $WORK/b090/
2025-08-20T20:13:28.0577986Z [00:02:14.430]➜  cat >/tmp/go-build1455373295/b090/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0578325Z [00:02:14.430]➜  # import config
2025-08-20T20:13:28.0578650Z [00:02:14.430]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.0579095Z [00:02:14.430]➜  packagefile math/rand/v2=/tmp/go-build1455373295/b091/_pkg_.a
2025-08-20T20:13:28.0579428Z [00:02:14.430]➜  EOF
2025-08-20T20:13:28.0579688Z [00:02:14.430]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.0581395Z [00:02:14.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b090=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T20:13:28.0709715Z [00:02:14.443]➜  cat >/tmp/go-build1455373295/b079/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0713409Z [00:02:14.443]➜  # import config
2025-08-20T20:13:28.0713788Z [00:02:14.443]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.0714313Z [00:02:14.443]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:28.0714889Z [00:02:14.443]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1455373295/b080/_pkg_.a
2025-08-20T20:13:28.0715471Z [00:02:14.443]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1455373295/b081/_pkg_.a
2025-08-20T20:13:28.0716208Z [00:02:14.443]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1455373295/b088/_pkg_.a
2025-08-20T20:13:28.0716845Z [00:02:14.443]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:28.0717488Z [00:02:14.443]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1455373295/b085/_pkg_.a
2025-08-20T20:13:28.0718105Z [00:02:14.443]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1455373295/b078/_pkg_.a
2025-08-20T20:13:28.0718676Z [00:02:14.443]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:28.0719143Z [00:02:14.443]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.0719583Z [00:02:14.443]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:28.0720017Z [00:02:14.443]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.0720333Z [00:02:14.443]➜  EOF
2025-08-20T20:13:28.0724067Z [00:02:14.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b079=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b079/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack -asmhdr $WORK/b079/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T20:13:28.0785808Z [00:02:14.451]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T20:13:28.0794353Z [00:02:14.452]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T20:13:28.0799664Z [00:02:14.452]➜  github.com/BurntSushi/toml/internal
2025-08-20T20:13:28.0800026Z [00:02:14.452]➜  mkdir -p $WORK/b099/
2025-08-20T20:13:28.0804070Z [00:02:14.453]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T20:13:28.0811431Z [00:02:14.454]➜  cat >/tmp/go-build1455373295/b099/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0812454Z [00:02:14.454]➜  # import config
2025-08-20T20:13:28.0813322Z [00:02:14.454]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.0814077Z [00:02:14.454]➜  EOF
2025-08-20T20:13:28.0819225Z [00:02:14.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/internal=>github.com/BurntSushi/toml@v1.5.0/internal;$WORK/b099=>" -p github.com/BurntSushi/toml/internal -lang=go1.18 -complete -installsuffix shared -buildid l5aj24_SjmJKEnA33BJ6/l5aj24_SjmJKEnA33BJ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/internal/tz.go
2025-08-20T20:13:28.0824101Z [00:02:14.454]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T20:13:28.0824679Z [00:02:14.454]➜  golang.org/x/text/internal/tag
2025-08-20T20:13:28.0825011Z [00:02:14.454]➜  mkdir -p $WORK/b112/
2025-08-20T20:13:28.0825382Z [00:02:14.455]➜  cat >/tmp/go-build1455373295/b112/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0825853Z [00:02:14.455]➜  # import config
2025-08-20T20:13:28.0826211Z [00:02:14.455]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.0826521Z [00:02:14.455]➜  EOF
2025-08-20T20:13:28.0828328Z [00:02:14.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/tag=>golang.org/x/text@v0.25.0/internal/tag;$WORK/b112=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid kLLB-dG6JbOcTCJ1VyQA/kLLB-dG6JbOcTCJ1VyQA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/tag/tag.go
2025-08-20T20:13:28.0971313Z [00:02:14.469]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T20:13:28.0976867Z [00:02:14.470]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T20:13:28.0979481Z [00:02:14.470]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/d3/d3d494ea88771dd872f9df5fd4873d04e4195e6859a0d45933f9d7b56fce4d13-d # internal
2025-08-20T20:13:28.0980135Z [00:02:14.470]➜  encoding/binary
2025-08-20T20:13:28.0981343Z [00:02:14.470]➜  mkdir -p $WORK/b117/
2025-08-20T20:13:28.0982352Z [00:02:14.470]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/dd/dd776b78bc8fa7f35a9d6697cca0ba06aee459c61495a79ac6e2e6d8e43707d7-d # internal
2025-08-20T20:13:28.0984120Z [00:02:14.471]➜  github.com/kballard/go-shellquote
2025-08-20T20:13:28.0984489Z [00:02:14.471]➜  mkdir -p $WORK/b118/
2025-08-20T20:13:28.0984870Z [00:02:14.471]➜  cat >/tmp/go-build1455373295/b117/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0987282Z [00:02:14.471]➜  # import config
2025-08-20T20:13:28.0989772Z [00:02:14.471]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.0990304Z [00:02:14.471]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.0990728Z [00:02:14.471]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:28.0991150Z [00:02:14.471]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:28.0991852Z [00:02:14.471]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.0992341Z [00:02:14.472]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.0992653Z [00:02:14.472]➜  EOF
2025-08-20T20:13:28.0997694Z [00:02:14.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b117=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T20:13:28.0999601Z [00:02:14.472]➜  cat >/tmp/go-build1455373295/b118/importcfg << 'EOF' # internal
2025-08-20T20:13:28.0999955Z [00:02:14.472]➜  # import config
2025-08-20T20:13:28.1000291Z [00:02:14.472]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.1000726Z [00:02:14.472]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.1001198Z [00:02:14.472]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.1001646Z [00:02:14.472]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.1001978Z [00:02:14.472]➜  EOF
2025-08-20T20:13:28.1004840Z [00:02:14.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51=>github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51;$WORK/b118=>" -p github.com/kballard/go-shellquote -lang=go1.16 -complete -installsuffix shared -buildid ZwPzM4qET4DnJ0cgFWX1/ZwPzM4qET4DnJ0cgFWX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/doc.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/quote.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/unquote.go
2025-08-20T20:13:28.1008275Z [00:02:14.472]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T20:13:28.1116774Z [00:02:14.483]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T20:13:28.1118970Z [00:02:14.483]➜  fmt
2025-08-20T20:13:28.1119832Z [00:02:14.485]➜  mkdir -p $WORK/b055/
2025-08-20T20:13:28.1120459Z [00:02:14.485]➜  cat >/tmp/go-build1455373295/b055/importcfg << 'EOF' # internal
2025-08-20T20:13:28.1121276Z [00:02:14.485]➜  # import config
2025-08-20T20:13:28.1121824Z [00:02:14.485]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.1122835Z [00:02:14.485]➜  packagefile internal/fmtsort=/tmp/go-build1455373295/b056/_pkg_.a
2025-08-20T20:13:28.1123535Z [00:02:14.485]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.1124461Z [00:02:14.485]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:28.1125392Z [00:02:14.485]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.1126138Z [00:02:14.485]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:28.1126859Z [00:02:14.485]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.1127793Z [00:02:14.485]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.1128443Z [00:02:14.485]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.1129448Z [00:02:14.485]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.1130264Z [00:02:14.485]➜  EOF
2025-08-20T20:13:28.1132478Z [00:02:14.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b055=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T20:13:28.1149928Z [00:02:14.488]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T20:13:28.1160147Z [00:02:14.489]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/aa/aa3a5ebf8233508298033de37f0e30a5419ab454fe09287e9a7e6631533eb32a-d # internal
2025-08-20T20:13:28.1161528Z [00:02:14.489]➜  crypto/internal/sysrand
2025-08-20T20:13:28.1162061Z [00:02:14.489]➜  mkdir -p $WORK/b076/
2025-08-20T20:13:28.1173256Z [00:02:14.490]➜  cat >/tmp/go-build1455373295/b076/importcfg << 'EOF' # internal
2025-08-20T20:13:28.1173811Z [00:02:14.490]➜  # import config
2025-08-20T20:13:28.1174548Z [00:02:14.490]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.1176086Z [00:02:14.490]➜  packagefile internal/syscall/unix=/tmp/go-build1455373295/b065/_pkg_.a
2025-08-20T20:13:28.1176592Z [00:02:14.490]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:28.1177000Z [00:02:14.490]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.1177410Z [00:02:14.490]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.1177827Z [00:02:14.490]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.1178258Z [00:02:14.490]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:28.1178698Z [00:02:14.490]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:28.1179510Z [00:02:14.490]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.1179819Z [00:02:14.490]➜  EOF
2025-08-20T20:13:28.1181659Z [00:02:14.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b076=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T20:13:28.1363052Z [00:02:14.509]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:13:28.1371918Z [00:02:14.509]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b079/aes_arm64.o ./aes_arm64.s
2025-08-20T20:13:28.1379874Z [00:02:14.510]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T20:13:28.1389887Z [00:02:14.512]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T20:13:28.1391616Z [00:02:14.512]➜  crypto/internal/entropy
2025-08-20T20:13:28.1392357Z [00:02:14.512]➜  mkdir -p $WORK/b075/
2025-08-20T20:13:28.1397638Z [00:02:14.512]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b079/ctr_arm64.o ./ctr_arm64.s
2025-08-20T20:13:28.1407073Z [00:02:14.513]➜  cat >/tmp/go-build1455373295/b075/importcfg << 'EOF' # internal
2025-08-20T20:13:28.1408261Z [00:02:14.514]➜  # import config
2025-08-20T20:13:28.1409195Z [00:02:14.514]➜  packagefile crypto/internal/sysrand=/tmp/go-build1455373295/b076/_pkg_.a
2025-08-20T20:13:28.1410282Z [00:02:14.514]➜  EOF
2025-08-20T20:13:28.1410798Z [00:02:14.514]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.1413013Z [00:02:14.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b075=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T20:13:28.1432773Z [00:02:14.516]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T20:13:28.1434266Z [00:02:14.516]➜  go tool pack r $WORK/b079/_pkg_.a $WORK/b079/aes_arm64.o $WORK/b079/ctr_arm64.o # internal
2025-08-20T20:13:28.1436105Z [00:02:14.516]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T20:13:28.1447614Z [00:02:14.517]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T20:13:28.1452069Z [00:02:14.518]➜  path/filepath
2025-08-20T20:13:28.1452387Z [00:02:14.518]➜  mkdir -p $WORK/b106/
2025-08-20T20:13:28.1460010Z [00:02:14.519]➜  cat >/tmp/go-build1455373295/b106/importcfg << 'EOF' # internal
2025-08-20T20:13:28.1460984Z [00:02:14.519]➜  # import config
2025-08-20T20:13:28.1462513Z [00:02:14.519]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.1463182Z [00:02:14.519]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:28.1463829Z [00:02:14.519]➜  packagefile internal/filepathlite=/tmp/go-build1455373295/b061/_pkg_.a
2025-08-20T20:13:28.1465034Z [00:02:14.519]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:28.1465924Z [00:02:14.519]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.1466530Z [00:02:14.519]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.1468489Z [00:02:14.519]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.1468930Z [00:02:14.519]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.1469362Z [00:02:14.519]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:28.1469808Z [00:02:14.519]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.1470152Z [00:02:14.519]➜  EOF
2025-08-20T20:13:28.1470413Z [00:02:14.519]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.1472544Z [00:02:14.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b106=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T20:13:28.1539837Z [00:02:14.526]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T20:13:28.1543300Z [00:02:14.526]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T20:13:28.1550796Z [00:02:14.528]➜  crypto/internal/fips140/drbg
2025-08-20T20:13:28.1551462Z [00:02:14.528]➜  mkdir -p $WORK/b074/
2025-08-20T20:13:28.1557157Z [00:02:14.528]➜  cat >/tmp/go-build1455373295/b074/importcfg << 'EOF' # internal
2025-08-20T20:13:28.1566074Z [00:02:14.528]➜  # import config
2025-08-20T20:13:28.1566504Z [00:02:14.528]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.1567504Z [00:02:14.528]➜  packagefile crypto/internal/entropy=/tmp/go-build1455373295/b075/_pkg_.a
2025-08-20T20:13:28.1568750Z [00:02:14.528]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:28.1570031Z [00:02:14.528]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1455373295/b079/_pkg_.a
2025-08-20T20:13:28.1570899Z [00:02:14.528]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1455373295/b081/_pkg_.a
2025-08-20T20:13:28.1571996Z [00:02:14.528]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1455373295/b088/_pkg_.a
2025-08-20T20:13:28.1573889Z [00:02:14.528]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:28.1574569Z [00:02:14.528]➜  packagefile crypto/internal/randutil=/tmp/go-build1455373295/b090/_pkg_.a
2025-08-20T20:13:28.1575123Z [00:02:14.528]➜  packagefile crypto/internal/sysrand=/tmp/go-build1455373295/b076/_pkg_.a
2025-08-20T20:13:28.1577898Z [00:02:14.528]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.1578322Z [00:02:14.528]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.1578761Z [00:02:14.528]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:28.1579191Z [00:02:14.528]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.1579501Z [00:02:14.528]➜  EOF
2025-08-20T20:13:28.1581624Z [00:02:14.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b074=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T20:13:28.2103064Z [00:02:14.583]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T20:13:28.2111619Z [00:02:14.584]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T20:13:28.2116102Z [00:02:14.584]➜  crypto/internal/fips140only
2025-08-20T20:13:28.2116429Z [00:02:14.584]➜  mkdir -p $WORK/b073/
2025-08-20T20:13:28.2119073Z [00:02:14.585]➜  cat >/tmp/go-build1455373295/b073/importcfg << 'EOF' # internal
2025-08-20T20:13:28.2120472Z [00:02:14.585]➜  # import config
2025-08-20T20:13:28.2121278Z [00:02:14.585]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1455373295/b074/_pkg_.a
2025-08-20T20:13:28.2146756Z [00:02:14.585]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1455373295/b083/_pkg_.a
2025-08-20T20:13:28.2147969Z [00:02:14.585]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1455373295/b087/_pkg_.a
2025-08-20T20:13:28.2149217Z [00:02:14.585]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1455373295/b089/_pkg_.a
2025-08-20T20:13:28.2149985Z [00:02:14.585]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:28.2150738Z [00:02:14.585]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:28.2151756Z [00:02:14.585]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.2152433Z [00:02:14.585]➜  EOF
2025-08-20T20:13:28.2154500Z [00:02:14.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b073=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T20:13:28.2255734Z [00:02:14.598]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T20:13:28.2268241Z [00:02:14.599]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T20:13:28.2270799Z [00:02:14.600]➜  internal/sysinfo
2025-08-20T20:13:28.2271110Z [00:02:14.600]➜  mkdir -p $WORK/b126/
2025-08-20T20:13:28.2274530Z [00:02:14.600]➜  cat >/tmp/go-build1455373295/b126/importcfg << 'EOF' # internal
2025-08-20T20:13:28.2275091Z [00:02:14.600]➜  # import config
2025-08-20T20:13:28.2276204Z [00:02:14.600]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:28.2276887Z [00:02:14.600]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.2277915Z [00:02:14.600]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:28.2278642Z [00:02:14.600]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.2279617Z [00:02:14.600]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.2280559Z [00:02:14.600]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.2281459Z [00:02:14.600]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.2281780Z [00:02:14.600]➜  EOF
2025-08-20T20:13:28.2283494Z [00:02:14.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b126=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T20:13:28.2510035Z [00:02:14.624]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T20:13:28.2516820Z [00:02:14.624]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T20:13:28.2517541Z [00:02:14.624]➜  crypto/md5
2025-08-20T20:13:28.2519310Z [00:02:14.624]➜  mkdir -p $WORK/b070/
2025-08-20T20:13:28.2520074Z [00:02:14.624]➜  echo -n > $WORK/b070/go_asm.h # internal
2025-08-20T20:13:28.2520689Z [00:02:14.625]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:13:28.2522480Z [00:02:14.625]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b070/symabis ./md5block_arm64.s
2025-08-20T20:13:28.2559126Z [00:02:14.629]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T20:13:28.2590099Z [00:02:14.632]➜  cat >/tmp/go-build1455373295/b070/importcfg << 'EOF' # internal
2025-08-20T20:13:28.2591342Z [00:02:14.632]➜  # import config
2025-08-20T20:13:28.2592965Z [00:02:14.632]➜  packagefile crypto=/tmp/go-build1455373295/b071/_pkg_.a
2025-08-20T20:13:28.2593522Z [00:02:14.632]➜  packagefile crypto/internal/fips140only=/tmp/go-build1455373295/b073/_pkg_.a
2025-08-20T20:13:28.2594024Z [00:02:14.632]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.2594440Z [00:02:14.632]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:28.2594902Z [00:02:14.632]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:28.2595397Z [00:02:14.632]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:28.2595863Z [00:02:14.632]➜  EOF
2025-08-20T20:13:28.2596133Z [00:02:14.632]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.2598341Z [00:02:14.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b070=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b070/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack -asmhdr $WORK/b070/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T20:13:28.2605051Z [00:02:14.633]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T20:13:28.2626941Z [00:02:14.635]➜  golang.org/x/sys/unix
2025-08-20T20:13:28.2627671Z [00:02:14.635]➜  mkdir -p $WORK/b116/
2025-08-20T20:13:28.2628304Z [00:02:14.635]➜  echo -n > $WORK/b116/go_asm.h # internal
2025-08-20T20:13:28.2628938Z [00:02:14.635]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T20:13:28.2630483Z [00:02:14.635]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b116=>" -I $WORK/b116/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b116/symabis ./asm_linux_arm64.s
2025-08-20T20:13:28.2632408Z [00:02:14.635]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T20:13:28.2633226Z [00:02:14.636]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T20:13:28.2635211Z [00:02:14.636]➜  math/rand
2025-08-20T20:13:28.2636751Z [00:02:14.636]➜  mkdir -p $WORK/b127/
2025-08-20T20:13:28.2640427Z [00:02:14.637]➜  cat >/tmp/go-build1455373295/b127/importcfg << 'EOF' # internal
2025-08-20T20:13:28.2642041Z [00:02:14.637]➜  # import config
2025-08-20T20:13:28.2643546Z [00:02:14.637]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:28.2644081Z [00:02:14.637]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:28.2644511Z [00:02:14.637]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.2644967Z [00:02:14.637]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:28.2645300Z [00:02:14.637]➜  EOF
2025-08-20T20:13:28.2645562Z [00:02:14.637]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.2647706Z [00:02:14.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b127=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T20:13:28.2700274Z [00:02:14.643]➜  cat >/tmp/go-build1455373295/b116/importcfg << 'EOF' # internal
2025-08-20T20:13:28.2700718Z [00:02:14.643]➜  # import config
2025-08-20T20:13:28.2701071Z [00:02:14.643]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.2701543Z [00:02:14.643]➜  packagefile encoding/binary=/tmp/go-build1455373295/b117/_pkg_.a
2025-08-20T20:13:28.2702010Z [00:02:14.643]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:28.2702445Z [00:02:14.643]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.2702867Z [00:02:14.643]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.2703285Z [00:02:14.643]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.2703719Z [00:02:14.643]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.2704145Z [00:02:14.643]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.2704563Z [00:02:14.643]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.2704978Z [00:02:14.643]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:28.2705397Z [00:02:14.643]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.2706317Z [00:02:14.643]➜  EOF
2025-08-20T20:13:28.2726011Z [00:02:14.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b116=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid 508zEg2amFo41D7fqDSk/508zEg2amFo41D7fqDSk -goversion go1.25.0 -symabis $WORK/b116/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack -asmhdr $WORK/b116/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux_arm64.go
2025-08-20T20:13:28.3081449Z [00:02:14.681]➜  cd /root/.go/src/crypto/md5
2025-08-20T20:13:28.3082589Z [00:02:14.681]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b070/md5block_arm64.o ./md5block_arm64.s
2025-08-20T20:13:28.3134108Z [00:02:14.686]➜  go tool pack r $WORK/b070/_pkg_.a $WORK/b070/md5block_arm64.o # internal
2025-08-20T20:13:28.3152666Z [00:02:14.688]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T20:13:28.3153803Z [00:02:14.688]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T20:13:28.3170944Z [00:02:14.690]➜  atomicgo.dev/schedule
2025-08-20T20:13:28.3179242Z [00:02:14.690]➜  mkdir -p $WORK/b134/
2025-08-20T20:13:28.3179679Z [00:02:14.691]➜  cat >/tmp/go-build1455373295/b134/importcfg << 'EOF' # internal
2025-08-20T20:13:28.3180652Z [00:02:14.691]➜  # import config
2025-08-20T20:13:28.3181384Z [00:02:14.691]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.3181768Z [00:02:14.691]➜  EOF
2025-08-20T20:13:28.3182044Z [00:02:14.691]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.3183989Z [00:02:14.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/schedule@v0.1.0=>atomicgo.dev/schedule@v0.1.0;$WORK/b134=>" -p atomicgo.dev/schedule -lang=go1.18 -complete -installsuffix shared -buildid GFQvRKRuRz34hCHxh2xP/GFQvRKRuRz34hCHxh2xP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/go/pkg/mod/atomicgo.dev/schedule@v0.1.0/doc.go /root/go/pkg/mod/atomicgo.dev/schedule@v0.1.0/schedule.go
2025-08-20T20:13:28.3225828Z [00:02:14.695]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T20:13:28.3241191Z [00:02:14.697]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T20:13:28.3242739Z [00:02:14.697]➜  io/ioutil
2025-08-20T20:13:28.3243257Z [00:02:14.697]➜  mkdir -p $WORK/b138/
2025-08-20T20:13:28.3248698Z [00:02:14.697]➜  cat >/tmp/go-build1455373295/b138/importcfg << 'EOF' # internal
2025-08-20T20:13:28.3249274Z [00:02:14.697]➜  # import config
2025-08-20T20:13:28.3249635Z [00:02:14.697]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.3250239Z [00:02:14.697]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:28.3251012Z [00:02:14.697]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.3251427Z [00:02:14.697]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.3251855Z [00:02:14.697]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.3252175Z [00:02:14.697]➜  EOF
2025-08-20T20:13:28.3253714Z [00:02:14.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b138=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T20:13:28.3340031Z [00:02:14.707]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T20:13:28.3341556Z [00:02:14.707]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T20:13:28.3342520Z [00:02:14.707]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/b4/b40ce88cb54bb0fb76165c736d5f2437c32e4b9ecff3f5756a712c6faa94e551-d # internal
2025-08-20T20:13:28.3344104Z [00:02:14.707]➜  regexp/syntax
2025-08-20T20:13:28.3345616Z [00:02:14.707]➜  mkdir -p $WORK/b142/
2025-08-20T20:13:28.3346898Z [00:02:14.707]➜  cat >/tmp/go-build1455373295/b142/importcfg << 'EOF' # internal
2025-08-20T20:13:28.3347314Z [00:02:14.707]➜  # import config
2025-08-20T20:13:28.3347664Z [00:02:14.707]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.3348099Z [00:02:14.707]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.3348523Z [00:02:14.707]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.3348973Z [00:02:14.707]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.3349398Z [00:02:14.707]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.3349818Z [00:02:14.707]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:28.3350278Z [00:02:14.707]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.3350613Z [00:02:14.707]➜  EOF
2025-08-20T20:13:28.3353393Z [00:02:14.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b142=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T20:13:28.3388357Z [00:02:14.710]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T20:13:28.3389110Z [00:02:14.710]➜  github.com/ayoisaiah/f2/v2/internal/apperr
2025-08-20T20:13:28.3389435Z [00:02:14.710]➜  mkdir -p $WORK/b068/
2025-08-20T20:13:28.3389812Z [00:02:14.710]➜  cat >/tmp/go-build1455373295/b068/importcfg << 'EOF' # internal
2025-08-20T20:13:28.3390165Z [00:02:14.710]➜  # import config
2025-08-20T20:13:28.3390497Z [00:02:14.710]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.3390811Z [00:02:14.710]➜  EOF
2025-08-20T20:13:28.3392649Z [00:02:14.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/apperr=>github.com/ayoisaiah/f2/v2/internal/apperr;$WORK/b068=>" -p github.com/ayoisaiah/f2/v2/internal/apperr -lang=go1.25 -complete -installsuffix shared -buildid x9oZGGe7eTMjw40tOR6P/x9oZGGe7eTMjw40tOR6P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/apperr/apperr.go
2025-08-20T20:13:28.3505529Z [00:02:14.723]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T20:13:28.3507233Z [00:02:14.723]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/75/750e992f6f721223eb8c83309d71585ea1a94417b7a905df38fbcc55458082c1-d # internal
2025-08-20T20:13:28.3508212Z [00:02:14.723]➜  encoding/json
2025-08-20T20:13:28.3508476Z [00:02:14.723]➜  mkdir -p $WORK/b096/
2025-08-20T20:13:28.3529345Z [00:02:14.726]➜  cat >/tmp/go-build1455373295/b096/importcfg << 'EOF' # internal
2025-08-20T20:13:28.3529738Z [00:02:14.726]➜  # import config
2025-08-20T20:13:28.3530328Z [00:02:14.726]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.3530887Z [00:02:14.726]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:28.3531503Z [00:02:14.726]➜  packagefile encoding=/tmp/go-build1455373295/b095/_pkg_.a
2025-08-20T20:13:28.3532108Z [00:02:14.726]➜  packagefile encoding/base64=/tmp/go-build1455373295/b097/_pkg_.a
2025-08-20T20:13:28.3532687Z [00:02:14.726]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.3533247Z [00:02:14.726]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.3533758Z [00:02:14.726]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.3534309Z [00:02:14.726]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:28.3534873Z [00:02:14.726]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:28.3535447Z [00:02:14.726]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.3536168Z [00:02:14.726]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.3536748Z [00:02:14.726]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.3537295Z [00:02:14.726]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.3537851Z [00:02:14.726]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:28.3538431Z [00:02:14.726]➜  packagefile unicode/utf16=/tmp/go-build1455373295/b098/_pkg_.a
2025-08-20T20:13:28.3539040Z [00:02:14.726]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.3539499Z [00:02:14.726]➜  EOF
2025-08-20T20:13:28.3542380Z [00:02:14.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b096=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T20:13:28.3637114Z [00:02:14.736]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T20:13:28.3644223Z [00:02:14.737]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T20:13:28.3644871Z [00:02:14.737]➜  net/url
2025-08-20T20:13:28.3646011Z [00:02:14.737]➜  mkdir -p $WORK/b105/
2025-08-20T20:13:28.3647778Z [00:02:14.737]➜  cat >/tmp/go-build1455373295/b105/importcfg << 'EOF' # internal
2025-08-20T20:13:28.3649413Z [00:02:14.737]➜  # import config
2025-08-20T20:13:28.3651240Z [00:02:14.737]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.3653005Z [00:02:14.737]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.3654710Z [00:02:14.737]➜  packagefile maps=/tmp/go-build1455373295/b104/_pkg_.a
2025-08-20T20:13:28.3655143Z [00:02:14.737]➜  packagefile path=/tmp/go-build1455373295/b063/_pkg_.a
2025-08-20T20:13:28.3655565Z [00:02:14.737]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:28.3656117Z [00:02:14.737]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.3656549Z [00:02:14.737]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.3657280Z [00:02:14.737]➜  EOF
2025-08-20T20:13:28.3658638Z [00:02:14.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b105=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T20:13:28.4729906Z [00:02:14.844]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T20:13:28.4730714Z [00:02:14.846]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T20:13:28.4736683Z [00:02:14.846]➜  text/template/parse
2025-08-20T20:13:28.4737551Z [00:02:14.846]➜  mkdir -p $WORK/b107/
2025-08-20T20:13:28.4739513Z [00:02:14.847]➜  cat >/tmp/go-build1455373295/b107/importcfg << 'EOF' # internal
2025-08-20T20:13:28.4739957Z [00:02:14.847]➜  # import config
2025-08-20T20:13:28.4740306Z [00:02:14.847]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.4740722Z [00:02:14.847]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.4741142Z [00:02:14.847]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.4741572Z [00:02:14.847]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.4742013Z [00:02:14.847]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.4742442Z [00:02:14.847]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:28.4742888Z [00:02:14.847]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.4743222Z [00:02:14.847]➜  EOF
2025-08-20T20:13:28.4748870Z [00:02:14.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b107=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T20:13:28.4915852Z [00:02:14.864]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T20:13:28.4935568Z [00:02:14.866]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T20:13:28.4939815Z [00:02:14.866]➜  golang.org/x/text/internal/language
2025-08-20T20:13:28.4940189Z [00:02:14.867]➜  mkdir -p $WORK/b111/
2025-08-20T20:13:28.4942132Z [00:02:14.867]➜  cat >/tmp/go-build1455373295/b111/importcfg << 'EOF' # internal
2025-08-20T20:13:28.4942957Z [00:02:14.867]➜  # import config
2025-08-20T20:13:28.4943630Z [00:02:14.867]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.4944556Z [00:02:14.867]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.4945037Z [00:02:14.867]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.4945564Z [00:02:14.867]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1455373295/b112/_pkg_.a
2025-08-20T20:13:28.4946248Z [00:02:14.867]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.4946676Z [00:02:14.867]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.4947128Z [00:02:14.867]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.4947445Z [00:02:14.867]➜  EOF
2025-08-20T20:13:28.4951706Z [00:02:14.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language=>golang.org/x/text@v0.25.0/internal/language;$WORK/b111=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid H-n_GctL12kaDU5gEVSg/H-n_GctL12kaDU5gEVSg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/tags.go
2025-08-20T20:13:28.7131951Z [00:02:15.086]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T20:13:28.7156912Z [00:02:15.088]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T20:13:28.7214679Z [00:02:15.094]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/23/23ddb42cdb7c7664f05c0dd0c04b84d37d1ed8a525064c7933ed1a133e0947a3-d # internal
2025-08-20T20:13:28.7230687Z [00:02:15.096]➜  golang.org/x/text/internal/language/compact
2025-08-20T20:13:28.7231098Z [00:02:15.096]➜  mkdir -p $WORK/b113/
2025-08-20T20:13:28.7236741Z [00:02:15.096]➜  cat >/tmp/go-build1455373295/b113/importcfg << 'EOF' # internal
2025-08-20T20:13:28.7237755Z [00:02:15.096]➜  # import config
2025-08-20T20:13:28.7243221Z [00:02:15.096]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1455373295/b111/_pkg_.a
2025-08-20T20:13:28.7244227Z [00:02:15.096]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.7244713Z [00:02:15.096]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.7245037Z [00:02:15.096]➜  EOF
2025-08-20T20:13:28.7248752Z [00:02:15.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact=>golang.org/x/text@v0.25.0/internal/language/compact;$WORK/b113=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid Jc3gyn2miFQ_byy4kiph/Jc3gyn2miFQ_byy4kiph -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/language/compact/tags.go
2025-08-20T20:13:28.7251993Z [00:02:15.098]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T20:13:28.7321709Z [00:02:15.105]➜  text/template
2025-08-20T20:13:28.7322032Z [00:02:15.105]➜  mkdir -p $WORK/b103/
2025-08-20T20:13:28.7325505Z [00:02:15.105]➜  cat >/tmp/go-build1455373295/b103/importcfg << 'EOF' # internal
2025-08-20T20:13:28.7329119Z [00:02:15.105]➜  # import config
2025-08-20T20:13:28.7329821Z [00:02:15.105]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.7330413Z [00:02:15.105]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.7331171Z [00:02:15.105]➜  packagefile internal/fmtsort=/tmp/go-build1455373295/b056/_pkg_.a
2025-08-20T20:13:28.7333040Z [00:02:15.105]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.7333555Z [00:02:15.105]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:28.7333980Z [00:02:15.105]➜  packagefile maps=/tmp/go-build1455373295/b104/_pkg_.a
2025-08-20T20:13:28.7334406Z [00:02:15.105]➜  packagefile net/url=/tmp/go-build1455373295/b105/_pkg_.a
2025-08-20T20:13:28.7334821Z [00:02:15.105]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.7335225Z [00:02:15.105]➜  packagefile path=/tmp/go-build1455373295/b063/_pkg_.a
2025-08-20T20:13:28.7336233Z [00:02:15.105]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:28.7336691Z [00:02:15.105]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:28.7337122Z [00:02:15.105]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.7337571Z [00:02:15.105]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.7338001Z [00:02:15.105]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.7338468Z [00:02:15.105]➜  packagefile text/template/parse=/tmp/go-build1455373295/b107/_pkg_.a
2025-08-20T20:13:28.7338941Z [00:02:15.105]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:28.7339389Z [00:02:15.106]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.7339722Z [00:02:15.106]➜  EOF
2025-08-20T20:13:28.7341872Z [00:02:15.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b103=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T20:13:28.8021886Z [00:02:15.175]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T20:13:28.8045533Z [00:02:15.177]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/07/07883f0fe317b5b1dac2d8f08879c75d4265b8f3f9c33d5f095622858e1288c9-d # internal
2025-08-20T20:13:28.8053119Z [00:02:15.178]➜  golang.org/x/text/language
2025-08-20T20:13:28.8054426Z [00:02:15.178]➜  mkdir -p $WORK/b110/
2025-08-20T20:13:28.8060893Z [00:02:15.179]➜  cat >/tmp/go-build1455373295/b110/importcfg << 'EOF' # internal
2025-08-20T20:13:28.8062423Z [00:02:15.179]➜  # import config
2025-08-20T20:13:28.8062822Z [00:02:15.179]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.8063280Z [00:02:15.179]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.8063817Z [00:02:15.179]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1455373295/b111/_pkg_.a
2025-08-20T20:13:28.8064882Z [00:02:15.179]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1455373295/b113/_pkg_.a
2025-08-20T20:13:28.8065515Z [00:02:15.179]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.8066150Z [00:02:15.179]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.8066590Z [00:02:15.179]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.8066907Z [00:02:15.179]➜  EOF
2025-08-20T20:13:28.8069998Z [00:02:15.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/language=>golang.org/x/text@v0.25.0/language;$WORK/b110=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid Cdyn73Tvj75MipbLxrQm/Cdyn73Tvj75MipbLxrQm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/language/tags.go
2025-08-20T20:13:28.8240124Z [00:02:15.197]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T20:13:28.8296192Z [00:02:15.202]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T20:13:28.8300306Z [00:02:15.203]➜  github.com/BurntSushi/toml
2025-08-20T20:13:28.8300617Z [00:02:15.203]➜  mkdir -p $WORK/b094/
2025-08-20T20:13:28.8303877Z [00:02:15.203]➜  cat >/tmp/go-build1455373295/b094/importcfg << 'EOF' # internal
2025-08-20T20:13:28.8304554Z [00:02:15.203]➜  # import config
2025-08-20T20:13:28.8306460Z [00:02:15.203]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:28.8306945Z [00:02:15.203]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.8307414Z [00:02:15.203]➜  packagefile encoding=/tmp/go-build1455373295/b095/_pkg_.a
2025-08-20T20:13:28.8307877Z [00:02:15.203]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:28.8308324Z [00:02:15.203]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.8308751Z [00:02:15.203]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.8309278Z [00:02:15.203]➜  packagefile github.com/BurntSushi/toml/internal=/tmp/go-build1455373295/b099/_pkg_.a
2025-08-20T20:13:28.8309821Z [00:02:15.203]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.8310233Z [00:02:15.203]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:28.8310652Z [00:02:15.203]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:28.8311055Z [00:02:15.203]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.8311479Z [00:02:15.203]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:28.8311912Z [00:02:15.203]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.8312334Z [00:02:15.203]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.8312752Z [00:02:15.203]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.8313179Z [00:02:15.203]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.8313597Z [00:02:15.203]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:28.8314019Z [00:02:15.203]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.8314443Z [00:02:15.203]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:28.8314889Z [00:02:15.203]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.8315224Z [00:02:15.203]➜  EOF
2025-08-20T20:13:28.8319525Z [00:02:15.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0=>github.com/BurntSushi/toml@v1.5.0;$WORK/b094=>" -p github.com/BurntSushi/toml -lang=go1.18 -complete -installsuffix shared -buildid p6ZphFbZTXp96hajTXH1/p6ZphFbZTXp96hajTXH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/decode.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/deprecated.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/doc.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/encode.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/error.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/lex.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/meta.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/parse.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/type_fields.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/type_toml.go
2025-08-20T20:13:28.9314708Z [00:02:15.304]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T20:13:28.9335803Z [00:02:15.306]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/c3/c35685d52f66157f985a244f1e2be4d26076b6d88de5752bc3341668d9ea07fc-d # internal
2025-08-20T20:13:28.9337887Z [00:02:15.306]➜  github.com/nicksnyder/go-i18n/v2/internal/plural
2025-08-20T20:13:28.9339205Z [00:02:15.307]➜  mkdir -p $WORK/b109/
2025-08-20T20:13:28.9345050Z [00:02:15.307]➜  cat >/tmp/go-build1455373295/b109/importcfg << 'EOF' # internal
2025-08-20T20:13:28.9345574Z [00:02:15.307]➜  # import config
2025-08-20T20:13:28.9346348Z [00:02:15.307]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.9346856Z [00:02:15.307]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:28.9347357Z [00:02:15.307]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.9347789Z [00:02:15.307]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.9348107Z [00:02:15.307]➜  EOF
2025-08-20T20:13:28.9370941Z [00:02:15.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural=>github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural;$WORK/b109=>" -p github.com/nicksnyder/go-i18n/v2/internal/plural -lang=go1.23 -complete -installsuffix shared -buildid 5xGPrn3LZz5UY8jLOCVZ/5xGPrn3LZz5UY8jLOCVZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural/doc.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural/form.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural/operands.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural/rule.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural/rule_gen.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/plural/rules.go
2025-08-20T20:13:28.9640629Z [00:02:15.337]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T20:13:28.9646378Z [00:02:15.337]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b116=>" -I $WORK/b116/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b116/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T20:13:28.9667428Z [00:02:15.339]➜  go tool pack r $WORK/b116/_pkg_.a $WORK/b116/asm_linux_arm64.o # internal
2025-08-20T20:13:28.9667978Z [00:02:15.339]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T20:13:28.9752178Z [00:02:15.348]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/f1/f1cd69497f884330de342f2b0d884e2cc8340d801891a97bc02c10ddc7634b66-d # internal
2025-08-20T20:13:28.9753994Z [00:02:15.348]➜  github.com/jessevdk/go-flags
2025-08-20T20:13:28.9755164Z [00:02:15.348]➜  mkdir -p $WORK/b115/
2025-08-20T20:13:28.9779571Z [00:02:15.351]➜  cat >/tmp/go-build1455373295/b115/importcfg << 'EOF' # internal
2025-08-20T20:13:28.9781143Z [00:02:15.351]➜  # import config
2025-08-20T20:13:28.9783915Z [00:02:15.351]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:28.9784369Z [00:02:15.351]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:28.9784795Z [00:02:15.351]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:28.9785210Z [00:02:15.351]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:28.9785794Z [00:02:15.351]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1455373295/b116/_pkg_.a
2025-08-20T20:13:28.9786334Z [00:02:15.351]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:28.9786729Z [00:02:15.351]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:28.9787134Z [00:02:15.351]➜  packagefile path=/tmp/go-build1455373295/b063/_pkg_.a
2025-08-20T20:13:28.9787576Z [00:02:15.351]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:28.9788060Z [00:02:15.351]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:28.9788499Z [00:02:15.351]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:28.9788915Z [00:02:15.351]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:28.9789335Z [00:02:15.351]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:28.9789760Z [00:02:15.351]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:28.9790179Z [00:02:15.351]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:28.9790959Z [00:02:15.351]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:28.9791295Z [00:02:15.351]➜  EOF
2025-08-20T20:13:28.9791558Z [00:02:15.351]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:28.9797022Z [00:02:15.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1=>github.com/jessevdk/go-flags@v1.6.1;$WORK/b115=>" -p github.com/jessevdk/go-flags -lang=go1.20 -complete -installsuffix shared -buildid BVcB86EWIEgzNmd0LovL/BVcB86EWIEgzNmd0LovL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/arg.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/closest.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/command.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/completion.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/convert.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/error.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/flags.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/group.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/help.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/ini.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/man.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/multitag.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/option.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/optstyle_other.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/parser.go /root/go/pkg/mod/github.com/jessevdk/go-flags@v1.6.1/termsize.go
2025-08-20T20:13:29.0812388Z [00:02:15.454]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T20:13:29.0837043Z [00:02:15.456]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T20:13:29.0845582Z [00:02:15.456]➜  github.com/nicksnyder/go-i18n/v2/i18n/template
2025-08-20T20:13:29.0846188Z [00:02:15.456]➜  mkdir -p $WORK/b102/
2025-08-20T20:13:29.0846572Z [00:02:15.456]➜  cat >/tmp/go-build1455373295/b102/importcfg << 'EOF' # internal
2025-08-20T20:13:29.0846920Z [00:02:15.456]➜  # import config
2025-08-20T20:13:29.0847255Z [00:02:15.456]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.0847681Z [00:02:15.456]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.0848431Z [00:02:15.456]➜  packagefile text/template=/tmp/go-build1455373295/b103/_pkg_.a
2025-08-20T20:13:29.0848834Z [00:02:15.456]➜  EOF
2025-08-20T20:13:29.0851544Z [00:02:15.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/template=>github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/template;$WORK/b102=>" -p github.com/nicksnyder/go-i18n/v2/i18n/template -lang=go1.23 -complete -installsuffix shared -buildid yAN1VsjucAvz0R2gNAEm/yAN1VsjucAvz0R2gNAEm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/template/identity_parser.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/template/parser.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/template/text_parser.go
2025-08-20T20:13:29.1062485Z [00:02:15.479]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T20:13:29.1076851Z [00:02:15.479]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/e1/e172480fc53e803317a034363ec1b003b62fa3d6ac2b7659e9b5ebb930cdfb36-d # internal
2025-08-20T20:13:29.1077646Z [00:02:15.479]➜  github.com/nicksnyder/go-i18n/v2/internal
2025-08-20T20:13:29.1077977Z [00:02:15.479]➜  mkdir -p $WORK/b108/
2025-08-20T20:13:29.1078349Z [00:02:15.480]➜  cat >/tmp/go-build1455373295/b108/importcfg << 'EOF' # internal
2025-08-20T20:13:29.1078699Z [00:02:15.480]➜  # import config
2025-08-20T20:13:29.1079200Z [00:02:15.480]➜  packagefile github.com/nicksnyder/go-i18n/v2/i18n/template=/tmp/go-build1455373295/b102/_pkg_.a
2025-08-20T20:13:29.1080094Z [00:02:15.480]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.1080406Z [00:02:15.480]➜  EOF
2025-08-20T20:13:29.1083271Z [00:02:15.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal=>github.com/nicksnyder/go-i18n/v2@v2.6.0/internal;$WORK/b108=>" -p github.com/nicksnyder/go-i18n/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid 1fNgQfQo-aqXV5AgFngB/1fNgQfQo-aqXV5AgFngB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/internal/template.go
2025-08-20T20:13:29.1181716Z [00:02:15.491]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T20:13:29.1187316Z [00:02:15.491]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/59/59f5fce68a9be3f7b2caf0aa99507b356f1c3056585ab9e8451a5ca7ec8339a4-d # internal
2025-08-20T20:13:29.1188740Z [00:02:15.491]➜  github.com/mattn/go-isatty
2025-08-20T20:13:29.1189784Z [00:02:15.491]➜  mkdir -p $WORK/b119/
2025-08-20T20:13:29.1190195Z [00:02:15.491]➜  cat >/tmp/go-build1455373295/b119/importcfg << 'EOF' # internal
2025-08-20T20:13:29.1190543Z [00:02:15.491]➜  # import config
2025-08-20T20:13:29.1190937Z [00:02:15.491]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1455373295/b116/_pkg_.a
2025-08-20T20:13:29.1191299Z [00:02:15.491]➜  EOF
2025-08-20T20:13:29.1193260Z [00:02:15.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b119=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid _l5qKbdWUHYE4qjWttXE/_l5qKbdWUHYE4qjWttXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T20:13:29.1243263Z [00:02:15.497]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T20:13:29.1258488Z [00:02:15.498]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/d1/d125873bb1224ee4f2f1a3c2d3875af445210702e1d5f878d268afdae00f53f8-d # internal
2025-08-20T20:13:29.1320712Z [00:02:15.505]➜  github.com/nicksnyder/go-i18n/v2/i18n
2025-08-20T20:13:29.1349046Z [00:02:15.507]➜  mkdir -p $WORK/b101/
2025-08-20T20:13:29.1355165Z [00:02:15.508]➜  cat >/tmp/go-build1455373295/b101/importcfg << 'EOF' # internal
2025-08-20T20:13:29.1355920Z [00:02:15.508]➜  # import config
2025-08-20T20:13:29.1356494Z [00:02:15.508]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:29.1357100Z [00:02:15.508]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.1357652Z [00:02:15.508]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.1358344Z [00:02:15.508]➜  packagefile github.com/nicksnyder/go-i18n/v2/i18n/template=/tmp/go-build1455373295/b102/_pkg_.a
2025-08-20T20:13:29.1359176Z [00:02:15.508]➜  packagefile github.com/nicksnyder/go-i18n/v2/internal=/tmp/go-build1455373295/b108/_pkg_.a
2025-08-20T20:13:29.1359999Z [00:02:15.508]➜  packagefile github.com/nicksnyder/go-i18n/v2/internal/plural=/tmp/go-build1455373295/b109/_pkg_.a
2025-08-20T20:13:29.1360762Z [00:02:15.508]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:29.1361396Z [00:02:15.508]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:29.1361937Z [00:02:15.508]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.1362476Z [00:02:15.508]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:29.1363031Z [00:02:15.508]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.1363615Z [00:02:15.508]➜  packagefile text/template=/tmp/go-build1455373295/b103/_pkg_.a
2025-08-20T20:13:29.1364081Z [00:02:15.508]➜  EOF
2025-08-20T20:13:29.1368178Z [00:02:15.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n=>github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n;$WORK/b101=>" -p github.com/nicksnyder/go-i18n/v2/i18n -lang=go1.23 -complete -installsuffix shared -buildid h54RViPbq7yH6rJl5q67/h54RViPbq7yH6rJl5q67 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/bundle.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/bundlefs.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/doc.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/localizer.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/message.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/message_template.go /root/go/pkg/mod/github.com/nicksnyder/go-i18n/v2@v2.6.0/i18n/parse.go
2025-08-20T20:13:29.1396711Z [00:02:15.510]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T20:13:29.1399256Z [00:02:15.510]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/03/03b3ceae161fe98aeebed044fe28e724a9a23734b875683dff6273713c1ae4aa-d # internal
2025-08-20T20:13:29.1400230Z [00:02:15.510]➜  log
2025-08-20T20:13:29.1400523Z [00:02:15.510]➜  mkdir -p $WORK/b122/
2025-08-20T20:13:29.1400907Z [00:02:15.511]➜  cat >/tmp/go-build1455373295/b122/importcfg << 'EOF' # internal
2025-08-20T20:13:29.1401258Z [00:02:15.511]➜  # import config
2025-08-20T20:13:29.1401607Z [00:02:15.511]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.1402014Z [00:02:15.511]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.1402457Z [00:02:15.511]➜  packagefile log/internal=/tmp/go-build1455373295/b123/_pkg_.a
2025-08-20T20:13:29.1402890Z [00:02:15.511]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.1403306Z [00:02:15.511]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.1403737Z [00:02:15.511]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.1404176Z [00:02:15.511]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:29.1404608Z [00:02:15.511]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.1404918Z [00:02:15.511]➜  EOF
2025-08-20T20:13:29.1406582Z [00:02:15.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b122=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/log/log.go
2025-08-20T20:13:29.1926988Z [00:02:15.563]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T20:13:29.1985050Z [00:02:15.571]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/85/852f9e321b435b482676b24ac04fa05fa848dc61269a62c3697f333fb94d9a84-d # internal
2025-08-20T20:13:29.1998383Z [00:02:15.572]➜  flag
2025-08-20T20:13:29.1999706Z [00:02:15.573]➜  mkdir -p $WORK/b125/
2025-08-20T20:13:29.2003082Z [00:02:15.573]➜  cat >/tmp/go-build1455373295/b125/importcfg << 'EOF' # internal
2025-08-20T20:13:29.2007450Z [00:02:15.573]➜  # import config
2025-08-20T20:13:29.2007882Z [00:02:15.573]➜  packagefile encoding=/tmp/go-build1455373295/b095/_pkg_.a
2025-08-20T20:13:29.2008322Z [00:02:15.573]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.2008764Z [00:02:15.573]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.2009170Z [00:02:15.573]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.2009570Z [00:02:15.573]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.2009982Z [00:02:15.573]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:29.2010414Z [00:02:15.573]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.2010836Z [00:02:15.573]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.2011754Z [00:02:15.573]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.2012183Z [00:02:15.573]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.2012600Z [00:02:15.573]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.2012906Z [00:02:15.573]➜  EOF
2025-08-20T20:13:29.2014211Z [00:02:15.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b125=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T20:13:29.2137183Z [00:02:15.586]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T20:13:29.2165894Z [00:02:15.589]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/87/8797e83cdc136ce5fd7318ea0e8ba2ea8d18e571fcab7f50fb50ea914556ee80-d # internal
2025-08-20T20:13:29.2202214Z [00:02:15.593]➜  github.com/ayoisaiah/f2/v2/internal/localize
2025-08-20T20:13:29.2202675Z [00:02:15.593]➜  mkdir -p $WORK/b092/
2025-08-20T20:13:29.2209457Z [00:02:15.594]➜  cat >/tmp/go-build1455373295/b092/importcfg << 'EOF' # internal
2025-08-20T20:13:29.2213877Z [00:02:15.594]➜  # import config
2025-08-20T20:13:29.2214235Z [00:02:15.594]➜  packagefile embed=/tmp/go-build1455373295/b093/_pkg_.a
2025-08-20T20:13:29.2214682Z [00:02:15.594]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.2215180Z [00:02:15.594]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build1455373295/b094/_pkg_.a
2025-08-20T20:13:29.2215869Z [00:02:15.594]➜  packagefile github.com/nicksnyder/go-i18n/v2/i18n=/tmp/go-build1455373295/b101/_pkg_.a
2025-08-20T20:13:29.2216517Z [00:02:15.594]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:29.2216995Z [00:02:15.594]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.2217428Z [00:02:15.594]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.2217745Z [00:02:15.594]➜  EOF
2025-08-20T20:13:29.2218068Z [00:02:15.594]➜  cat >/tmp/go-build1455373295/b092/embedcfg << 'EOF' # internal
2025-08-20T20:13:29.2218389Z [00:02:15.594]➜  {
2025-08-20T20:13:29.2218596Z [00:02:15.594]➜  	"Patterns": {
2025-08-20T20:13:29.2218837Z [00:02:15.594]➜  		"all:i18n": [
2025-08-20T20:13:29.2219081Z [00:02:15.594]➜  			"i18n/de.toml",
2025-08-20T20:13:29.2219687Z [00:02:15.594]➜  			"i18n/en.toml",
2025-08-20T20:13:29.2220016Z [00:02:15.594]➜  			"i18n/es.toml",
2025-08-20T20:13:29.2220263Z [00:02:15.594]➜  			"i18n/fr.toml",
2025-08-20T20:13:29.2220509Z [00:02:15.594]➜  			"i18n/pt.toml",
2025-08-20T20:13:29.2220757Z [00:02:15.594]➜  			"i18n/ru.toml",
2025-08-20T20:13:29.2220999Z [00:02:15.594]➜  			"i18n/zh.toml"
2025-08-20T20:13:29.2221225Z [00:02:15.594]➜  		]
2025-08-20T20:13:29.2221422Z [00:02:15.594]➜  	},
2025-08-20T20:13:29.2221632Z [00:02:15.594]➜  	"Files": {
2025-08-20T20:13:29.2222052Z [00:02:15.594]➜  		"i18n/de.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/de.toml",
2025-08-20T20:13:29.2222603Z [00:02:15.594]➜  		"i18n/en.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/en.toml",
2025-08-20T20:13:29.2223147Z [00:02:15.594]➜  		"i18n/es.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/es.toml",
2025-08-20T20:13:29.2223699Z [00:02:15.594]➜  		"i18n/fr.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/fr.toml",
2025-08-20T20:13:29.2224250Z [00:02:15.594]➜  		"i18n/pt.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/pt.toml",
2025-08-20T20:13:29.2224795Z [00:02:15.594]➜  		"i18n/ru.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/ru.toml",
2025-08-20T20:13:29.2225335Z [00:02:15.594]➜  		"i18n/zh.toml": "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/zh.toml"
2025-08-20T20:13:29.2225889Z [00:02:15.594]➜  	}
2025-08-20T20:13:29.2226137Z [00:02:15.594]➜  }EOF
2025-08-20T20:13:29.2228497Z [00:02:15.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize=>github.com/ayoisaiah/f2/v2/internal/localize;$WORK/b092=>" -p github.com/ayoisaiah/f2/v2/internal/localize -lang=go1.25 -complete -installsuffix shared -buildid 8VcJnzdWMxpps4Ia4T_m/8VcJnzdWMxpps4Ia4T_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -embedcfg $WORK/b092/embedcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/localize.go
2025-08-20T20:13:29.2250577Z [00:02:15.598]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T20:13:29.2260893Z [00:02:15.599]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T20:13:29.2270830Z [00:02:15.599]➜  runtime/debug
2025-08-20T20:13:29.2271139Z [00:02:15.599]➜  mkdir -p $WORK/b128/
2025-08-20T20:13:29.2271456Z [00:02:15.599]➜  echo -n > $WORK/b128/go_asm.h # internal
2025-08-20T20:13:29.2271802Z [00:02:15.599]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:13:29.2272823Z [00:02:15.599]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b128/symabis ./debug.s
2025-08-20T20:13:29.2391972Z [00:02:15.612]➜  cat >/tmp/go-build1455373295/b128/importcfg << 'EOF' # internal
2025-08-20T20:13:29.2395050Z [00:02:15.612]➜  # import config
2025-08-20T20:13:29.2395510Z [00:02:15.612]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.2397105Z [00:02:15.612]➜  packagefile internal/poll=/tmp/go-build1455373295/b064/_pkg_.a
2025-08-20T20:13:29.2397582Z [00:02:15.612]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.2398014Z [00:02:15.612]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.2398443Z [00:02:15.612]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.2398887Z [00:02:15.612]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.2399316Z [00:02:15.612]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.2399737Z [00:02:15.612]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.2400047Z [00:02:15.612]➜  EOF
2025-08-20T20:13:29.2400311Z [00:02:15.612]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:29.2402701Z [00:02:15.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b128=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b128/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack -asmhdr $WORK/b128/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T20:13:29.2548811Z [00:02:15.627]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T20:13:29.2555802Z [00:02:15.628]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/13/13aa7e9656353faaa157f9d6375dc07539015b2f3e00576b34544be267527a51-d # internal
2025-08-20T20:13:29.2559093Z [00:02:15.628]➜  runtime/trace
2025-08-20T20:13:29.2559468Z [00:02:15.628]➜  mkdir -p $WORK/b129/
2025-08-20T20:13:29.2559866Z [00:02:15.629]➜  cat >/tmp/go-build1455373295/b129/importcfg << 'EOF' # internal
2025-08-20T20:13:29.2560236Z [00:02:15.629]➜  # import config
2025-08-20T20:13:29.2560584Z [00:02:15.629]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:29.2561015Z [00:02:15.629]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.2561429Z [00:02:15.629]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.2561906Z [00:02:15.629]➜  packagefile internal/trace/tracev2=/tmp/go-build1455373295/b032/_pkg_.a
2025-08-20T20:13:29.2562366Z [00:02:15.629]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.2563277Z [00:02:15.629]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.2563708Z [00:02:15.629]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.2564123Z [00:02:15.629]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.2564555Z [00:02:15.629]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:29.2564996Z [00:02:15.629]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.2565305Z [00:02:15.629]➜  EOF
2025-08-20T20:13:29.2567829Z [00:02:15.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b129=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T20:13:29.2958793Z [00:02:15.665]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T20:13:29.2969656Z [00:02:15.669]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/27/2749e850e28816deabb6179346b5fc4a2f018fc0fc7b3fcd150ba531f1966d59-d # internal
2025-08-20T20:13:29.2975940Z [00:02:15.670]➜  github.com/containerd/console
2025-08-20T20:13:29.2979208Z [00:02:15.670]➜  mkdir -p $WORK/b133/
2025-08-20T20:13:29.2979624Z [00:02:15.670]➜  cat >/tmp/go-build1455373295/b133/importcfg << 'EOF' # internal
2025-08-20T20:13:29.2979972Z [00:02:15.670]➜  # import config
2025-08-20T20:13:29.2980314Z [00:02:15.670]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.2980733Z [00:02:15.670]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.2981220Z [00:02:15.670]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1455373295/b116/_pkg_.a
2025-08-20T20:13:29.2981678Z [00:02:15.670]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.2982081Z [00:02:15.670]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.2982484Z [00:02:15.670]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.2982790Z [00:02:15.670]➜  EOF
2025-08-20T20:13:29.2986238Z [00:02:15.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/console@v1.0.4=>github.com/containerd/console@v1.0.4;$WORK/b133=>" -p github.com/containerd/console -lang=go1.13 -complete -installsuffix shared -buildid ywG-BD1q-pGL7LLxEX9Y/ywG-BD1q-pGL7LLxEX9Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/go/pkg/mod/github.com/containerd/console@v1.0.4/console.go /root/go/pkg/mod/github.com/containerd/console@v1.0.4/console_linux.go /root/go/pkg/mod/github.com/containerd/console@v1.0.4/console_unix.go /root/go/pkg/mod/github.com/containerd/console@v1.0.4/pty_unix.go /root/go/pkg/mod/github.com/containerd/console@v1.0.4/tc_linux.go /root/go/pkg/mod/github.com/containerd/console@v1.0.4/tc_unix.go
2025-08-20T20:13:29.3107529Z [00:02:15.683]➜  cd /root/.go/src/runtime/debug
2025-08-20T20:13:29.3111511Z [00:02:15.683]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b128/debug.o ./debug.s
2025-08-20T20:13:29.3184199Z [00:02:15.691]➜  go tool pack r $WORK/b128/_pkg_.a $WORK/b128/debug.o # internal
2025-08-20T20:13:29.3186769Z [00:02:15.691]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T20:13:29.3204209Z [00:02:15.693]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T20:13:29.3205318Z [00:02:15.693]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T20:13:29.3206092Z [00:02:15.693]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T20:13:29.3206666Z [00:02:15.693]➜  encoding/csv
2025-08-20T20:13:29.3206923Z [00:02:15.693]➜  mkdir -p $WORK/b135/
2025-08-20T20:13:29.3209725Z [00:02:15.693]➜  cat >/tmp/go-build1455373295/b135/importcfg << 'EOF' # internal
2025-08-20T20:13:29.3210709Z [00:02:15.693]➜  # import config
2025-08-20T20:13:29.3213098Z [00:02:15.693]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:29.3214241Z [00:02:15.693]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.3215609Z [00:02:15.693]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.3217511Z [00:02:15.693]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.3218430Z [00:02:15.693]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.3219415Z [00:02:15.693]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.3219907Z [00:02:15.693]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.3220580Z [00:02:15.693]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.3221090Z [00:02:15.693]➜  EOF
2025-08-20T20:13:29.3221380Z [00:02:15.693]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:29.3223508Z [00:02:15.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b135=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T20:13:29.3225690Z [00:02:15.694]➜  os/user
2025-08-20T20:13:29.3226011Z [00:02:15.694]➜  mkdir -p $WORK/b139/
2025-08-20T20:13:29.3226342Z [00:02:15.694]➜  echo -n > $WORK/b139/preferlinkext # internal
2025-08-20T20:13:29.3228314Z [00:02:15.695]➜  cd /root/.go/src/os/user
2025-08-20T20:13:29.3233410Z [00:02:15.695]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b139/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b139/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T20:13:29.3373352Z [00:02:15.710]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T20:13:29.3384029Z [00:02:15.711]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T20:13:29.3387694Z [00:02:15.711]➜  testing
2025-08-20T20:13:29.3393499Z [00:02:15.711]➜  mkdir -p $WORK/b124/
2025-08-20T20:13:29.3393907Z [00:02:15.712]➜  cat >/tmp/go-build1455373295/b124/importcfg << 'EOF' # internal
2025-08-20T20:13:29.3394283Z [00:02:15.712]➜  # import config
2025-08-20T20:13:29.3394630Z [00:02:15.712]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.3395057Z [00:02:15.712]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:29.3395484Z [00:02:15.712]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.3397667Z [00:02:15.712]➜  packagefile flag=/tmp/go-build1455373295/b125/_pkg_.a
2025-08-20T20:13:29.3398100Z [00:02:15.712]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.3398544Z [00:02:15.712]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:29.3399028Z [00:02:15.712]➜  packagefile internal/sysinfo=/tmp/go-build1455373295/b126/_pkg_.a
2025-08-20T20:13:29.3399470Z [00:02:15.712]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.3399878Z [00:02:15.712]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:29.3400306Z [00:02:15.712]➜  packagefile math/rand=/tmp/go-build1455373295/b127/_pkg_.a
2025-08-20T20:13:29.3401116Z [00:02:15.712]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.3401556Z [00:02:15.712]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:29.3402007Z [00:02:15.712]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:29.3402438Z [00:02:15.712]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.3402899Z [00:02:15.712]➜  packagefile runtime/debug=/tmp/go-build1455373295/b128/_pkg_.a
2025-08-20T20:13:29.3403369Z [00:02:15.712]➜  packagefile runtime/trace=/tmp/go-build1455373295/b129/_pkg_.a
2025-08-20T20:13:29.3403814Z [00:02:15.712]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.3404242Z [00:02:15.712]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.3404667Z [00:02:15.712]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.3405092Z [00:02:15.712]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.3405538Z [00:02:15.712]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:29.3407187Z [00:02:15.712]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.3407625Z [00:02:15.712]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.3408077Z [00:02:15.712]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.3408417Z [00:02:15.712]➜  EOF
2025-08-20T20:13:29.3408697Z [00:02:15.712]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:29.3411235Z [00:02:15.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b124=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T20:13:29.3496511Z [00:02:15.722]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T20:13:29.3524945Z [00:02:15.725]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/02/022d5c5c9995205b622b56b6df7169edc11456d9ab72f3ff21a90bb8b14eecd9-d # internal
2025-08-20T20:13:29.3525602Z [00:02:15.725]➜  atomicgo.dev/keyboard
2025-08-20T20:13:29.3526475Z [00:02:15.725]➜  mkdir -p $WORK/b130/
2025-08-20T20:13:29.3530661Z [00:02:15.726]➜  cat >/tmp/go-build1455373295/b130/importcfg << 'EOF' # internal
2025-08-20T20:13:29.3531102Z [00:02:15.726]➜  # import config
2025-08-20T20:13:29.3531548Z [00:02:15.726]➜  packagefile atomicgo.dev/keyboard/internal=/tmp/go-build1455373295/b131/_pkg_.a
2025-08-20T20:13:29.3532129Z [00:02:15.726]➜  packagefile atomicgo.dev/keyboard/keys=/tmp/go-build1455373295/b132/_pkg_.a
2025-08-20T20:13:29.3532974Z [00:02:15.726]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.3533395Z [00:02:15.726]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.3533896Z [00:02:15.726]➜  packagefile github.com/containerd/console=/tmp/go-build1455373295/b133/_pkg_.a
2025-08-20T20:13:29.3534379Z [00:02:15.726]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.3534833Z [00:02:15.726]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.3535171Z [00:02:15.726]➜  EOF
2025-08-20T20:13:29.3537774Z [00:02:15.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9=>atomicgo.dev/keyboard@v0.2.9;$WORK/b130=>" -p atomicgo.dev/keyboard -lang=go1.15 -complete -installsuffix shared -buildid ZYtAn3nXanFWjOru433K/ZYtAn3nXanFWjOru433K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/doc.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/input.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/keyboard.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/tty_unix.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/utils.go
2025-08-20T20:13:29.3679585Z [00:02:15.741]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T20:13:29.3779244Z [00:02:15.750]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T20:13:29.3783043Z [00:02:15.751]➜  regexp
2025-08-20T20:13:29.3788846Z [00:02:15.751]➜  mkdir -p $WORK/b141/
2025-08-20T20:13:29.3798271Z [00:02:15.752]➜  cat >/tmp/go-build1455373295/b141/importcfg << 'EOF' # internal
2025-08-20T20:13:29.3799313Z [00:02:15.752]➜  # import config
2025-08-20T20:13:29.3800011Z [00:02:15.752]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.3801493Z [00:02:15.752]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.3801951Z [00:02:15.752]➜  packagefile regexp/syntax=/tmp/go-build1455373295/b142/_pkg_.a
2025-08-20T20:13:29.3802402Z [00:02:15.752]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.3802831Z [00:02:15.752]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.3803263Z [00:02:15.752]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.3804062Z [00:02:15.752]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.3804576Z [00:02:15.752]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.3805026Z [00:02:15.752]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.3805362Z [00:02:15.752]➜  EOF
2025-08-20T20:13:29.3807238Z [00:02:15.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b141=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T20:13:29.3811644Z [00:02:15.754]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T20:13:29.3822119Z [00:02:15.755]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/7a/7a7523d4eed31a76707b2476177246244a6336f1a4ce0739b0b117503f3cd0a9-d # internal
2025-08-20T20:13:29.3831970Z [00:02:15.755]➜  golang.org/x/text/transform
2025-08-20T20:13:29.3832302Z [00:02:15.755]➜  mkdir -p $WORK/b145/
2025-08-20T20:13:29.3832683Z [00:02:15.755]➜  cat >/tmp/go-build1455373295/b145/importcfg << 'EOF' # internal
2025-08-20T20:13:29.3833031Z [00:02:15.755]➜  # import config
2025-08-20T20:13:29.3833370Z [00:02:15.755]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.3833788Z [00:02:15.755]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.3834618Z [00:02:15.755]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.3835056Z [00:02:15.755]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.3835392Z [00:02:15.755]➜  EOF
2025-08-20T20:13:29.3838712Z [00:02:15.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/transform=>golang.org/x/text@v0.25.0/transform;$WORK/b145=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid INLXE528fzWTMIlZ109T/INLXE528fzWTMIlZ109T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/transform/transform.go
2025-08-20T20:13:29.4134214Z [00:02:15.786]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T20:13:29.4139702Z [00:02:15.787]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/ab/ab05d40f78a74bc3da33aa7be8b359dcda813c1f1374b7a95892f9f3e0b7880c-d # internal
2025-08-20T20:13:29.4142347Z [00:02:15.787]➜  golang.org/x/text/runes
2025-08-20T20:13:29.4143102Z [00:02:15.787]➜  mkdir -p $WORK/b144/
2025-08-20T20:13:29.4146196Z [00:02:15.787]➜  cat >/tmp/go-build1455373295/b144/importcfg << 'EOF' # internal
2025-08-20T20:13:29.4146571Z [00:02:15.787]➜  # import config
2025-08-20T20:13:29.4147001Z [00:02:15.787]➜  packagefile golang.org/x/text/transform=/tmp/go-build1455373295/b145/_pkg_.a
2025-08-20T20:13:29.4147534Z [00:02:15.787]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.4147988Z [00:02:15.787]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.4148316Z [00:02:15.787]➜  EOF
2025-08-20T20:13:29.4150188Z [00:02:15.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/runes=>golang.org/x/text@v0.25.0/runes;$WORK/b144=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid gNC4TC5Gji2FRFmTrs5v/gNC4TC5Gji2FRFmTrs5v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/runes/runes.go
2025-08-20T20:13:29.4490282Z [00:02:15.821]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T20:13:29.4497802Z [00:02:15.822]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/2c/2c9b7c93df9e10b087f9fdbac2712913e6c3ef7ef0a554b6bdc7d1d31cb63c79-d # internal
2025-08-20T20:13:29.4501180Z [00:02:15.823]➜  golang.org/x/text/unicode/norm
2025-08-20T20:13:29.4503376Z [00:02:15.823]➜  mkdir -p $WORK/b146/
2025-08-20T20:13:29.4504909Z [00:02:15.823]➜  cat >/tmp/go-build1455373295/b146/importcfg << 'EOF' # internal
2025-08-20T20:13:29.4505522Z [00:02:15.823]➜  # import config
2025-08-20T20:13:29.4506732Z [00:02:15.823]➜  packagefile encoding/binary=/tmp/go-build1455373295/b117/_pkg_.a
2025-08-20T20:13:29.4507974Z [00:02:15.823]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.4508593Z [00:02:15.823]➜  packagefile golang.org/x/text/transform=/tmp/go-build1455373295/b145/_pkg_.a
2025-08-20T20:13:29.4509091Z [00:02:15.823]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.4509505Z [00:02:15.823]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.4509951Z [00:02:15.823]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.4510287Z [00:02:15.823]➜  EOF
2025-08-20T20:13:29.4514094Z [00:02:15.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm=>golang.org/x/text@v0.25.0/unicode/norm;$WORK/b146=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid JZu84up_HCoSzxIp9TQT/JZu84up_HCoSzxIp9TQT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/trie.go
2025-08-20T20:13:29.5150692Z [00:02:15.888]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T20:13:29.5170692Z [00:02:15.890]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T20:13:29.5171370Z [00:02:15.890]➜  github.com/mattn/go-runewidth
2025-08-20T20:13:29.5171678Z [00:02:15.890]➜  mkdir -p $WORK/b147/
2025-08-20T20:13:29.5186417Z [00:02:15.891]➜  cat >/tmp/go-build1455373295/b147/importcfg << 'EOF' # internal
2025-08-20T20:13:29.5189529Z [00:02:15.891]➜  # import config
2025-08-20T20:13:29.5191318Z [00:02:15.891]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1455373295/b148/_pkg_.a
2025-08-20T20:13:29.5191891Z [00:02:15.891]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.5192318Z [00:02:15.891]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:29.5192782Z [00:02:15.891]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.5193103Z [00:02:15.891]➜  EOF
2025-08-20T20:13:29.5195421Z [00:02:15.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b147=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T20:13:29.5811701Z [00:02:15.954]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T20:13:29.5816894Z [00:02:15.954]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T20:13:29.5817796Z [00:02:15.954]➜  golang.org/x/term
2025-08-20T20:13:29.5821333Z [00:02:15.954]➜  mkdir -p $WORK/b150/
2025-08-20T20:13:29.5821775Z [00:02:15.955]➜  cat >/tmp/go-build1455373295/b150/importcfg << 'EOF' # internal
2025-08-20T20:13:29.5822128Z [00:02:15.955]➜  # import config
2025-08-20T20:13:29.5822466Z [00:02:15.955]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.5822886Z [00:02:15.955]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.5823358Z [00:02:15.955]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1455373295/b116/_pkg_.a
2025-08-20T20:13:29.5823842Z [00:02:15.955]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.5824259Z [00:02:15.955]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.5824688Z [00:02:15.955]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.5825109Z [00:02:15.955]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.5825561Z [00:02:15.955]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.5826063Z [00:02:15.955]➜  EOF
2025-08-20T20:13:29.5828265Z [00:02:15.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.32.0=>golang.org/x/term@v0.32.0;$WORK/b150=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid FeH7QW2cFMmsoGC0e28R/FeH7QW2cFMmsoGC0e28R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.32.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/terminal.go
2025-08-20T20:13:29.6193296Z [00:02:15.992]➜  cd $WORK/b139
2025-08-20T20:13:29.6197890Z [00:02:15.992]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b139=/tmp/go-build -gno-record-gcc-switches -I $WORK/b139/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b139/_x001.o -c _cgo_export.c
2025-08-20T20:13:29.6369893Z [00:02:16.008]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b139=/tmp/go-build -gno-record-gcc-switches -I $WORK/b139/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b139/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T20:13:29.6664817Z [00:02:16.039]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b139=/tmp/go-build -gno-record-gcc-switches -I $WORK/b139/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b139/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T20:13:29.6757272Z [00:02:16.048]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T20:13:29.6766918Z [00:02:16.049]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/06/06e1c315152c288ea021562514815a8d5ffa2606faafbf2f81c3d80534027d64-d # internal
2025-08-20T20:13:29.6779838Z [00:02:16.051]➜  golang.org/x/text/internal
2025-08-20T20:13:29.6781125Z [00:02:16.051]➜  mkdir -p $WORK/b152/
2025-08-20T20:13:29.6785884Z [00:02:16.051]➜  cat >/tmp/go-build1455373295/b152/importcfg << 'EOF' # internal
2025-08-20T20:13:29.6786328Z [00:02:16.051]➜  # import config
2025-08-20T20:13:29.6786752Z [00:02:16.051]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:29.6787245Z [00:02:16.051]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:29.6787551Z [00:02:16.051]➜  EOF
2025-08-20T20:13:29.6791249Z [00:02:16.052]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:29.6794325Z [00:02:16.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/internal=>golang.org/x/text@v0.25.0/internal;$WORK/b152=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid L1zjYXZEXPaehuy9yPAB/L1zjYXZEXPaehuy9yPAB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/internal/match.go
2025-08-20T20:13:29.6896754Z [00:02:16.062]➜  cd $WORK/b139
2025-08-20T20:13:29.6899822Z [00:02:16.062]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b139=/tmp/go-build -gno-record-gcc-switches -I $WORK/b139/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b139/_cgo_main.o -c _cgo_main.c
2025-08-20T20:13:29.7146937Z [00:02:16.087]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T20:13:29.7153434Z [00:02:16.088]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/3a/3a0e08c05fbc66f77c6f058ba4667e699145c88c703969d05437824f5381b68c-d # internal
2025-08-20T20:13:29.7154763Z [00:02:16.088]➜  log/slog/internal/buffer
2025-08-20T20:13:29.7155400Z [00:02:16.088]➜  mkdir -p $WORK/b155/
2025-08-20T20:13:29.7170632Z [00:02:16.090]➜  cat >/tmp/go-build1455373295/b155/importcfg << 'EOF' # internal
2025-08-20T20:13:29.7171574Z [00:02:16.090]➜  # import config
2025-08-20T20:13:29.7172614Z [00:02:16.090]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.7173771Z [00:02:16.090]➜  EOF
2025-08-20T20:13:29.7175164Z [00:02:16.090]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:29.7177038Z [00:02:16.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b155=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T20:13:29.7203259Z [00:02:16.093]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b139=/tmp/go-build -gno-record-gcc-switches -o $WORK/b139/_cgo_.o $WORK/b139/_cgo_main.o $WORK/b139/preferlinkext $WORK/b139/_x001.o $WORK/b139/_x002.o $WORK/b139/_x003.o -O2 -g
2025-08-20T20:13:29.7429435Z [00:02:16.116]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T20:13:29.7434650Z [00:02:16.116]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T20:13:29.7436110Z [00:02:16.116]➜  log/slog
2025-08-20T20:13:29.7437057Z [00:02:16.116]➜  mkdir -p $WORK/b153/
2025-08-20T20:13:29.7450631Z [00:02:16.118]➜  cat >/tmp/go-build1455373295/b153/importcfg << 'EOF' # internal
2025-08-20T20:13:29.7451437Z [00:02:16.118]➜  # import config
2025-08-20T20:13:29.7452482Z [00:02:16.118]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.7453578Z [00:02:16.118]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:29.7454157Z [00:02:16.118]➜  packagefile encoding=/tmp/go-build1455373295/b095/_pkg_.a
2025-08-20T20:13:29.7454631Z [00:02:16.118]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:29.7455079Z [00:02:16.118]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.7455530Z [00:02:16.118]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.7456107Z [00:02:16.118]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.7456518Z [00:02:16.118]➜  packagefile log=/tmp/go-build1455373295/b122/_pkg_.a
2025-08-20T20:13:29.7456956Z [00:02:16.118]➜  packagefile log/internal=/tmp/go-build1455373295/b123/_pkg_.a
2025-08-20T20:13:29.7457754Z [00:02:16.118]➜  packagefile log/slog/internal=/tmp/go-build1455373295/b154/_pkg_.a
2025-08-20T20:13:29.7458363Z [00:02:16.118]➜  packagefile log/slog/internal/buffer=/tmp/go-build1455373295/b155/_pkg_.a
2025-08-20T20:13:29.7458843Z [00:02:16.118]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:29.7459265Z [00:02:16.118]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:29.7459692Z [00:02:16.118]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.7460155Z [00:02:16.118]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.7460591Z [00:02:16.118]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.7461014Z [00:02:16.118]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.7461430Z [00:02:16.118]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.7461861Z [00:02:16.118]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:29.7462297Z [00:02:16.118]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.7462715Z [00:02:16.118]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.7463160Z [00:02:16.118]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.7463491Z [00:02:16.118]➜  EOF
2025-08-20T20:13:29.7465973Z [00:02:16.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b153=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/log/slog/attr.go /root/.go/src/log/slog/doc.go /root/.go/src/log/slog/handler.go /root/.go/src/log/slog/json_handler.go /root/.go/src/log/slog/level.go /root/.go/src/log/slog/logger.go /root/.go/src/log/slog/record.go /root/.go/src/log/slog/text_handler.go /root/.go/src/log/slog/value.go
2025-08-20T20:13:29.7484944Z [00:02:16.121]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T20:13:29.7507300Z [00:02:16.123]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/bd/bd64db2e9e8d7fdd2029af29082613b1827cc61bcd5924364b4d103897d11007-d # internal
2025-08-20T20:13:29.7515584Z [00:02:16.124]➜  github.com/lithammer/fuzzysearch/fuzzy
2025-08-20T20:13:29.7516271Z [00:02:16.124]➜  mkdir -p $WORK/b143/
2025-08-20T20:13:29.7525711Z [00:02:16.125]➜  cat >/tmp/go-build1455373295/b143/importcfg << 'EOF' # internal
2025-08-20T20:13:29.7526193Z [00:02:16.125]➜  # import config
2025-08-20T20:13:29.7526598Z [00:02:16.125]➜  packagefile golang.org/x/text/runes=/tmp/go-build1455373295/b144/_pkg_.a
2025-08-20T20:13:29.7527177Z [00:02:16.125]➜  packagefile golang.org/x/text/transform=/tmp/go-build1455373295/b145/_pkg_.a
2025-08-20T20:13:29.7527765Z [00:02:16.125]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1455373295/b146/_pkg_.a
2025-08-20T20:13:29.7528264Z [00:02:16.125]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.7528722Z [00:02:16.125]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.7529054Z [00:02:16.125]➜  EOF
2025-08-20T20:13:29.7531270Z [00:02:16.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lithammer/fuzzysearch@v1.1.8/fuzzy=>github.com/lithammer/fuzzysearch@v1.1.8/fuzzy;$WORK/b143=>" -p github.com/lithammer/fuzzysearch/fuzzy -lang=go1.15 -complete -installsuffix shared -buildid A5DrZd7PCV6fZlJN10YM/A5DrZd7PCV6fZlJN10YM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/go/pkg/mod/github.com/lithammer/fuzzysearch@v1.1.8/fuzzy/fuzzy.go /root/go/pkg/mod/github.com/lithammer/fuzzysearch@v1.1.8/fuzzy/levenshtein.go
2025-08-20T20:13:29.7630032Z [00:02:16.135]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T20:13:29.7685874Z [00:02:16.141]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T20:13:29.7686550Z [00:02:16.141]➜  atomicgo.dev/cursor
2025-08-20T20:13:29.7688788Z [00:02:16.141]➜  mkdir -p $WORK/b121/
2025-08-20T20:13:29.7689196Z [00:02:16.141]➜  cat >/tmp/go-build1455373295/b121/importcfg << 'EOF' # internal
2025-08-20T20:13:29.7689544Z [00:02:16.141]➜  # import config
2025-08-20T20:13:29.7689880Z [00:02:16.141]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.7690287Z [00:02:16.141]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.7690711Z [00:02:16.141]➜  packagefile log=/tmp/go-build1455373295/b122/_pkg_.a
2025-08-20T20:13:29.7691112Z [00:02:16.141]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.7691527Z [00:02:16.141]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.7691954Z [00:02:16.141]➜  packagefile testing=/tmp/go-build1455373295/b124/_pkg_.a
2025-08-20T20:13:29.7692271Z [00:02:16.141]➜  EOF
2025-08-20T20:13:29.7695090Z [00:02:16.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0=>atomicgo.dev/cursor@v0.2.0;$WORK/b121=>" -p atomicgo.dev/cursor -lang=go1.15 -complete -installsuffix shared -buildid w7fuTdTiFPLvoetIyexu/w7fuTdTiFPLvoetIyexu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/area.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/area_other.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/cursor.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/cursor_other.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/cursor_test_linux.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/doc.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/utils.go
2025-08-20T20:13:29.7831126Z [00:02:16.156]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T20:13:29.7841280Z [00:02:16.157]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/34/34f26b11d07a4c6008baaa7083cf8219c22dba7aff4a3dd2b65be56b8dd85e26-d # internal
2025-08-20T20:13:29.7869926Z [00:02:16.160]➜  golang.org/x/text/cases
2025-08-20T20:13:29.7872967Z [00:02:16.160]➜  mkdir -p $WORK/b151/
2025-08-20T20:13:29.7874353Z [00:02:16.160]➜  cat >/tmp/go-build1455373295/b151/importcfg << 'EOF' # internal
2025-08-20T20:13:29.7875342Z [00:02:16.160]➜  # import config
2025-08-20T20:13:29.7876065Z [00:02:16.160]➜  packagefile golang.org/x/text/internal=/tmp/go-build1455373295/b152/_pkg_.a
2025-08-20T20:13:29.7876830Z [00:02:16.160]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:29.7877449Z [00:02:16.160]➜  packagefile golang.org/x/text/transform=/tmp/go-build1455373295/b145/_pkg_.a
2025-08-20T20:13:29.7878034Z [00:02:16.160]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1455373295/b146/_pkg_.a
2025-08-20T20:13:29.7878542Z [00:02:16.160]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.7878975Z [00:02:16.160]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.7879434Z [00:02:16.160]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.7879771Z [00:02:16.160]➜  EOF
2025-08-20T20:13:29.7884001Z [00:02:16.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/cases=>golang.org/x/text@v0.25.0/cases;$WORK/b151=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid SO0ZFbi-eiNESs81wr-V/SO0ZFbi-eiNESs81wr-V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/cases/trieval.go
2025-08-20T20:13:29.8287402Z [00:02:16.201]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T20:13:29.8299337Z [00:02:16.203]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/d6/d61a92678c23c2c056c558774cfadd777f42c7171913cacac2f7fc0367f8a54f-d # internal
2025-08-20T20:13:29.8300570Z [00:02:16.203]➜  text/tabwriter
2025-08-20T20:13:29.8303846Z [00:02:16.203]➜  mkdir -p $WORK/b157/
2025-08-20T20:13:29.8306290Z [00:02:16.203]➜  cat >/tmp/go-build1455373295/b157/importcfg << 'EOF' # internal
2025-08-20T20:13:29.8306814Z [00:02:16.203]➜  # import config
2025-08-20T20:13:29.8307269Z [00:02:16.203]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.8307726Z [00:02:16.203]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.8308330Z [00:02:16.203]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.8308675Z [00:02:16.203]➜  EOF
2025-08-20T20:13:29.8311935Z [00:02:16.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b157=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T20:13:29.8562293Z [00:02:16.229]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b139=/tmp/go-build -gno-record-gcc-switches -o $WORK/b139/_cgo_.o $WORK/b139/_cgo_main.o $WORK/b139/preferlinkext $WORK/b139/_x001.o $WORK/b139/_x002.o $WORK/b139/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T20:13:29.8565267Z [00:02:16.229]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b139/_cgo_.o -dynout $WORK/b139/_cgo_import.go
2025-08-20T20:13:29.8658059Z [00:02:16.238]➜  cat >/tmp/go-build1455373295/b139/importcfg << 'EOF' # internal
2025-08-20T20:13:29.8659005Z [00:02:16.238]➜  # import config
2025-08-20T20:13:29.8659718Z [00:02:16.238]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.8660174Z [00:02:16.238]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.8660614Z [00:02:16.238]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.8661044Z [00:02:16.238]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.8661469Z [00:02:16.238]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.8661889Z [00:02:16.238]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:29.8662345Z [00:02:16.238]➜  packagefile runtime/cgo=/tmp/go-build1455373295/b140/_pkg_.a
2025-08-20T20:13:29.8662679Z [00:02:16.238]➜  EOF
2025-08-20T20:13:29.8666643Z [00:02:16.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b139=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/os/user/cgo_listgroups_unix.go /root/.go/src/os/user/cgo_lookup_unix.go /root/.go/src/os/user/lookup.go /root/.go/src/os/user/user.go $WORK/b139/_cgo_gotypes.go $WORK/b139/cgo_lookup_cgo.cgo1.go $WORK/b139/getgrouplist_unix.cgo1.go $WORK/b139/_cgo_import.go
2025-08-20T20:13:29.8745902Z [00:02:16.247]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T20:13:29.8778879Z [00:02:16.250]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T20:13:29.8785849Z [00:02:16.251]➜  github.com/urfave/cli/v3
2025-08-20T20:13:29.8786251Z [00:02:16.251]➜  mkdir -p $WORK/b156/
2025-08-20T20:13:29.8810671Z [00:02:16.254]➜  cat >/tmp/go-build1455373295/b156/importcfg << 'EOF' # internal
2025-08-20T20:13:29.8811374Z [00:02:16.254]➜  # import config
2025-08-20T20:13:29.8812016Z [00:02:16.254]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:29.8821764Z [00:02:16.254]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.8822397Z [00:02:16.254]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:29.8822837Z [00:02:16.254]➜  packagefile embed=/tmp/go-build1455373295/b093/_pkg_.a
2025-08-20T20:13:29.8823284Z [00:02:16.254]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:29.8823728Z [00:02:16.254]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.8824158Z [00:02:16.254]➜  packagefile flag=/tmp/go-build1455373295/b125/_pkg_.a
2025-08-20T20:13:29.8824564Z [00:02:16.254]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.8824967Z [00:02:16.254]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.8825373Z [00:02:16.254]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:29.8826015Z [00:02:16.254]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.8826480Z [00:02:16.254]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:29.8826931Z [00:02:16.254]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:29.8827352Z [00:02:16.254]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:29.8827771Z [00:02:16.254]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.8828193Z [00:02:16.254]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:29.8828908Z [00:02:16.254]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:29.8829328Z [00:02:16.254]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.8829755Z [00:02:16.254]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.8830206Z [00:02:16.254]➜  packagefile text/tabwriter=/tmp/go-build1455373295/b157/_pkg_.a
2025-08-20T20:13:29.8830672Z [00:02:16.254]➜  packagefile text/template=/tmp/go-build1455373295/b103/_pkg_.a
2025-08-20T20:13:29.8831118Z [00:02:16.254]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.8831537Z [00:02:16.254]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:29.8831984Z [00:02:16.254]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:29.8832317Z [00:02:16.254]➜  EOF
2025-08-20T20:13:29.8832634Z [00:02:16.254]➜  cat >/tmp/go-build1455373295/b156/embedcfg << 'EOF' # internal
2025-08-20T20:13:29.8832950Z [00:02:16.254]➜  {
2025-08-20T20:13:29.8833162Z [00:02:16.254]➜  	"Patterns": {
2025-08-20T20:13:29.8833408Z [00:02:16.254]➜  		"autocomplete": [
2025-08-20T20:13:29.8833704Z [00:02:16.254]➜  			"autocomplete/bash_autocomplete",
2025-08-20T20:13:29.8834061Z [00:02:16.254]➜  			"autocomplete/powershell_autocomplete.ps1",
2025-08-20T20:13:29.8834411Z [00:02:16.254]➜  			"autocomplete/zsh_autocomplete"
2025-08-20T20:13:29.8834680Z [00:02:16.254]➜  		]
2025-08-20T20:13:29.8834878Z [00:02:16.254]➜  	},
2025-08-20T20:13:29.8835093Z [00:02:16.254]➜  	"Files": {
2025-08-20T20:13:29.8838307Z [00:02:16.254]➜  		"autocomplete/bash_autocomplete": "/root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/autocomplete/bash_autocomplete",
2025-08-20T20:13:29.8839520Z [00:02:16.254]➜  		"autocomplete/powershell_autocomplete.ps1": "/root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/autocomplete/powershell_autocomplete.ps1",
2025-08-20T20:13:29.8840607Z [00:02:16.254]➜  		"autocomplete/zsh_autocomplete": "/root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/autocomplete/zsh_autocomplete"
2025-08-20T20:13:29.8841193Z [00:02:16.254]➜  	}
2025-08-20T20:13:29.8841380Z [00:02:16.254]➜  }EOF
2025-08-20T20:13:29.8856224Z [00:02:16.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8=>github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8;$WORK/b156=>" -p github.com/urfave/cli/v3 -lang=go1.22 -complete -installsuffix shared -buildid ItSImL6SNdm2fFLPRnzF/ItSImL6SNdm2fFLPRnzF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -embedcfg $WORK/b156/embedcfg -pack /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/args.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/category.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/cli.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/command.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/command_parse.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/command_run.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/command_setup.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/completion.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/docs.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/errors.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/fish.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_bool.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_bool_with_inverse.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_duration.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_ext.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_float.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_float_slice.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_generic.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_impl.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_int.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_int_slice.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_map_impl.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_mutex.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_number_slice.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_slice_base.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_string.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_string_map.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_string_slice.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_timestamp.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_uint.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/flag_uint_slice.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/funcs.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/help.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/sort.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/suggestions.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/template.go /root/go/pkg/mod/github.com/urfave/cli/v3@v3.3.10-0.20250809215531-db7d18f23ca8/value_source.go
2025-08-20T20:13:29.9098782Z [00:02:16.282]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T20:13:29.9115551Z [00:02:16.284]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/92/92867f29a0865c554b40683e0a81ac34ed3ecb5d3713327397de414cb8d03107-d # internal
2025-08-20T20:13:29.9122502Z [00:02:16.285]➜  github.com/ayoisaiah/f2/v2/internal/osutil
2025-08-20T20:13:29.9134231Z [00:02:16.285]➜  mkdir -p $WORK/b158/
2025-08-20T20:13:29.9134643Z [00:02:16.285]➜  cat >/tmp/go-build1455373295/b158/importcfg << 'EOF' # internal
2025-08-20T20:13:29.9134993Z [00:02:16.285]➜  # import config
2025-08-20T20:13:29.9135337Z [00:02:16.285]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:29.9135744Z [00:02:16.285]➜  EOF
2025-08-20T20:13:29.9137680Z [00:02:16.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/osutil=>github.com/ayoisaiah/f2/v2/internal/osutil;$WORK/b158=>" -p github.com/ayoisaiah/f2/v2/internal/osutil -lang=go1.25 -complete -installsuffix shared -buildid NpcIPzdtCKcEuxLZ1C4y/NpcIPzdtCKcEuxLZ1C4y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/osutil/osutil.go
2025-08-20T20:13:29.9184339Z [00:02:16.291]➜  cd /root/.go/src/os/user
2025-08-20T20:13:29.9185359Z [00:02:16.291]➜  go tool pack r $WORK/b139/_pkg_.a $WORK/b139/preferlinkext $WORK/b139/_x001.o $WORK/b139/_x002.o $WORK/b139/_x003.o # internal
2025-08-20T20:13:29.9186397Z [00:02:16.291]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T20:13:29.9188188Z [00:02:16.291]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/7e/7ea1f545110e04664514b60315c7cde1f3449844b7fb3678b2f0e2eb998e4332-d # internal
2025-08-20T20:13:29.9188767Z [00:02:16.291]➜  github.com/xo/terminfo
2025-08-20T20:13:29.9189414Z [00:02:16.291]➜  mkdir -p $WORK/b137/
2025-08-20T20:13:29.9189787Z [00:02:16.291]➜  cat >/tmp/go-build1455373295/b137/importcfg << 'EOF' # internal
2025-08-20T20:13:29.9190142Z [00:02:16.291]➜  # import config
2025-08-20T20:13:29.9190480Z [00:02:16.291]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.9190902Z [00:02:16.291]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.9191322Z [00:02:16.291]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.9191744Z [00:02:16.291]➜  packagefile io/ioutil=/tmp/go-build1455373295/b138/_pkg_.a
2025-08-20T20:13:29.9192162Z [00:02:16.291]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.9192573Z [00:02:16.291]➜  packagefile os/user=/tmp/go-build1455373295/b139/_pkg_.a
2025-08-20T20:13:29.9192990Z [00:02:16.291]➜  packagefile path=/tmp/go-build1455373295/b063/_pkg_.a
2025-08-20T20:13:29.9193397Z [00:02:16.291]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:29.9193830Z [00:02:16.291]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.9194256Z [00:02:16.291]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.9194671Z [00:02:16.291]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:29.9194980Z [00:02:16.291]➜  EOF
2025-08-20T20:13:29.9195249Z [00:02:16.291]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:29.9199903Z [00:02:16.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b137=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid 3unPMaWJspT7SddM8JMM/3unPMaWJspT7SddM8JMM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T20:13:29.9263472Z [00:02:16.299]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T20:13:29.9272751Z [00:02:16.300]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/51/51b1973ccfd8bc7067788f7ce1219e0ce288432e94d4145e1f508cb97a737d4e-d # internal
2025-08-20T20:13:29.9278107Z [00:02:16.300]➜  github.com/ayoisaiah/f2/v2/internal/status
2025-08-20T20:13:29.9278440Z [00:02:16.300]➜  mkdir -p $WORK/b161/
2025-08-20T20:13:29.9286840Z [00:02:16.301]➜  cat >/tmp/go-build1455373295/b161/importcfg << 'EOF' # internal
2025-08-20T20:13:29.9290520Z [00:02:16.301]➜  # import config
2025-08-20T20:13:29.9290907Z [00:02:16.301]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:29.9291506Z [00:02:16.301]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:29.9291948Z [00:02:16.301]➜  EOF
2025-08-20T20:13:29.9293782Z [00:02:16.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/status=>github.com/ayoisaiah/f2/v2/internal/status;$WORK/b161=>" -p github.com/ayoisaiah/f2/v2/internal/status -lang=go1.25 -complete -installsuffix shared -buildid UypB8S-4Z7v9A8rW9r9H/UypB8S-4Z7v9A8rW9r9H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/status/status.go
2025-08-20T20:13:29.9452955Z [00:02:16.318]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T20:13:29.9455002Z [00:02:16.318]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/f2/f24e9d8a4395397b60371e6bb3123f735feb724f4c9f8a5a26996062d3c74c78-d # internal
2025-08-20T20:13:29.9457158Z [00:02:16.318]➜  os/exec
2025-08-20T20:13:29.9457407Z [00:02:16.318]➜  mkdir -p $WORK/b163/
2025-08-20T20:13:29.9457806Z [00:02:16.318]➜  cat >/tmp/go-build1455373295/b163/importcfg << 'EOF' # internal
2025-08-20T20:13:29.9458151Z [00:02:16.318]➜  # import config
2025-08-20T20:13:29.9458503Z [00:02:16.318]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.9458931Z [00:02:16.318]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:29.9459357Z [00:02:16.318]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:29.9459820Z [00:02:16.318]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:29.9460345Z [00:02:16.318]➜  packagefile internal/syscall/execenv=/tmp/go-build1455373295/b066/_pkg_.a
2025-08-20T20:13:29.9460893Z [00:02:16.318]➜  packagefile internal/syscall/unix=/tmp/go-build1455373295/b065/_pkg_.a
2025-08-20T20:13:29.9461358Z [00:02:16.318]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.9461767Z [00:02:16.318]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:29.9462171Z [00:02:16.318]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.9462618Z [00:02:16.318]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:29.9463070Z [00:02:16.318]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:29.9463500Z [00:02:16.318]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.9463928Z [00:02:16.318]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.9464353Z [00:02:16.318]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:29.9464771Z [00:02:16.318]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:29.9465094Z [00:02:16.318]➜  EOF
2025-08-20T20:13:29.9467193Z [00:02:16.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b163=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T20:13:29.9732124Z [00:02:16.346]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T20:13:29.9772391Z [00:02:16.350]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T20:13:29.9822239Z [00:02:16.355]➜  github.com/olekukonko/tablewriter
2025-08-20T20:13:29.9829680Z [00:02:16.355]➜  mkdir -p $WORK/b164/
2025-08-20T20:13:29.9841064Z [00:02:16.357]➜  cat >/tmp/go-build1455373295/b164/importcfg << 'EOF' # internal
2025-08-20T20:13:29.9843110Z [00:02:16.357]➜  # import config
2025-08-20T20:13:29.9843457Z [00:02:16.357]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:29.9843909Z [00:02:16.357]➜  packagefile encoding/csv=/tmp/go-build1455373295/b135/_pkg_.a
2025-08-20T20:13:29.9844343Z [00:02:16.357]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:29.9844859Z [00:02:16.357]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1455373295/b147/_pkg_.a
2025-08-20T20:13:29.9845343Z [00:02:16.357]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:29.9845869Z [00:02:16.357]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:29.9846338Z [00:02:16.357]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:29.9846749Z [00:02:16.357]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:29.9847171Z [00:02:16.357]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:29.9848037Z [00:02:16.357]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:29.9848363Z [00:02:16.357]➜  EOF
2025-08-20T20:13:29.9851248Z [00:02:16.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5=>github.com/olekukonko/tablewriter@v0.0.5;$WORK/b164=>" -p github.com/olekukonko/tablewriter -lang=go1.12 -complete -installsuffix shared -buildid tP1U2qRx2Dd9NBq4th8Y/tP1U2qRx2Dd9NBq4th8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/csv.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/table.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/table_with_color.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/util.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/wrap.go
2025-08-20T20:13:30.0403896Z [00:02:16.413]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T20:13:30.0466113Z [00:02:16.419]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/fb/fb250cdd65d2198ae3098f5331875e9f622a51ef193cd55654994314d5df78a4-d # internal
2025-08-20T20:13:30.0471787Z [00:02:16.419]➜  github.com/gookit/color
2025-08-20T20:13:30.0472092Z [00:02:16.419]➜  mkdir -p $WORK/b136/
2025-08-20T20:13:30.0472477Z [00:02:16.419]➜  cat >/tmp/go-build1455373295/b136/importcfg << 'EOF' # internal
2025-08-20T20:13:30.0472823Z [00:02:16.419]➜  # import config
2025-08-20T20:13:30.0473182Z [00:02:16.419]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.0473660Z [00:02:16.419]➜  packagefile github.com/xo/terminfo=/tmp/go-build1455373295/b137/_pkg_.a
2025-08-20T20:13:30.0474124Z [00:02:16.419]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:30.0474529Z [00:02:16.419]➜  packagefile log=/tmp/go-build1455373295/b122/_pkg_.a
2025-08-20T20:13:30.0474935Z [00:02:16.419]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:30.0475353Z [00:02:16.419]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:30.0475929Z [00:02:16.419]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:30.0476381Z [00:02:16.419]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:30.0476802Z [00:02:16.419]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:30.0477221Z [00:02:16.419]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.0477997Z [00:02:16.419]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.0478556Z [00:02:16.419]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:30.0478876Z [00:02:16.419]➜  EOF
2025-08-20T20:13:30.0482954Z [00:02:16.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gookit/color@v1.5.4=>github.com/gookit/color@v1.5.4;$WORK/b136=>" -p github.com/gookit/color -lang=go1.18 -complete -installsuffix shared -buildid wYcj0eSvydEKrHnC5jED/wYcj0eSvydEKrHnC5jED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_16.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_256.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_rgb.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_tag.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/convert.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/detect_env.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/detect_nonwin.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/printer.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/quickstart.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/style.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/utils.go
2025-08-20T20:13:30.0545354Z [00:02:16.427]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T20:13:30.0568820Z [00:02:16.429]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T20:13:30.0569890Z [00:02:16.429]➜  github.com/barasher/go-exiftool
2025-08-20T20:13:30.0570201Z [00:02:16.429]➜  mkdir -p $WORK/b162/
2025-08-20T20:13:30.0571875Z [00:02:16.430]➜  cat >/tmp/go-build1455373295/b162/importcfg << 'EOF' # internal
2025-08-20T20:13:30.0572675Z [00:02:16.430]➜  # import config
2025-08-20T20:13:30.0573069Z [00:02:16.430]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:30.0573501Z [00:02:16.430]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:30.0573949Z [00:02:16.430]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:30.0574388Z [00:02:16.430]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.0574802Z [00:02:16.430]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.0575203Z [00:02:16.430]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:30.0575611Z [00:02:16.430]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:30.0576201Z [00:02:16.430]➜  packagefile os/exec=/tmp/go-build1455373295/b163/_pkg_.a
2025-08-20T20:13:30.0576631Z [00:02:16.430]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.0577059Z [00:02:16.430]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.0577487Z [00:02:16.430]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:30.0577897Z [00:02:16.430]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:30.0578204Z [00:02:16.430]➜  EOF
2025-08-20T20:13:30.0580577Z [00:02:16.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/barasher/go-exiftool@v1.10.0=>github.com/barasher/go-exiftool@v1.10.0;$WORK/b162=>" -p github.com/barasher/go-exiftool -lang=go1.13 -complete -installsuffix shared -buildid 2MGVaoTgW2weJN2e1i3s/2MGVaoTgW2weJN2e1i3s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/go/pkg/mod/github.com/barasher/go-exiftool@v1.10.0/exiftool.go /root/go/pkg/mod/github.com/barasher/go-exiftool@v1.10.0/filemetadata.go /root/go/pkg/mod/github.com/barasher/go-exiftool@v1.10.0/platform_linux.go
2025-08-20T20:13:30.0632115Z [00:02:16.436]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T20:13:30.0655790Z [00:02:16.437]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/11/11aeadcbfa7c41c83a90cacf2c9b465ceb7b7feb746cc1eb1c9da7178273d68b-d # internal
2025-08-20T20:13:30.0656590Z [00:02:16.437]➜  mime
2025-08-20T20:13:30.0656833Z [00:02:16.437]➜  mkdir -p $WORK/b166/
2025-08-20T20:13:30.0657216Z [00:02:16.437]➜  cat >/tmp/go-build1455373295/b166/importcfg << 'EOF' # internal
2025-08-20T20:13:30.0657565Z [00:02:16.438]➜  # import config
2025-08-20T20:13:30.0657900Z [00:02:16.438]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:30.0658317Z [00:02:16.438]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:30.0658786Z [00:02:16.438]➜  packagefile encoding/base64=/tmp/go-build1455373295/b097/_pkg_.a
2025-08-20T20:13:30.0659234Z [00:02:16.438]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.0659645Z [00:02:16.438]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.0660043Z [00:02:16.438]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:30.0660460Z [00:02:16.438]➜  packagefile maps=/tmp/go-build1455373295/b104/_pkg_.a
2025-08-20T20:13:30.0660862Z [00:02:16.438]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:30.0661268Z [00:02:16.438]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:30.0661691Z [00:02:16.438]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.0662108Z [00:02:16.438]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:30.0662527Z [00:02:16.438]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:30.0663299Z [00:02:16.438]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:30.0663633Z [00:02:16.438]➜  EOF
2025-08-20T20:13:30.0665400Z [00:02:16.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b166=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T20:13:30.1159615Z [00:02:16.488]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T20:13:30.1174812Z [00:02:16.490]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/79/79a2fddffa43c619cde3e574d399b1db9ea8f5ebfeca2358645c5f8a721b3391-d # internal
2025-08-20T20:13:30.1180854Z [00:02:16.490]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:13:30.1181265Z [00:02:16.490]➜  mkdir -p $WORK/b168/
2025-08-20T20:13:30.1181654Z [00:02:16.491]➜  cat >/tmp/go-build1455373295/b168/importcfg << 'EOF' # internal
2025-08-20T20:13:30.1182003Z [00:02:16.491]➜  # import config
2025-08-20T20:13:30.1182349Z [00:02:16.491]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.1182664Z [00:02:16.491]➜  EOF
2025-08-20T20:13:30.1184544Z [00:02:16.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b168=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T20:13:30.2859060Z [00:02:16.658]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T20:13:30.2873248Z [00:02:16.660]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T20:13:30.2900030Z [00:02:16.663]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T20:13:30.2900688Z [00:02:16.663]➜  internal/singleflight
2025-08-20T20:13:30.2900973Z [00:02:16.663]➜  mkdir -p $WORK/b170/
2025-08-20T20:13:30.2901692Z [00:02:16.663]➜  cat >/tmp/go-build1455373295/b170/importcfg << 'EOF' # internal
2025-08-20T20:13:30.2902115Z [00:02:16.663]➜  # import config
2025-08-20T20:13:30.2902455Z [00:02:16.663]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:30.2902771Z [00:02:16.663]➜  EOF
2025-08-20T20:13:30.2904388Z [00:02:16.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b170=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T20:13:30.2921174Z [00:02:16.665]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T20:13:30.2925478Z [00:02:16.665]➜  unique
2025-08-20T20:13:30.2927768Z [00:02:16.665]➜  mkdir -p $WORK/b172/
2025-08-20T20:13:30.2933151Z [00:02:16.666]➜  cat >/tmp/go-build1455373295/b172/importcfg << 'EOF' # internal
2025-08-20T20:13:30.2933634Z [00:02:16.666]➜  # import config
2025-08-20T20:13:30.2934008Z [00:02:16.666]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:30.2934488Z [00:02:16.666]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:30.2934993Z [00:02:16.666]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:30.2935486Z [00:02:16.666]➜  packagefile internal/sync=/tmp/go-build1455373295/b034/_pkg_.a
2025-08-20T20:13:30.2936646Z [00:02:16.666]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:30.2937071Z [00:02:16.666]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:30.2937507Z [00:02:16.666]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:30.2937938Z [00:02:16.666]➜  packagefile weak=/tmp/go-build1455373295/b173/_pkg_.a
2025-08-20T20:13:30.2938245Z [00:02:16.666]➜  EOF
2025-08-20T20:13:30.2939929Z [00:02:16.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b172=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T20:13:30.3035456Z [00:02:16.676]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T20:13:30.3073270Z [00:02:16.680]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T20:13:30.3078916Z [00:02:16.680]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/de/de1a76cb8af507e98675103f93d0d1980009fe856de4145554723131b25c4ec3-d # internal
2025-08-20T20:13:30.3080508Z [00:02:16.680]➜  github.com/pterm/pterm/internal
2025-08-20T20:13:30.3082982Z [00:02:16.680]➜  mkdir -p $WORK/b149/
2025-08-20T20:13:30.3083577Z [00:02:16.681]➜  cat >/tmp/go-build1455373295/b149/importcfg << 'EOF' # internal
2025-08-20T20:13:30.3083944Z [00:02:16.681]➜  # import config
2025-08-20T20:13:30.3084352Z [00:02:16.681]➜  packagefile github.com/gookit/color=/tmp/go-build1455373295/b136/_pkg_.a
2025-08-20T20:13:30.3084914Z [00:02:16.681]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1455373295/b147/_pkg_.a
2025-08-20T20:13:30.3085406Z [00:02:16.681]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:30.3086001Z [00:02:16.681]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:30.3086419Z [00:02:16.681]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.3086737Z [00:02:16.681]➜  EOF
2025-08-20T20:13:30.3092232Z [00:02:16.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal=>github.com/pterm/pterm@v0.12.80/internal;$WORK/b149=>" -p github.com/pterm/pterm/internal -lang=go1.21 -complete -installsuffix shared -buildid ajgyeefOpUtwbxLxkXTn/ajgyeefOpUtwbxLxkXTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/cancelation_signal.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/center_text.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/collection.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/exit.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/longest_line.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/map_range_to_range.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/max_text_width.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/percentage.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/remove_and_count_prefix.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/rgb_complementary.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/title_in_line.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/utils.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/internal/with_boolean.go
2025-08-20T20:13:30.3127083Z [00:02:16.685]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T20:13:30.3127951Z [00:02:16.685]➜  github.com/araddon/dateparse
2025-08-20T20:13:30.3128463Z [00:02:16.685]➜  mkdir -p $WORK/b176/
2025-08-20T20:13:30.3128947Z [00:02:16.685]➜  cat >/tmp/go-build1455373295/b176/importcfg << 'EOF' # internal
2025-08-20T20:13:30.3129951Z [00:02:16.685]➜  # import config
2025-08-20T20:13:30.3130305Z [00:02:16.685]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.3130867Z [00:02:16.685]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.3131416Z [00:02:16.685]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.3131854Z [00:02:16.685]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:30.3132489Z [00:02:16.685]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:30.3133131Z [00:02:16.685]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:30.3133566Z [00:02:16.685]➜  EOF
2025-08-20T20:13:30.3136065Z [00:02:16.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/araddon/dateparse@v0.0.0-20210429162001-6b43995a97de=>github.com/araddon/dateparse@v0.0.0-20210429162001-6b43995a97de;$WORK/b176=>" -p github.com/araddon/dateparse -lang=go1.12 -complete -installsuffix shared -buildid WEYxQOlaSF5zhfuQMhJk/WEYxQOlaSF5zhfuQMhJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/go/pkg/mod/github.com/araddon/dateparse@v0.0.0-20210429162001-6b43995a97de/parseany.go
2025-08-20T20:13:30.3315068Z [00:02:16.704]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T20:13:30.3322881Z [00:02:16.705]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/11/11777b41c075fcb779666553d59d551f3944846fa0fe971fa54d6357fd1f480b-d # internal
2025-08-20T20:13:30.3397527Z [00:02:16.712]➜  github.com/pterm/pterm
2025-08-20T20:13:30.3397895Z [00:02:16.712]➜  mkdir -p $WORK/b120/
2025-08-20T20:13:30.3405218Z [00:02:16.713]➜  cat >/tmp/go-build1455373295/b120/importcfg << 'EOF' # internal
2025-08-20T20:13:30.3405772Z [00:02:16.713]➜  # import config
2025-08-20T20:13:30.3406217Z [00:02:16.713]➜  packagefile atomicgo.dev/cursor=/tmp/go-build1455373295/b121/_pkg_.a
2025-08-20T20:13:30.3406770Z [00:02:16.713]➜  packagefile atomicgo.dev/keyboard=/tmp/go-build1455373295/b130/_pkg_.a
2025-08-20T20:13:30.3407310Z [00:02:16.713]➜  packagefile atomicgo.dev/keyboard/keys=/tmp/go-build1455373295/b132/_pkg_.a
2025-08-20T20:13:30.3407848Z [00:02:16.713]➜  packagefile atomicgo.dev/schedule=/tmp/go-build1455373295/b134/_pkg_.a
2025-08-20T20:13:30.3408310Z [00:02:16.713]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:30.3409041Z [00:02:16.713]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:30.3409608Z [00:02:16.713]➜  packagefile encoding/csv=/tmp/go-build1455373295/b135/_pkg_.a
2025-08-20T20:13:30.3410077Z [00:02:16.713]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:30.3410520Z [00:02:16.713]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.3410932Z [00:02:16.713]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.3411405Z [00:02:16.713]➜  packagefile github.com/gookit/color=/tmp/go-build1455373295/b136/_pkg_.a
2025-08-20T20:13:30.3412027Z [00:02:16.713]➜  packagefile github.com/lithammer/fuzzysearch/fuzzy=/tmp/go-build1455373295/b143/_pkg_.a
2025-08-20T20:13:30.3412634Z [00:02:16.713]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1455373295/b147/_pkg_.a
2025-08-20T20:13:30.3413219Z [00:02:16.713]➜  packagefile github.com/pterm/pterm/internal=/tmp/go-build1455373295/b149/_pkg_.a
2025-08-20T20:13:30.3413773Z [00:02:16.713]➜  packagefile golang.org/x/term=/tmp/go-build1455373295/b150/_pkg_.a
2025-08-20T20:13:30.3414290Z [00:02:16.713]➜  packagefile golang.org/x/text/cases=/tmp/go-build1455373295/b151/_pkg_.a
2025-08-20T20:13:30.3414835Z [00:02:16.713]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:30.3415307Z [00:02:16.713]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:30.3415841Z [00:02:16.713]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:30.3416513Z [00:02:16.713]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:30.3416915Z [00:02:16.713]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:30.3417352Z [00:02:16.713]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:30.3417801Z [00:02:16.713]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:30.3418218Z [00:02:16.713]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:30.3418646Z [00:02:16.713]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.3419072Z [00:02:16.713]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.3419491Z [00:02:16.713]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:30.3419895Z [00:02:16.713]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:30.3420203Z [00:02:16.713]➜  EOF
2025-08-20T20:13:30.3431039Z [00:02:16.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pterm/pterm@v0.12.80=>github.com/pterm/pterm@v0.12.80;$WORK/b120=>" -p github.com/pterm/pterm -lang=go1.21 -complete -installsuffix shared -buildid SpMrdJFJt1CMFMUxJ9PO/SpMrdJFJt1CMFMUxJ9PO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/area_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/atoms.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/barchart.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/basic_text_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/bigtext_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/box_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/bulletlist_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/center_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/color.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/deprecated.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/errors.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/header_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/heatmap_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interactive_confirm_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interactive_continue_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interactive_multiselect_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interactive_select_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interactive_textinput_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interface_live_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interface_renderable_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/interface_text_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/logger.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/multi_live_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/panel_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/paragraph_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/prefix_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/print.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/progressbar_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/pterm.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/rgb.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/section_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/slog_handler.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/spinner_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/table_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/terminal.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/theme.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.80/tree_printer.go
2025-08-20T20:13:30.4181594Z [00:02:16.791]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T20:13:30.4204561Z [00:02:16.793]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T20:13:30.4249202Z [00:02:16.797]➜  net/netip
2025-08-20T20:13:30.4249532Z [00:02:16.797]➜  mkdir -p $WORK/b171/
2025-08-20T20:13:30.4249928Z [00:02:16.797]➜  cat >/tmp/go-build1455373295/b171/importcfg << 'EOF' # internal
2025-08-20T20:13:30.4250279Z [00:02:16.797]➜  # import config
2025-08-20T20:13:30.4250614Z [00:02:16.797]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:30.4251063Z [00:02:16.798]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.4251529Z [00:02:16.798]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:30.4252034Z [00:02:16.798]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:30.4252527Z [00:02:16.798]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:30.4252965Z [00:02:16.798]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:30.4253391Z [00:02:16.798]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:30.4253850Z [00:02:16.798]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.4254272Z [00:02:16.798]➜  packagefile unique=/tmp/go-build1455373295/b172/_pkg_.a
2025-08-20T20:13:30.4254582Z [00:02:16.798]➜  EOF
2025-08-20T20:13:30.4256523Z [00:02:16.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b171=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T20:13:30.4990352Z [00:02:16.872]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T20:13:30.5004607Z [00:02:16.873]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/ac/ac5b825226ce8b60c1013761b5e73cd16eb60a9342ce8af525d0477bc1bd95e0-d # internal
2025-08-20T20:13:30.5013046Z [00:02:16.874]➜  go/token
2025-08-20T20:13:30.5020233Z [00:02:16.875]➜  mkdir -p $WORK/b181/
2025-08-20T20:13:30.5030578Z [00:02:16.876]➜  cat >/tmp/go-build1455373295/b181/importcfg << 'EOF' # internal
2025-08-20T20:13:30.5031275Z [00:02:16.876]➜  # import config
2025-08-20T20:13:30.5031876Z [00:02:16.876]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:30.5033152Z [00:02:16.876]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.5033598Z [00:02:16.876]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:30.5034020Z [00:02:16.876]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:30.5034444Z [00:02:16.876]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.5034862Z [00:02:16.876]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:30.5035295Z [00:02:16.876]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:30.5037698Z [00:02:16.876]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:30.5038519Z [00:02:16.876]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:30.5038854Z [00:02:16.876]➜  EOF
2025-08-20T20:13:30.5045955Z [00:02:16.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b181=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T20:13:30.5883508Z [00:02:16.961]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T20:13:30.5896394Z [00:02:16.962]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T20:13:30.5897291Z [00:02:16.962]➜  go/scanner
2025-08-20T20:13:30.5897771Z [00:02:16.962]➜  mkdir -p $WORK/b180/
2025-08-20T20:13:30.5905459Z [00:02:16.963]➜  cat >/tmp/go-build1455373295/b180/importcfg << 'EOF' # internal
2025-08-20T20:13:30.5906312Z [00:02:16.963]➜  # import config
2025-08-20T20:13:30.5906839Z [00:02:16.963]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:30.5909038Z [00:02:16.963]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.5909518Z [00:02:16.963]➜  packagefile go/token=/tmp/go-build1455373295/b181/_pkg_.a
2025-08-20T20:13:30.5909972Z [00:02:16.963]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:30.5910415Z [00:02:16.963]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:30.5910857Z [00:02:16.963]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:30.5911278Z [00:02:16.963]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.5911709Z [00:02:16.963]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:30.5912172Z [00:02:16.963]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:30.5912504Z [00:02:16.963]➜  EOF
2025-08-20T20:13:30.5914370Z [00:02:16.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b180=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T20:13:30.6550075Z [00:02:17.027]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T20:13:30.6553643Z [00:02:17.027]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T20:13:30.6558983Z [00:02:17.028]➜  github.com/maja42/goval/internal
2025-08-20T20:13:30.6559995Z [00:02:17.028]➜  mkdir -p $WORK/b179/
2025-08-20T20:13:30.6561095Z [00:02:17.028]➜  cat >/tmp/go-build1455373295/b179/importcfg << 'EOF' # internal
2025-08-20T20:13:30.6563792Z [00:02:17.028]➜  # import config
2025-08-20T20:13:30.6564410Z [00:02:17.028]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.6566421Z [00:02:17.028]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:30.6566888Z [00:02:17.028]➜  packagefile go/scanner=/tmp/go-build1455373295/b180/_pkg_.a
2025-08-20T20:13:30.6567515Z [00:02:17.028]➜  packagefile go/token=/tmp/go-build1455373295/b181/_pkg_.a
2025-08-20T20:13:30.6568389Z [00:02:17.028]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:30.6569311Z [00:02:17.028]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:30.6569962Z [00:02:17.028]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:30.6570866Z [00:02:17.028]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.6571996Z [00:02:17.028]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.6572653Z [00:02:17.028]➜  EOF
2025-08-20T20:13:30.6575952Z [00:02:17.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/maja42/goval@v1.6.0/internal=>github.com/maja42/goval@v1.6.0/internal;$WORK/b179=>" -p github.com/maja42/goval/internal -lang=go1.18 -complete -installsuffix shared -buildid sWMQSkX5nLgqVfqyiRuF/sWMQSkX5nLgqVfqyiRuF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/go/pkg/mod/github.com/maja42/goval@v1.6.0/internal/evaluate.go /root/go/pkg/mod/github.com/maja42/goval@v1.6.0/internal/gen_lin.go /root/go/pkg/mod/github.com/maja42/goval@v1.6.0/internal/lexer.go /root/go/pkg/mod/github.com/maja42/goval@v1.6.0/internal/parser.go /root/go/pkg/mod/github.com/maja42/goval@v1.6.0/internal/parserUtils.go
2025-08-20T20:13:30.8241876Z [00:02:17.197]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T20:13:30.8357061Z [00:02:17.208]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T20:13:30.8368281Z [00:02:17.209]➜  net
2025-08-20T20:13:30.8370105Z [00:02:17.209]➜  mkdir -p $WORK/b167/
2025-08-20T20:13:30.8371708Z [00:02:17.210]➜  echo -n > $WORK/b167/preferlinkext # internal
2025-08-20T20:13:30.8372066Z [00:02:17.210]➜  cd /root/.go/src/net
2025-08-20T20:13:30.8373267Z [00:02:17.210]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b167/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T20:13:30.8409205Z [00:02:17.211]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T20:13:30.8429826Z [00:02:17.216]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/43/432b56e801dd9398c002e4d3ae993fdee0222a8d1661b3e86347d932f803b51f-d # internal
2025-08-20T20:13:30.8436433Z [00:02:17.216]➜  github.com/maja42/goval
2025-08-20T20:13:30.8437037Z [00:02:17.216]➜  mkdir -p $WORK/b178/
2025-08-20T20:13:30.8438379Z [00:02:17.216]➜  cat >/tmp/go-build1455373295/b178/importcfg << 'EOF' # internal
2025-08-20T20:13:30.8438755Z [00:02:17.216]➜  # import config
2025-08-20T20:13:30.8439199Z [00:02:17.216]➜  packagefile github.com/maja42/goval/internal=/tmp/go-build1455373295/b179/_pkg_.a
2025-08-20T20:13:30.8439916Z [00:02:17.216]➜  EOF
2025-08-20T20:13:30.8440250Z [00:02:17.216]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:30.8442010Z [00:02:17.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/maja42/goval@v1.6.0=>github.com/maja42/goval@v1.6.0;$WORK/b178=>" -p github.com/maja42/goval -lang=go1.18 -complete -installsuffix shared -buildid HnyiJC0rNKGJA60b-3Iu/HnyiJC0rNKGJA60b-3Iu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/go/pkg/mod/github.com/maja42/goval@v1.6.0/evaluator.go
2025-08-20T20:13:30.8683121Z [00:02:17.241]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T20:13:30.8683883Z [00:02:17.241]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/28/283a3993fb0538ec28f1d769539cd64b7dd5a3d733fa965e5fdaba8b5acb8025-d # internal
2025-08-20T20:13:30.8686091Z [00:02:17.241]➜  go.withmatt.com/size
2025-08-20T20:13:30.8688178Z [00:02:17.241]➜  mkdir -p $WORK/b182/
2025-08-20T20:13:30.8689238Z [00:02:17.241]➜  cat >/tmp/go-build1455373295/b182/importcfg << 'EOF' # internal
2025-08-20T20:13:30.8689871Z [00:02:17.241]➜  # import config
2025-08-20T20:13:30.8690727Z [00:02:17.241]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:30.8691826Z [00:02:17.241]➜  EOF
2025-08-20T20:13:30.8695963Z [00:02:17.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/go.withmatt.com/size@v0.0.0-20250220224316-11aee5773e67=>go.withmatt.com/size@v0.0.0-20250220224316-11aee5773e67;$WORK/b182=>" -p go.withmatt.com/size -lang=go1.16 -complete -installsuffix shared -buildid yBFLgqro5pTlXE1HIdaI/yBFLgqro5pTlXE1HIdaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/go/pkg/mod/go.withmatt.com/size@v0.0.0-20250220224316-11aee5773e67/size.go
2025-08-20T20:13:30.9221138Z [00:02:17.295]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T20:13:30.9227169Z [00:02:17.295]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/17/1707aad69e5d563611980c2d306587aeca03b4ee59487d678ec66433527969c1-d # internal
2025-08-20T20:13:30.9229663Z [00:02:17.295]➜  github.com/ayoisaiah/f2/v2/internal/eval
2025-08-20T20:13:30.9231312Z [00:02:17.295]➜  mkdir -p $WORK/b177/
2025-08-20T20:13:30.9232084Z [00:02:17.296]➜  cat >/tmp/go-build1455373295/b177/importcfg << 'EOF' # internal
2025-08-20T20:13:30.9233421Z [00:02:17.296]➜  # import config
2025-08-20T20:13:30.9233933Z [00:02:17.296]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:30.9234649Z [00:02:17.296]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:30.9235259Z [00:02:17.296]➜  packagefile github.com/maja42/goval=/tmp/go-build1455373295/b178/_pkg_.a
2025-08-20T20:13:30.9235872Z [00:02:17.296]➜  packagefile go.withmatt.com/size=/tmp/go-build1455373295/b182/_pkg_.a
2025-08-20T20:13:30.9236413Z [00:02:17.296]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:30.9236841Z [00:02:17.296]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:30.9237260Z [00:02:17.296]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:30.9237569Z [00:02:17.296]➜  EOF
2025-08-20T20:13:30.9239346Z [00:02:17.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/eval=>github.com/ayoisaiah/f2/v2/internal/eval;$WORK/b177=>" -p github.com/ayoisaiah/f2/v2/internal/eval -lang=go1.25 -complete -installsuffix shared -buildid oHALXlj06-MG2se7w5TI/oHALXlj06-MG2se7w5TI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/eval/eval.go
2025-08-20T20:13:30.9590036Z [00:02:17.331]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T20:13:30.9595499Z [00:02:17.332]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/4f/4f30de4266ceab924664023d2b3206911970b4dfff636a024070f54da0cc976b-d # internal
2025-08-20T20:13:30.9600177Z [00:02:17.332]➜  github.com/ayoisaiah/f2/v2/internal/pathutil
2025-08-20T20:13:30.9600620Z [00:02:17.332]➜  mkdir -p $WORK/b183/
2025-08-20T20:13:30.9601000Z [00:02:17.333]➜  cat >/tmp/go-build1455373295/b183/importcfg << 'EOF' # internal
2025-08-20T20:13:30.9601347Z [00:02:17.333]➜  # import config
2025-08-20T20:13:30.9601714Z [00:02:17.333]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:30.9602057Z [00:02:17.333]➜  EOF
2025-08-20T20:13:30.9603960Z [00:02:17.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/pathutil=>github.com/ayoisaiah/f2/v2/internal/pathutil;$WORK/b183=>" -p github.com/ayoisaiah/f2/v2/internal/pathutil -lang=go1.25 -complete -installsuffix shared -buildid nPXP8Enshh6oaJr9GRyJ/nPXP8Enshh6oaJr9GRyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/pathutil/pathutil.go
2025-08-20T20:13:30.9778376Z [00:02:17.350]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T20:13:30.9779204Z [00:02:17.350]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/aa/aa7fd87f0f0ae62143693123881ba1368c1366164e5f12c22b862a54df3fca2b-d # internal
2025-08-20T20:13:30.9781598Z [00:02:17.350]➜  github.com/maruel/natural
2025-08-20T20:13:30.9781963Z [00:02:17.350]➜  mkdir -p $WORK/b185/
2025-08-20T20:13:30.9782364Z [00:02:17.351]➜  cat >/tmp/go-build1455373295/b185/importcfg << 'EOF' # internal
2025-08-20T20:13:30.9783140Z [00:02:17.351]➜  # import config
2025-08-20T20:13:30.9783494Z [00:02:17.351]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:30.9783815Z [00:02:17.351]➜  EOF
2025-08-20T20:13:30.9785549Z [00:02:17.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/maruel/natural@v1.1.1=>github.com/maruel/natural@v1.1.1;$WORK/b185=>" -p github.com/maruel/natural -lang=go1.21 -complete -installsuffix shared -buildid DbZvQhGi5rZuZR4UK2UD/DbZvQhGi5rZuZR4UK2UD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/go/pkg/mod/github.com/maruel/natural@v1.1.1/natsort.go
2025-08-20T20:13:31.0031419Z [00:02:17.376]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T20:13:31.0035507Z [00:02:17.376]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/32/324417dd2eb294f186e94530174207f995a272e7204932df5bd253160cdde1c3-d # internal
2025-08-20T20:13:31.0038157Z [00:02:17.376]➜  gopkg.in/djherbis/times.v1
2025-08-20T20:13:31.0058776Z [00:02:17.379]➜  mkdir -p $WORK/b186/
2025-08-20T20:13:31.0062022Z [00:02:17.379]➜  cat >/tmp/go-build1455373295/b186/importcfg << 'EOF' # internal
2025-08-20T20:13:31.0062926Z [00:02:17.379]➜  # import config
2025-08-20T20:13:31.0063631Z [00:02:17.379]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.0064062Z [00:02:17.379]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:31.0064507Z [00:02:17.379]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.0064815Z [00:02:17.379]➜  EOF
2025-08-20T20:13:31.0067115Z [00:02:17.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0=>gopkg.in/djherbis/times.v1@v1.3.0;$WORK/b186=>" -p gopkg.in/djherbis/times.v1 -lang=go1.16 -complete -installsuffix shared -buildid YMGzO4NVFr3b-86qsiNB/YMGzO4NVFr3b-86qsiNB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/times.go /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/times_linux.go /root/go/pkg/mod/gopkg.in/djherbis/times.v1@v1.3.0/use_generic_stat.go
2025-08-20T20:13:31.0561487Z [00:02:17.429]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T20:13:31.0568307Z [00:02:17.429]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/f7/f7759c924c8db8500d411182d54746534df49912495755710b5b51f578208671-d # internal
2025-08-20T20:13:31.0572777Z [00:02:17.430]➜  crypto/internal/fips140/aes/gcm
2025-08-20T20:13:31.0573180Z [00:02:17.430]➜  mkdir -p $WORK/b191/
2025-08-20T20:13:31.0574741Z [00:02:17.430]➜  echo -n > $WORK/b191/go_asm.h # internal
2025-08-20T20:13:31.0611748Z [00:02:17.434]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:13:31.0613155Z [00:02:17.434]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b191=>" -I $WORK/b191/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b191/symabis ./gcm_arm64.s
2025-08-20T20:13:31.0713035Z [00:02:17.444]➜  cat >/tmp/go-build1455373295/b191/importcfg << 'EOF' # internal
2025-08-20T20:13:31.0713769Z [00:02:17.444]➜  # import config
2025-08-20T20:13:31.0714332Z [00:02:17.444]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:31.0715994Z [00:02:17.444]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1455373295/b079/_pkg_.a
2025-08-20T20:13:31.0716660Z [00:02:17.444]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1455373295/b080/_pkg_.a
2025-08-20T20:13:31.0717255Z [00:02:17.444]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1455373295/b081/_pkg_.a
2025-08-20T20:13:31.0717833Z [00:02:17.444]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1455373295/b074/_pkg_.a
2025-08-20T20:13:31.0718420Z [00:02:17.444]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1455373295/b088/_pkg_.a
2025-08-20T20:13:31.0719553Z [00:02:17.444]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:31.0720191Z [00:02:17.444]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1455373295/b085/_pkg_.a
2025-08-20T20:13:31.0720753Z [00:02:17.444]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:31.0721225Z [00:02:17.444]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.0721655Z [00:02:17.444]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:31.0721966Z [00:02:17.444]➜  EOF
2025-08-20T20:13:31.0722227Z [00:02:17.444]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.0727937Z [00:02:17.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b191=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b191/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack -asmhdr $WORK/b191/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T20:13:31.1775550Z [00:02:17.550]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T20:13:31.1779952Z [00:02:17.550]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b191=>" -I $WORK/b191/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b191/gcm_arm64.o ./gcm_arm64.s
2025-08-20T20:13:31.1854886Z [00:02:17.558]➜  go tool pack r $WORK/b191/_pkg_.a $WORK/b191/gcm_arm64.o # internal
2025-08-20T20:13:31.1856330Z [00:02:17.558]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T20:13:31.1865201Z [00:02:17.559]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T20:13:31.1865948Z [00:02:17.559]➜  crypto/cipher
2025-08-20T20:13:31.1866577Z [00:02:17.559]➜  mkdir -p $WORK/b190/
2025-08-20T20:13:31.1867661Z [00:02:17.559]➜  cat >/tmp/go-build1455373295/b190/importcfg << 'EOF' # internal
2025-08-20T20:13:31.1868584Z [00:02:17.559]➜  # import config
2025-08-20T20:13:31.1868988Z [00:02:17.559]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:31.1869520Z [00:02:17.559]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1455373295/b079/_pkg_.a
2025-08-20T20:13:31.1870116Z [00:02:17.559]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1455373295/b191/_pkg_.a
2025-08-20T20:13:31.1870739Z [00:02:17.559]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1455373295/b080/_pkg_.a
2025-08-20T20:13:31.1871317Z [00:02:17.559]➜  packagefile crypto/internal/fips140only=/tmp/go-build1455373295/b073/_pkg_.a
2025-08-20T20:13:31.1871835Z [00:02:17.559]➜  packagefile crypto/subtle=/tmp/go-build1455373295/b192/_pkg_.a
2025-08-20T20:13:31.1872281Z [00:02:17.559]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.1872763Z [00:02:17.559]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:31.1873223Z [00:02:17.559]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.1873532Z [00:02:17.559]➜  EOF
2025-08-20T20:13:31.1873797Z [00:02:17.559]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.1876231Z [00:02:17.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b190=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T20:13:31.1949098Z [00:02:17.567]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T20:13:31.2022991Z [00:02:17.575]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/d3/d33544b53cce260e2aca7f0a699adfee5003587d0458427d4c2220978407cf76-d # internal
2025-08-20T20:13:31.2023606Z [00:02:17.575]➜  encoding/hex
2025-08-20T20:13:31.2023869Z [00:02:17.575]➜  mkdir -p $WORK/b196/
2025-08-20T20:13:31.2024250Z [00:02:17.575]➜  cat >/tmp/go-build1455373295/b196/importcfg << 'EOF' # internal
2025-08-20T20:13:31.2024601Z [00:02:17.575]➜  # import config
2025-08-20T20:13:31.2024974Z [00:02:17.575]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.2025396Z [00:02:17.575]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.2025942Z [00:02:17.575]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.2026371Z [00:02:17.575]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.2026794Z [00:02:17.575]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.2027126Z [00:02:17.575]➜  EOF
2025-08-20T20:13:31.2028550Z [00:02:17.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b196=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T20:13:31.2289052Z [00:02:17.601]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T20:13:31.2293756Z [00:02:17.601]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T20:13:31.2294345Z [00:02:17.601]➜  github.com/OneOfOne/xxhash
2025-08-20T20:13:31.2294632Z [00:02:17.601]➜  mkdir -p $WORK/b197/
2025-08-20T20:13:31.2295009Z [00:02:17.601]➜  cat >/tmp/go-build1455373295/b197/importcfg << 'EOF' # internal
2025-08-20T20:13:31.2295354Z [00:02:17.601]➜  # import config
2025-08-20T20:13:31.2303615Z [00:02:17.601]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:31.2304139Z [00:02:17.601]➜  EOF
2025-08-20T20:13:31.2306572Z [00:02:17.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.2=>github.com/OneOfOne/xxhash@v1.2.2;$WORK/b197=>" -p github.com/OneOfOne/xxhash -lang=go1.16 -complete -installsuffix shared -buildid -zjrU6IG5Hy_4kVxwZGH/-zjrU6IG5Hy_4kVxwZGH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.2/xxhash.go /root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.2/xxhash_go17.go /root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.2/xxhash_unsafe.go
2025-08-20T20:13:31.2422514Z [00:02:17.615]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T20:13:31.2435258Z [00:02:17.616]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T20:13:31.2436091Z [00:02:17.616]➜  crypto/internal/boring
2025-08-20T20:13:31.2436381Z [00:02:17.616]➜  mkdir -p $WORK/b189/
2025-08-20T20:13:31.2436755Z [00:02:17.616]➜  cat >/tmp/go-build1455373295/b189/importcfg << 'EOF' # internal
2025-08-20T20:13:31.2437097Z [00:02:17.616]➜  # import config
2025-08-20T20:13:31.2437434Z [00:02:17.616]➜  packagefile crypto=/tmp/go-build1455373295/b071/_pkg_.a
2025-08-20T20:13:31.2437888Z [00:02:17.616]➜  packagefile crypto/cipher=/tmp/go-build1455373295/b190/_pkg_.a
2025-08-20T20:13:31.2438861Z [00:02:17.616]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1455373295/b193/_pkg_.a
2025-08-20T20:13:31.2439348Z [00:02:17.616]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:31.2439658Z [00:02:17.616]➜  EOF
2025-08-20T20:13:31.2441429Z [00:02:17.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b189=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T20:13:31.2668161Z [00:02:17.638]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T20:13:31.2676513Z [00:02:17.640]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T20:13:31.2677958Z [00:02:17.640]➜  crypto/sha1
2025-08-20T20:13:31.2680586Z [00:02:17.640]➜  mkdir -p $WORK/b188/
2025-08-20T20:13:31.2681601Z [00:02:17.641]➜  echo -n > $WORK/b188/go_asm.h # internal
2025-08-20T20:13:31.2682641Z [00:02:17.641]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:13:31.2686700Z [00:02:17.641]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b188=>" -I $WORK/b188/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b188/symabis ./sha1block_arm64.s
2025-08-20T20:13:31.2690353Z [00:02:17.642]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T20:13:31.2705044Z [00:02:17.643]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/c5/c55ed9606bf021c76f906b79da513695f5d065b0a9ee36c21d2ae7b2239165c0-d # internal
2025-08-20T20:13:31.2706238Z [00:02:17.643]➜  crypto/sha256
2025-08-20T20:13:31.2706706Z [00:02:17.643]➜  mkdir -p $WORK/b194/
2025-08-20T20:13:31.2708095Z [00:02:17.643]➜  cat >/tmp/go-build1455373295/b194/importcfg << 'EOF' # internal
2025-08-20T20:13:31.2708475Z [00:02:17.643]➜  # import config
2025-08-20T20:13:31.2708822Z [00:02:17.643]➜  packagefile crypto=/tmp/go-build1455373295/b071/_pkg_.a
2025-08-20T20:13:31.2709310Z [00:02:17.643]➜  packagefile crypto/internal/boring=/tmp/go-build1455373295/b189/_pkg_.a
2025-08-20T20:13:31.2709879Z [00:02:17.643]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1455373295/b083/_pkg_.a
2025-08-20T20:13:31.2710683Z [00:02:17.643]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:31.2711066Z [00:02:17.643]➜  EOF
2025-08-20T20:13:31.2711340Z [00:02:17.643]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.2712877Z [00:02:17.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b194=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T20:13:31.2767042Z [00:02:17.648]➜  cat >/tmp/go-build1455373295/b188/importcfg << 'EOF' # internal
2025-08-20T20:13:31.2768114Z [00:02:17.648]➜  # import config
2025-08-20T20:13:31.2768728Z [00:02:17.648]➜  packagefile crypto=/tmp/go-build1455373295/b071/_pkg_.a
2025-08-20T20:13:31.2770260Z [00:02:17.648]➜  packagefile crypto/internal/boring=/tmp/go-build1455373295/b189/_pkg_.a
2025-08-20T20:13:31.2771197Z [00:02:17.648]➜  packagefile crypto/internal/fips140only=/tmp/go-build1455373295/b073/_pkg_.a
2025-08-20T20:13:31.2772656Z [00:02:17.648]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:31.2774150Z [00:02:17.648]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.2774588Z [00:02:17.648]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:31.2775057Z [00:02:17.648]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:31.2776373Z [00:02:17.648]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:31.2776842Z [00:02:17.648]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:31.2777168Z [00:02:17.648]➜  EOF
2025-08-20T20:13:31.2779053Z [00:02:17.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b188=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b188/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack -asmhdr $WORK/b188/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T20:13:31.2861800Z [00:02:17.659]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T20:13:31.2869374Z [00:02:17.660]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T20:13:31.2871949Z [00:02:17.660]➜  crypto/sha512
2025-08-20T20:13:31.2872246Z [00:02:17.660]➜  mkdir -p $WORK/b195/
2025-08-20T20:13:31.2883613Z [00:02:17.661]➜  cat >/tmp/go-build1455373295/b195/importcfg << 'EOF' # internal
2025-08-20T20:13:31.2884021Z [00:02:17.661]➜  # import config
2025-08-20T20:13:31.2884370Z [00:02:17.661]➜  packagefile crypto=/tmp/go-build1455373295/b071/_pkg_.a
2025-08-20T20:13:31.2884874Z [00:02:17.661]➜  packagefile crypto/internal/boring=/tmp/go-build1455373295/b189/_pkg_.a
2025-08-20T20:13:31.2885450Z [00:02:17.661]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1455373295/b089/_pkg_.a
2025-08-20T20:13:31.2886125Z [00:02:17.661]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:31.2886438Z [00:02:17.661]➜  EOF
2025-08-20T20:13:31.2887879Z [00:02:17.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b195=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T20:13:31.2997403Z [00:02:17.672]➜  cd /root/.go/src/crypto/sha1
2025-08-20T20:13:31.3002117Z [00:02:17.672]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b188=>" -I $WORK/b188/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b188/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T20:13:31.3008821Z [00:02:17.673]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T20:13:31.3037072Z [00:02:17.676]➜  go tool pack r $WORK/b188/_pkg_.a $WORK/b188/sha1block_arm64.o # internal
2025-08-20T20:13:31.3037810Z [00:02:17.676]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T20:13:31.3054099Z [00:02:17.678]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T20:13:31.3054874Z [00:02:17.678]➜  github.com/dhowden/tag
2025-08-20T20:13:31.3055163Z [00:02:17.678]➜  mkdir -p $WORK/b198/
2025-08-20T20:13:31.3064062Z [00:02:17.679]➜  cat >/tmp/go-build1455373295/b198/importcfg << 'EOF' # internal
2025-08-20T20:13:31.3064810Z [00:02:17.679]➜  # import config
2025-08-20T20:13:31.3065455Z [00:02:17.679]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:31.3067141Z [00:02:17.679]➜  packagefile crypto/sha1=/tmp/go-build1455373295/b188/_pkg_.a
2025-08-20T20:13:31.3070060Z [00:02:17.679]➜  packagefile encoding/base64=/tmp/go-build1455373295/b097/_pkg_.a
2025-08-20T20:13:31.3071626Z [00:02:17.679]➜  packagefile encoding/binary=/tmp/go-build1455373295/b117/_pkg_.a
2025-08-20T20:13:31.3072098Z [00:02:17.679]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.3072515Z [00:02:17.679]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.3073363Z [00:02:17.679]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:31.3073769Z [00:02:17.679]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.3074181Z [00:02:17.679]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:31.3074604Z [00:02:17.679]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.3082472Z [00:02:17.679]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.3082990Z [00:02:17.679]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.3084546Z [00:02:17.679]➜  packagefile unicode/utf16=/tmp/go-build1455373295/b098/_pkg_.a
2025-08-20T20:13:31.3084951Z [00:02:17.679]➜  EOF
2025-08-20T20:13:31.3085246Z [00:02:17.680]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.3091050Z [00:02:17.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8=>github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8;$WORK/b198=>" -p github.com/dhowden/tag -lang=go1.20 -complete -installsuffix shared -buildid 9__B9hKEXN0YZoJz-fp1/9__B9hKEXN0YZoJz-fp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/dsf.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/flac.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/id.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/id3v1.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/id3v2.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/id3v2frames.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/id3v2metadata.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/mp4.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/ogg.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/sum.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/tag.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/util.go /root/go/pkg/mod/github.com/dhowden/tag@v0.0.0-20240417053706-3d75831295e8/vorbis.go
2025-08-20T20:13:31.3096167Z [00:02:17.680]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T20:13:31.3097086Z [00:02:17.680]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T20:13:31.3097712Z [00:02:17.681]➜  github.com/djherbis/times
2025-08-20T20:13:31.3098000Z [00:02:17.681]➜  mkdir -p $WORK/b199/
2025-08-20T20:13:31.3098367Z [00:02:17.681]➜  cat >/tmp/go-build1455373295/b199/importcfg << 'EOF' # internal
2025-08-20T20:13:31.3098711Z [00:02:17.681]➜  # import config
2025-08-20T20:13:31.3099047Z [00:02:17.681]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.3099534Z [00:02:17.681]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1455373295/b116/_pkg_.a
2025-08-20T20:13:31.3099990Z [00:02:17.681]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.3100420Z [00:02:17.681]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:31.3100861Z [00:02:17.681]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:31.3101284Z [00:02:17.681]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.3101590Z [00:02:17.681]➜  EOF
2025-08-20T20:13:31.3103513Z [00:02:17.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/djherbis/times@v1.6.0=>github.com/djherbis/times@v1.6.0;$WORK/b199=>" -p github.com/djherbis/times -lang=go1.16 -complete -installsuffix shared -buildid 3SIsh4YnzvO-ovQJhKCp/3SIsh4YnzvO-ovQJhKCp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/github.com/djherbis/times@v1.6.0/times.go /root/go/pkg/mod/github.com/djherbis/times@v1.6.0/times_linux.go
2025-08-20T20:13:31.3289193Z [00:02:17.701]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/de/de894d966bd4661ee2cda4e9ae57b64b1dcd01a17b82eb941e03551742ac3982-d # internal
2025-08-20T20:13:31.3294490Z [00:02:17.701]➜  github.com/ayoisaiah/f2/v2/internal/config
2025-08-20T20:13:31.3294829Z [00:02:17.701]➜  mkdir -p $WORK/b069/
2025-08-20T20:13:31.3306023Z [00:02:17.703]➜  cat >/tmp/go-build1455373295/b069/importcfg << 'EOF' # internal
2025-08-20T20:13:31.3316816Z [00:02:17.703]➜  # import config
2025-08-20T20:13:31.3317207Z [00:02:17.703]➜  packagefile crypto/md5=/tmp/go-build1455373295/b070/_pkg_.a
2025-08-20T20:13:31.3317686Z [00:02:17.703]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.3318240Z [00:02:17.703]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:31.3318949Z [00:02:17.703]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:31.3319635Z [00:02:17.703]➜  packagefile github.com/ayoisaiah/f2/v2/internal/timeutil=/tmp/go-build1455373295/b114/_pkg_.a
2025-08-20T20:13:31.3320255Z [00:02:17.703]➜  packagefile github.com/jessevdk/go-flags=/tmp/go-build1455373295/b115/_pkg_.a
2025-08-20T20:13:31.3320836Z [00:02:17.703]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1455373295/b118/_pkg_.a
2025-08-20T20:13:31.3321422Z [00:02:17.703]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1455373295/b119/_pkg_.a
2025-08-20T20:13:31.3321961Z [00:02:17.703]➜  packagefile github.com/pterm/pterm=/tmp/go-build1455373295/b120/_pkg_.a
2025-08-20T20:13:31.3322496Z [00:02:17.703]➜  packagefile github.com/urfave/cli/v3=/tmp/go-build1455373295/b156/_pkg_.a
2025-08-20T20:13:31.3322959Z [00:02:17.703]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.3323356Z [00:02:17.703]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.3323805Z [00:02:17.703]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.3324251Z [00:02:17.703]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:31.3324672Z [00:02:17.703]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.3325095Z [00:02:17.703]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.3326011Z [00:02:17.703]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.3326526Z [00:02:17.703]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.3326835Z [00:02:17.703]➜  EOF
2025-08-20T20:13:31.3329084Z [00:02:17.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config=>github.com/ayoisaiah/f2/v2/internal/config;$WORK/b069=>" -p github.com/ayoisaiah/f2/v2/internal/config -lang=go1.25 -complete -installsuffix shared -buildid rowFGadA-RnpDnYFDLI6/rowFGadA-RnpDnYFDLI6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/config.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/errors.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/sort.go
2025-08-20T20:13:31.3548713Z [00:02:17.727]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T20:13:31.3575999Z [00:02:17.730]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/92/929849307c1853cbafca063adef16cbe49c0135e32cf99c0f68085dbad7416c7-d # internal
2025-08-20T20:13:31.3593361Z [00:02:17.732]➜  math/big
2025-08-20T20:13:31.3596280Z [00:02:17.732]➜  mkdir -p $WORK/b202/
2025-08-20T20:13:31.3602146Z [00:02:17.733]➜  echo -n > $WORK/b202/go_asm.h # internal
2025-08-20T20:13:31.3602568Z [00:02:17.733]➜  cd /root/.go/src/math/big
2025-08-20T20:13:31.3603537Z [00:02:17.733]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b202=>" -I $WORK/b202/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b202/symabis ./arith_arm64.s
2025-08-20T20:13:31.3665984Z [00:02:17.739]➜  cat >/tmp/go-build1455373295/b202/importcfg << 'EOF' # internal
2025-08-20T20:13:31.3666982Z [00:02:17.739]➜  # import config
2025-08-20T20:13:31.3667837Z [00:02:17.739]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:31.3668749Z [00:02:17.739]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.3669411Z [00:02:17.739]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.3670227Z [00:02:17.739]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:31.3671136Z [00:02:17.739]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.3671814Z [00:02:17.739]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:31.3672779Z [00:02:17.739]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:31.3673475Z [00:02:17.739]➜  packagefile math/rand=/tmp/go-build1455373295/b127/_pkg_.a
2025-08-20T20:13:31.3674137Z [00:02:17.739]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.3674678Z [00:02:17.739]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.3675469Z [00:02:17.739]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.3676273Z [00:02:17.739]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:31.3676753Z [00:02:17.739]➜  EOF
2025-08-20T20:13:31.3677860Z [00:02:17.739]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.3682340Z [00:02:17.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b202=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b202/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack -asmhdr $WORK/b202/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T20:13:31.3999728Z [00:02:17.773]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T20:13:31.4026895Z [00:02:17.774]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/08/08f98ad05eb92f6ad226daa73c804d31c49c4963898b76eab054477ddd952974-d # internal
2025-08-20T20:13:31.4027953Z [00:02:17.774]➜  github.com/ayoisaiah/f2/v2/internal/file
2025-08-20T20:13:31.4028622Z [00:02:17.774]➜  mkdir -p $WORK/b160/
2025-08-20T20:13:31.4042214Z [00:02:17.777]➜  cat >/tmp/go-build1455373295/b160/importcfg << 'EOF' # internal
2025-08-20T20:13:31.4042882Z [00:02:17.777]➜  # import config
2025-08-20T20:13:31.4043817Z [00:02:17.777]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:31.4044678Z [00:02:17.777]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.4045592Z [00:02:17.777]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:31.4046579Z [00:02:17.777]➜  packagefile github.com/ayoisaiah/f2/v2/internal/status=/tmp/go-build1455373295/b161/_pkg_.a
2025-08-20T20:13:31.4047362Z [00:02:17.777]➜  packagefile github.com/barasher/go-exiftool=/tmp/go-build1455373295/b162/_pkg_.a
2025-08-20T20:13:31.4048118Z [00:02:17.777]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build1455373295/b164/_pkg_.a
2025-08-20T20:13:31.4049192Z [00:02:17.777]➜  packagefile github.com/pterm/pterm=/tmp/go-build1455373295/b120/_pkg_.a
2025-08-20T20:13:31.4049802Z [00:02:17.777]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.4050488Z [00:02:17.777]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:31.4051079Z [00:02:17.777]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.4051631Z [00:02:17.777]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.4052138Z [00:02:17.777]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.4052582Z [00:02:17.777]➜  EOF
2025-08-20T20:13:31.4055205Z [00:02:17.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/file=>github.com/ayoisaiah/f2/v2/internal/file;$WORK/b160=>" -p github.com/ayoisaiah/f2/v2/internal/file -lang=go1.25 -complete -installsuffix shared -buildid Kd_Sf9J33kNow5ru0YSq/Kd_Sf9J33kNow5ru0YSq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/file/file.go
2025-08-20T20:13:31.4376425Z [00:02:17.810]➜  cd $WORK/b167
2025-08-20T20:13:31.4378165Z [00:02:17.810]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_x001.o -c _cgo_export.c
2025-08-20T20:13:31.4412754Z [00:02:17.814]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T20:13:31.4420837Z [00:02:17.815]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/99/9922c9175df3befa998902c5dccc9a96658334d041cb32169b0d651f5f8ed307-d # internal
2025-08-20T20:13:31.4423983Z [00:02:17.815]➜  github.com/ayoisaiah/f2/v2/report
2025-08-20T20:13:31.4424398Z [00:02:17.815]➜  mkdir -p $WORK/b159/
2025-08-20T20:13:31.4424786Z [00:02:17.815]➜  cat >/tmp/go-build1455373295/b159/importcfg << 'EOF' # internal
2025-08-20T20:13:31.4436853Z [00:02:17.815]➜  # import config
2025-08-20T20:13:31.4438805Z [00:02:17.815]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:31.4440140Z [00:02:17.815]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.4441102Z [00:02:17.815]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.4442287Z [00:02:17.815]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:31.4444039Z [00:02:17.815]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:31.4444994Z [00:02:17.815]➜  packagefile github.com/pterm/pterm=/tmp/go-build1455373295/b120/_pkg_.a
2025-08-20T20:13:31.4445494Z [00:02:17.815]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.4446163Z [00:02:17.815]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.4446489Z [00:02:17.815]➜  EOF
2025-08-20T20:13:31.4446776Z [00:02:17.815]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.4448580Z [00:02:17.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/report=>github.com/ayoisaiah/f2/v2/report;$WORK/b159=>" -p github.com/ayoisaiah/f2/v2/report -lang=go1.25 -complete -installsuffix shared -buildid NnVbxw-Ii3iZlFH8C2BS/NnVbxw-Ii3iZlFH8C2BS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report.go
2025-08-20T20:13:31.4729952Z [00:02:17.845]➜  cd $WORK/b167
2025-08-20T20:13:31.4734043Z [00:02:17.845]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_x002.o -c cgo_linux.cgo2.c
2025-08-20T20:13:31.4747722Z [00:02:17.847]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T20:13:31.4808978Z [00:02:17.853]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/a5/a59036282975a677a38923a10f1ac02c0aa4f3592bd3d70286042c2f0f0558cc-d # internal
2025-08-20T20:13:31.4819176Z [00:02:17.854]➜  github.com/ayoisaiah/f2/v2/internal/sortfiles
2025-08-20T20:13:31.4820741Z [00:02:17.854]➜  mkdir -p $WORK/b184/
2025-08-20T20:13:31.4821136Z [00:02:17.855]➜  cat >/tmp/go-build1455373295/b184/importcfg << 'EOF' # internal
2025-08-20T20:13:31.4821491Z [00:02:17.855]➜  # import config
2025-08-20T20:13:31.4821824Z [00:02:17.855]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:31.4822386Z [00:02:17.855]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.4823075Z [00:02:17.855]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.4823761Z [00:02:17.855]➜  packagefile github.com/ayoisaiah/f2/v2/internal/pathutil=/tmp/go-build1455373295/b183/_pkg_.a
2025-08-20T20:13:31.4824389Z [00:02:17.855]➜  packagefile github.com/maruel/natural=/tmp/go-build1455373295/b185/_pkg_.a
2025-08-20T20:13:31.4824944Z [00:02:17.855]➜  packagefile github.com/pterm/pterm=/tmp/go-build1455373295/b120/_pkg_.a
2025-08-20T20:13:31.4825495Z [00:02:17.855]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build1455373295/b186/_pkg_.a
2025-08-20T20:13:31.4826139Z [00:02:17.855]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:31.4826552Z [00:02:17.855]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.4826995Z [00:02:17.855]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.4827454Z [00:02:17.855]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.4827867Z [00:02:17.855]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:31.4828287Z [00:02:17.855]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.4828605Z [00:02:17.855]➜  EOF
2025-08-20T20:13:31.4828868Z [00:02:17.855]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.4831406Z [00:02:17.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles=>github.com/ayoisaiah/f2/v2/internal/sortfiles;$WORK/b184=>" -p github.com/ayoisaiah/f2/v2/internal/sortfiles -lang=go1.25 -complete -installsuffix shared -buildid N3XgaNrkTxaEqOG-CUXf/N3XgaNrkTxaEqOG-CUXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/custom.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles.go
2025-08-20T20:13:31.4930019Z [00:02:17.865]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T20:13:31.4950488Z [00:02:17.867]➜  cd $WORK/b167
2025-08-20T20:13:31.4954712Z [00:02:17.868]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T20:13:31.4961324Z [00:02:17.869]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/45/4509a724e56c1d1d2e45fd645dca845a564482e48486653fc79d7f134d80f6b0-d # internal
2025-08-20T20:13:31.4965497Z [00:02:17.869]➜  github.com/ayoisaiah/f2/v2/rename
2025-08-20T20:13:31.4966014Z [00:02:17.869]➜  mkdir -p $WORK/b203/
2025-08-20T20:13:31.4966408Z [00:02:17.869]➜  cat >/tmp/go-build1455373295/b203/importcfg << 'EOF' # internal
2025-08-20T20:13:31.4967120Z [00:02:17.869]➜  # import config
2025-08-20T20:13:31.4967470Z [00:02:17.869]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:31.4967887Z [00:02:17.869]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.4968445Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:31.4969122Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.4969798Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.4970474Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:31.4971154Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:31.4971819Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/internal/status=/tmp/go-build1455373295/b161/_pkg_.a
2025-08-20T20:13:31.4972471Z [00:02:17.869]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:31.4972965Z [00:02:17.869]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.4973360Z [00:02:17.869]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.4973796Z [00:02:17.869]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.4974255Z [00:02:17.869]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:31.4974683Z [00:02:17.869]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.4975102Z [00:02:17.869]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.4975416Z [00:02:17.869]➜  EOF
2025-08-20T20:13:31.4975875Z [00:02:17.869]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.4977850Z [00:02:17.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename=>github.com/ayoisaiah/f2/v2/rename;$WORK/b203=>" -p github.com/ayoisaiah/f2/v2/rename -lang=go1.25 -complete -installsuffix shared -buildid h29LXgTHDV-pMlg5TMgT/h29LXgTHDV-pMlg5TMgT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/backup.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename.go
2025-08-20T20:13:31.5247539Z [00:02:17.897]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T20:13:31.5261453Z [00:02:17.898]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/f3/f3a2195701add8d90da801419fddd7523acf21e1cd52a9074171381133f5f584-d # internal
2025-08-20T20:13:31.5262200Z [00:02:17.898]➜  github.com/ayoisaiah/f2/v2/validate
2025-08-20T20:13:31.5262523Z [00:02:17.898]➜  mkdir -p $WORK/b205/
2025-08-20T20:13:31.5262895Z [00:02:17.898]➜  cat >/tmp/go-build1455373295/b205/importcfg << 'EOF' # internal
2025-08-20T20:13:31.5263240Z [00:02:17.898]➜  # import config
2025-08-20T20:13:31.5263577Z [00:02:17.898]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.5264007Z [00:02:17.898]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.5264553Z [00:02:17.898]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.5265220Z [00:02:17.898]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:31.5266058Z [00:02:17.898]➜  packagefile github.com/ayoisaiah/f2/v2/internal/pathutil=/tmp/go-build1455373295/b183/_pkg_.a
2025-08-20T20:13:31.5266771Z [00:02:17.898]➜  packagefile github.com/ayoisaiah/f2/v2/internal/status=/tmp/go-build1455373295/b161/_pkg_.a
2025-08-20T20:13:31.5267303Z [00:02:17.898]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.5267744Z [00:02:17.898]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.5268191Z [00:02:17.898]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:31.5268889Z [00:02:17.898]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:31.5269317Z [00:02:17.898]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.5269742Z [00:02:17.898]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.5270058Z [00:02:17.898]➜  EOF
2025-08-20T20:13:31.5271944Z [00:02:17.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate=>github.com/ayoisaiah/f2/v2/validate;$WORK/b205=>" -p github.com/ayoisaiah/f2/v2/validate -lang=go1.25 -complete -installsuffix shared -buildid HUyGNO-upQCf4cWISZ7C/HUyGNO-upQCf4cWISZ7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/doc.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate.go
2025-08-20T20:13:31.5279648Z [00:02:17.900]➜  cd $WORK/b167
2025-08-20T20:13:31.5288736Z [00:02:17.900]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T20:13:31.5292831Z [00:02:17.901]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T20:13:31.5293524Z [00:02:17.902]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/ec/ecda86d27c9be43e27c84a3f58e3765c61954fa4f3c7063e06efdaf52c38ac9d-d # internal
2025-08-20T20:13:31.5504343Z [00:02:17.923]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T20:13:31.5543602Z [00:02:17.927]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T20:13:31.5549530Z [00:02:17.928]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/bd/bd942f0171efae75d275566e84503aeaa077fe3fab5d907d1795f426300b20d2-d # internal
2025-08-20T20:13:31.5780557Z [00:02:17.951]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T20:13:31.6033718Z [00:02:17.976]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -I $WORK/b167/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b167/_cgo_main.o -c _cgo_main.c
2025-08-20T20:13:31.6206230Z [00:02:17.993]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.6209322Z [00:02:17.993]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -o $WORK/b167/_cgo_.o $WORK/b167/_cgo_main.o $WORK/b167/preferlinkext $WORK/b167/_x001.o $WORK/b167/_x002.o $WORK/b167/_x003.o $WORK/b167/_x004.o $WORK/b167/_x005.o $WORK/b167/_x006.o -O2 -g -lresolv
2025-08-20T20:13:31.6797435Z [00:02:18.052]➜  cd /root/.go/src/math/big
2025-08-20T20:13:31.6798691Z [00:02:18.052]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b202=>" -I $WORK/b202/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b202/arith_arm64.o ./arith_arm64.s
2025-08-20T20:13:31.6821789Z [00:02:18.055]➜  go tool pack r $WORK/b202/_pkg_.a $WORK/b202/arith_arm64.o # internal
2025-08-20T20:13:31.6822283Z [00:02:18.055]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T20:13:31.6868304Z [00:02:18.059]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T20:13:31.6868929Z [00:02:18.060]➜  github.com/rwcarlsen/goexif/tiff
2025-08-20T20:13:31.6871798Z [00:02:18.060]➜  mkdir -p $WORK/b201/
2025-08-20T20:13:31.6873487Z [00:02:18.060]➜  cat >/tmp/go-build1455373295/b201/importcfg << 'EOF' # internal
2025-08-20T20:13:31.6873920Z [00:02:18.060]➜  # import config
2025-08-20T20:13:31.6874279Z [00:02:18.060]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:31.6874738Z [00:02:18.060]➜  packagefile encoding/binary=/tmp/go-build1455373295/b117/_pkg_.a
2025-08-20T20:13:31.6875189Z [00:02:18.060]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.6875605Z [00:02:18.060]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.6879391Z [00:02:18.060]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.6879857Z [00:02:18.060]➜  packagefile io/ioutil=/tmp/go-build1455373295/b138/_pkg_.a
2025-08-20T20:13:31.6880298Z [00:02:18.060]➜  packagefile math/big=/tmp/go-build1455373295/b202/_pkg_.a
2025-08-20T20:13:31.6880732Z [00:02:18.060]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.6881161Z [00:02:18.060]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:31.6881622Z [00:02:18.060]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:31.6881956Z [00:02:18.060]➜  EOF
2025-08-20T20:13:31.6882229Z [00:02:18.060]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:31.6884799Z [00:02:18.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/tiff=>github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/tiff;$WORK/b201=>" -p github.com/rwcarlsen/goexif/tiff -lang=go1.16 -complete -installsuffix shared -buildid aGNab9SnKC9WuPINnTiy/aGNab9SnKC9WuPINnTiy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/go/pkg/mod/github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/tiff/tag.go /root/go/pkg/mod/github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/tiff/tiff.go
2025-08-20T20:13:31.7190757Z [00:02:18.092]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T20:13:31.7198115Z [00:02:18.092]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/51/510fdaa01227cfd1f33d888ade86eec25f4ed14a8695a5708b528fe31d13ac48-d # internal
2025-08-20T20:13:31.7198800Z [00:02:18.092]➜  github.com/rwcarlsen/goexif/exif
2025-08-20T20:13:31.7199100Z [00:02:18.093]➜  mkdir -p $WORK/b200/
2025-08-20T20:13:31.7201087Z [00:02:18.093]➜  cat >/tmp/go-build1455373295/b200/importcfg << 'EOF' # internal
2025-08-20T20:13:31.7201438Z [00:02:18.093]➜  # import config
2025-08-20T20:13:31.7201789Z [00:02:18.093]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:31.7202220Z [00:02:18.093]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:31.7202668Z [00:02:18.093]➜  packagefile encoding/binary=/tmp/go-build1455373295/b117/_pkg_.a
2025-08-20T20:13:31.7203146Z [00:02:18.093]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:31.7203589Z [00:02:18.093]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.7204002Z [00:02:18.093]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.7204522Z [00:02:18.093]➜  packagefile github.com/rwcarlsen/goexif/tiff=/tmp/go-build1455373295/b201/_pkg_.a
2025-08-20T20:13:31.7205015Z [00:02:18.093]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.7205435Z [00:02:18.093]➜  packagefile io/ioutil=/tmp/go-build1455373295/b138/_pkg_.a
2025-08-20T20:13:31.7206794Z [00:02:18.093]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:31.7207222Z [00:02:18.093]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.7208040Z [00:02:18.093]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.7208464Z [00:02:18.093]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.7208774Z [00:02:18.093]➜  EOF
2025-08-20T20:13:31.7211294Z [00:02:18.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/exif=>github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/exif;$WORK/b200=>" -p github.com/rwcarlsen/goexif/exif -lang=go1.16 -complete -installsuffix shared -buildid wYAvX84j6r8zn8mmrpMI/wYAvX84j6r8zn8mmrpMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/exif/exif.go /root/go/pkg/mod/github.com/rwcarlsen/goexif@v0.0.0-20190401172101-9e8deecbddbd/exif/fields.go
2025-08-20T20:13:31.7229059Z [00:02:18.095]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b167=/tmp/go-build -gno-record-gcc-switches -o $WORK/b167/_cgo_.o $WORK/b167/_cgo_main.o $WORK/b167/preferlinkext $WORK/b167/_x001.o $WORK/b167/_x002.o $WORK/b167/_x003.o $WORK/b167/_x004.o $WORK/b167/_x005.o $WORK/b167/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T20:13:31.7231375Z [00:02:18.095]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b167/_cgo_.o -dynout $WORK/b167/_cgo_import.go
2025-08-20T20:13:31.7248411Z [00:02:18.097]➜  cat >/tmp/go-build1455373295/b167/importcfg << 'EOF' # internal
2025-08-20T20:13:31.7248966Z [00:02:18.097]➜  # import config
2025-08-20T20:13:31.7249539Z [00:02:18.097]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T20:13:31.7250170Z [00:02:18.097]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:31.7250714Z [00:02:18.097]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:31.7251294Z [00:02:18.097]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.7251937Z [00:02:18.097]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1455373295/b168/_pkg_.a
2025-08-20T20:13:31.7252635Z [00:02:18.097]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:31.7253230Z [00:02:18.097]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:31.7254737Z [00:02:18.097]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:31.7255334Z [00:02:18.097]➜  packagefile internal/nettrace=/tmp/go-build1455373295/b169/_pkg_.a
2025-08-20T20:13:31.7255932Z [00:02:18.097]➜  packagefile internal/poll=/tmp/go-build1455373295/b064/_pkg_.a
2025-08-20T20:13:31.7256451Z [00:02:18.097]➜  packagefile internal/singleflight=/tmp/go-build1455373295/b170/_pkg_.a
2025-08-20T20:13:31.7256980Z [00:02:18.097]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:31.7257729Z [00:02:18.097]➜  packagefile internal/syscall/unix=/tmp/go-build1455373295/b065/_pkg_.a
2025-08-20T20:13:31.7258229Z [00:02:18.097]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.7258637Z [00:02:18.097]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:31.7259108Z [00:02:18.097]➜  packagefile net/netip=/tmp/go-build1455373295/b171/_pkg_.a
2025-08-20T20:13:31.7259546Z [00:02:18.097]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.7259962Z [00:02:18.097]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:31.7260383Z [00:02:18.097]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.7260791Z [00:02:18.097]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:31.7261223Z [00:02:18.097]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:31.7261667Z [00:02:18.097]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:31.7262092Z [00:02:18.097]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.7262524Z [00:02:18.097]➜  packagefile runtime/cgo=/tmp/go-build1455373295/b140/_pkg_.a
2025-08-20T20:13:31.7262854Z [00:02:18.098]➜  EOF
2025-08-20T20:13:31.7272137Z [00:02:18.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b167=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/net/addrselect.go /root/.go/src/net/cgo_unix.go /root/.go/src/net/conf.go /root/.go/src/net/dial.go /root/.go/src/net/dnsclient.go /root/.go/src/net/dnsclient_unix.go /root/.go/src/net/dnsconfig.go /root/.go/src/net/dnsconfig_unix.go /root/.go/src/net/error_posix.go /root/.go/src/net/error_unix.go /root/.go/src/net/fd_posix.go /root/.go/src/net/fd_unix.go /root/.go/src/net/file.go /root/.go/src/net/file_posix.go /root/.go/src/net/file_unix.go /root/.go/src/net/hook.go /root/.go/src/net/hook_unix.go /root/.go/src/net/hosts.go /root/.go/src/net/interface.go /root/.go/src/net/interface_linux.go /root/.go/src/net/ip.go /root/.go/src/net/iprawsock.go /root/.go/src/net/iprawsock_posix.go /root/.go/src/net/ipsock.go /root/.go/src/net/ipsock_posix.go /root/.go/src/net/lookup.go /root/.go/src/net/lookup_unix.go /root/.go/src/net/mac.go /root/.go/src/net/mptcpsock_linux.go /root/.go/src/net/net.go /root/.go/src/net/netcgo_off.go /root/.go/src/net/netgo_off.go /root/.go/src/net/nss.go /root/.go/src/net/parse.go /root/.go/src/net/pipe.go /root/.go/src/net/port.go /root/.go/src/net/port_unix.go /root/.go/src/net/rawconn.go /root/.go/src/net/rlimit_unix.go /root/.go/src/net/sendfile.go /root/.go/src/net/sendfile_nonwindows.go /root/.go/src/net/sock_cloexec.go /root/.go/src/net/sock_linux.go /root/.go/src/net/sock_posix.go /root/.go/src/net/sockaddr_posix.go /root/.go/src/net/sockopt_linux.go /root/.go/src/net/sockopt_posix.go /root/.go/src/net/sockoptip4_linux.go /root/.go/src/net/sockoptip6_posix.go /root/.go/src/net/splice_linux.go /root/.go/src/net/tcpsock.go /root/.go/src/net/tcpsock_posix.go /root/.go/src/net/tcpsock_unix.go /root/.go/src/net/tcpsockopt_posix.go /root/.go/src/net/tcpsockopt_unix.go /root/.go/src/net/udpsock.go /root/.go/src/net/udpsock_posix.go /root/.go/src/net/unixsock.go /root/.go/src/net/unixsock_posix.go /root/.go/src/net/unixsock_readmsg_cmsg_cloexec.go /root/.go/src/net/writev_unix.go $WORK/b167/_cgo_gotypes.go $WORK/b167/cgo_linux.cgo1.go $WORK/b167/cgo_resnew.cgo1.go $WORK/b167/cgo_socknew.cgo1.go $WORK/b167/cgo_unix_cgo.cgo1.go $WORK/b167/cgo_unix_cgo_res.cgo1.go $WORK/b167/_cgo_import.go
2025-08-20T20:13:31.7588772Z [00:02:18.131]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T20:13:31.7598593Z [00:02:18.132]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/a3/a3b9a2e72d63dca2fdcbfa3b2ccb299e712a33649db78e26ad3edad12e1ab863-d # internal
2025-08-20T20:13:31.7602899Z [00:02:18.133]➜  github.com/ayoisaiah/f2/v2/replace/variables
2025-08-20T20:13:31.7603452Z [00:02:18.133]➜  mkdir -p $WORK/b187/
2025-08-20T20:13:31.7604233Z [00:02:18.133]➜  cat >/tmp/go-build1455373295/b187/importcfg << 'EOF' # internal
2025-08-20T20:13:31.7604918Z [00:02:18.133]➜  # import config
2025-08-20T20:13:31.7605283Z [00:02:18.133]➜  packagefile crypto/md5=/tmp/go-build1455373295/b070/_pkg_.a
2025-08-20T20:13:31.7605892Z [00:02:18.133]➜  packagefile crypto/sha1=/tmp/go-build1455373295/b188/_pkg_.a
2025-08-20T20:13:31.7606415Z [00:02:18.133]➜  packagefile crypto/sha256=/tmp/go-build1455373295/b194/_pkg_.a
2025-08-20T20:13:31.7606907Z [00:02:18.133]➜  packagefile crypto/sha512=/tmp/go-build1455373295/b195/_pkg_.a
2025-08-20T20:13:31.7607374Z [00:02:18.133]➜  packagefile encoding/hex=/tmp/go-build1455373295/b196/_pkg_.a
2025-08-20T20:13:31.7607842Z [00:02:18.133]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:31.7608283Z [00:02:18.133]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.7608710Z [00:02:18.133]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.7609199Z [00:02:18.133]➜  packagefile github.com/OneOfOne/xxhash=/tmp/go-build1455373295/b197/_pkg_.a
2025-08-20T20:13:31.7609768Z [00:02:18.133]➜  packagefile github.com/araddon/dateparse=/tmp/go-build1455373295/b176/_pkg_.a
2025-08-20T20:13:31.7610413Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:31.7611086Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.7612093Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.7612843Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:31.7613522Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:31.7614214Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/pathutil=/tmp/go-build1455373295/b183/_pkg_.a
2025-08-20T20:13:31.7614899Z [00:02:18.133]➜  packagefile github.com/ayoisaiah/f2/v2/internal/timeutil=/tmp/go-build1455373295/b114/_pkg_.a
2025-08-20T20:13:31.7615533Z [00:02:18.133]➜  packagefile github.com/barasher/go-exiftool=/tmp/go-build1455373295/b162/_pkg_.a
2025-08-20T20:13:31.7616976Z [00:02:18.133]➜  packagefile github.com/dhowden/tag=/tmp/go-build1455373295/b198/_pkg_.a
2025-08-20T20:13:31.7617607Z [00:02:18.133]➜  packagefile github.com/djherbis/times=/tmp/go-build1455373295/b199/_pkg_.a
2025-08-20T20:13:31.7618193Z [00:02:18.133]➜  packagefile github.com/rwcarlsen/goexif/exif=/tmp/go-build1455373295/b200/_pkg_.a
2025-08-20T20:13:31.7618758Z [00:02:18.133]➜  packagefile golang.org/x/text/cases=/tmp/go-build1455373295/b151/_pkg_.a
2025-08-20T20:13:31.7619308Z [00:02:18.133]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:31.7619879Z [00:02:18.133]➜  packagefile golang.org/x/text/transform=/tmp/go-build1455373295/b145/_pkg_.a
2025-08-20T20:13:31.7620458Z [00:02:18.133]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1455373295/b146/_pkg_.a
2025-08-20T20:13:31.7620954Z [00:02:18.133]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:31.7621357Z [00:02:18.133]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:31.7621771Z [00:02:18.133]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:31.7622173Z [00:02:18.133]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.7622611Z [00:02:18.133]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.7623057Z [00:02:18.133]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:31.7623481Z [00:02:18.133]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.7624142Z [00:02:18.133]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.7624570Z [00:02:18.133]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.7624989Z [00:02:18.133]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:31.7625423Z [00:02:18.133]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:31.7625988Z [00:02:18.133]➜  EOF
2025-08-20T20:13:31.7628901Z [00:02:18.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables=>github.com/ayoisaiah/f2/v2/replace/variables;$WORK/b187=>" -p github.com/ayoisaiah/f2/v2/replace/variables -lang=go1.25 -complete -installsuffix shared -buildid b3nTFyorudmb2g6UxRZW/b3nTFyorudmb2g6UxRZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/diacritics.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/extract.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variable_regex.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variable_types.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variables.go
2025-08-20T20:13:31.8354695Z [00:02:18.208]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T20:13:31.8373567Z [00:02:18.210]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/d3/d3157dcbb99c5c9970eafaeff6e76fb99f180a4033f91b6de819a60fab2c2372-d # internal
2025-08-20T20:13:31.8377008Z [00:02:18.210]➜  github.com/ayoisaiah/f2/v2/find
2025-08-20T20:13:31.8377417Z [00:02:18.210]➜  mkdir -p $WORK/b175/
2025-08-20T20:13:31.8377719Z [00:02:18.210]➜  github.com/ayoisaiah/f2/v2/replace
2025-08-20T20:13:31.8378017Z [00:02:18.210]➜  mkdir -p $WORK/b204/
2025-08-20T20:13:31.8378396Z [00:02:18.210]➜  cat >/tmp/go-build1455373295/b175/importcfg << 'EOF' # internal
2025-08-20T20:13:31.8378750Z [00:02:18.210]➜  # import config
2025-08-20T20:13:31.8379091Z [00:02:18.210]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:31.8379558Z [00:02:18.210]➜  packagefile encoding/csv=/tmp/go-build1455373295/b135/_pkg_.a
2025-08-20T20:13:31.8380029Z [00:02:18.210]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:31.8380483Z [00:02:18.210]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:31.8380896Z [00:02:18.210]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:31.8381708Z [00:02:18.210]➜  packagefile github.com/araddon/dateparse=/tmp/go-build1455373295/b176/_pkg_.a
2025-08-20T20:13:31.8382425Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.8383097Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/eval=/tmp/go-build1455373295/b177/_pkg_.a
2025-08-20T20:13:31.8383753Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.8384416Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:31.8385112Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/pathutil=/tmp/go-build1455373295/b183/_pkg_.a
2025-08-20T20:13:31.8390784Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/sortfiles=/tmp/go-build1455373295/b184/_pkg_.a
2025-08-20T20:13:31.8391564Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/internal/status=/tmp/go-build1455373295/b161/_pkg_.a
2025-08-20T20:13:31.8392263Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/replace/variables=/tmp/go-build1455373295/b187/_pkg_.a
2025-08-20T20:13:31.8392906Z [00:02:18.210]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:31.8393802Z [00:02:18.210]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:31.8394339Z [00:02:18.210]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:31.8395029Z [00:02:18.210]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:31.8396322Z [00:02:18.210]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.8397088Z [00:02:18.210]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:31.8398024Z [00:02:18.210]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:31.8398533Z [00:02:18.210]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.8398855Z [00:02:18.210]➜  EOF
2025-08-20T20:13:31.8401010Z [00:02:18.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/find=>github.com/ayoisaiah/f2/v2/find;$WORK/b175=>" -p github.com/ayoisaiah/f2/v2/find -lang=go1.25 -complete -installsuffix shared -buildid ISar5OGeYcl00dSu2TVk/ISar5OGeYcl00dSu2TVk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/find/csv.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/find/doc.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_unix.go
2025-08-20T20:13:31.8403093Z [00:02:18.211]➜  cat >/tmp/go-build1455373295/b204/importcfg << 'EOF' # internal
2025-08-20T20:13:31.8403438Z [00:02:18.211]➜  # import config
2025-08-20T20:13:31.8403911Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:31.8404577Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/internal/eval=/tmp/go-build1455373295/b177/_pkg_.a
2025-08-20T20:13:31.8405240Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:31.8406048Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/internal/pathutil=/tmp/go-build1455373295/b183/_pkg_.a
2025-08-20T20:13:31.8406753Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/internal/sortfiles=/tmp/go-build1455373295/b184/_pkg_.a
2025-08-20T20:13:31.8407439Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/internal/status=/tmp/go-build1455373295/b161/_pkg_.a
2025-08-20T20:13:31.8408131Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/replace/variables=/tmp/go-build1455373295/b187/_pkg_.a
2025-08-20T20:13:31.8408777Z [00:02:18.211]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:31.8409291Z [00:02:18.211]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:31.8410043Z [00:02:18.211]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:31.8410567Z [00:02:18.211]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:31.8410886Z [00:02:18.211]➜  EOF
2025-08-20T20:13:31.8426385Z [00:02:18.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace=>github.com/ayoisaiah/f2/v2/replace;$WORK/b204=>" -p github.com/ayoisaiah/f2/v2/replace -lang=go1.25 -complete -installsuffix shared -buildid BdkMz-02H1BuztP6K87m/BdkMz-02H1BuztP6K87m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace.go
2025-08-20T20:13:31.8708337Z [00:02:18.243]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T20:13:31.8723854Z [00:02:18.243]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/d2/d244ecc223dad14bda6a25b0742412026e78ad0e984fb624eb7d5ddd968aa0c0-d # internal
2025-08-20T20:13:31.8870170Z [00:02:18.260]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T20:13:31.8890960Z [00:02:18.262]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/0f/0fb5b19e678564a70897419edef04ea695f12de86b29a85f0b7ceb107a7c59cc-d # internal
2025-08-20T20:13:32.1711045Z [00:02:18.544]➜  cd /root/.go/src/net
2025-08-20T20:13:32.1711931Z [00:02:18.544]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/preferlinkext $WORK/b167/_x001.o $WORK/b167/_x002.o $WORK/b167/_x003.o $WORK/b167/_x004.o $WORK/b167/_x005.o $WORK/b167/_x006.o # internal
2025-08-20T20:13:32.1712666Z [00:02:18.544]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T20:13:32.1808112Z [00:02:18.553]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/85/85812e06f81c22ac471a386f4a5a4037ecf468ee616beaa0a04b52c2a71077f2-d # internal
2025-08-20T20:13:32.1808721Z [00:02:18.554]➜  net/textproto
2025-08-20T20:13:32.1809456Z [00:02:18.554]➜  mkdir -p $WORK/b174/
2025-08-20T20:13:32.1811621Z [00:02:18.554]➜  cat >/tmp/go-build1455373295/b174/importcfg << 'EOF' # internal
2025-08-20T20:13:32.1812006Z [00:02:18.554]➜  # import config
2025-08-20T20:13:32.1812382Z [00:02:18.554]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:32.1812808Z [00:02:18.554]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:32.1813227Z [00:02:18.554]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:32.1813641Z [00:02:18.554]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:32.1814043Z [00:02:18.554]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:32.1814469Z [00:02:18.554]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:32.1814878Z [00:02:18.554]➜  packagefile net=/tmp/go-build1455373295/b167/_pkg_.a
2025-08-20T20:13:32.1815290Z [00:02:18.554]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:32.1816020Z [00:02:18.554]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:32.1817200Z [00:02:18.554]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:32.1817552Z [00:02:18.554]➜  EOF
2025-08-20T20:13:32.1817838Z [00:02:18.554]➜  cd /tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2
2025-08-20T20:13:32.1819979Z [00:02:18.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b174=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid WRBYH7ACsEAF54GrO_SI/WRBYH7ACsEAF54GrO_SI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T20:13:32.2199521Z [00:02:18.593]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T20:13:32.2216119Z [00:02:18.594]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/b6/b655d580bed8f0d9704dafa152b2fe07abf2ee7949c0fc5d81caa33abee979e6-d # internal
2025-08-20T20:13:32.2218153Z [00:02:18.594]➜  net/mail
2025-08-20T20:13:32.2218807Z [00:02:18.595]➜  mkdir -p $WORK/b165/
2025-08-20T20:13:32.2219255Z [00:02:18.595]➜  cat >/tmp/go-build1455373295/b165/importcfg << 'EOF' # internal
2025-08-20T20:13:32.2219615Z [00:02:18.595]➜  # import config
2025-08-20T20:13:32.2219957Z [00:02:18.595]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:32.2220379Z [00:02:18.595]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:32.2220810Z [00:02:18.595]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:32.2221227Z [00:02:18.595]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:32.2221630Z [00:02:18.595]➜  packagefile log=/tmp/go-build1455373295/b122/_pkg_.a
2025-08-20T20:13:32.2222057Z [00:02:18.595]➜  packagefile mime=/tmp/go-build1455373295/b166/_pkg_.a
2025-08-20T20:13:32.2222473Z [00:02:18.595]➜  packagefile net=/tmp/go-build1455373295/b167/_pkg_.a
2025-08-20T20:13:32.2222913Z [00:02:18.595]➜  packagefile net/textproto=/tmp/go-build1455373295/b174/_pkg_.a
2025-08-20T20:13:32.2223373Z [00:02:18.595]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:32.2223795Z [00:02:18.595]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:32.2224206Z [00:02:18.595]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:32.2224644Z [00:02:18.595]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:32.2224981Z [00:02:18.595]➜  EOF
2025-08-20T20:13:32.2226587Z [00:02:18.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b165=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid wpKdeUS2DiyzKgKOicBh/wpKdeUS2DiyzKgKOicBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T20:13:32.2646255Z [00:02:18.637]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T20:13:32.2655081Z [00:02:18.638]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/41/41e56064ae48355b5e82a9e724fbabf97e7b662ba1448e10d7c04ff1d3fa6ead-d # internal
2025-08-20T20:13:32.2655908Z [00:02:18.638]➜  github.com/ayoisaiah/f2/v2/app
2025-08-20T20:13:32.2656250Z [00:02:18.638]➜  mkdir -p $WORK/b048/
2025-08-20T20:13:32.2658681Z [00:02:18.638]➜  cat >/tmp/go-build1455373295/b048/importcfg << 'EOF' # internal
2025-08-20T20:13:32.2659094Z [00:02:18.639]➜  # import config
2025-08-20T20:13:32.2659442Z [00:02:18.639]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:32.2659894Z [00:02:18.639]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:32.2660312Z [00:02:18.639]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:32.2660893Z [00:02:18.639]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:32.2661569Z [00:02:18.639]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:32.2662263Z [00:02:18.639]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:32.2662944Z [00:02:18.639]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:32.2663577Z [00:02:18.639]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:32.2664196Z [00:02:18.639]➜  packagefile github.com/nicksnyder/go-i18n/v2/i18n=/tmp/go-build1455373295/b101/_pkg_.a
2025-08-20T20:13:32.2664783Z [00:02:18.639]➜  packagefile github.com/pterm/pterm=/tmp/go-build1455373295/b120/_pkg_.a
2025-08-20T20:13:32.2665318Z [00:02:18.639]➜  packagefile github.com/urfave/cli/v3=/tmp/go-build1455373295/b156/_pkg_.a
2025-08-20T20:13:32.2665975Z [00:02:18.639]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:32.2666412Z [00:02:18.639]➜  packagefile net/mail=/tmp/go-build1455373295/b165/_pkg_.a
2025-08-20T20:13:32.2667203Z [00:02:18.639]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:32.2667701Z [00:02:18.639]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:32.2668019Z [00:02:18.639]➜  EOF
2025-08-20T20:13:32.2670084Z [00:02:18.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/app=>github.com/ayoisaiah/f2/v2/app;$WORK/b048=>" -p github.com/ayoisaiah/f2/v2/app -lang=go1.25 -complete -installsuffix shared -buildid lq8y1k_NS7_rTEw_2AwF/lq8y1k_NS7_rTEw_2AwF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/app/errors.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/app/flag.go /tmp/tmp.nD5x4YFWzk/TEMPREPO/app/help.go
2025-08-20T20:13:32.3730534Z [00:02:18.746]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T20:13:32.3764715Z [00:02:18.749]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/59/59b5bd75d9e7b47101fd123efe692c3e0cba235d80b3474d936ea0eeeee28761-d # internal
2025-08-20T20:13:32.3766101Z [00:02:18.749]➜  github.com/ayoisaiah/f2/v2
2025-08-20T20:13:32.3766424Z [00:02:18.749]➜  mkdir -p $WORK/b047/
2025-08-20T20:13:32.3766812Z [00:02:18.749]➜  cat >/tmp/go-build1455373295/b047/importcfg << 'EOF' # internal
2025-08-20T20:13:32.3768420Z [00:02:18.749]➜  # import config
2025-08-20T20:13:32.3768788Z [00:02:18.749]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:32.3769501Z [00:02:18.749]➜  packagefile github.com/ayoisaiah/f2/v2/app=/tmp/go-build1455373295/b048/_pkg_.a
2025-08-20T20:13:32.3770538Z [00:02:18.749]➜  packagefile github.com/ayoisaiah/f2/v2/find=/tmp/go-build1455373295/b175/_pkg_.a
2025-08-20T20:13:32.3771187Z [00:02:18.750]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:32.3771983Z [00:02:18.750]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:32.3772691Z [00:02:18.750]➜  packagefile github.com/ayoisaiah/f2/v2/rename=/tmp/go-build1455373295/b203/_pkg_.a
2025-08-20T20:13:32.3773303Z [00:02:18.750]➜  packagefile github.com/ayoisaiah/f2/v2/replace=/tmp/go-build1455373295/b204/_pkg_.a
2025-08-20T20:13:32.3773911Z [00:02:18.750]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:32.3774523Z [00:02:18.750]➜  packagefile github.com/ayoisaiah/f2/v2/validate=/tmp/go-build1455373295/b205/_pkg_.a
2025-08-20T20:13:32.3775106Z [00:02:18.750]➜  packagefile github.com/urfave/cli/v3=/tmp/go-build1455373295/b156/_pkg_.a
2025-08-20T20:13:32.3775584Z [00:02:18.750]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:32.3776280Z [00:02:18.750]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:32.3776700Z [00:02:18.750]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:32.3777003Z [00:02:18.750]➜  EOF
2025-08-20T20:13:32.3778583Z [00:02:18.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO=>github.com/ayoisaiah/f2/v2;$WORK/b047=>" -p github.com/ayoisaiah/f2/v2 -lang=go1.25 -complete -installsuffix shared -buildid P6HXDdWJdRBtp4boSNPN/P6HXDdWJdRBtp4boSNPN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /tmp/tmp.nD5x4YFWzk/TEMPREPO/f2.go
2025-08-20T20:13:32.3971242Z [00:02:18.770]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T20:13:32.3976234Z [00:02:18.770]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/bf/bf10c08d10bcfdf917de344c8a364b1526488b347c3ec1736575f05c8047c7d5-d # internal
2025-08-20T20:13:32.3976904Z [00:02:18.770]➜  github.com/ayoisaiah/f2/v2/cmd/f2
2025-08-20T20:13:32.3977220Z [00:02:18.770]➜  mkdir -p $WORK/b001/
2025-08-20T20:13:32.3981322Z [00:02:18.771]➜  cat >/tmp/go-build1455373295/b001/importcfg << 'EOF' # internal
2025-08-20T20:13:32.3981773Z [00:02:18.771]➜  # import config
2025-08-20T20:13:32.3982129Z [00:02:18.771]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:32.3982963Z [00:02:18.771]➜  packagefile github.com/ayoisaiah/f2/v2=/tmp/go-build1455373295/b047/_pkg_.a
2025-08-20T20:13:32.3983659Z [00:02:18.771]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:32.3984301Z [00:02:18.771]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:32.3984820Z [00:02:18.771]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:32.3985256Z [00:02:18.771]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:32.3985770Z [00:02:18.771]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:32.3986400Z [00:02:18.771]➜  packagefile runtime/cgo=/tmp/go-build1455373295/b140/_pkg_.a
2025-08-20T20:13:32.3986732Z [00:02:18.771]➜  EOF
2025-08-20T20:13:32.3988143Z [00:02:18.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2=>github.com/ayoisaiah/f2/v2/cmd/f2;$WORK/b001=>" -p main -lang=go1.25 -complete -installsuffix shared -buildid BX7gpZlXvIzs8Fm6wn44/BX7gpZlXvIzs8Fm6wn44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T20:13:32.4136952Z [00:02:18.786]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T20:13:32.4140831Z [00:02:18.787]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/c0/c0ea484c5f9a64e3bdf543db6f785dd1eda0f867352a6a918a1347e3a3a225a7-d # internal
2025-08-20T20:13:32.4164499Z [00:02:18.789]➜  cat >/tmp/go-build1455373295/b001/importcfg.link << 'EOF' # internal
2025-08-20T20:13:32.4166851Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/cmd/f2=/tmp/go-build1455373295/b001/_pkg_.a
2025-08-20T20:13:32.4167591Z [00:02:18.789]➜  packagefile context=/tmp/go-build1455373295/b002/_pkg_.a
2025-08-20T20:13:32.4168255Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2=/tmp/go-build1455373295/b047/_pkg_.a
2025-08-20T20:13:32.4169035Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/config=/tmp/go-build1455373295/b069/_pkg_.a
2025-08-20T20:13:32.4169753Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/report=/tmp/go-build1455373295/b159/_pkg_.a
2025-08-20T20:13:32.4170274Z [00:02:18.789]➜  packagefile log/slog=/tmp/go-build1455373295/b153/_pkg_.a
2025-08-20T20:13:32.4170703Z [00:02:18.789]➜  packagefile os=/tmp/go-build1455373295/b060/_pkg_.a
2025-08-20T20:13:32.4171121Z [00:02:18.789]➜  packagefile runtime=/tmp/go-build1455373295/b009/_pkg_.a
2025-08-20T20:13:32.4171581Z [00:02:18.789]➜  packagefile runtime/cgo=/tmp/go-build1455373295/b140/_pkg_.a
2025-08-20T20:13:32.4172020Z [00:02:18.789]➜  packagefile errors=/tmp/go-build1455373295/b003/_pkg_.a
2025-08-20T20:13:32.4172494Z [00:02:18.789]➜  packagefile internal/reflectlite=/tmp/go-build1455373295/b004/_pkg_.a
2025-08-20T20:13:32.4172961Z [00:02:18.789]➜  packagefile sync=/tmp/go-build1455373295/b033/_pkg_.a
2025-08-20T20:13:32.4173407Z [00:02:18.789]➜  packagefile sync/atomic=/tmp/go-build1455373295/b035/_pkg_.a
2025-08-20T20:13:32.4173841Z [00:02:18.789]➜  packagefile time=/tmp/go-build1455373295/b037/_pkg_.a
2025-08-20T20:13:32.4174345Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/app=/tmp/go-build1455373295/b048/_pkg_.a
2025-08-20T20:13:32.4174931Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/find=/tmp/go-build1455373295/b175/_pkg_.a
2025-08-20T20:13:32.4175571Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/apperr=/tmp/go-build1455373295/b068/_pkg_.a
2025-08-20T20:13:32.4176681Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/rename=/tmp/go-build1455373295/b203/_pkg_.a
2025-08-20T20:13:32.4177299Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/replace=/tmp/go-build1455373295/b204/_pkg_.a
2025-08-20T20:13:32.4177919Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/validate=/tmp/go-build1455373295/b205/_pkg_.a
2025-08-20T20:13:32.4178496Z [00:02:18.789]➜  packagefile github.com/urfave/cli/v3=/tmp/go-build1455373295/b156/_pkg_.a
2025-08-20T20:13:32.4179276Z [00:02:18.789]➜  packagefile io=/tmp/go-build1455373295/b051/_pkg_.a
2025-08-20T20:13:32.4179768Z [00:02:18.789]➜  packagefile crypto/md5=/tmp/go-build1455373295/b070/_pkg_.a
2025-08-20T20:13:32.4180196Z [00:02:18.789]➜  packagefile fmt=/tmp/go-build1455373295/b055/_pkg_.a
2025-08-20T20:13:32.4180759Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/localize=/tmp/go-build1455373295/b092/_pkg_.a
2025-08-20T20:13:32.4181448Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/timeutil=/tmp/go-build1455373295/b114/_pkg_.a
2025-08-20T20:13:32.4182081Z [00:02:18.789]➜  packagefile github.com/jessevdk/go-flags=/tmp/go-build1455373295/b115/_pkg_.a
2025-08-20T20:13:32.4182671Z [00:02:18.789]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1455373295/b118/_pkg_.a
2025-08-20T20:13:32.4183246Z [00:02:18.789]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1455373295/b119/_pkg_.a
2025-08-20T20:13:32.4183793Z [00:02:18.789]➜  packagefile github.com/pterm/pterm=/tmp/go-build1455373295/b120/_pkg_.a
2025-08-20T20:13:32.4184294Z [00:02:18.789]➜  packagefile path/filepath=/tmp/go-build1455373295/b106/_pkg_.a
2025-08-20T20:13:32.4184741Z [00:02:18.789]➜  packagefile regexp=/tmp/go-build1455373295/b141/_pkg_.a
2025-08-20T20:13:32.4185165Z [00:02:18.789]➜  packagefile slices=/tmp/go-build1455373295/b044/_pkg_.a
2025-08-20T20:13:32.4185589Z [00:02:18.789]➜  packagefile strconv=/tmp/go-build1455373295/b059/_pkg_.a
2025-08-20T20:13:32.4186225Z [00:02:18.789]➜  packagefile strings=/tmp/go-build1455373295/b054/_pkg_.a
2025-08-20T20:13:32.4187045Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/file=/tmp/go-build1455373295/b160/_pkg_.a
2025-08-20T20:13:32.4187707Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/osutil=/tmp/go-build1455373295/b158/_pkg_.a
2025-08-20T20:13:32.4188240Z [00:02:18.789]➜  packagefile bytes=/tmp/go-build1455373295/b050/_pkg_.a
2025-08-20T20:13:32.4188681Z [00:02:18.789]➜  packagefile encoding=/tmp/go-build1455373295/b095/_pkg_.a
2025-08-20T20:13:32.4189140Z [00:02:18.789]➜  packagefile encoding/json=/tmp/go-build1455373295/b096/_pkg_.a
2025-08-20T20:13:32.4189577Z [00:02:18.789]➜  packagefile log=/tmp/go-build1455373295/b122/_pkg_.a
2025-08-20T20:13:32.4190011Z [00:02:18.789]➜  packagefile log/internal=/tmp/go-build1455373295/b123/_pkg_.a
2025-08-20T20:13:32.4190491Z [00:02:18.789]➜  packagefile log/slog/internal=/tmp/go-build1455373295/b154/_pkg_.a
2025-08-20T20:13:32.4191016Z [00:02:18.789]➜  packagefile log/slog/internal/buffer=/tmp/go-build1455373295/b155/_pkg_.a
2025-08-20T20:13:32.4191499Z [00:02:18.789]➜  packagefile math=/tmp/go-build1455373295/b058/_pkg_.a
2025-08-20T20:13:32.4191927Z [00:02:18.789]➜  packagefile reflect=/tmp/go-build1455373295/b057/_pkg_.a
2025-08-20T20:13:32.4192356Z [00:02:18.789]➜  packagefile unicode=/tmp/go-build1455373295/b052/_pkg_.a
2025-08-20T20:13:32.4192800Z [00:02:18.789]➜  packagefile unicode/utf8=/tmp/go-build1455373295/b053/_pkg_.a
2025-08-20T20:13:32.4193293Z [00:02:18.789]➜  packagefile internal/bytealg=/tmp/go-build1455373295/b010/_pkg_.a
2025-08-20T20:13:32.4193794Z [00:02:18.789]➜  packagefile internal/byteorder=/tmp/go-build1455373295/b012/_pkg_.a
2025-08-20T20:13:32.4194318Z [00:02:18.789]➜  packagefile internal/filepathlite=/tmp/go-build1455373295/b061/_pkg_.a
2025-08-20T20:13:32.4194828Z [00:02:18.789]➜  packagefile internal/goarch=/tmp/go-build1455373295/b006/_pkg_.a
2025-08-20T20:13:32.4195306Z [00:02:18.789]➜  packagefile internal/itoa=/tmp/go-build1455373295/b042/_pkg_.a
2025-08-20T20:13:32.4195918Z [00:02:18.789]➜  packagefile internal/poll=/tmp/go-build1455373295/b064/_pkg_.a
2025-08-20T20:13:32.4196435Z [00:02:18.789]➜  packagefile internal/stringslite=/tmp/go-build1455373295/b031/_pkg_.a
2025-08-20T20:13:32.4196974Z [00:02:18.789]➜  packagefile internal/syscall/execenv=/tmp/go-build1455373295/b066/_pkg_.a
2025-08-20T20:13:32.4197509Z [00:02:18.789]➜  packagefile internal/syscall/unix=/tmp/go-build1455373295/b065/_pkg_.a
2025-08-20T20:13:32.4198251Z [00:02:18.789]➜  packagefile internal/testlog=/tmp/go-build1455373295/b067/_pkg_.a
2025-08-20T20:13:32.4198853Z [00:02:18.789]➜  packagefile io/fs=/tmp/go-build1455373295/b062/_pkg_.a
2025-08-20T20:13:32.4199273Z [00:02:18.789]➜  packagefile syscall=/tmp/go-build1455373295/b041/_pkg_.a
2025-08-20T20:13:32.4199724Z [00:02:18.789]➜  packagefile internal/abi=/tmp/go-build1455373295/b005/_pkg_.a
2025-08-20T20:13:32.4200220Z [00:02:18.789]➜  packagefile internal/chacha8rand=/tmp/go-build1455373295/b013/_pkg_.a
2025-08-20T20:13:32.4200760Z [00:02:18.789]➜  packagefile internal/coverage/rtcov=/tmp/go-build1455373295/b014/_pkg_.a
2025-08-20T20:13:32.4201258Z [00:02:18.789]➜  packagefile internal/cpu=/tmp/go-build1455373295/b011/_pkg_.a
2025-08-20T20:13:32.4201737Z [00:02:18.789]➜  packagefile internal/godebugs=/tmp/go-build1455373295/b015/_pkg_.a
2025-08-20T20:13:32.4202250Z [00:02:18.789]➜  packagefile internal/goexperiment=/tmp/go-build1455373295/b016/_pkg_.a
2025-08-20T20:13:32.4202751Z [00:02:18.789]➜  packagefile internal/goos=/tmp/go-build1455373295/b017/_pkg_.a
2025-08-20T20:13:32.4203255Z [00:02:18.789]➜  packagefile internal/profilerecord=/tmp/go-build1455373295/b018/_pkg_.a
2025-08-20T20:13:32.4203789Z [00:02:18.789]➜  packagefile internal/runtime/atomic=/tmp/go-build1455373295/b019/_pkg_.a
2025-08-20T20:13:32.4204326Z [00:02:18.789]➜  packagefile internal/runtime/cgroup=/tmp/go-build1455373295/b020/_pkg_.a
2025-08-20T20:13:32.4204873Z [00:02:18.789]➜  packagefile internal/runtime/exithook=/tmp/go-build1455373295/b024/_pkg_.a
2025-08-20T20:13:32.4205806Z [00:02:18.789]➜  packagefile internal/runtime/gc=/tmp/go-build1455373295/b025/_pkg_.a
2025-08-20T20:13:32.4206391Z [00:02:18.789]➜  packagefile internal/runtime/maps=/tmp/go-build1455373295/b026/_pkg_.a
2025-08-20T20:13:32.4206915Z [00:02:18.789]➜  packagefile internal/runtime/math=/tmp/go-build1455373295/b022/_pkg_.a
2025-08-20T20:13:32.4207450Z [00:02:18.789]➜  packagefile internal/runtime/strconv=/tmp/go-build1455373295/b021/_pkg_.a
2025-08-20T20:13:32.4207993Z [00:02:18.789]➜  packagefile internal/runtime/sys=/tmp/go-build1455373295/b030/_pkg_.a
2025-08-20T20:13:32.4208528Z [00:02:18.789]➜  packagefile internal/runtime/syscall=/tmp/go-build1455373295/b023/_pkg_.a
2025-08-20T20:13:32.4209064Z [00:02:18.789]➜  packagefile internal/trace/tracev2=/tmp/go-build1455373295/b032/_pkg_.a
2025-08-20T20:13:32.4209587Z [00:02:18.789]➜  packagefile internal/unsafeheader=/tmp/go-build1455373295/b008/_pkg_.a
2025-08-20T20:13:32.4210080Z [00:02:18.789]➜  packagefile internal/race=/tmp/go-build1455373295/b029/_pkg_.a
2025-08-20T20:13:32.4210555Z [00:02:18.789]➜  packagefile internal/sync=/tmp/go-build1455373295/b034/_pkg_.a
2025-08-20T20:13:32.4211037Z [00:02:18.789]➜  packagefile internal/synctest=/tmp/go-build1455373295/b036/_pkg_.a
2025-08-20T20:13:32.4211532Z [00:02:18.789]➜  packagefile internal/godebug=/tmp/go-build1455373295/b038/_pkg_.a
2025-08-20T20:13:32.4211996Z [00:02:18.789]➜  packagefile math/bits=/tmp/go-build1455373295/b040/_pkg_.a
2025-08-20T20:13:32.4212424Z [00:02:18.789]➜  packagefile bufio=/tmp/go-build1455373295/b049/_pkg_.a
2025-08-20T20:13:32.4212956Z [00:02:18.789]➜  packagefile github.com/nicksnyder/go-i18n/v2/i18n=/tmp/go-build1455373295/b101/_pkg_.a
2025-08-20T20:13:32.4213476Z [00:02:18.789]➜  packagefile net/mail=/tmp/go-build1455373295/b165/_pkg_.a
2025-08-20T20:13:32.4213925Z [00:02:18.789]➜  packagefile encoding/csv=/tmp/go-build1455373295/b135/_pkg_.a
2025-08-20T20:13:32.4214446Z [00:02:18.789]➜  packagefile github.com/araddon/dateparse=/tmp/go-build1455373295/b176/_pkg_.a
2025-08-20T20:13:32.4215074Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/eval=/tmp/go-build1455373295/b177/_pkg_.a
2025-08-20T20:13:32.4215949Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/pathutil=/tmp/go-build1455373295/b183/_pkg_.a
2025-08-20T20:13:32.4216717Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/sortfiles=/tmp/go-build1455373295/b184/_pkg_.a
2025-08-20T20:13:32.4217745Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/internal/status=/tmp/go-build1455373295/b161/_pkg_.a
2025-08-20T20:13:32.4218509Z [00:02:18.789]➜  packagefile github.com/ayoisaiah/f2/v2/replace/variables=/tmp/go-build1455373295/b187/_pkg_.a
2025-08-20T20:13:32.4219058Z [00:02:18.789]➜  packagefile embed=/tmp/go-build1455373295/b093/_pkg_.a
2025-08-20T20:13:32.4219467Z [00:02:18.789]➜  packagefile flag=/tmp/go-build1455373295/b125/_pkg_.a
2025-08-20T20:13:32.4219876Z [00:02:18.789]➜  packagefile sort=/tmp/go-build1455373295/b100/_pkg_.a
2025-08-20T20:13:32.4220331Z [00:02:18.789]➜  packagefile text/tabwriter=/tmp/go-build1455373295/b157/_pkg_.a
2025-08-20T20:13:32.4220801Z [00:02:18.789]➜  packagefile text/template=/tmp/go-build1455373295/b103/_pkg_.a
2025-08-20T20:13:32.4221241Z [00:02:18.789]➜  packagefile crypto=/tmp/go-build1455373295/b071/_pkg_.a
2025-08-20T20:13:32.4221745Z [00:02:18.789]➜  packagefile crypto/internal/fips140only=/tmp/go-build1455373295/b073/_pkg_.a
2025-08-20T20:13:32.4222241Z [00:02:18.789]➜  packagefile hash=/tmp/go-build1455373295/b072/_pkg_.a
2025-08-20T20:13:32.4222694Z [00:02:18.789]➜  packagefile internal/fmtsort=/tmp/go-build1455373295/b056/_pkg_.a
2025-08-20T20:13:32.4223220Z [00:02:18.789]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build1455373295/b094/_pkg_.a
2025-08-20T20:13:32.4223782Z [00:02:18.789]➜  packagefile golang.org/x/text/language=/tmp/go-build1455373295/b110/_pkg_.a
2025-08-20T20:13:32.4224317Z [00:02:18.789]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1455373295/b116/_pkg_.a
2025-08-20T20:13:32.4225013Z [00:02:18.789]➜  packagefile path=/tmp/go-build1455373295/b063/_pkg_.a
2025-08-20T20:13:32.4225484Z [00:02:18.790]➜  packagefile atomicgo.dev/cursor=/tmp/go-build1455373295/b121/_pkg_.a
2025-08-20T20:13:32.4226202Z [00:02:18.790]➜  packagefile atomicgo.dev/keyboard=/tmp/go-build1455373295/b130/_pkg_.a
2025-08-20T20:13:32.4226741Z [00:02:18.790]➜  packagefile atomicgo.dev/keyboard/keys=/tmp/go-build1455373295/b132/_pkg_.a
2025-08-20T20:13:32.4227286Z [00:02:18.790]➜  packagefile atomicgo.dev/schedule=/tmp/go-build1455373295/b134/_pkg_.a
2025-08-20T20:13:32.4227811Z [00:02:18.790]➜  packagefile github.com/gookit/color=/tmp/go-build1455373295/b136/_pkg_.a
2025-08-20T20:13:32.4228434Z [00:02:18.790]➜  packagefile github.com/lithammer/fuzzysearch/fuzzy=/tmp/go-build1455373295/b143/_pkg_.a
2025-08-20T20:13:32.4229041Z [00:02:18.790]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1455373295/b147/_pkg_.a
2025-08-20T20:13:32.4229622Z [00:02:18.790]➜  packagefile github.com/pterm/pterm/internal=/tmp/go-build1455373295/b149/_pkg_.a
2025-08-20T20:13:32.4230171Z [00:02:18.790]➜  packagefile golang.org/x/term=/tmp/go-build1455373295/b150/_pkg_.a
2025-08-20T20:13:32.4230683Z [00:02:18.790]➜  packagefile golang.org/x/text/cases=/tmp/go-build1455373295/b151/_pkg_.a
2025-08-20T20:13:32.4231183Z [00:02:18.790]➜  packagefile regexp/syntax=/tmp/go-build1455373295/b142/_pkg_.a
2025-08-20T20:13:32.4231620Z [00:02:18.790]➜  packagefile cmp=/tmp/go-build1455373295/b045/_pkg_.a
2025-08-20T20:13:32.4232033Z [00:02:18.790]➜  packagefile iter=/tmp/go-build1455373295/b046/_pkg_.a
2025-08-20T20:13:32.4232534Z [00:02:18.790]➜  packagefile github.com/barasher/go-exiftool=/tmp/go-build1455373295/b162/_pkg_.a
2025-08-20T20:13:32.4233132Z [00:02:18.790]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build1455373295/b164/_pkg_.a
2025-08-20T20:13:32.4233670Z [00:02:18.790]➜  packagefile encoding/base64=/tmp/go-build1455373295/b097/_pkg_.a
2025-08-20T20:13:32.4234144Z [00:02:18.790]➜  packagefile unicode/utf16=/tmp/go-build1455373295/b098/_pkg_.a
2025-08-20T20:13:32.4234628Z [00:02:18.790]➜  packagefile internal/oserror=/tmp/go-build1455373295/b043/_pkg_.a
2025-08-20T20:13:32.4235107Z [00:02:18.790]➜  packagefile internal/asan=/tmp/go-build1455373295/b027/_pkg_.a
2025-08-20T20:13:32.4235574Z [00:02:18.790]➜  packagefile internal/msan=/tmp/go-build1455373295/b028/_pkg_.a
2025-08-20T20:13:32.4236222Z [00:02:18.790]➜  packagefile internal/bisect=/tmp/go-build1455373295/b039/_pkg_.a
2025-08-20T20:13:32.4237061Z [00:02:18.790]➜  packagefile github.com/nicksnyder/go-i18n/v2/i18n/template=/tmp/go-build1455373295/b102/_pkg_.a
2025-08-20T20:13:32.4237796Z [00:02:18.790]➜  packagefile github.com/nicksnyder/go-i18n/v2/internal=/tmp/go-build1455373295/b108/_pkg_.a
2025-08-20T20:13:32.4238478Z [00:02:18.790]➜  packagefile github.com/nicksnyder/go-i18n/v2/internal/plural=/tmp/go-build1455373295/b109/_pkg_.a
2025-08-20T20:13:32.4239026Z [00:02:18.790]➜  packagefile mime=/tmp/go-build1455373295/b166/_pkg_.a
2025-08-20T20:13:32.4239433Z [00:02:18.790]➜  packagefile net=/tmp/go-build1455373295/b167/_pkg_.a
2025-08-20T20:13:32.4239882Z [00:02:18.790]➜  packagefile net/textproto=/tmp/go-build1455373295/b174/_pkg_.a
2025-08-20T20:13:32.4240384Z [00:02:18.790]➜  packagefile github.com/maja42/goval=/tmp/go-build1455373295/b178/_pkg_.a
2025-08-20T20:13:32.4240915Z [00:02:18.790]➜  packagefile go.withmatt.com/size=/tmp/go-build1455373295/b182/_pkg_.a
2025-08-20T20:13:32.4241459Z [00:02:18.790]➜  packagefile github.com/maruel/natural=/tmp/go-build1455373295/b185/_pkg_.a
2025-08-20T20:13:32.4242013Z [00:02:18.790]➜  packagefile gopkg.in/djherbis/times.v1=/tmp/go-build1455373295/b186/_pkg_.a
2025-08-20T20:13:32.4242507Z [00:02:18.790]➜  packagefile crypto/sha1=/tmp/go-build1455373295/b188/_pkg_.a
2025-08-20T20:13:32.4242967Z [00:02:18.790]➜  packagefile crypto/sha256=/tmp/go-build1455373295/b194/_pkg_.a
2025-08-20T20:13:32.4243434Z [00:02:18.790]➜  packagefile crypto/sha512=/tmp/go-build1455373295/b195/_pkg_.a
2025-08-20T20:13:32.4243893Z [00:02:18.790]➜  packagefile encoding/hex=/tmp/go-build1455373295/b196/_pkg_.a
2025-08-20T20:13:32.4244650Z [00:02:18.790]➜  packagefile github.com/OneOfOne/xxhash=/tmp/go-build1455373295/b197/_pkg_.a
2025-08-20T20:13:32.4245190Z [00:02:18.790]➜  packagefile github.com/dhowden/tag=/tmp/go-build1455373295/b198/_pkg_.a
2025-08-20T20:13:32.4245847Z [00:02:18.790]➜  packagefile github.com/djherbis/times=/tmp/go-build1455373295/b199/_pkg_.a
2025-08-20T20:13:32.4246495Z [00:02:18.790]➜  packagefile github.com/rwcarlsen/goexif/exif=/tmp/go-build1455373295/b200/_pkg_.a
2025-08-20T20:13:32.4247076Z [00:02:18.790]➜  packagefile golang.org/x/text/transform=/tmp/go-build1455373295/b145/_pkg_.a
2025-08-20T20:13:32.4247647Z [00:02:18.790]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1455373295/b146/_pkg_.a
2025-08-20T20:13:32.4248139Z [00:02:18.790]➜  packagefile maps=/tmp/go-build1455373295/b104/_pkg_.a
2025-08-20T20:13:32.4248560Z [00:02:18.790]➜  packagefile net/url=/tmp/go-build1455373295/b105/_pkg_.a
2025-08-20T20:13:32.4249041Z [00:02:18.790]➜  packagefile text/template/parse=/tmp/go-build1455373295/b107/_pkg_.a
2025-08-20T20:13:32.4249588Z [00:02:18.790]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1455373295/b074/_pkg_.a
2025-08-20T20:13:32.4250166Z [00:02:18.790]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1455373295/b083/_pkg_.a
2025-08-20T20:13:32.4250744Z [00:02:18.790]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1455373295/b087/_pkg_.a
2025-08-20T20:13:32.4251332Z [00:02:18.790]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1455373295/b089/_pkg_.a
2025-08-20T20:13:32.4251938Z [00:02:18.790]➜  packagefile github.com/BurntSushi/toml/internal=/tmp/go-build1455373295/b099/_pkg_.a
2025-08-20T20:13:32.4252559Z [00:02:18.790]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1455373295/b111/_pkg_.a
2025-08-20T20:13:32.4253219Z [00:02:18.790]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1455373295/b113/_pkg_.a
2025-08-20T20:13:32.4253806Z [00:02:18.790]➜  packagefile encoding/binary=/tmp/go-build1455373295/b117/_pkg_.a
2025-08-20T20:13:32.4254261Z [00:02:18.790]➜  packagefile testing=/tmp/go-build1455373295/b124/_pkg_.a
2025-08-20T20:13:32.4254771Z [00:02:18.790]➜  packagefile atomicgo.dev/keyboard/internal=/tmp/go-build1455373295/b131/_pkg_.a
2025-08-20T20:13:32.4255350Z [00:02:18.790]➜  packagefile github.com/containerd/console=/tmp/go-build1455373295/b133/_pkg_.a
2025-08-20T20:13:32.4256289Z [00:02:18.790]➜  packagefile github.com/xo/terminfo=/tmp/go-build1455373295/b137/_pkg_.a
2025-08-20T20:13:32.4256894Z [00:02:18.790]➜  packagefile golang.org/x/text/runes=/tmp/go-build1455373295/b144/_pkg_.a
2025-08-20T20:13:32.4257424Z [00:02:18.790]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1455373295/b148/_pkg_.a
2025-08-20T20:13:32.4257959Z [00:02:18.790]➜  packagefile golang.org/x/text/internal=/tmp/go-build1455373295/b152/_pkg_.a
2025-08-20T20:13:32.4258441Z [00:02:18.790]➜  packagefile os/exec=/tmp/go-build1455373295/b163/_pkg_.a
2025-08-20T20:13:32.4258989Z [00:02:18.790]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1455373295/b168/_pkg_.a
2025-08-20T20:13:32.4259549Z [00:02:18.790]➜  packagefile internal/nettrace=/tmp/go-build1455373295/b169/_pkg_.a
2025-08-20T20:13:32.4260060Z [00:02:18.790]➜  packagefile internal/singleflight=/tmp/go-build1455373295/b170/_pkg_.a
2025-08-20T20:13:32.4260543Z [00:02:18.790]➜  packagefile net/netip=/tmp/go-build1455373295/b171/_pkg_.a
2025-08-20T20:13:32.4261073Z [00:02:18.790]➜  packagefile github.com/maja42/goval/internal=/tmp/go-build1455373295/b179/_pkg_.a
2025-08-20T20:13:32.4261632Z [00:02:18.790]➜  packagefile crypto/internal/boring=/tmp/go-build1455373295/b189/_pkg_.a
2025-08-20T20:13:32.4262154Z [00:02:18.790]➜  packagefile crypto/internal/impl=/tmp/go-build1455373295/b086/_pkg_.a
2025-08-20T20:13:32.4262712Z [00:02:18.790]➜  packagefile github.com/rwcarlsen/goexif/tiff=/tmp/go-build1455373295/b201/_pkg_.a
2025-08-20T20:13:32.4263227Z [00:02:18.790]➜  packagefile io/ioutil=/tmp/go-build1455373295/b138/_pkg_.a
2025-08-20T20:13:32.4263909Z [00:02:18.790]➜  packagefile crypto/internal/entropy=/tmp/go-build1455373295/b075/_pkg_.a
2025-08-20T20:13:32.4264455Z [00:02:18.790]➜  packagefile crypto/internal/fips140=/tmp/go-build1455373295/b077/_pkg_.a
2025-08-20T20:13:32.4265006Z [00:02:18.790]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1455373295/b079/_pkg_.a
2025-08-20T20:13:32.4265581Z [00:02:18.790]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1455373295/b081/_pkg_.a
2025-08-20T20:13:32.4266371Z [00:02:18.790]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1455373295/b088/_pkg_.a
2025-08-20T20:13:32.4266996Z [00:02:18.790]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1455373295/b084/_pkg_.a
2025-08-20T20:13:32.4267586Z [00:02:18.790]➜  packagefile crypto/internal/randutil=/tmp/go-build1455373295/b090/_pkg_.a
2025-08-20T20:13:32.4268132Z [00:02:18.790]➜  packagefile crypto/internal/sysrand=/tmp/go-build1455373295/b076/_pkg_.a
2025-08-20T20:13:32.4268710Z [00:02:18.790]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1455373295/b085/_pkg_.a
2025-08-20T20:13:32.4269301Z [00:02:18.790]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1455373295/b112/_pkg_.a
2025-08-20T20:13:32.4269832Z [00:02:18.790]➜  packagefile internal/sysinfo=/tmp/go-build1455373295/b126/_pkg_.a
2025-08-20T20:13:32.4270293Z [00:02:18.790]➜  packagefile math/rand=/tmp/go-build1455373295/b127/_pkg_.a
2025-08-20T20:13:32.4270754Z [00:02:18.790]➜  packagefile runtime/debug=/tmp/go-build1455373295/b128/_pkg_.a
2025-08-20T20:13:32.4271219Z [00:02:18.790]➜  packagefile runtime/trace=/tmp/go-build1455373295/b129/_pkg_.a
2025-08-20T20:13:32.4271661Z [00:02:18.790]➜  packagefile os/user=/tmp/go-build1455373295/b139/_pkg_.a
2025-08-20T20:13:32.4272078Z [00:02:18.790]➜  packagefile unique=/tmp/go-build1455373295/b172/_pkg_.a
2025-08-20T20:13:32.4272508Z [00:02:18.790]➜  packagefile go/scanner=/tmp/go-build1455373295/b180/_pkg_.a
2025-08-20T20:13:32.4272948Z [00:02:18.790]➜  packagefile go/token=/tmp/go-build1455373295/b181/_pkg_.a
2025-08-20T20:13:32.4273411Z [00:02:18.790]➜  packagefile crypto/cipher=/tmp/go-build1455373295/b190/_pkg_.a
2025-08-20T20:13:32.4273924Z [00:02:18.790]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1455373295/b193/_pkg_.a
2025-08-20T20:13:32.4274417Z [00:02:18.790]➜  packagefile math/big=/tmp/go-build1455373295/b202/_pkg_.a
2025-08-20T20:13:32.4275177Z [00:02:18.790]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1455373295/b078/_pkg_.a
2025-08-20T20:13:32.4276079Z [00:02:18.790]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1455373295/b080/_pkg_.a
2025-08-20T20:13:32.4276733Z [00:02:18.790]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1455373295/b082/_pkg_.a
2025-08-20T20:13:32.4277251Z [00:02:18.790]➜  packagefile math/rand/v2=/tmp/go-build1455373295/b091/_pkg_.a
2025-08-20T20:13:32.4277701Z [00:02:18.790]➜  packagefile weak=/tmp/go-build1455373295/b173/_pkg_.a
2025-08-20T20:13:32.4278225Z [00:02:18.790]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1455373295/b191/_pkg_.a
2025-08-20T20:13:32.4278751Z [00:02:18.790]➜  packagefile crypto/subtle=/tmp/go-build1455373295/b192/_pkg_.a
2025-08-20T20:13:32.4292114Z [00:02:18.790]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/ayoisaiah/f2/v2/cmd/f2\nmod\tgithub.com/ayoisaiah/f2/v2\tv2.1.3-0.20250819172321-8b9a3aef327e+dirty\t\ndep\tatomicgo.dev/cursor\tv0.2.0\th1:H6XN5alUJ52FZZUkI7AlJbUc1aW38GWZalpYRPpoPOw=\ndep\tatomicgo.dev/keyboard\tv0.2.9\th1:tOsIid3nlPLZ3lwgG8KZMp/SFmr7P0ssEN5JUsm78K8=\ndep\tatomicgo.dev/schedule\tv0.1.0\th1:nTthAbhZS5YZmgYbb2+DH8uQIZcTlIrd4eYr3UQxEjs=\ndep\tgithub.com/BurntSushi/toml\tv1.5.0\th1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=\ndep\tgithub.com/OneOfOne/xxhash\tv1.2.2\th1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=\ndep\tgithub.com/araddon/dateparse\tv0.0.0-20210429162001-6b43995a97de\th1:FxWPpzIjnTlhPwqqXc4/vE0f7GvRjuAsbW+HOIe8KnA=\ndep\tgithub.com/barasher/go-exiftool\tv1.10.0\th1:f5JY5jc42M7tzR6tbL9508S2IXdIcG9QyieEXNMpIhs=\ndep\tgithub.com/containerd/console\tv1.0.4\th1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=\ndep\tgithub.com/dhowden/tag\tv0.0.0-20240417053706-3d75831295e8\th1:OtSeLS5y0Uy01jaKK4mA/WVIYtpzVm63vLVAPzJXigg=\ndep\tgithub.com/djherbis/times\tv1.6.0\th1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=\ndep\tgithub.com/gookit/color\tv1.5.4\th1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=\ndep\tgithub.com/jessevdk/go-flags\tv1.6.1\th1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\th1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=\ndep\tgithub.com/lithammer/fuzzysearch\tv1.1.8\th1:/HIuJnjHuXS8bKaiTMeeDlW2/AyIWk2brx1V8LFgLN4=\ndep\tgithub.com/maja42/goval\tv1.6.0\th1:MuLTfgPuaEyGQTchYQTv2QvAiHbS2YjtOjviD2ymijE=\ndep\tgithub.com/maruel/natural\tv1.1.1\th1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/nicksnyder/go-i18n/v2\tv2.6.0\th1:C/m2NNWNiTB6SK4Ao8df5EWm3JETSTIGNXBpMJTxzxQ=\ndep\tgithub.com/olekukonko/tablewriter\tv0.0.5\th1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=\ndep\tgithub.com/pterm/pterm\tv0.12.80\th1:mM55B+GnKUnLMUSqhdINe4s6tOuVQIetQ3my8JGyAIg=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/rwcarlsen/goexif\tv0.0.0-20190401172101-9e8deecbddbd\th1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc=\ndep\tgithub.com/urfave/cli/v3\tv3.3.10-0.20250809215531-db7d18f23ca8\th1:b2LrxY5zBCO10B6kRxGVPYE/hTi3Oe7i4uAW2I3hYG0=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgo.withmatt.com/size\tv0.0.0-20250220224316-11aee5773e67\th1:nHPqmzoLZv+9OqER7S2oXnIBDAbIaIKKrVtNtDvJzjc=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/term\tv0.32.0\th1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=\ndep\tgolang.org/x/text\tv0.25.0\th1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=\ndep\tgopkg.in/djherbis/times.v1\tv1.3.0\th1:uxMS4iMtH6Pwsxog094W0FYldiNnfY/xba00vq6C2+o=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=8b9a3aef327ea8ed53063383c5a8dac0d8a09dcc\nbuild\tvcs.time=2025-08-19T17:23:21Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T20:13:32.4303546Z [00:02:18.790]➜  EOF
2025-08-20T20:13:32.4303795Z [00:02:18.790]➜  mkdir -p $WORK/b001/exe/
2025-08-20T20:13:32.4304046Z [00:02:18.790]➜  cd .
2025-08-20T20:13:32.4305463Z [00:02:18.790]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=khQGNrDz6RoNlKVARy3f/BX7gpZlXvIzs8Fm6wn44/5kVldTNZoXvQnbvRubHO/khQGNrDz6RoNlKVARy3f -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T20:13:32.8629238Z [00:02:19.235]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T20:13:32.8684320Z [00:02:19.241]➜  mkdir -p /build-bins/
2025-08-20T20:13:32.8685275Z [00:02:19.241]➜  cp $WORK/b001/exe/a.out /build-bins/f2
2025-08-20T20:13:32.8721134Z [00:02:19.245]➜  rm -rf $WORK/b001/
2025-08-20T20:13:33.0173119Z [00:02:19.390]➜  '/tmp/tmp.nD5x4YFWzk/TEMPREPO/LICENCE' -> '/build-bins/LICENSE'
2025-08-20T20:13:33.0318998Z [00:02:19.404]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:13:33.0474352Z [00:02:19.420]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:13:33.0477443Z [00:02:19.420]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:13:33.0776040Z [00:02:19.450]➜  copy from `/build-bins/f2' [elf64-littleaarch64] to `/build-bins/stjnkKLj' [elf64-littleaarch64]
2025-08-20T20:13:33.1294427Z [00:02:19.502]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:13:33.1318901Z [00:02:19.505]➜  
2025-08-20T20:13:33.1332426Z [00:02:19.506]➜  /build-bins/f2
2025-08-20T20:13:33.1343159Z [00:02:19.507]➜  There are 24 section headers, starting at offset 0x757e38:
2025-08-20T20:13:33.1343847Z [00:02:19.507]➜  
2025-08-20T20:13:33.1344281Z [00:02:19.507]➜  Section Headers:
2025-08-20T20:13:33.1345458Z [00:02:19.507]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:13:33.1346167Z [00:02:19.507]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:13:33.1346598Z [00:02:19.507]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:13:33.1346999Z [00:02:19.507]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:13:33.1347418Z [00:02:19.507]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T20:13:33.1347895Z [00:02:19.507]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T20:13:33.1348311Z [00:02:19.507]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T20:13:33.1348727Z [00:02:19.507]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T20:13:33.1349141Z [00:02:19.507]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T20:13:33.1349565Z [00:02:19.507]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T20:13:33.1349980Z [00:02:19.507]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:13:33.1350395Z [00:02:19.507]➜         00000000000b1af8  0000000000000018   A       2     0     8
2025-08-20T20:13:33.1350812Z [00:02:19.507]➜    [ 5] .init             PROGBITS         00000000000b1da8  000b1da8
2025-08-20T20:13:33.1351227Z [00:02:19.507]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:13:33.1351655Z [00:02:19.507]➜    [ 6] .text             PROGBITS         00000000000b1dc0  000b1dc0
2025-08-20T20:13:33.1352072Z [00:02:19.507]➜         00000000002c5c50  0000000000000000  AX       0     0     32
2025-08-20T20:13:33.1352490Z [00:02:19.507]➜    [ 7] .fini             PROGBITS         0000000000377a10  00377a10
2025-08-20T20:13:33.1352900Z [00:02:19.507]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:13:33.1353745Z [00:02:19.507]➜    [ 8] .rodata           PROGBITS         0000000000377a20  00377a20
2025-08-20T20:13:33.1354245Z [00:02:19.507]➜         00000000000a3bcc  0000000000000000   A       0     0     32
2025-08-20T20:13:33.1354679Z [00:02:19.507]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000041b5ec  0041b5ec
2025-08-20T20:13:33.1355101Z [00:02:19.507]➜         0000000000000104  0000000000000000   A       0     0     4
2025-08-20T20:13:33.1355522Z [00:02:19.507]➜    [10] .eh_frame         PROGBITS         000000000041b6f0  0041b6f0
2025-08-20T20:13:33.1356689Z [00:02:19.507]➜         00000000000004c8  0000000000000000   A       0     0     8
2025-08-20T20:13:33.1357110Z [00:02:19.507]➜    [11] .tbss             NOBITS           0000000000420e50  00420e50
2025-08-20T20:13:33.1357524Z [00:02:19.507]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T20:13:33.1357950Z [00:02:19.507]➜    [12] .init_array       INIT_ARRAY       0000000000420e50  00420e50
2025-08-20T20:13:33.1358383Z [00:02:19.507]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:13:33.1358803Z [00:02:19.507]➜    [13] .fini_array       FINI_ARRAY       0000000000420e58  00420e58
2025-08-20T20:13:33.1359225Z [00:02:19.507]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:13:33.1359649Z [00:02:19.507]➜    [14] .data.rel.ro      PROGBITS         0000000000420e60  00420e60
2025-08-20T20:13:33.1360080Z [00:02:19.507]➜         000000000029ef78  0000000000000000  WA       0     0     32
2025-08-20T20:13:33.1360878Z [00:02:19.507]➜    [15] .dynamic          DYNAMIC          00000000006bfdd8  006bfdd8
2025-08-20T20:13:33.1361301Z [00:02:19.507]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T20:13:33.1361711Z [00:02:19.507]➜    [16] .got              PROGBITS         00000000006bff48  006bff48
2025-08-20T20:13:33.1362122Z [00:02:19.507]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T20:13:33.1362534Z [00:02:19.507]➜    [17] .data             PROGBITS         00000000006c0000  006c0000
2025-08-20T20:13:33.1362947Z [00:02:19.507]➜         0000000000013c40  0000000000000000  WA       0     0     32
2025-08-20T20:13:33.1363378Z [00:02:19.507]➜    [18] .go.buildinfo     PROGBITS         00000000006d3c40  006d3c40
2025-08-20T20:13:33.1363813Z [00:02:19.507]➜         0000000000000c90  0000000000000000  WA       0     0     16
2025-08-20T20:13:33.1364244Z [00:02:19.507]➜    [19] .go.fipsinfo      PROGBITS         00000000006d48e0  006d48e0
2025-08-20T20:13:33.1364688Z [00:02:19.507]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T20:13:33.1365120Z [00:02:19.507]➜    [20] .noptrdata        PROGBITS         00000000006d4960  006d4960
2025-08-20T20:13:33.1365549Z [00:02:19.507]➜         0000000000083401  0000000000000000  WA       0     0     32
2025-08-20T20:13:33.1366274Z [00:02:19.507]➜    [21] .bss              NOBITS           0000000000757d80  00757d61
2025-08-20T20:13:33.1366700Z [00:02:19.507]➜         000000000002a1b8  0000000000000000  WA       0     0     32
2025-08-20T20:13:33.1367129Z [00:02:19.507]➜    [22] .noptrbss         NOBITS           0000000000781f40  00757d61
2025-08-20T20:13:33.1367553Z [00:02:19.507]➜         00000000000153a0  0000000000000000  WA       0     0     32
2025-08-20T20:13:33.1367975Z [00:02:19.507]➜    [23] .shstrtab         STRTAB           0000000000000000  00757d61
2025-08-20T20:13:33.1368424Z [00:02:19.507]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T20:13:33.1368750Z [00:02:19.507]➜  Key to Flags:
2025-08-20T20:13:33.1369100Z [00:02:19.507]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:13:33.1369560Z [00:02:19.507]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:13:33.1370011Z [00:02:19.507]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:13:33.1370642Z [00:02:19.507]➜    D (mbind), p (processor specific)
2025-08-20T20:13:33.1371047Z [00:02:19.509]➜  
2025-08-20T20:13:33.1377075Z [00:02:19.510]➜  /build-bins/LICENSE
2025-08-20T20:13:33.1390940Z [00:02:19.512]➜  + file /build-bins/LICENSE /build-bins/f2
2025-08-20T20:13:33.1516196Z [00:02:19.524]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:13:33.1575948Z [00:02:19.530]➜  /build-bins/f2:      ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:13:33.1582629Z [00:02:19.531]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/f2
2025-08-20T20:13:33.1599520Z [00:02:19.533]➜  /build-bins/LICENSE:         1073 Bytes
2025-08-20T20:13:33.1599905Z [00:02:19.533]➜  /build-bins/f2:         7701560 Bytes
2025-08-20T20:13:33.1601568Z [00:02:19.533]➜  + du /build-bins/LICENSE /build-bins/f2 --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:13:33.1614893Z [00:02:19.534]➜  1.1K	2025-08-20 20:13:33.015895318 +0000	/build-bins/LICENSE
2025-08-20T20:13:33.1616948Z [00:02:19.534]➜  7.4M	2025-08-20 20:13:33.086899587 +0000	/build-bins/f2
2025-08-20T20:13:33.1617267Z [00:02:19.534]➜  + popd
2025-08-20T20:13:34.1719158Z [00:02:20.544]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:13:34.2233898Z [00:02:20.596]➜  + '[' -s /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:13:34.2234892Z [00:02:20.596]➜  + cp -fv /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:13:34.2264063Z [00:02:20.599]➜  '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:13:34.2269046Z [00:02:20.600]➜  + find /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:13:34.2277991Z [00:02:20.600]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:13:34.2278832Z [00:02:20.600]➜  + cut -d: -f1
2025-08-20T20:13:34.2279143Z [00:02:20.600]➜  + xargs realpath --no-symlinks
2025-08-20T20:13:34.2284472Z [00:02:20.601]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:13:34.3206980Z [00:02:20.693]➜  sending incremental file list
2025-08-20T20:13:34.3230488Z [00:02:20.696]➜  f2
2025-08-20T20:13:34.3712229Z [00:02:20.744]➜  
2025-08-20T20:13:34.3712627Z [00:02:20.744]➜  sent 7.70M bytes  received 35 bytes  15.41M bytes/sec
2025-08-20T20:13:34.3713009Z [00:02:20.744]➜  total size is 7.70M  speedup is 1.00
2025-08-20T20:13:34.3725898Z [00:02:20.745]➜  
2025-08-20T20:13:34.8018464Z [00:02:21.174]➜  
2025-08-20T20:13:34.8102821Z [00:02:21.183]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:13:34.8104045Z [00:02:21.183]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/f2' retained as runner:runner
2025-08-20T20:13:34.8104953Z [00:02:21.183]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:13:34.8106129Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/csv.go' from root:root to runner:runner
2025-08-20T20:13:34.8107382Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/doc.go' from root:root to runner:runner
2025-08-20T20:13:34.8108611Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_internal_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8109884Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8111182Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_unix_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8112492Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_windows_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8114109Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/input.csv' from root:root to runner:runner
2025-08-20T20:13:34.8115421Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/b.txt' from root:root to runner:runner
2025-08-20T20:13:34.8117006Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/a.txt' from root:root to runner:runner
2025-08-20T20:13:34.8118402Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC200_Auba-Hall_20240909.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8119864Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC100_John-Doe_20211012.dng' from root:root to runner:runner
2025-08-20T20:13:34.8121310Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC200_Auba-Hall_20240909.dng' from root:root to runner:runner
2025-08-20T20:13:34.8122674Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/c.txt' from root:root to runner:runner
2025-08-20T20:13:34.8124041Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC100_John-Doe_20211012.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8125483Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC400_Tim-Scott_20200102.dng' from root:root to runner:runner
2025-08-20T20:13:34.8127215Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8128766Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_csv_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8130077Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test' from root:root to runner:runner
2025-08-20T20:13:34.8131285Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_windows.go' from root:root to runner:runner
2025-08-20T20:13:34.8132479Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find.go' from root:root to runner:runner
2025-08-20T20:13:34.8133773Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_unix.go' from root:root to runner:runner
2025-08-20T20:13:34.8134935Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find' from root:root to runner:runner
2025-08-20T20:13:34.8136469Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.env' from root:root to runner:runner
2025-08-20T20:13:34.8137709Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T20:13:34.8139244Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions/f2.bash' from root:root to runner:runner
2025-08-20T20:13:34.8140549Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions/f2.zsh' from root:root to runner:runner
2025-08-20T20:13:34.8141866Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions/f2.fish' from root:root to runner:runner
2025-08-20T20:13:34.8143127Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions' from root:root to runner:runner
2025-08-20T20:13:34.8144316Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T20:13:34.8145463Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:13:34.8147040Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/package.json' from root:root to runner:runner
2025-08-20T20:13:34.8148194Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/LICENCE' from root:root to runner:runner
2025-08-20T20:13:34.8149308Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2.go' from root:root to runner:runner
2025-08-20T20:13:34.8150479Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.vscode/launch.json' from root:root to runner:runner
2025-08-20T20:13:34.8151640Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.vscode' from root:root to runner:runner
2025-08-20T20:13:34.8153119Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/app_unix_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8154496Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/app_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8156419Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/b.txt' from root:root to runner:runner
2025-08-20T20:13:34.8157846Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/version_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8159175Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/a.txt' from root:root to runner:runner
2025-08-20T20:13:34.8160491Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/help_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8161881Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/short_help_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8163450Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/d.txt' from root:root to runner:runner
2025-08-20T20:13:34.8164719Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/c.txt' from root:root to runner:runner
2025-08-20T20:13:34.8166200Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8167439Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test' from root:root to runner:runner
2025-08-20T20:13:34.8168598Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/flag.go' from root:root to runner:runner
2025-08-20T20:13:34.8169755Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app.go' from root:root to runner:runner
2025-08-20T20:13:34.8170904Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/help.go' from root:root to runner:runner
2025-08-20T20:13:34.8172073Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/errors.go' from root:root to runner:runner
2025-08-20T20:13:34.8173202Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app' from root:root to runner:runner
2025-08-20T20:13:34.8174394Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/apperr/apperr.go' from root:root to runner:runner
2025-08-20T20:13:34.8175690Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/apperr' from root:root to runner:runner
2025-08-20T20:13:34.8176976Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/eval/eval.go' from root:root to runner:runner
2025-08-20T20:13:34.8178372Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/eval' from root:root to runner:runner
2025-08-20T20:13:34.8179678Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/testutil/testutil.go' from root:root to runner:runner
2025-08-20T20:13:34.8180932Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/testutil' from root:root to runner:runner
2025-08-20T20:13:34.8182175Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/config.go' from root:root to runner:runner
2025-08-20T20:13:34.8183446Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/errors.go' from root:root to runner:runner
2025-08-20T20:13:34.8184703Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/sort.go' from root:root to runner:runner
2025-08-20T20:13:34.8186008Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config' from root:root to runner:runner
2025-08-20T20:13:34.8187471Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/pt.toml' from root:root to runner:runner
2025-08-20T20:13:34.8188783Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/ru.toml' from root:root to runner:runner
2025-08-20T20:13:34.8190095Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/zh.toml' from root:root to runner:runner
2025-08-20T20:13:34.8191398Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/fr.toml' from root:root to runner:runner
2025-08-20T20:13:34.8192707Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/es.toml' from root:root to runner:runner
2025-08-20T20:13:34.8194017Z [00:02:21.183]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/de.toml' from root:root to runner:runner
2025-08-20T20:13:34.8195325Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/en.toml' from root:root to runner:runner
2025-08-20T20:13:34.8196735Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n' from root:root to runner:runner
2025-08-20T20:13:34.8198011Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/localize.go' from root:root to runner:runner
2025-08-20T20:13:34.8199272Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize' from root:root to runner:runner
2025-08-20T20:13:34.8200508Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/osutil/osutil.go' from root:root to runner:runner
2025-08-20T20:13:34.8201896Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/osutil' from root:root to runner:runner
2025-08-20T20:13:34.8203232Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/pathutil/pathutil.go' from root:root to runner:runner
2025-08-20T20:13:34.8204486Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/pathutil' from root:root to runner:runner
2025-08-20T20:13:34.8205868Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/status/status.go' from root:root to runner:runner
2025-08-20T20:13:34.8207162Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/status' from root:root to runner:runner
2025-08-20T20:13:34.8208499Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/10k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8209955Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/4k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8211638Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/20k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8213099Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/11k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8214582Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/10k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8216218Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/folder/15k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8217855Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/folder/3k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8219371Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/folder' from root:root to runner:runner
2025-08-20T20:13:34.8220872Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/20k.txt' from root:root to runner:runner
2025-08-20T20:13:34.8222338Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1' from root:root to runner:runner
2025-08-20T20:13:34.8223755Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8225188Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/sortfiles_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8226877Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test' from root:root to runner:runner
2025-08-20T20:13:34.8228309Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/custom.go' from root:root to runner:runner
2025-08-20T20:13:34.8229617Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles.go' from root:root to runner:runner
2025-08-20T20:13:34.8230887Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles' from root:root to runner:runner
2025-08-20T20:13:34.8232120Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/file/file.go' from root:root to runner:runner
2025-08-20T20:13:34.8233329Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/file' from root:root to runner:runner
2025-08-20T20:13:34.8234543Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/timeutil/time.go' from root:root to runner:runner
2025-08-20T20:13:34.8236072Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/timeutil' from root:root to runner:runner
2025-08-20T20:13:34.8237295Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T20:13:34.8238447Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T20:13:34.8239590Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:13:34.8240731Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/tools.sum' from root:root to runner:runner
2025-08-20T20:13:34.8241893Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T20:13:34.8243030Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T20:13:34.8244181Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T20:13:34.8245429Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/rename_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8246897Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/rename_windows_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8248334Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata/rename_a_file_backup.golden' from root:root to runner:runner
2025-08-20T20:13:34.8249953Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata/rename_a_file.golden' from root:root to runner:runner
2025-08-20T20:13:34.8251511Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata/rename_a_file_backup_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8252915Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8254163Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test' from root:root to runner:runner
2025-08-20T20:13:34.8255361Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/backup.go' from root:root to runner:runner
2025-08-20T20:13:34.8256705Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename.go' from root:root to runner:runner
2025-08-20T20:13:34.8257862Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename' from root:root to runner:runner
2025-08-20T20:13:34.8259114Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/variables_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8260751Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/variables_darwin_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8262136Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/replace_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8263483Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/indexing_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8264915Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/variables_windows_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8266489Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/binary.mp3' from root:root to runner:runner
2025-08-20T20:13:34.8267877Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/image.dng' from root:root to runner:runner
2025-08-20T20:13:34.8269246Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/audio.flac' from root:root to runner:runner
2025-08-20T20:13:34.8270604Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/pic.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8271999Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/19. D_1993 F2.flac' from root:root to runner:runner
2025-08-20T20:13:34.8273381Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/gps.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8274930Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/embedded.mp4' from root:root to runner:runner
2025-08-20T20:13:34.8276470Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/audio.mp3' from root:root to runner:runner
2025-08-20T20:13:34.8277838Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/file.tar.gz' from root:root to runner:runner
2025-08-20T20:13:34.8279173Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8280431Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test' from root:root to runner:runner
2025-08-20T20:13:34.8281647Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace.go' from root:root to runner:runner
2025-08-20T20:13:34.8282903Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/extract.go' from root:root to runner:runner
2025-08-20T20:13:34.8284404Z [00:02:21.184]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/diacritics.go' from root:root to runner:runner
2025-08-20T20:13:34.8285854Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variable_types.go' from root:root to runner:runner
2025-08-20T20:13:34.8287275Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variable_regex.go' from root:root to runner:runner
2025-08-20T20:13:34.8288603Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variables.go' from root:root to runner:runner
2025-08-20T20:13:34.8289858Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables' from root:root to runner:runner
2025-08-20T20:13:34.8291030Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace' from root:root to runner:runner
2025-08-20T20:13:34.8292231Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T20:13:34.8293423Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:13:34.8294620Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T20:13:34.8295932Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T20:13:34.8297292Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/golangci-lint.yml' from root:root to runner:runner
2025-08-20T20:13:34.8298743Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/npm.yml' from root:root to runner:runner
2025-08-20T20:13:34.8300082Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/labeler.yml' from root:root to runner:runner
2025-08-20T20:13:34.8301395Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/release-stable.yml' from root:root to runner:runner
2025-08-20T20:13:34.8302747Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/release-nightly.yml' from root:root to runner:runner
2025-08-20T20:13:34.8304019Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:13:34.8305273Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T20:13:34.8306740Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' from root:root to runner:runner
2025-08-20T20:13:34.8308312Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T20:13:34.8309610Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:13:34.8310828Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/labels.yml' from root:root to runner:runner
2025-08-20T20:13:34.8311988Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:13:34.8313151Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report.go' from root:root to runner:runner
2025-08-20T20:13:34.8314422Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/report_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8315966Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_no_matches_(csv)_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8317594Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_no_matches_(backup)_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8319136Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8320725Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_with_F2_NO_COLOR_env_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8322543Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_backup_file_removal_failure_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8324240Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_with_F2_NO_COLOR_env_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8325907Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_backup_failure_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8327528Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_in_JSON_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8329103Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_no_matches_(standard)_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8330673Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/print_results_with_errors_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8332284Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/print_results_without_errors_(verbose)_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8334261Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/print_results_without_errors_(piped_output)_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8335991Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_conflicts_in_JSON_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8337613Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_conflicts_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8339190Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_conflicts_no_color_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8340738Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8342276Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_non_existent_file_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8343684Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8344929Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test' from root:root to runner:runner
2025-08-20T20:13:34.8346156Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report' from root:root to runner:runner
2025-08-20T20:13:34.8347491Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T20:13:34.8348733Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate.go' from root:root to runner:runner
2025-08-20T20:13:34.8350020Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_internal_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8351275Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/doc.go' from root:root to runner:runner
2025-08-20T20:13:34.8352573Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/validate_unix_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8353955Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/validate_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8355346Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/validate_windows_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8356907Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/testdata/images/dsc-002.arw' from root:root to runner:runner
2025-08-20T20:13:34.8358577Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/testdata/images/dsc-001.arw' from root:root to runner:runner
2025-08-20T20:13:34.8359992Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/testdata/images' from root:root to runner:runner
2025-08-20T20:13:34.8361321Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8362592Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test' from root:root to runner:runner
2025-08-20T20:13:34.8363779Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate' from root:root to runner:runner
2025-08-20T20:13:34.8364952Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/justfile' from root:root to runner:runner
2025-08-20T20:13:34.8366189Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2/main.go' from root:root to runner:runner
2025-08-20T20:13:34.8367339Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2' from root:root to runner:runner
2025-08-20T20:13:34.8368437Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T20:13:34.8369593Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:13:34.8371051Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:13:34.8372456Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:13:34.8373764Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:13:34.8375067Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:13:34.8376461Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:13:34.8377720Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:13:34.8378996Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:13:34.8380312Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:13:34.8381814Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:13:34.8383103Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:13:34.8384403Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:13:34.8385789Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:13:34.8387135Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:13:34.8388440Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:13:34.8389680Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:13:34.8390820Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:13:34.8391960Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:13:34.8393356Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.idx' from root:root to runner:runner
2025-08-20T20:13:34.8395131Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.pack' from root:root to runner:runner
2025-08-20T20:13:34.8396883Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.pack' from root:root to runner:runner
2025-08-20T20:13:34.8398491Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.promisor' from root:root to runner:runner
2025-08-20T20:13:34.8400096Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.rev' from root:root to runner:runner
2025-08-20T20:13:34.8401676Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.rev' from root:root to runner:runner
2025-08-20T20:13:34.8403256Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.idx' from root:root to runner:runner
2025-08-20T20:13:34.8404859Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.promisor' from root:root to runner:runner
2025-08-20T20:13:34.8406516Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:13:34.8407722Z [00:02:21.185]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:13:34.8408895Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:13:34.8410067Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:13:34.8411230Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:13:34.8412388Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:13:34.8413568Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:13:34.8414792Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T20:13:34.8416097Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:13:34.8417434Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:13:34.8418899Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:13:34.8420220Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:13:34.8421414Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:13:34.8422560Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:13:34.8423697Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:13:34.8424853Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:13:34.8426137Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T20:13:34.8427378Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:13:34.8428806Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:13:34.8430061Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:13:34.8431279Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:13:34.8432433Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:13:34.8433542Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:13:34.8434696Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/f2_test.go' from root:root to runner:runner
2025-08-20T20:13:34.8436178Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/use_dates_to_conditionally_match_files_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8437633Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img66.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8438886Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img34.dng' from root:root to runner:runner
2025-08-20T20:13:34.8440194Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img44.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8441555Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img44.dng' from root:root to runner:runner
2025-08-20T20:13:34.8443081Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img78.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8444495Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img78.dng' from root:root to runner:runner
2025-08-20T20:13:34.8445895Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024' from root:root to runner:runner
2025-08-20T20:13:34.8447331Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/image_pair_renaming_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8448668Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img34.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8449919Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img66.dng' from root:root to runner:runner
2025-08-20T20:13:34.8451261Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/image_pair_renaming_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8452844Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img67.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8454174Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img33.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8455503Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img33.dng' from root:root to runner:runner
2025-08-20T20:13:34.8456927Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img67.dng' from root:root to runner:runner
2025-08-20T20:13:34.8458219Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding' from root:root to runner:runner
2025-08-20T20:13:34.8459564Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img90.dng' from root:root to runner:runner
2025-08-20T20:13:34.8460971Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img101.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8462367Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img90.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8463765Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img99.dng' from root:root to runner:runner
2025-08-20T20:13:34.8465210Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img99.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8466888Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img101.dng' from root:root to runner:runner
2025-08-20T20:13:34.8468315Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin' from root:root to runner:runner
2025-08-20T20:13:34.8469740Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/only_match_files_named_img33.dng_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8471205Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img2.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8472606Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img1.dng' from root:root to runner:runner
2025-08-20T20:13:34.8473995Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img2.dng' from root:root to runner:runner
2025-08-20T20:13:34.8475383Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img1.jpg' from root:root to runner:runner
2025-08-20T20:13:34.8477069Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london' from root:root to runner:runner
2025-08-20T20:13:34.8478556Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/use_dates_to_conditionally_match_files_stdout.golden' from root:root to runner:runner
2025-08-20T20:13:34.8480082Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/only_match_files_named_img33.dng_stderr.golden' from root:root to runner:runner
2025-08-20T20:13:34.8481422Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata' from root:root to runner:runner
2025-08-20T20:13:34.8482611Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test' from root:root to runner:runner
2025-08-20T20:13:34.8483781Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.ru.md' from root:root to runner:runner
2025-08-20T20:13:34.8484998Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.fr.md' from root:root to runner:runner
2025-08-20T20:13:34.8486409Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.zh.md' from root:root to runner:runner
2025-08-20T20:13:34.8487655Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.pt.md' from root:root to runner:runner
2025-08-20T20:13:34.8488893Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.es.md' from root:root to runner:runner
2025-08-20T20:13:34.8490091Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.de.md' from root:root to runner:runner
2025-08-20T20:13:34.8491434Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T20:13:34.8492631Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/tools.mod' from root:root to runner:runner
2025-08-20T20:13:34.8493727Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO' from root:root to runner:runner
2025-08-20T20:13:34.8494761Z [00:02:21.186]➜  changed ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk' from root:root to runner:runner
2025-08-20T20:13:34.8495757Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:13:34.8496614Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:13:34.8497372Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:13:34.8498097Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2' retained as runner:runner
2025-08-20T20:13:34.8498820Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:13:34.8499797Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.version' retained as runner:runner
2025-08-20T20:13:34.8500588Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.static.version' retained as runner:runner
2025-08-20T20:13:34.8501329Z [00:02:21.186]➜  ownership of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:13:34.8502190Z [00:02:21.193]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8503059Z [00:02:21.198]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/f2' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8503918Z [00:02:21.204]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8504989Z [00:02:21.209]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/csv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8506267Z [00:02:21.215]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8507504Z [00:02:21.221]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_internal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8537536Z [00:02:21.226]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8594449Z [00:02:21.232]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8651719Z [00:02:21.238]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8706838Z [00:02:21.243]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/input.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8761060Z [00:02:21.249]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/b.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8815212Z [00:02:21.254]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/a.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8871280Z [00:02:21.260]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC200_Auba-Hall_20240909.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8926653Z [00:02:21.265]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC100_John-Doe_20211012.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.8981502Z [00:02:21.271]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC200_Auba-Hall_20240909.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9034832Z [00:02:21.276]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/c.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9090674Z [00:02:21.282]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC100_John-Doe_20211012.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9146579Z [00:02:21.287]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/testdata/DSC400_Tim-Scott_20200102.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9200395Z [00:02:21.293]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_test/find_csv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9255429Z [00:02:21.298]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9311166Z [00:02:21.304]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9366444Z [00:02:21.309]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/find/find_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9420744Z [00:02:21.315]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9476539Z [00:02:21.320]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9530477Z [00:02:21.326]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions/f2.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9585872Z [00:02:21.331]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions/f2.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9638015Z [00:02:21.336]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/scripts/completions/f2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9693690Z [00:02:21.342]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9748193Z [00:02:21.347]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9800538Z [00:02:21.353]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/LICENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9855313Z [00:02:21.358]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9911298Z [00:02:21.364]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.vscode/launch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:34.9968285Z [00:02:21.369]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/app_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0024519Z [00:02:21.375]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/app_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0081284Z [00:02:21.381]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/b.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0136092Z [00:02:21.386]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/version_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0191248Z [00:02:21.392]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/a.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0245925Z [00:02:21.397]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/help_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0300359Z [00:02:21.403]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/short_help_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0355093Z [00:02:21.408]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/d.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0409838Z [00:02:21.414]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app_test/testdata/c.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0466061Z [00:02:21.419]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/flag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0521420Z [00:02:21.425]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0577488Z [00:02:21.430]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0634169Z [00:02:21.436]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/app/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0693698Z [00:02:21.442]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/apperr/apperr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0752468Z [00:02:21.448]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/eval/eval.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0811113Z [00:02:21.454]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/testutil/testutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0869405Z [00:02:21.460]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0926287Z [00:02:21.465]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.0984959Z [00:02:21.471]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/config/sort.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1044306Z [00:02:21.477]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/pt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1102856Z [00:02:21.483]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/ru.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1163300Z [00:02:21.489]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/zh.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1223183Z [00:02:21.495]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/fr.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1282414Z [00:02:21.501]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/es.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1338303Z [00:02:21.506]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/de.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1392448Z [00:02:21.512]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/i18n/en.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1448350Z [00:02:21.517]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/localize/localize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1504575Z [00:02:21.523]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/osutil/osutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1560593Z [00:02:21.529]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/pathutil/pathutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1616630Z [00:02:21.534]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1671821Z [00:02:21.540]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/10k.txt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1729029Z [00:02:21.545]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/4k.txt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1783795Z [00:02:21.551]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/20k.txt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1839977Z [00:02:21.557]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/11k.txt' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1896399Z [00:02:21.562]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/10k.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.1950606Z [00:02:21.568]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/folder/15k.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2006333Z [00:02:21.573]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/folder/3k.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2062464Z [00:02:21.579]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/testdata/dir1/20k.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2121444Z [00:02:21.585]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles_test/sortfiles_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2177305Z [00:02:21.590]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/custom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2235261Z [00:02:21.596]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/sortfiles/sortfiles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2292704Z [00:02:21.602]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/file/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2349316Z [00:02:21.607]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/internal/timeutil/time.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2404344Z [00:02:21.613]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2460464Z [00:02:21.619]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2515762Z [00:02:21.624]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/tools.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2572381Z [00:02:21.630]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2628322Z [00:02:21.635]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2687447Z [00:02:21.641]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2746220Z [00:02:21.647]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/rename_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2805403Z [00:02:21.653]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/rename_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2864708Z [00:02:21.659]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata/rename_a_file_backup.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2924230Z [00:02:21.665]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata/rename_a_file.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.2984601Z [00:02:21.671]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename_test/testdata/rename_a_file_backup_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3044927Z [00:02:21.677]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/backup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3104186Z [00:02:21.683]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/rename/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3164725Z [00:02:21.689]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/variables_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3224456Z [00:02:21.695]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/variables_darwin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3285773Z [00:02:21.701]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/replace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3345396Z [00:02:21.707]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/indexing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3404346Z [00:02:21.713]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/variables_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3466174Z [00:02:21.719]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/binary.mp3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3526822Z [00:02:21.725]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/image.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3585806Z [00:02:21.731]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/audio.flac' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3644289Z [00:02:21.737]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/pic.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3702481Z [00:02:21.743]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/19. D_1993 F2.flac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3759467Z [00:02:21.749]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/gps.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3817464Z [00:02:21.754]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/embedded.mp4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3873013Z [00:02:21.760]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/audio.mp3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3929743Z [00:02:21.766]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace_test/testdata/file.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.3983118Z [00:02:21.771]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/replace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4037679Z [00:02:21.776]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/extract.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4093232Z [00:02:21.782]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/diacritics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4148239Z [00:02:21.787]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variable_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4203005Z [00:02:21.793]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variable_regex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4260399Z [00:02:21.799]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/replace/variables/variables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4317021Z [00:02:21.804]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4371581Z [00:02:21.810]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4425127Z [00:02:21.815]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4482427Z [00:02:21.821]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4536282Z [00:02:21.826]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/golangci-lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4591192Z [00:02:21.832]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/npm.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4646151Z [00:02:21.837]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/labeler.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4700797Z [00:02:21.843]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/release-stable.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4756841Z [00:02:21.848]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/workflows/release-nightly.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4811214Z [00:02:21.854]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4864139Z [00:02:21.859]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4917584Z [00:02:21.864]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.4974014Z [00:02:21.870]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.github/labels.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5029505Z [00:02:21.876]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5083740Z [00:02:21.881]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/report_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5139706Z [00:02:21.887]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_no_matches_(csv)_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5193852Z [00:02:21.892]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_no_matches_(backup)_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5249418Z [00:02:21.898]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5302237Z [00:02:21.903]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_with_F2_NO_COLOR_env_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5355743Z [00:02:21.908]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_backup_file_removal_failure_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5408864Z [00:02:21.913]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_with_F2_NO_COLOR_env_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5461467Z [00:02:21.919]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_backup_failure_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5514806Z [00:02:21.924]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_in_JSON_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5568577Z [00:02:21.929]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_no_matches_(standard)_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5621897Z [00:02:21.935]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/print_results_with_errors_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5675439Z [00:02:21.940]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/print_results_without_errors_(verbose)_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5730920Z [00:02:21.946]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/print_results_without_errors_(piped_output)_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5786604Z [00:02:21.951]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_conflicts_in_JSON_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5839483Z [00:02:21.957]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_conflicts_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5893264Z [00:02:21.962]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_conflicts_no_color_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.5946831Z [00:02:21.967]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_file_status_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6000634Z [00:02:21.973]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/report/report_test/testdata/report_non_existent_file_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6056516Z [00:02:21.978]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6112733Z [00:02:21.984]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6168208Z [00:02:21.989]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_internal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6223430Z [00:02:21.995]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6279308Z [00:02:22.001]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/validate_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6334476Z [00:02:22.006]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/validate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6389778Z [00:02:22.012]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/validate_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6444748Z [00:02:22.017]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/testdata/images/dsc-002.arw' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6500689Z [00:02:22.023]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/validate/validate_test/testdata/images/dsc-001.arw' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6558631Z [00:02:22.028]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/justfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6613633Z [00:02:22.034]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/cmd/f2/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6670832Z [00:02:22.040]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6725873Z [00:02:22.045]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6778790Z [00:02:22.050]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6832687Z [00:02:22.056]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6886182Z [00:02:22.061]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6939554Z [00:02:22.067]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.6993745Z [00:02:22.072]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7047034Z [00:02:22.077]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7102241Z [00:02:22.083]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7158334Z [00:02:22.088]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7213546Z [00:02:22.094]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7267896Z [00:02:22.099]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7321194Z [00:02:22.105]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7375104Z [00:02:22.110]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7429292Z [00:02:22.116]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7481906Z [00:02:22.121]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7536535Z [00:02:22.126]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7589845Z [00:02:22.132]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7642304Z [00:02:22.137]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7697409Z [00:02:22.142]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7751758Z [00:02:22.148]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7808551Z [00:02:22.153]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7861717Z [00:02:22.159]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7914218Z [00:02:22.164]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-59024360c70e663a176d7f24c02d4bd26f602556.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.7967719Z [00:02:22.169]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/objects/pack/pack-589238fa860d294e6fe4737370dafc0cd6f866be.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8021751Z [00:02:22.175]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8076347Z [00:02:22.180]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8132835Z [00:02:22.186]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8189891Z [00:02:22.192]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8245416Z [00:02:22.197]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8301480Z [00:02:22.203]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8356865Z [00:02:22.208]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8410891Z [00:02:22.214]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8464870Z [00:02:22.219]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/f2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8519931Z [00:02:22.225]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/use_dates_to_conditionally_match_files_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8572541Z [00:02:22.230]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img66.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8626364Z [00:02:22.235]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img34.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8682083Z [00:02:22.241]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img44.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8736639Z [00:02:22.246]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img44.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8790602Z [00:02:22.252]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img78.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8843873Z [00:02:22.257]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/birthday-2024/img78.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8899098Z [00:02:22.262]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/image_pair_renaming_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.8953262Z [00:02:22.268]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img34.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9007404Z [00:02:22.273]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/img66.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9060972Z [00:02:22.279]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/image_pair_renaming_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9115501Z [00:02:22.284]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img67.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9170014Z [00:02:22.290]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img33.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9224347Z [00:02:22.295]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img33.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9278926Z [00:02:22.300]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/my-wedding/img67.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9334607Z [00:02:22.306]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img90.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9390197Z [00:02:22.312]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img101.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9444650Z [00:02:22.317]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img90.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9498723Z [00:02:22.322]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img99.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9554318Z [00:02:22.328]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img99.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9610060Z [00:02:22.334]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - berlin/img101.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9664832Z [00:02:22.339]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/only_match_files_named_img33.dng_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9721484Z [00:02:22.345]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img2.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9777427Z [00:02:22.350]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img1.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9833043Z [00:02:22.356]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img2.dng' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9887456Z [00:02:22.361]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/family trip - london/img1.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9942100Z [00:02:22.367]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/use_dates_to_conditionally_match_files_stdout.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:35.9999379Z [00:02:22.372]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/f2_test/testdata/only_match_files_named_img33.dng_stderr.golden' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0055013Z [00:02:22.378]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.ru.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0109908Z [00:02:22.384]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.fr.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0165500Z [00:02:22.389]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.zh.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0220216Z [00:02:22.395]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.pt.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0275246Z [00:02:22.400]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.es.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0330873Z [00:02:22.406]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/docs/README.de.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0385184Z [00:02:22.411]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.nD5x4YFWzk/TEMPREPO/tools.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0439514Z [00:02:22.417]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0495136Z [00:02:22.422]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2' retained as 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0550754Z [00:02:22.428]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0607286Z [00:02:22.433]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.0663650Z [00:02:22.439]➜  mode of '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:13:36.1082447Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:13:36.1083223Z [00:02:22.481]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:13:44.2111319Z 
2025-08-20T20:13:44.2112246Z [+] Sanitizing /tmp/pkgforge/EQKQWWNOy_SBUILD/BUILD.log ==> /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.static.log
2025-08-20T20:13:46.2447485Z '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.static.log' -> '/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/f2.log'
2025-08-20T20:13:46.2488726Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/f2/official/f2?tag=HEAD-8b9a3ae-250819T192321-aarch64-linux&download=f2.log
2025-08-20T20:13:46.2489201Z 
2025-08-20T20:13:46.2489557Z [+] Parsing/Uploading f2/f2 --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ff2%2Ff2 [aarch64-Linux]
2025-08-20T20:13:46.2513960Z {
2025-08-20T20:13:46.2514159Z   "_disabled": "false",
2025-08-20T20:13:46.2514365Z   "host": "aarch64-Linux",
2025-08-20T20:13:46.2514559Z   "rank": "",
2025-08-20T20:13:46.2514726Z   "pkg": "f2.static",
2025-08-20T20:13:46.2514908Z   "pkg_family": "f2",
2025-08-20T20:13:46.2515123Z   "pkg_id": "github.com.ayoisaiah.f2.source",
2025-08-20T20:13:46.2515368Z   "pkg_name": "f2",
2025-08-20T20:13:46.2515990Z   "pkg_type": "static",
2025-08-20T20:13:46.2516393Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2",
2025-08-20T20:13:46.2516755Z   "app_id": "",
2025-08-20T20:13:46.2516920Z   "appstream": "",
2025-08-20T20:13:46.2517091Z   "category": [
2025-08-20T20:13:46.2517255Z     "ConsoleOnly",
2025-08-20T20:13:46.2517420Z     "Utility"
2025-08-20T20:13:46.2517569Z   ],
2025-08-20T20:13:46.2517830Z   "description": "Command-line tool for batch renaming files and directories",
2025-08-20T20:13:46.2518169Z   "desktop": "",
2025-08-20T20:13:46.2518336Z   "homepage": [
2025-08-20T20:13:46.2518523Z     "https://github.com/ayoisaiah/f2"
2025-08-20T20:13:46.2518738Z   ],
2025-08-20T20:13:46.2519198Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/f2/official/f2?tag=HEAD-8b9a3ae-250819T192321-aarch64-linux&download=f2.png",
2025-08-20T20:13:46.2519711Z   "license": [
2025-08-20T20:13:46.2519866Z     "MIT"
2025-08-20T20:13:46.2520006Z   ],
2025-08-20T20:13:46.2520159Z   "maintainer": [
2025-08-20T20:13:46.2520363Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:13:46.2520604Z   ],
2025-08-20T20:13:46.2520752Z   "provides": [
2025-08-20T20:13:46.2520912Z     "f2"
2025-08-20T20:13:46.2521053Z   ],
2025-08-20T20:13:46.2521193Z   "note": [
2025-08-20T20:13:46.2521515Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/ayoisaiah/f2"
2025-08-20T20:13:46.2521860Z   ],
2025-08-20T20:13:46.2522008Z   "repology": [
2025-08-20T20:13:46.2522498Z     "f2"
2025-08-20T20:13:46.2522635Z   ],
2025-08-20T20:13:46.2522779Z   "screenshots": [],
2025-08-20T20:13:46.2522954Z   "src_url": [
2025-08-20T20:13:46.2523137Z     "https://github.com/ayoisaiah/f2"
2025-08-20T20:13:46.2523351Z   ],
2025-08-20T20:13:46.2523487Z   "tag": [
2025-08-20T20:13:46.2523633Z     "Utility"
2025-08-20T20:13:46.2523783Z   ],
2025-08-20T20:13:46.2523946Z   "version": "HEAD-8b9a3ae-250819T192321",
2025-08-20T20:13:46.2524182Z   "version_upstream": "2.1.2",
2025-08-20T20:13:46.2524505Z   "bsum": "481cc1b64845b31b34af0e9f53268dd131c9b7fed2c3a9a8a39c853b7daa11cb",
2025-08-20T20:13:46.2524842Z   "build_date": "2025-08-20T20:13:36Z",
2025-08-20T20:13:46.2525169Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107630060",
2025-08-20T20:13:46.2525497Z   "build_id": "17107630060",
2025-08-20T20:13:46.2526843Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/f2/official/f2?tag=HEAD-8b9a3ae-250819T192321-aarch64-linux&download=f2.log",
2025-08-20T20:13:46.2527622Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/f2/static.official.source.yaml",
2025-08-20T20:13:46.2528366Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/f2/official/f2?tag=HEAD-8b9a3ae-250819T192321-aarch64-linux&download=f2",
2025-08-20T20:13:46.2529062Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/f2/official/f2:HEAD-8b9a3ae-250819T192321-aarch64-linux",
2025-08-20T20:13:46.2529531Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/f2/official/f2",
2025-08-20T20:13:46.2530148Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/f2/official/f2?tag=HEAD-8b9a3ae-250819T192321-aarch64-linux&manifest",
2025-08-20T20:13:46.2530778Z   "shasum": "4284971472c9d77fccd820e7f8a735aef70b582fa97e130b09fe11b661b432f3",
2025-08-20T20:13:46.2531108Z   "size": "7.4 MB",
2025-08-20T20:13:46.2531275Z   "size_raw": "7701560",
2025-08-20T20:13:46.2531452Z   "snapshots": [
2025-08-20T20:13:46.2531659Z     "HEAD-010261a-250130T191929-aarch64-linux[2.0.3]",
2025-08-20T20:13:46.2531952Z     "HEAD-347ffe6-250311T080657-aarch64-linux[2.0.3]",
2025-08-20T20:13:46.2532240Z     "HEAD-2e8cb0e-250328T080607-aarch64-linux[2.0.3]",
2025-08-20T20:13:46.2532532Z     "HEAD-e5a7a00-250527T090045-aarch64-linux[2.1.1]",
2025-08-20T20:13:46.2532820Z     "HEAD-7b6ca37-250602T020741-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2533111Z     "HEAD-ddd8fc4-250604T073631-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2533405Z     "HEAD-ef80b2f-250607T201725-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2533948Z     "HEAD-3564536-250616T030107-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2534296Z     "HEAD-2abed18-250718T080909-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2534583Z     "HEAD-5d1ea16-250720T212628-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2534869Z     "HEAD-d545a7c-250804T160159-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2535154Z     "HEAD-cb8a3f9-250809T182523-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2535440Z     "HEAD-1dd0068-250813T210010-aarch64-linux[2.1.2]",
2025-08-20T20:13:46.2535895Z     "HEAD-4a22fb5-250818T133029-aarch64-linux[2.1.2]"
2025-08-20T20:13:46.2536141Z   ]
2025-08-20T20:13:46.2536284Z }
2025-08-20T20:13:46.2536365Z 
2025-08-20T20:13:46.2536369Z 
2025-08-20T20:13:46.6818698Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/f2/official/f2:HEAD-8b9a3ae-250819T192321-aarch64-linux": ghcr.io/pkgforge/bincache/f2/official/f2:HEAD-8b9a3ae-250819T192321-aarch64-linux: not found
2025-08-20T20:13:46.6862250Z Uploading empty artifact
2025-08-20T20:13:46.6868888Z time=2025-08-20T20:13:46Z level=debug msg=Request #0
2025-08-20T20:13:46.6869632Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/f2/official/f2/manifests/sha256:d8de0a2eb43ef3b54489f1d16350a5903cd7953b9bcdf07c5a2932e278703b50"
2025-08-20T20:13:46.6870241Z > Request method: "HEAD"
2025-08-20T20:13:46.6870431Z > Request headers:
2025-08-20T20:13:46.6871447Z    "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-20T20:13:46.6872769Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:13:46.7841901Z time=2025-08-20T20:13:46Z level=debug msg=Response #0
2025-08-20T20:13:46.7842222Z < Response Status: "401 Unauthorized"
2025-08-20T20:13:46.7842453Z < Response headers:
2025-08-20T20:13:46.7842647Z    "Content-Type": "application/json"
2025-08-20T20:13:46.7846022Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/f2/official/f2:pull\""
2025-08-20T20:13:46.7846563Z    "Date": "Wed, 20 Aug 2025 20:13:46 GMT"
2025-08-20T20:13:46.7846799Z    "Content-Length": "73"
2025-08-20T20:13:46.7847058Z    "X-Github-Request-Id": "8808:2040B6:36ADAA:376ED9:68A62C7A"
2025-08-20T20:13:46.7847378Z time=2025-08-20T20:13:46Z level=debug msg=Request #1
2025-08-20T20:13:46.7847898Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ff2%2Fofficial%2Ff2%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:13:46.7848397Z > Request method: "GET"
2025-08-20T20:13:46.7848580Z > Request headers:
2025-08-20T20:13:46.7848757Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:13:46.7848958Z    "Authorization": "*****"
2025-08-20T20:13:46.9169119Z time=2025-08-20T20:13:46Z level=debug msg=Response #1
2025-08-20T20:13:46.9169433Z < Response Status: "200 OK"
2025-08-20T20:13:46.9169633Z < Response headers:
2025-08-20T20:13:46.9169854Z    "Content-Type": "application/json"
2025-08-20T20:13:46.9170130Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:13:46.9170514Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:13:46.9170865Z    "Date": "Wed, 20 Aug 2025 20:13:46 GMT"
2025-08-20T20:13:46.9171109Z    "Content-Length": "69"
2025-08-20T20:13:46.9171361Z    "X-Github-Request-Id": "8808:2040B6:36ADBA:376EEF:68A62C7A"
2025-08-20T20:13:46.9171676Z time=2025-08-20T20:13:46Z level=debug msg=Request #2
2025-08-20T20:13:46.9172347Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/f2/official/f2/manifests/sha256:d8de0a2eb43ef3b54489f1d16350a5903cd7953b9bcdf07c5a2932e278703b50"
2025-08-20T20:13:46.9172945Z > Request method: "HEAD"
2025-08-20T20:13:46.9173129Z > Request headers:
2025-08-20T20:13:46.9173306Z    "Authorization": "*****"
2025-08-20T20:13:46.9173506Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:13:46.9174829Z    "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-20T20:13:47.1425445Z time=2025-08-20T20:13:47Z level=debug msg=Response #2
2025-08-20T20:13:47.1425933Z < Response Status: "404 Not Found"
2025-08-20T20:13:47.1426157Z < Response headers:
2025-08-20T20:13:47.1426342Z    "Date": "Wed, 20 Aug 2025 20:13:47 GMT"
2025-08-20T20:13:47.1426570Z    "Content-Length": "70"
2025-08-20T20:13:47.1426861Z    "X-Github-Request-Id": "8808:2040B6:36ADF2:376F25:68A62C7A"
2025-08-20T20:13:47.1427155Z    "Content-Type": "application/json"
2025-08-20T20:13:47.1427427Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:13:47.1427811Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:13:47.1428191Z time=2025-08-20T20:13:47Z level=debug msg=Request #3
2025-08-20T20:13:47.1428844Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/f2/official/f2/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:13:47.1429422Z > Request method: "HEAD"
2025-08-20T20:13:47.1429609Z > Request headers:
2025-08-20T20:13:47.1429788Z    "Authorization": "*****"
2025-08-20T20:13:47.1429988Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:13:47.2315045Z time=2025-08-20T20:13:47Z level=debug msg=Response #3
2025-08-20T20:13:47.2315408Z < Response Status: "200 OK"
2025-08-20T20:13:47.2315608Z < Response headers:
2025-08-20T20:13:47.2316499Z    "Content-Type": ""
2025-08-20T20:13:47.2316887Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:13:47.2317343Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:13:47.2317737Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:13:47.2318208Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:13:47.2318567Z    "Date": "Wed, 20 Aug 2025 20:13:47 GMT"
2025-08-20T20:13:47.2318849Z    "X-Github-Request-Id": "8808:2040B6:36AE42:376F74:68A62C7B"
2025-08-20T20:13:47.2319127Z    "Content-Length": "0"
2025-08-20T20:13:47.2319352Z time=2025-08-20T20:13:47Z level=debug msg=Request #4
2025-08-20T20:13:47.2319885Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/f2/official/f2/manifests/HEAD-8b9a3ae-250819T192321-aarch64-linux"
2025-08-20T20:13:47.2320372Z > Request method: "PUT"
2025-08-20T20:13:47.2320556Z > Request headers:
2025-08-20T20:13:47.2320811Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:13:47.2321108Z    "Authorization": "*****"
2025-08-20T20:13:47.2321305Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:13:48.2633403Z time=2025-08-20T20:13:48Z level=debug msg=Response #4
2025-08-20T20:13:48.2633929Z Pushed [registry] ghcr.io/pkgforge/bincache/f2/official/f2:HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:13:48.2634730Z < Response Status: "201 Created"
2025-08-20T20:13:48.2635349Z < Response headers:
2025-08-20T20:13:48.2635574Z    "Date": "Wed, 20 Aug 2025 20:13:48 GMT"
2025-08-20T20:13:48.2635999Z    "Content-Length": "0"
2025-08-20T20:13:48.2636258Z    "X-Github-Request-Id": "8808:2040B6:36AE60:376F99:68A62C7B"
2025-08-20T20:13:48.2636551Z    "Content-Type": "application/json"
2025-08-20T20:13:48.2636968Z    "Docker-Content-Digest": "sha256:d8de0a2eb43ef3b54489f1d16350a5903cd7953b9bcdf07c5a2932e278703b50"
2025-08-20T20:13:48.2637422Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:13:48.2638019Z    "Location": "/v2/pkgforge/bincache/f2/official/f2/manifests/sha256:d8de0a2eb43ef3b54489f1d16350a5903cd7953b9bcdf07c5a2932e278703b50"
2025-08-20T20:13:48.2638678Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:13:48.2639068Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:13:48.2639453Z Digest: sha256:d8de0a2eb43ef3b54489f1d16350a5903cd7953b9bcdf07c5a2932e278703b50
2025-08-20T20:13:50.7311140Z Uploading 4284971472c9 f2
2025-08-20T20:13:50.7311496Z Uploading 54e1f6f6709e CHECKSUM.sig
2025-08-20T20:13:50.7524123Z Uploading 7ec33073f890 CHECKSUM
2025-08-20T20:13:50.8316944Z Exists    b2660588a635 LICENSE
2025-08-20T20:13:50.9364082Z Uploading 61c4a1a17a63 LICENSE.sig
2025-08-20T20:13:50.9406564Z Uploading 1c8f941ce39e f2.sig
2025-08-20T20:13:51.7908113Z Uploaded  54e1f6f6709e CHECKSUM.sig
2025-08-20T20:13:51.7918774Z Uploaded  7ec33073f890 CHECKSUM
2025-08-20T20:13:51.8845833Z Uploading 938b954d5a84 SBUILD.sig
2025-08-20T20:13:51.8873964Z Exists    76859e2e1e1f SBUILD
2025-08-20T20:13:51.9820455Z Exists    11cf0313013e f2.png
2025-08-20T20:13:52.0589181Z Uploaded  61c4a1a17a63 LICENSE.sig
2025-08-20T20:13:52.1069025Z Uploading 2241b0a3679a f2.json
2025-08-20T20:13:52.1524739Z Uploading 14b3da216f47 f2.json.sig
2025-08-20T20:13:52.2037803Z Uploaded  1c8f941ce39e f2.sig
2025-08-20T20:13:52.2922592Z Uploading 1470b17e60ee f2.log
2025-08-20T20:13:52.2924149Z Uploaded  4284971472c9 f2
2025-08-20T20:13:52.3695754Z Uploading ad6a07100b05 f2.log.sig
2025-08-20T20:13:53.1775844Z Uploaded  2241b0a3679a f2.json
2025-08-20T20:13:53.2521563Z Uploading eb5b0a7b0d9b f2.version
2025-08-20T20:13:53.2869067Z Uploaded  938b954d5a84 SBUILD.sig
2025-08-20T20:13:53.3637901Z Uploading 44e4f54561bf f2.version.sig
2025-08-20T20:13:53.4724163Z Uploaded  ad6a07100b05 f2.log.sig
2025-08-20T20:13:53.4987214Z Uploaded  1470b17e60ee f2.log
2025-08-20T20:13:53.6108503Z Uploaded  14b3da216f47 f2.json.sig
2025-08-20T20:13:54.4219289Z Uploaded  eb5b0a7b0d9b f2.version
2025-08-20T20:13:54.4443295Z Uploaded  44e4f54561bf f2.version.sig
2025-08-20T20:13:54.4443550Z Uploading bf71967ec890 f2
2025-08-20T20:13:54.8170406Z Uploaded  bf71967ec890 f2
2025-08-20T20:13:54.8176407Z Pushed [registry] ghcr.io/pkgforge/bincache/f2/official/f2:HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:13:54.8176872Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:13:54.8177256Z Digest: sha256:bf71967ec890fe6c2e47d0b886fc17a0735091c75b8048a64e2c16d73510d11a
2025-08-20T20:14:00.2430831Z 
2025-08-20T20:14:00.2431369Z [+] Registry --> https://ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:00.2431993Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/f2/official/f2?tag=HEAD-8b9a3ae-250819T192321-aarch64-linux&manifest 
2025-08-20T20:14:00.2432412Z 
2025-08-20T20:14:01.8151990Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:14:01.9244619Z ./BUILD_ARTIFACTS.tar : 36.29%   (  18.7 MiB =>   6.80 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:14:01.9303951Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:14:01.9339750Z 
2025-08-20T20:14:01.9340497Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml :: 00(Hr):02(Min):48(Sec)
2025-08-20T20:14:01.9341112Z 
2025-08-20T20:14:01.9353975Z 
2025-08-20T20:14:01.9354210Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:14:01 PM) UTC
2025-08-20T20:14:01.9354450Z 
2025-08-20T20:14:02.1694093Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:14:02.1750597Z ##[group]Run ##Presets
2025-08-20T20:14:02.1750962Z [36;1m##Presets[0m
2025-08-20T20:14:02.1751141Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:02.1751328Z [36;1m#-------------#[0m
2025-08-20T20:14:02.1751509Z [36;1m##Debug?[0m
2025-08-20T20:14:02.1751725Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:02.1751995Z [36;1m  set -x[0m
2025-08-20T20:14:02.1752155Z [36;1mfi[0m
2025-08-20T20:14:02.1752334Z [36;1m#-------------#[0m
2025-08-20T20:14:02.1752515Z [36;1m##Set ENV[0m
2025-08-20T20:14:02.1752727Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:14:02.1753194Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-8b9a3ae-250819T192321-aarch64-linux"[0m
2025-08-20T20:14:02.1753716Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-8b9a3ae-250819T192321-aarch64-linux"[0m
2025-08-20T20:14:02.1754222Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060"[0m
2025-08-20T20:14:02.1754662Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:14:02.1755036Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:02.1755464Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:02.1756041Z [36;1m fi[0m
2025-08-20T20:14:02.1756200Z [36;1m##Push[0m
2025-08-20T20:14:02.1756407Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:14:02.1756667Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:14:02.1757012Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:14:02.1757467Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:14:02.1757887Z [36;1m     ls -sh "/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:14:02.1758203Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:14:02.1758401Z [36;1m       {[0m
2025-08-20T20:14:02.1758571Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:14:02.1758886Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:14:02.1759313Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:14:02.1759727Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:14:02.1760573Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-8b9a3ae-250819T192321-aarch64-linux")[0m
2025-08-20T20:14:02.1761272Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107630060")[0m
2025-08-20T20:14:02.1761839Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107630060")[0m
2025-08-20T20:14:02.1762473Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/f2/official/f2:HEAD-8b9a3ae-250819T192321-aarch64-linux")[0m
2025-08-20T20:14:02.1763127Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:13:36Z")[0m
2025-08-20T20:14:02.1763610Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-8b9a3ae-250819T192321")[0m
2025-08-20T20:14:02.1764108Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:13:36Z")[0m
2025-08-20T20:14:02.1764736Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/f2/official/f2")[0m
2025-08-20T20:14:02.1765342Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:14:02.1766093Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-8b9a3ae-250819T192321")[0m
2025-08-20T20:14:02.1766714Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-8b9a3ae-250819T192321")[0m
2025-08-20T20:14:02.1767634Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2")[0m
2025-08-20T20:14:02.1768381Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-f2")[0m
2025-08-20T20:14:02.1768914Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/ayoisaiah/f2")[0m
2025-08-20T20:14:02.1769427Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:14:02.1769926Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-8b9a3ae-250819T192321")[0m
2025-08-20T20:14:02.1770395Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:14:02.1770879Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:14:02.1771298Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:14:02.1771531Z [36;1m         #Check[0m
2025-08-20T20:14:02.1772093Z [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-20T20:13:36Z" ]]; then[0m
2025-08-20T20:14:02.1772792Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:14:02.1773128Z [36;1m            break[0m
2025-08-20T20:14:02.1773311Z [36;1m          else[0m
2025-08-20T20:14:02.1773688Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:14:02.1774096Z [36;1m          fi[0m
2025-08-20T20:14:02.1774299Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:14:02.1774536Z [36;1m        done[0m
2025-08-20T20:14:02.1774708Z [36;1m       }[0m
2025-08-20T20:14:02.1774896Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:14:02.1775125Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:14:02.1775859Z [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-20T20:13:36Z" ]]; then[0m
2025-08-20T20:14:02.1776616Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:14:02.1777237Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:14:02.1777481Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:14:02.1778052Z [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-20T20:13:36Z" ]]; then[0m
2025-08-20T20:14:02.1778758Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:14:02.1779255Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:14:02.1779635Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:14:02.1779851Z [36;1m           fi[0m
2025-08-20T20:14:02.1780025Z [36;1m       fi[0m
2025-08-20T20:14:02.1780188Z [36;1m   fi[0m
2025-08-20T20:14:02.1780346Z [36;1m fi[0m
2025-08-20T20:14:02.1780511Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:14:02.1847776Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:02.1848018Z env:
2025-08-20T20:14:02.1848176Z   CROSS_COMPILING: NO
2025-08-20T20:14:02.1848372Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:02.1848584Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:02.1848781Z   ON_QEMU: NO
2025-08-20T20:14:02.1848933Z   DEBUG: 0
2025-08-20T20:14:02.1849095Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:02.1849308Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:02.1849556Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:02.1849815Z   KEEP_LOGS: YES
2025-08-20T20:14:02.1850201Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:02.1850420Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:02.1850607Z   SBUILD_REBUILD: false
2025-08-20T20:14:02.1851092Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:02.1851608Z   BUILD_SYS: docker://go
2025-08-20T20:14:02.1851798Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:02.1851977Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:02.1852165Z   SYSTMP: /tmp
2025-08-20T20:14:02.1852328Z   GHA_MODE: MATRIX
2025-08-20T20:14:02.1852728Z   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-20T20:14:02.1853212Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:02.1853519Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:02.1853878Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:02.1854339Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:02.1854700Z   PKG_TYPE: static
2025-08-20T20:14:02.1854870Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:02.1855078Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:02.1855431Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:02.1856051Z   BUILD_ID: 17107630060
2025-08-20T20:14:02.1856234Z   PKG_NAME: f2
2025-08-20T20:14:02.1856411Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:02.1856630Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:02.1856870Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:02.1857121Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:02.1857429Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:02.1857821Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:02.1858200Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:02.1858452Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:02.1858853Z   GHCR_TOKEN: ***
2025-08-20T20:14:02.1859136Z   GITHUB_TOKEN: ***
2025-08-20T20:14:02.1859369Z   GITLAB_TOKEN: ***
2025-08-20T20:14:02.1860453Z   MINISIGN_KEY: ***
2025-08-20T20:14:02.1860621Z ##[endgroup]
2025-08-20T20:14:02.1926916Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:14:02.1934882Z 6.9M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:14:02.1945172Z total 8.5M
2025-08-20T20:14:02.1945368Z 4.0K CHECKSUM
2025-08-20T20:14:02.1945974Z 4.0K CHECKSUM.sig
2025-08-20T20:14:02.1946144Z 4.0K LICENSE
2025-08-20T20:14:02.1946298Z 4.0K LICENSE.sig
2025-08-20T20:14:02.1946458Z 4.0K SBUILD
2025-08-20T20:14:02.1946608Z 4.0K SBUILD.sig
2025-08-20T20:14:02.1946768Z 4.0K SBUILD_TEMP
2025-08-20T20:14:02.1946926Z 7.4M f2
2025-08-20T20:14:02.1947070Z 4.0K f2.json
2025-08-20T20:14:02.1947220Z 4.0K f2.json.sig
2025-08-20T20:14:02.1947382Z 524K f2.log
2025-08-20T20:14:02.1947532Z 4.0K f2.log.sig
2025-08-20T20:14:02.1947685Z  40K f2.png
2025-08-20T20:14:02.1947831Z 4.0K f2.sig
2025-08-20T20:14:02.1947991Z 524K f2.static.log
2025-08-20T20:14:02.1948163Z 4.0K f2.static.version
2025-08-20T20:14:02.1948352Z 4.0K f2.static.version.sig
2025-08-20T20:14:02.1948592Z 4.0K f2.version
2025-08-20T20:14:02.1948752Z 4.0K f2.version.sig
2025-08-20T20:14:02.6390983Z Uploading 1838058afedf BUILD_ARTIFACTS.zstd
2025-08-20T20:14:04.3718455Z Uploaded  1838058afedf BUILD_ARTIFACTS.zstd
2025-08-20T20:14:04.3718769Z Uploading 7c8f17d798b2 SRCBUILD-f2
2025-08-20T20:14:04.7311300Z Uploaded  7c8f17d798b2 SRCBUILD-f2
2025-08-20T20:14:04.7311874Z Pushed [registry] ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060:HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:04.7312404Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:14:04.7312789Z Digest: sha256:7c8f17d798b231b4e4aa4ecdb83cf011f670a442e8a764d49d1d751a868dd9d2
2025-08-20T20:14:10.1199065Z 
2025-08-20T20:14:10.1199751Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:10.1200513Z 
2025-08-20T20:14:10.4993155Z ##[group]Run ##Presets
2025-08-20T20:14:10.4993615Z [36;1m##Presets[0m
2025-08-20T20:14:10.4993813Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:10.4994001Z [36;1m#-------------#[0m
2025-08-20T20:14:10.4994181Z [36;1m##Debug?[0m
2025-08-20T20:14:10.4994395Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:10.4994662Z [36;1m  set -x[0m
2025-08-20T20:14:10.4994840Z [36;1mfi[0m
2025-08-20T20:14:10.4994994Z [36;1m#-------------#[0m
2025-08-20T20:14:10.4995229Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:14:10.4995535Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:14:10.5027331Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:10.5027555Z env:
2025-08-20T20:14:10.5027712Z   CROSS_COMPILING: NO
2025-08-20T20:14:10.5027906Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:10.5028113Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:10.5028309Z   ON_QEMU: NO
2025-08-20T20:14:10.5028505Z   DEBUG: 0
2025-08-20T20:14:10.5028668Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:10.5028876Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:10.5029125Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:10.5029381Z   KEEP_LOGS: YES
2025-08-20T20:14:10.5029549Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:10.5029735Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:10.5029921Z   SBUILD_REBUILD: false
2025-08-20T20:14:10.5030423Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:10.5030941Z   BUILD_SYS: docker://go
2025-08-20T20:14:10.5031133Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:10.5031312Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:10.5031491Z   SYSTMP: /tmp
2025-08-20T20:14:10.5031651Z   GHA_MODE: MATRIX
2025-08-20T20:14:10.5032047Z   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-20T20:14:10.5032535Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:10.5032836Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:10.5033194Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:10.5033648Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:10.5034004Z   PKG_TYPE: static
2025-08-20T20:14:10.5034179Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:10.5034642Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:10.5035001Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:10.5035339Z   BUILD_ID: 17107630060
2025-08-20T20:14:10.5035516Z   PKG_NAME: f2
2025-08-20T20:14:10.5036060Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:10.5036289Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:10.5036526Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:10.5036780Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:10.5037095Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:10.5037483Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:10.5037863Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:10.5038105Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:10.5038361Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:10.5038787Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:10.5039147Z ##[endgroup]
2025-08-20T20:14:10.5163779Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:14:10.5164111Z with:
2025-08-20T20:14:10.5164282Z   name: Bincache_f2_aarch64-Linux
2025-08-20T20:14:10.5164539Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:14:10.5164799Z   compression-level: 0
2025-08-20T20:14:10.5164982Z   retention-days: 30
2025-08-20T20:14:10.5165185Z   overwrite: true
2025-08-20T20:14:10.5176911Z   if-no-files-found: warn
2025-08-20T20:14:10.5177146Z   include-hidden-files: false
2025-08-20T20:14:10.5177349Z env:
2025-08-20T20:14:10.5177499Z   CROSS_COMPILING: NO
2025-08-20T20:14:10.5177689Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:10.5177899Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:10.5178095Z   ON_QEMU: NO
2025-08-20T20:14:10.5178248Z   DEBUG: 0
2025-08-20T20:14:10.5178410Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:10.5178621Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:10.5178890Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:10.5179204Z   KEEP_LOGS: YES
2025-08-20T20:14:10.5179373Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:10.5179561Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:10.5179745Z   SBUILD_REBUILD: false
2025-08-20T20:14:10.5180233Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:10.5180755Z   BUILD_SYS: docker://go
2025-08-20T20:14:10.5180951Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:10.5181131Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:10.5181310Z   SYSTMP: /tmp
2025-08-20T20:14:10.5181470Z   GHA_MODE: MATRIX
2025-08-20T20:14:10.5181868Z   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-20T20:14:10.5182350Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:10.5182653Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:10.5183042Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:10.5183509Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:10.5183870Z   PKG_TYPE: static
2025-08-20T20:14:10.5184045Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:10.5184255Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:10.5184614Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:10.5184953Z   BUILD_ID: 17107630060
2025-08-20T20:14:10.5185132Z   PKG_NAME: f2
2025-08-20T20:14:10.5185301Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:10.5185524Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:10.5185920Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:10.5186174Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:10.5186482Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:10.5186871Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:10.5187552Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:10.5187798Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:10.5188050Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:10.5188476Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:10.5188839Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:10.5189043Z ##[endgroup]
2025-08-20T20:14:11.1653571Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:14:11.1658634Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:14:11.1659045Z With the provided path, there will be 2 files uploaded
2025-08-20T20:14:11.5557817Z Artifact name is valid!
2025-08-20T20:14:11.5561400Z Root directory input is valid!
2025-08-20T20:14:11.7031878Z Beginning upload of artifact content to blob storage
2025-08-20T20:14:12.8921389Z Uploaded bytes 8007523
2025-08-20T20:14:12.9879134Z Finished uploading artifact content to blob storage!
2025-08-20T20:14:12.9895048Z SHA256 digest of uploaded artifact zip is bf25c2df6285c423d8229b5069a87c806b1965a5e1c1228733d07db7ec2864de
2025-08-20T20:14:12.9895539Z Finalizing artifact upload
2025-08-20T20:14:13.1331274Z Artifact Bincache_f2_aarch64-Linux.zip successfully finalized. Artifact ID 3812789877
2025-08-20T20:14:13.1332086Z Artifact Bincache_f2_aarch64-Linux has been successfully uploaded! Final size is 8007523 bytes. Artifact ID is 3812789877
2025-08-20T20:14:13.1344430Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107630060/artifacts/3812789877
2025-08-20T20:14:13.1572803Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:14:13.1573116Z with:
2025-08-20T20:14:13.1573376Z   subject-name: f2-17107630060-HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:13.1574161Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:14:13.1574876Z   show-summary: true
2025-08-20T20:14:13.1575067Z   push-to-registry: false
2025-08-20T20:14:13.1575424Z   github-token: ***
2025-08-20T20:14:13.1575598Z env:
2025-08-20T20:14:13.1575963Z   CROSS_COMPILING: NO
2025-08-20T20:14:13.1576163Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:13.1576379Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:13.1576581Z   ON_QEMU: NO
2025-08-20T20:14:13.1576736Z   DEBUG: 0
2025-08-20T20:14:13.1576902Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:13.1577118Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:13.1577411Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:13.1577678Z   KEEP_LOGS: YES
2025-08-20T20:14:13.1577850Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:13.1578042Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:13.1578228Z   SBUILD_REBUILD: false
2025-08-20T20:14:13.1578713Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:13.1579239Z   BUILD_SYS: docker://go
2025-08-20T20:14:13.1579432Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:13.1579614Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:13.1579797Z   SYSTMP: /tmp
2025-08-20T20:14:13.1579959Z   GHA_MODE: MATRIX
2025-08-20T20:14:13.1580366Z   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-20T20:14:13.1580853Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:13.1581155Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:13.1581525Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:13.1581987Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:13.1582350Z   PKG_TYPE: static
2025-08-20T20:14:13.1582528Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:13.1583014Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:13.1583379Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:13.1583723Z   BUILD_ID: 17107630060
2025-08-20T20:14:13.1583901Z   PKG_NAME: f2
2025-08-20T20:14:13.1584078Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:13.1584303Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:13.1584544Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:13.1584799Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:13.1585110Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:13.1585511Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:13.1586111Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:13.1586363Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:13.1586623Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:13.1587054Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:13.1587426Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:13.1587632Z ##[endgroup]
2025-08-20T20:14:13.1665058Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:14:13.1665469Z env:
2025-08-20T20:14:13.1665811Z   CROSS_COMPILING: NO
2025-08-20T20:14:13.1666014Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:13.1666233Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:13.1666434Z   ON_QEMU: NO
2025-08-20T20:14:13.1666590Z   DEBUG: 0
2025-08-20T20:14:13.1666753Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:13.1666968Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:13.1667478Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:13.1667760Z   KEEP_LOGS: YES
2025-08-20T20:14:13.1667935Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:13.1668128Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:13.1668313Z   SBUILD_REBUILD: false
2025-08-20T20:14:13.1668800Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:13.1669328Z   BUILD_SYS: docker://go
2025-08-20T20:14:13.1669522Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:13.1669705Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:13.1669887Z   SYSTMP: /tmp
2025-08-20T20:14:13.1670051Z   GHA_MODE: MATRIX
2025-08-20T20:14:13.1670455Z   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-20T20:14:13.1670941Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:13.1671249Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:13.1671619Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:13.1672081Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:13.1672443Z   PKG_TYPE: static
2025-08-20T20:14:13.1672623Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:13.1672845Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:13.1673205Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:13.1673548Z   BUILD_ID: 17107630060
2025-08-20T20:14:13.1673730Z   PKG_NAME: f2
2025-08-20T20:14:13.1673901Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:13.1674125Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:13.1674372Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:13.1674634Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:13.1674968Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:13.1675368Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:13.1676055Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:13.1676307Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:13.1676568Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:13.1676999Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:13.1677629Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:13.1677836Z ##[endgroup]
2025-08-20T20:14:14.1051980Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:14:14.1052309Z with:
2025-08-20T20:14:14.1052938Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:14:14.1053727Z   subject-name: f2-17107630060-HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:14.1054093Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:14:14.1056773Z   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/17107630060/attempts/1"}}}
2025-08-20T20:14:14.1059305Z   push-to-registry: false
2025-08-20T20:14:14.1059507Z   show-summary: true
2025-08-20T20:14:14.1059980Z   github-token: ***
2025-08-20T20:14:14.1060159Z env:
2025-08-20T20:14:14.1060556Z   CROSS_COMPILING: NO
2025-08-20T20:14:14.1060770Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:14.1060992Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:14.1061200Z   ON_QEMU: NO
2025-08-20T20:14:14.1061359Z   DEBUG: 0
2025-08-20T20:14:14.1061526Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:14.1061754Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:14.1062012Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:14.1062279Z   KEEP_LOGS: YES
2025-08-20T20:14:14.1062458Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:14.1062653Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:14.1062844Z   SBUILD_REBUILD: false
2025-08-20T20:14:14.1063331Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:14.1063855Z   BUILD_SYS: docker://go
2025-08-20T20:14:14.1064052Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:14.1064239Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:14.1064428Z   SYSTMP: /tmp
2025-08-20T20:14:14.1064609Z   GHA_MODE: MATRIX
2025-08-20T20:14:14.1065018Z   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-20T20:14:14.1065511Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:14.1065948Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:14.1066324Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:14.1066787Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:14.1067156Z   PKG_TYPE: static
2025-08-20T20:14:14.1067338Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:14.1067554Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:14.1067916Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:14.1068260Z   BUILD_ID: 17107630060
2025-08-20T20:14:14.1068439Z   PKG_NAME: f2
2025-08-20T20:14:14.1068614Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:14.1068852Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:14.1069103Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:14.1069362Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:14.1069679Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:14.1070331Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:14.1070722Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:14.1070974Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:14.1071241Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:14.1071675Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:14.1072044Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:14.1072254Z ##[endgroup]
2025-08-20T20:14:15.8586460Z Attestation created for 18 subjects
2025-08-20T20:14:15.8590197Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:14:15.8590620Z -----BEGIN CERTIFICATE-----
2025-08-20T20:14:15.8590959Z MIIG8DCCBnWgAwIBAgIUQ9wjtDHNpfFcsXsE0OX4HS7UItIwCgYIKoZIzj0EAwMw
2025-08-20T20:14:15.8591433Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:14:15.8591896Z cm1lZGlhdGUwHhcNMjUwODIwMjAxNDE0WhcNMjUwODIwMjAyNDE0WjAAMFkwEwYH
2025-08-20T20:14:15.8592373Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEs0wtg8bEFQTvxvRQ708QoKEn2Y1knR8Np1+j
2025-08-20T20:14:15.8592813Z ZD4yWj0KS+6kEu2QFeJ73g2duNDnpVAbrRng/IA2IyroljVMPaOCBZQwggWQMA4G
2025-08-20T20:14:15.8593252Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUEQK0
2025-08-20T20:14:15.8593695Z gtYCu/Ys+5f8Bn9Wex37I7swHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:14:15.8594135Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:14:15.8594573Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:14:15.8595021Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:14:15.8595956Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:14:15.8596439Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:14:15.8596888Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:14:15.8597345Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:14:15.8597823Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:14:15.8598278Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:14:15.8598721Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:14:15.8599166Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:14:15.8599618Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:14:15.8600066Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:14:15.8600512Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:14:15.8600982Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:14:15.8601445Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:14:15.8601904Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:14:15.8602355Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:14:15.8602812Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:14:15.8603265Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:14:15.8603718Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:14:15.8604181Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:14:15.8604642Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:14:15.8605093Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NjMwMDYwL2F0
2025-08-20T20:14:15.8605557Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T20:14:15.8606158Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJHi12
2025-08-20T20:14:15.8606619Z AAAEAwBHMEUCIBD4bHxs+E6T6tVAQ2eR5wkqNJ7NI1Pv8pR1httmZlWhAiEAhdsl
2025-08-20T20:14:15.8607062Z We8EUtywPlUjLVby/JRf8S5715UmEjIXIPZ7hkswCgYIKoZIzj0EAwMDaQAwZgIx
2025-08-20T20:14:15.8607486Z ANaNMWvV/Yvnc3YguK8ZC7AnRmnzTfkZMRSA66x/iqm816HVmF16ZYEmEZZAJIMl
2025-08-20T20:14:15.8608188Z /QIxAPgMtys2Na4aoVPUGiQvGLciuAg9iNwIc1LwMve9lZKm6fg2SGBpjsVnr4Bq
2025-08-20T20:14:15.8608519Z FXsGlw==
2025-08-20T20:14:15.8608688Z -----END CERTIFICATE-----
2025-08-20T20:14:15.8608824Z 
2025-08-20T20:14:15.8609350Z ##[endgroup]
2025-08-20T20:14:15.8609789Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:14:15.8610164Z https://search.sigstore.dev?logIndex=414222116
2025-08-20T20:14:15.8610494Z [36mAttestation uploaded to repository[39m
2025-08-20T20:14:15.8610806Z https://github.com/pkgforge/bincache/attestations/9871581
2025-08-20T20:14:15.9528142Z ##[group]Run ##Presets
2025-08-20T20:14:15.9528427Z [36;1m##Presets[0m
2025-08-20T20:14:15.9528611Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:15.9528805Z [36;1m#-------------#[0m
2025-08-20T20:14:15.9528993Z [36;1m##Debug?[0m
2025-08-20T20:14:15.9529217Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:15.9529511Z [36;1m  set -x[0m
2025-08-20T20:14:15.9529681Z [36;1mfi[0m
2025-08-20T20:14:15.9529843Z [36;1m#-------------#[0m
2025-08-20T20:14:15.9530134Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:14:15.9530611Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/f2/official"[0m
2025-08-20T20:14:15.9530988Z [36;1m exit 1[0m
2025-08-20T20:14:15.9531154Z [36;1mfi[0m
2025-08-20T20:14:15.9562435Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:15.9562662Z env:
2025-08-20T20:14:15.9562822Z   CROSS_COMPILING: NO
2025-08-20T20:14:15.9563069Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:15.9563288Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:15.9563491Z   ON_QEMU: NO
2025-08-20T20:14:15.9563649Z   DEBUG: 0
2025-08-20T20:14:15.9563815Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:15.9564030Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:15.9564287Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:15.9564571Z   KEEP_LOGS: YES
2025-08-20T20:14:15.9564747Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:15.9564944Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:15.9565133Z   SBUILD_REBUILD: false
2025-08-20T20:14:15.9565932Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:15.9566488Z   BUILD_SYS: docker://go
2025-08-20T20:14:15.9566685Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:15.9566872Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:15.9567054Z   SYSTMP: /tmp
2025-08-20T20:14:15.9567221Z   GHA_MODE: MATRIX
2025-08-20T20:14:15.9567637Z   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-20T20:14:15.9568127Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:15.9568432Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:15.9568797Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:15.9569276Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:15.9569639Z   PKG_TYPE: static
2025-08-20T20:14:15.9569820Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:15.9570064Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:15.9570428Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:15.9570771Z   BUILD_ID: 17107630060
2025-08-20T20:14:15.9570952Z   PKG_NAME: f2
2025-08-20T20:14:15.9571125Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:15.9571365Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:15.9571613Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:15.9571875Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:15.9572195Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:15.9572598Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:15.9573357Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:15.9573609Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:15.9573874Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:15.9574309Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:15.9574677Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:15.9574884Z ##[endgroup]
2025-08-20T20:14:15.9643745Z ##[group]Run ##Presets
2025-08-20T20:14:15.9644013Z [36;1m##Presets[0m
2025-08-20T20:14:15.9644201Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:15.9644398Z [36;1m#-------------#[0m
2025-08-20T20:14:15.9644586Z [36;1m##Debug?[0m
2025-08-20T20:14:15.9644810Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:15.9645089Z [36;1m  set -x[0m
2025-08-20T20:14:15.9645260Z [36;1mfi[0m
2025-08-20T20:14:15.9645422Z [36;1m#-------------#[0m
2025-08-20T20:14:15.9645969Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:14:15.9646420Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/f2/official"[0m
2025-08-20T20:14:15.9646802Z [36;1m exit 1[0m
2025-08-20T20:14:15.9646972Z [36;1mfi[0m
2025-08-20T20:14:15.9673516Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:15.9673754Z env:
2025-08-20T20:14:15.9673927Z   CROSS_COMPILING: NO
2025-08-20T20:14:15.9674129Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:15.9674390Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:15.9674600Z   ON_QEMU: NO
2025-08-20T20:14:15.9674763Z   DEBUG: 0
2025-08-20T20:14:15.9674932Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:15.9675151Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:15.9675409Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:15.9675908Z   KEEP_LOGS: YES
2025-08-20T20:14:15.9676129Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:15.9676334Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:15.9676528Z   SBUILD_REBUILD: false
2025-08-20T20:14:15.9677020Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:15.9677554Z   BUILD_SYS: docker://go
2025-08-20T20:14:15.9677752Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:15.9677939Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:15.9678126Z   SYSTMP: /tmp
2025-08-20T20:14:15.9678301Z   GHA_MODE: MATRIX
2025-08-20T20:14:15.9678716Z   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-20T20:14:15.9679206Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:15.9679513Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:15.9679881Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:15.9680347Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:15.9680717Z   PKG_TYPE: static
2025-08-20T20:14:15.9680901Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:15.9681120Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:15.9681491Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:15.9681840Z   BUILD_ID: 17107630060
2025-08-20T20:14:15.9682031Z   PKG_NAME: f2
2025-08-20T20:14:15.9682205Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:15.9682433Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:15.9682686Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:15.9682948Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:15.9683263Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:15.9683665Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:15.9684053Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:15.9684304Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:15.9684568Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:15.9685010Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:15.9685925Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:15.9686144Z ##[endgroup]
2025-08-20T20:14:15.9750487Z ##[group]Run ##Presets
2025-08-20T20:14:15.9750774Z [36;1m##Presets[0m
2025-08-20T20:14:15.9750962Z [36;1mset +x ; set +e[0m
2025-08-20T20:14:15.9751159Z [36;1m#-------------#[0m
2025-08-20T20:14:15.9751347Z [36;1m##Debug?[0m
2025-08-20T20:14:15.9751573Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:14:15.9751847Z [36;1m  set -x[0m
2025-08-20T20:14:15.9752014Z [36;1mfi[0m
2025-08-20T20:14:15.9752174Z [36;1m#-------------#[0m
2025-08-20T20:14:15.9752499Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:14:15.9752866Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:14:15.9753139Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:14:15.9753389Z [36;1mfi[0m
2025-08-20T20:14:15.9779160Z shell: /usr/bin/bash -e {0}
2025-08-20T20:14:15.9779396Z env:
2025-08-20T20:14:15.9779558Z   CROSS_COMPILING: NO
2025-08-20T20:14:15.9779792Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:14:15.9780012Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:14:15.9780216Z   ON_QEMU: NO
2025-08-20T20:14:15.9780375Z   DEBUG: 0
2025-08-20T20:14:15.9780540Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:14:15.9780758Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:14:15.9781018Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/f2/official
2025-08-20T20:14:15.9781287Z   KEEP_LOGS: YES
2025-08-20T20:14:15.9781465Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:14:15.9781661Z   PKG_FAMILY_LOCAL: f2
2025-08-20T20:14:15.9781851Z   SBUILD_REBUILD: false
2025-08-20T20:14:15.9782342Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/f2/static.official.source.yaml
2025-08-20T20:14:15.9782865Z   BUILD_SYS: docker://go
2025-08-20T20:14:15.9783065Z   BUILD_ON_HOST: FALSE
2025-08-20T20:14:15.9783258Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:14:15.9783452Z   SYSTMP: /tmp
2025-08-20T20:14:15.9783620Z   GHA_MODE: MATRIX
2025-08-20T20:14:15.9784031Z   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-20T20:14:15.9784520Z   INPUT_SBUILD: /tmp/pkgforge/lYFQIFSa4_build.yaml
2025-08-20T20:14:15.9784825Z   BUILD_DIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml
2025-08-20T20:14:15.9785194Z   SBUILD_OUTDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:15.9785960Z   SBUILD_TMPDIR: /tmp/pkgforge/f1eX7gm_lYFQIFSa4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:14:15.9786343Z   PKG_TYPE: static
2025-08-20T20:14:15.9786528Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:14:15.9786744Z   SBUILD_PKGVER: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:15.9787109Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107630060
2025-08-20T20:14:15.9787455Z   BUILD_ID: 17107630060
2025-08-20T20:14:15.9787642Z   PKG_NAME: f2
2025-08-20T20:14:15.9787827Z   PKG_DATE: 2025-08-20T20:13:36Z
2025-08-20T20:14:15.9788054Z   PKG_VERSION: HEAD-8b9a3ae-250819T192321
2025-08-20T20:14:15.9788305Z   PKG_VERSION_UPSTREAM: 2.1.2
2025-08-20T20:14:15.9788564Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/f2/official/f2
2025-08-20T20:14:15.9788883Z   GHCRPKG_TAG: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:15.9789282Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/f2/official/f2
2025-08-20T20:14:15.9789672Z   PKG_SRCURL: https://github.com/ayoisaiah/f2
2025-08-20T20:14:15.9789926Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:14:15.9790189Z   GHCRPKG_TAG_SRCBUILD: HEAD-8b9a3ae-250819T192321-aarch64-linux
2025-08-20T20:14:15.9790624Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/f2/official/f2-srcbuild-17107630060
2025-08-20T20:14:15.9790995Z   UTC_TIME: 2025_08_20T08_14_10_PM
2025-08-20T20:14:15.9791207Z ##[endgroup]
2025-08-20T20:14:15.9841100Z EXITED
2025-08-20T20:14:15.9885607Z Cleaning up orphan processes
